/* boot strap row class edit */
body{
    font-family: 'Open Sans', Arial, sans-serif;    
    background-image: -webkit-gradient( linear, right bottom, right top, color-stop(0, #EBF5F7), color-stop(1, #FEFEFE));
    background-image: -o-linear-gradient(top, #EBF5F7 0%, #FEFEFE 100%);
    background-image: -moz-linear-gradient(top, #EBF5F7 0%, #FEFEFE 100%);
    background-image: -webkit-linear-gradient(top, #EBF5F7 0%, #FEFEFE 100%);
    background-image: -ms-linear-gradient(top, #EBF5F7 0%, #FEFEFE 100%);
    background-image: linear-gradient(to top, #EBF5F7 0%, #FEFEFE 100%);
}
.inner-wrapper {
    border-bottom: 8px solid #D6DDDF;
    padding: 10px 0 30px 0;

}
.tab-pad{
    padding:0px 5px !important;
}
#insertForm label{
    color:#b2b2b2;
}
#logo{
    margin: 0 0 9px 2%;
    width: 200px;
}
.wrapper{
    overflow-x:hidden; 
    width: 100%;
        
}
.mod-box {    
    background-color: gray;          
    border-radius: 4px;  
    margin-top: 0px;    
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.58);
    padding-bottom: 4px;
    position: relative;  
    text-align: justify;  
}
.mod-box-new {    
    margin-top: 15px;

}
.boxhome{
    background-color: #F7F7F9;
    padding: 11px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);

}
.course-nav li{
padding-bottom: 10px;
 color: #494949;
}
.course-nav li:hover{
 color: #122c87;
}
.inner-box:hover{
    background: #F7F7F7 !important;

}
.right-box{
    padding: 0px;
}
.right-box-title{
    margin-top:-20px;
}

#badgen{
    background-image: -webkit-gradient( linear, right bottom, right top, color-stop(0, #F21111), color-stop(1, #F75959));
    background-image: -o-linear-gradient(top, #F21111 0%, #F75959 100%);
    background-image: -moz-linear-gradient(top, #F21111 0%, #F75959 100%);
    background-image: -webkit-linear-gradient(top, #F21111 0%, #F75959 100%);
    background-image: -ms-linear-gradient(top, #F21111 0%, #F75959 100%);
    background-image: linear-gradient(to top, #F21111 0%, #F75959 100%);

}
#badgen1{
    background-image: -webkit-gradient( linear, right bottom, right top, color-stop(0, #51A5DF), color-stop(1, #659BCE));
    background-image: -o-linear-gradient(top, #51A5DF 0%, #659BCE 100%);
    background-image: -moz-linear-gradient(top, #51A5DF 0%, #659BCE 100%);
    background-image: -webkit-linear-gradient(top, #51A5DF 0%, #659BCE 100%);
    background-image: -ms-linear-gradient(top, #51A5DF 0%, #659BCE 100%);
    background-image: linear-gradient(to top, #51A5DF 0%, #659BCE 100%);
}
#badgen2{
    background-image: -webkit-gradient( linear, right bottom, right top, color-stop(0, #F21111), color-stop(1, #F75959));
    background-image: -o-linear-gradient(top, #F21111 0%, #F75959 100%);
    background-image: -moz-linear-gradient(top, #F21111 0%, #F75959 100%);
    background-image: -webkit-linear-gradient(top, #F21111 0%, #F75959 100%);
    background-image: -ms-linear-gradient(top, #F21111 0%, #F75959 100%);
    background-image: linear-gradient(to top, #F21111 0%, #F75959 100%);

}

.badgen{
    padding:10px;
    border:1px solid #D1DADC;
    color:#fff;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-box-shadow: 0px 2px 4px -3px rgba(82,75,82,1);
    -moz-box-shadow: 0px 2px 4px -3px rgba(82,75,82,1);
    box-shadow: 0px 2px 4px -3px rgba(82,75,82,1);
    cursor: default;
    font-size: 12px;
    padding: 6px;
    position: absolute;
    right: 14px;
    top: -2px;

}
.module-title {
    border-bottom: 4px solid #6DA0BD;
    line-height: 40px;
    color: #909090;
    margin-top: 0;
}
.size-auto {
    width: 180px;
    height: 170px;
}
a, a:hover {
    text-decoration: none;
}
a:hover.button-more{
    color:#88DAF7;
}
.pg-txt{
    text-align: justify;
     color: #5b5b5b;;
     
}
footer{
    padding-top:25px;
}
@media only screen and (max-device-width: 991px) {
    .wrapper{
        overflow-x:hidden; 
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .mod-box-top{
        margin-top: 15px;
    }
    .boxhome{
        padding: 20px;
    }
    .marq-ind{
        margin-bottom: 20px !important;
        max-height: 200px !important;
    }
}
@media only screen and (min-device-width: 768px) {
	.login-panel-new {  
        margin-top: 150px;  
	}
     .login-btn{
        position: relative;
        top: 136px;
    }
    
}
@media only screen and (max-device-width: 767px) {
    .login-panel-new {  
        margin-top: 100px;  
    }
    .login-btn{
        position: relative;
        top: 86px;
    }
}

.btn-more {
    background: #E5E5E7;
    background-image: -webkit-linear-gradient(top, #E5E5E7, #F6F6F8);
    background-image: -moz-linear-gradient(top, #E5E5E7, #F6F6F8);
    background-image: -ms-linear-gradient(top, #E5E5E7, #F6F6F8);
    background-image: -o-linear-gradient(top, #E5E5E7, #F6F6F8);
    background-image: linear-gradient(to bottom, #E5E5E7, #F6F6F8);
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    font-family: Arial;
    color: #545454;
    font-size: 11px;
    padding: 5px 10px 5px 10px;
    border: solid #dbdbdb 1px;
    text-decoration: none;
}

.btn-more:hover {
    background: #f0f0f0;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #f5f5f5);
    background-image: -moz-linear-gradient(top, #f0f0f0, #f5f5f5);
    background-image: -ms-linear-gradient(top, #f0f0f0, #f5f5f5);
    background-image: -o-linear-gradient(top, #f0f0f0, #f5f5f5);
    background-image: linear-gradient(to bottom, #f0f0f0, #f5f5f5);
    text-decoration: none;
}
.btn-more-span{
    text-shadow: 0.38px 0px 0px rgba(247, 244, 249, 1);
    font-size:14px;
    color:#d0d0d1;
}
.formfield * {
    vertical-align: middle;
}
.text-hd{
    color:#337ab7;
}
.text-ul{
    list-style: none;
}
