

.main_blocks {
    background-color: #EDEDED;
    border: 1px solid #F9BEBE;
    padding: 10px;
}
.main_blocks div div {
    padding: 15px;
    margin: 15px 0;
    border-radius: 50px 0 50px 0;
}
.main_blocks i {
    color: #ABE28D;
    /*color: #77CAFF;*/
}
.star {
    font-size: 13px;
    color: #FF0000;
}
header, .navbar-fixed-top .navbar-collapse{
    background: rgb(242 242 242);
}
.navbar-nav > li > a:hover, .dropdown-menu {
    background: #e4e4e4;
    color: #000;
}
.navbar-nav > li > a {
    color: #000;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: #e4e4e4;
    color: #000;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #e4e4e4;
    color: #000;
}
.dropdown-menu > li > a {
   color: #000; 
}
.dropdown-menu  {
   background: rgb(242 242 242);
}
.nav .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}
.nav a:hover .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}
.login-container {
    background: rgba(255, 255, 255, 0.8);
}
.login-container .login-header{
    background: rgba(242, 242, 242, 0.6);
}
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: 10%;
    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;
}
#divLoading
{
    position : fixed;
    z-index: 100;
    background-image : url('/img/loader.gif');
    background-color:rgba(0,0,0,0.1);
    opacity : 1;
    background-repeat : no-repeat;
    background-position : center;
    background-size: 90px;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
