﻿


html, body{
    height: 100%;
}

body {
    
    margin:auto;    
  /*background-color: #ffffff;*/  
    background-color: #f0f3f6;
}

ul, ol{
    padding:0px;
    margin:0px;
    list-style:none;
}

.logo {    
    margin-top:5px;
}

button {
    padding: 4px 10px 5px;
    background-color: #607D8B;
    color: #fff;
    /*text-transform: capitalize;*/
    border: none;    
    display: inline-block;
    font-size:1em;
    min-width:60px;
    transition:all ease-in-out 0.4s;
    -webkit-transition:all ease-in-out 0.4s;
    -moz-transition:all ease-in-out 0.4s;
}


.buttonlogin {
    /*padding: 4px 10px 5px;
    background-color: #607D8B;
    color: #fff;*/
    /*text-transform: capitalize;*/
    /*border: none;    
    display: inline-block;
    font-size:1em;
    min-width:60px;
    transition:all ease-in-out 0.4s;
    -webkit-transition:all ease-in-out 0.4s;
    -moz-transition:all ease-in-out 0.4s;*/
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 30px;
    background-color: #57b846;
    border-radius: 25px !important;
    box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

button:hover{
    background-color: #516c79;
}

* {
  
    border-radius: 0px !important;
}

h1{
    color:#740808;
    font-weight:normal;
}
h2{
    font-weight:normal;
}

.navbar-inverse {
    background-color: #FFFFFF;
    border-color: #ffffff;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Segoe UI', sans-serif;
}

.timeCount {
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
    background-color: #ff9800;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 4px 7px 6px;
}

.modal-header {
    padding: 6px 15px 5px;
    font-size: 0.9em;
    background-color: #F5F5F5;
    cursor: move;
}

.modal-footer {
    padding: 9px 15px 0px;
    text-align:center;
    margin-top: 0px;
}

h3.modal-title{
    font-weight:normal;
    font-size:20px;
}

.close{
    display:none;
}


/* Only Radio Button and Checkboxs Styles */

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
    width:25px;
    height:25px;
    float: left;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    margin: 0px !important;
    cursor: pointer;
    font-weight: normal;
    width: auto;
    font-size:14px;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
    content: '';
    background: #ddd;
    width:25px;
    height:25px;
    text-align: center;
    float: left;
    margin-right: 5px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #2196F3;
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #fff;
    font-size: 0.9em;
    line-height: 1.7em;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-right: 5px;
    margin-top: 2px;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #8F78BB;
    border: 1px solid #8F78BB;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    z-index: 1;
}
/* finish rodio button and checkboxs styles */

hr{
    border:none;
    border-top:1px solid #ccc;
    background:none;
    margin-bottom:2px;
}
.header-right{
    padding-top:12px;
    text-align:right;
}

.center{
    text-align:center;
}
.right{
    text-align:right;
}


    /*.QboidNav {
        margin:auto;
        text-align:center;
    }
    .QboidNav ul{
        margin:0;
    }


    .QboidNav ul li{
        display:inline-block;
        list-style-type:none;
    }*/
  

ul{
    list-style:none;
}

ul.userRegistration li{
    margin-bottom:15px;
}

ul.userRegistration li input{
    border: none;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    margin: 0;
    padding: 4px 0 4px 6px;
    width: 100%;    
    color: #454545;
    font-size:1em;
}

ul.userRegistration li input:focus{
    background-color: #f2f2f2;
}

#dobDatePic {
    background-image: url('../Images/dateIcon.png');
    background-repeat: no-repeat;
    background-position:right;
}


:focus {
    outline:none;
}

.colSpace {
    padding: 15px;
    display: block;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px #E4E4E4;
    -webkit-box-shadow: 0px 0px 5px #E4E4E4;
    -moz-box-shadow: 0px 0px 5px #E4E4E4;
    border: 1px solid #E4E4E4;
    margin-top: 70px;    
}

    .colSpace h2 {        
        margin-bottom:40px;
        color: #2196F3;
        font-size:2em;
        display: block;
    }


h2 {        
        margin-bottom:20px;
        color: #f69829;
        font-size:1.5em;
        display: block;
        color:#585858;
    }

