p
{
    margin: 0 0 5px;
}

.red
{
    color: #CC0001 !important;
    font-size: 12px;
    font-weight: 600;
}
#divLoading
{
    position : fixed;
    z-index: 100;
    background-image : url('/images/loading.gif');
    background-color:rgba(0,0,0,0.1);
    opacity : 1;
    background-repeat : no-repeat;
    background-position : center;
    background-size: 70px;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}



.login-container {
    background: rgba(255, 255, 255, 0.8);
}
.login-container .login-header{
    background: rgba(242, 242, 242, 0.6);
    padding: 10px 5px;
}
a.text-yellow, .login-container .login-header h4, .login-container .form-group label{
    text-decoration: none!important;
    color: #444444;
}
.date_field {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-left: 15px;
}
.time_field {
    width: 19%;
    float: left;
    margin-right: 10px;
}
.date_field input {
    padding: 10px;
}
.time_field .form-control {
    padding: 10px;
}

.time_field .form-control {
    padding: 5px 10px;
}

.datepicker.dropdown-menu {
    background: #EBEBEB;
}

.box_pos {
    margin: auto;
    position: absolute;
    top: 31%;
    left: 0;
    bottom: 1;
    right: 0;
    width: 400px;
}
.head_space{
    padding-left: 0
}
.log-bg{
    background: url(../img/bgImg.jpg) no-repeat center center fixed; 
}
.log_border{
    border: 1px solid rgba(72, 141, 240, 0.6);
    border-radius: 15px!important;
    padding: 15px;
}
.selectImg img {
    width: 100%;
    border: 1px solid #4A4A4A;
    padding: 2px;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}
.addNewPost{
    position: absolute;
    right: 20%;
    top: 0;
}
.xsPostBtn{
    margin-left: 15px;
} 

.btn-defult {
    color: #333;
    background-color: #DDDDDD;
    border-color: #C4C4C4;
}

.themeRadio input[type="radio"], .themeRadio input[type="checkbox"] {
    vertical-align: text-bottom;
    margin: 2px 2px 2px 10px;
}

@media (max-width: 550px){
    .date_field {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 0 10px;
    }
    .time_field {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 0 10px;
    }
}
.btn-linkedin.navbar-toggle{
    padding: 6px 10px;
    margin: 8px 15px;
}
.btn-act{
    background: bisque;
}


.log-bg {
background: url(/bgImg.jpg) no-repeat center center fixed;
}


.img_round{
    background-position: center center;
height: 120px;
width: 120px;
left: 0;
right: 0;
margin: 0px auto;
top: 20px;
border: 1px solid rgba(0, 0, 0, 0.4);
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}
.img_round_small{
    background-position: center center;
height: 60px;
width: 60px;
left: 0;
right: 0;
margin: 0px auto;
top: 20px;
border: 1px solid rgba(0, 0, 0, 0.4);
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

.marg_top{
margin-top: 7px;
}
.line_hight_space{
    line-height: 10px;
}
.marg_bottom{
    margin-bottom: 40px ! important;
}

@media only screen and (max-width: 990px){
    .table_respo{
        margin: 0 auto;
        overflow: auto;
    }
    .box_pos {
        margin: auto;
        position: absolute;
        top: 31%;
        left: 0;
        bottom: 1;
        right: 0;
        width: 60%;
    }
    .head_space{
    padding-left: 10px;
    }
}
@media only screen and (max-width: 450px){
    
    .box_pos {
        margin: auto;
        position: absolute;
        top: 20%;
        left: 0;
        bottom: 1;
        right: 0;
        width: 90%;
    }
    .head_space{
    padding-left: 10px;
    }
    .wid{
        width: 100%! important;
    }
    .wid1{
        width: 50%! important;
    }
    
}
/*added by Rajesh(Shimbi)*/
.red
{
    color: #CC0001;
}

.btn-linkedin {
  color: white;
  background-color: #1a85bd;
  border-color: #1775a7; }
.btn { font-size: 14px; border-radius: 2px; line-height: 12px; letter-spacing: 1px; text-transform: uppercase; padding: 15px 8px; border: none; font-weight: 600; }

.ui-state-active
{
    color:black !important;
}