.box {
    border: 1px solid #ececec;
    padding: 20px 20px;
    background-color: #f9f9f9;
    box-shadow: 3px 3px 3px #f2f2f2;
}

.optionActions{
    padding:10px;
    margin:5px;
}

ul.innerQboidNav{    
    padding-left:0px;
}

ul.innerQboidNav li:first-child{    
    margin-left:0px;
}

ul.innerQboidNav li{
    display:inline-block;
    margin-left:5px;
}

.field-validation-error {
    font-size: 0.8em;
    text-align: left;
    color: #de0b0b;
}

.formSection h2{
    text-align:center;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left:2px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right:2px;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
}

ul.saveButton li:first-child {
    margin-left: 0px;
}

ul.saveButton li {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
}

ul.saveButton {
    text-align: right;
    margin-bottom: 10px;
}

button.discard{
   background-color: #bf1515;
   display: inline-block;
}

discard:hover {
    background-color: #A21414;
}

.green{
    background-color: #bf1515;
}

.modal-sm {
    width:400px;
}

.modal-body p{
    font-size:16px;
}

.admin{
    color:#bf1515;
}

.examFinished h3{
    margin-top:300px;
    margin-bottom:5px;
    color:#ffffff;
}

.examFinished img{
    margin-top:190px;
}

.rightpaddingNone {
    padding-right: 0px;
}

.formSection{
    position:relative;
}

#lblErrorMsg {
    font-weight: normal;
    font-size: 14px;
    color: #F44336;
    position: absolute;
    top:100px;
    right: 0px;
    left: 0px;
}
#lblErrorMsgReoprt {
    font-weight: normal;
    font-size: 14px;
    color: #F44336;
    top:100px;
    right: 0px;
    left: 0px;
}

.first, .last{
    background-color:#8ba7b5;
}

.first:hover, .last:hover{
    background-color:#748f9c;
}


/*=========================== New Login ==================================*/

.loginSection { 
    
    background-color: #b19dd8;     
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:absolute;
    height:100%;
    display:inline-block;
    width: 100%;
    min-height: 568px; 
}

.loginBg {
    display:inline-block;    
    width:100%;
}

.loginLeftSection{
    margin-top:210px;
}

.MiniErpForm{              
    padding:60px;
    width:80%;
    display:inline-block;
    background-color:#ffffff;
    margin-left:80px;
    margin-top:100px;
    position:relative;

}

.MiniErpFormLogin{                   
    padding:60px;
    width:32%;
    display:inline-block;
    background-color:aliceblue;
    margin-left:36%;
    margin-top:50px;
    position:relative;
    border: 1px solid #E4E4E4;

    
}
.MiniErpFormLoginDisabled {
    padding: 60px;
    width: 32%;
    display: inline-block;
    background-color: #ffffff;
    background-image: url('../Images/transperent.png');
    margin-left: 36%;
    margin-top: 150px;
    position: relative;
    border: .5px solid #f79696;
   
}

.parikshaForm h2 {
    text-align:center;
    margin-bottom: 40px;
    color: #2196F3;
    font-size: 2em;
    display: block;
    margin-top:0px;
}

.loginSection footer {
    background-color: transparent;
    position: absolute;
    bottom: 0px;
    padding:10px 0px;
    width:100%;
}

.loginSection footer p{
    color:#b2abe0;
}

.RegistrationLogo{
    margin-bottom:40px;
    text-align:center;
}

.quote {
    padding: 37px;
    font-style: italic;
    font-size: 18px;
    text-align: center;
    margin-top: 200px;
    line-height: 30px;
}


/*=========================== New Login ==================================*/

/*=========================== class for grid =============================*/
.topHeading{
   font-family: Montserrat-Regular;
    font-size: 22px;
    color:#1A6D7D;
    height:32px;
    font-weight:normal;
}
.topSamallHeading{
    font-family: Montserrat-Regular;
    font-size: 14px;
    color:#5f5858;
    height:32px;
    font-weight:normal;
    
}
.gridHeading{
    font-family: Montserrat-Regular;
    font-size: 13px;
    color:#ffffff;
    font-weight:normal;
    height:28px;
    border: 1px solid #a9a1a1;
    background-color:#58595D;
      background: #58595D;
        background: -webkit-linear-gradient(top,#808080 0%,#58595D 100%);
        background: -moz-linear-gradient(top, #808080 0%,#58595D 100%);
        background: -o-linear-gradient(top, #808080 0%,#58595D 100%);
        background: -ms-linear-gradient(top,#808080 0%,#58595D 100%);
        background: linear-gradient(top, #808080 0%,#58595D 100%);

}
.gridHeading>td{
    font-family: Montserrat-Regular;
    font-size: 13px;
    color:#ffffff;
    font-weight:normal;
    height:28px;
    border: 1px solid #a9a1a1;
    background-color:#58595D;
      background: #58595D;
        background: -webkit-linear-gradient(top,#808080 0%,#58595D 100%);
        background: -moz-linear-gradient(top, #808080 0%,#58595D 100%);
        background: -o-linear-gradient(top, #808080 0%,#58595D 100%);
        background: -ms-linear-gradient(top,#808080 0%,#58595D 100%);
        background: linear-gradient(top, #808080 0%,#58595D 100%);

}
.gridHeading>th{
     font-family: Montserrat-Regular;
    font-size: 13px;
    color:#ffffff;
    font-weight:normal;
    height:28px;
     border: 1px solid #a9a1a1;
     background: #58595D;
        background: -webkit-linear-gradient(top,#808080 0%,#58595D 100%);
        background: -moz-linear-gradient(top, #808080 0%,#58595D 100%);
        background: -o-linear-gradient(top, #808080 0%,#58595D 100%);
        background: -ms-linear-gradient(top,#808080 0%,#58595D 100%);
        background: linear-gradient(top, #808080 0%,#58595D 100%);
}

.gridAlt1{
    padding-left:-14px;
    font-style:normal;
    font-size:12px;
    text-align:left;
    background-color: #ffffff;
    max-height:21px;
    color:#635f5f;
    font-family: Montserrat-Regular;
    word-break:break-all;
}
.gridAlt2{
    padding-left:4px;
    font-style:normal;
    font-size:12px;
    text-align:left;
    background-color: #F5F5F5;
    max-height:21px;
    color:#635f5f;
    font-family: Montserrat-Regular;
    word-break:break-all;
}

.tree{
    padding-left:1px;
    font-style:normal;
    font-size:14px;
    text-align:left;
    background-color: #F5F5F5;
    max-height:21px;
    color:#000000;
}
.padding{
    padding-right:1px;
}
.td_border {
    border: 1px solid #f2f2f2;
    word-wrap: break-word;


}

.td_long {
    border: 1px solid #f2f2f2;   max-width: 50px;
    min-width: 15px;
    word-wrap: break-word;


}
.GridHeader{
    font-size: 100%;
    color:#ffffff;
    font-weight:bold;
    height:26px;
    background-color:#ac2925;
}
.search{
    padding-left:4px;
    padding:4px;
    font-style:normal;
    font-size:14px;
    text-align:left;
    background-color: #F5F5F5;
    max-height:21px;
    color:#000000;
    width: 100%;
    max-width: 100%;
    margin-bottom: 4px;
    margin-top: 4px;
}
/*=========================== End Here ===================================*/

.reportSection{
    margin-top:100px;
}


.finishedWindow{
    text-align:center;
    margin-top:125px;
}

.finishedWindow h2{
    color:#ffffff;
    font-size:20px;
}


.examSetion footer {
    padding: 10px;
    position:absolute;
    bottom:0px;
    width:100%;
}

/*footer p {    
    color: #bf1515;
    margin-bottom: 0px;
}*/

@media only screen and (max-width: 480px) {
    h1,.h1{
        font-size:22px;
    }
    h2,.h2{
        font-size:20px;
    }
    h3,.h3{
        font-size:18px;
    }
    .option {
        font-size: 16px;
        padding: 6px;
    }
}

.mendetry {
     font-size: 12px;
        padding: 2px;
        color:red;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('Montserrat-Regular.woff2') format('woff2'),
         url('Montserrat-Regular.woff') format('woff'),
		 url('Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}