/*LOGIN BOX*/
* {
    font-family: 'Raleway', 'Lato',Arial, Tahoma, Verdana!important;
}
.loginBox {margin:50px auto; /*width:430px;*/ position:relative; background-color: #FFF;
    /*padding: 0px 0px 30px;*/ padding:0;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2); 
    border: solid 1px #ddd;
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2); 
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2); 
}
.loginLoader {margin:0; width:430px; padding:0; height:425px;
	z-index:10; position:absolute;
	display:none;}
.bgLoader {background-color: #FFF; opacity:0.6; /*width:430px; height:585px;*/width:100%; height:100%;
			filter:alpha(opacity=60); /* For IE8 and earlier */position:absolute;}
.loaderBar {background:transparent url(../images/loading.gif) no-repeat center center; /*width:430px; height:425px;*/width:100%; height:100%; position:absolute;}

.dLogo {/*width:390px; max-height:117px; */margin:20px 10px; padding:10px; text-align: left;}
.dLogo img {height:67px;}
.dHeader{ text-align:center; padding:10px; background-color:#262e5f; color:#fff; font-weight:bold; border-top:2px solid #dbdad6; cursor:pointer;}
.dHeader:hover{text-decoration:underline;}
.dLoginMiddle{margin:10px 0 20px; float:left;}
.loginRow {float:left;font-family: Arial, Helvetica, sans-serif; font-size: 12px; width:377px; height:auto; padding:18px 28px 0 28px;}
.login_page .loginRow {
    padding-left:0px;
    padding-right:0px;
}
#submitRow {
    padding-top:0px;
}
#submitRow > input {
    margin-top:-5px;
    margin-bottom:10px;
}
/*.loginRow label { width: 200px; height:30px;font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; color: #004165; padding:0 10px 0 0;}*/
.loginRow input[type="text"],
.loginRow input[type="password"],
.loginRow select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    width: 376px;
    background-color: #F1F4F6;
    border: 1px solid #E9E9E9;
    color: #21759B;
}
.loginRow select {cursor:pointer;}
    .loginRow input[type="button"],
    .loginRow a[type="button"] {
        float: right;
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 16px;
        width: 109px;
        height: 20px;
        cursor: pointer;
        border: 1px solid #E9E9E9;
        background-color: #666;
        color: #ececec;
        text-align: center;
        background-color: #3f51b5;
        width: 100%;
        padding: 15px;
        font-size: 16px;
        float: none;
        height: auto;
        font-weight: 500;
        text-decoration:none;
    }
    .loginRow input[type="button"]:hover, .loginRow a[type="button"]:hover {
        background-color: #ececec;
        color: #666;
        border: 1px solid #666;
    }

.dPwdRecover {margin:0px 15px;}
.loginBox a, .loginBox a:active, .loginBox a:visited, .loginBox a:link
{font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; text-decoration: none; color: #666/*#004165*/;
     color: #c51e1e;
    text-decoration: underline;
}
.loginBox a:hover
{text-decoration: underline; }
.loginLabel {margin:5px 0;}

.teacherAccess {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #FFF;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    border: solid 1px #808080;
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

.teacherAccess a,
.teacherAccess a:active,
.teacherAccess a:link,
.teacherAccess a:visited
{color:#000; text-decoration:none;}
.teacherAccess a:hover
{text-decoration:underline;}

.tooltip
{
background-color:#FFF; padding: 20px !important;
border: solid 1px #bebebe !important;
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2) !important;
-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2) !important;
}

.dLoginBottom p{font-size:11px; padding:5px 0; float:left; width:100%; color:#272E5F;}
.dLoginBottom a{float:right; color:#272E5F !important;}

.top_header {
    /*margin-top:65px;
    margin-bottom:20px;*/
    margin-top: 25px;
    margin-bottom: 0px;
}
.top_menu {
    border-bottom: 5px solid #103595;
    text-align: right;
    margin-top: 93px;
}
.top_menu_item {
    background-image: url(/images/pestanya.png);
    background-repeat: no-repeat;
    background-position-x: 15px;
    width: 509px;
    max-width:100%;
    text-align: right;
    color: white;
    padding-right: 40px;
    display: inline-block;
    padding-top: 5px;
}
.main_banner img {
    width: 100%;
}
.container {
    max-width: 1200px !important;
    width: 100% !important;
}
.main_banner {
    width: 100%;
    max-width: 100% !important;
}
.nopadding {
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
}
.nopadding_right {
    padding-right:0px;
}
.nopadding_left {
    padding-left:0px;
}
.login_title {
    /*font-size: 16px;*/
    font-size: 3em;
    line-height: 1.1em;
    color: #3f51b5;
    font-family: 'Raleway', 'Lato',Arial, Tahoma, Verdana;
    font-weight: 600;
    margin-top: 7px;
}
.login_box {
    margin-top: 35px;
    border: 1px solid #ebf0f4;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(235,240,244,1);
    -moz-box-shadow: 0px 4px 5px 0px rgba(235,240,244,1);
    box-shadow: 0px 4px 5px 0px rgba(235,240,244,1);
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 45px;
    padding-bottom: 40px;
    background-color: #fbfdff;
}
.talign_center {
    text-align: center;
}
.btn_nostyle {
    border:0px solid transparent;
    background:transparent;
}
.display_none {
    display:none;
}
.logintitle {
    min-height:26px;
}

.p5_form_label {
    color: #3f51b5;
    font-size: 14px;
    font-weight:bold;
}
.loginRow {
    width:100%;
    float:none;
}
.loginRow input[type="text"], .loginRow input[type="password"], .loginRow select {
    border: 0px solid transparent !important;
    background-color: transparent !important;
    border-bottom: 1px solid #3f51b5 !important;
    width: 100%;
    color: #3f51b5;
    font-weight: bold;
}
.input_error input[type="text"], .input_error input[type="password"], .input_error select {
    border-bottom: 1px solid red !important;
}
.input_error label, label.input_error {
    color:red;
}
textarea:focus, input:focus, button:focus, select:focus {
    outline: none;
}
.ui-dialog .ui-dialog-titlebar-close {
    top:15px;
}

/* custom labels */
.p5_form_label_wrap {
    position: relative;
    margin-bottom: 40px;
}
.p5_form_label {
    pointer-events: none;
    position: absolute;
    bottom: 0px;
}
.label_checkbox {
    font-size:16px;
    font-weight:bold;
}
.p5_select_labeled {
    color: #3f51b5 !important;
}
.p5_select_labeled option {
    color: #3f51b5;
}
.p5_select_caret {
    position: absolute;
    right: 0px;
    bottom: 5px;
    pointer-events: none;
}
.p5_form_fakeinput {
    border-bottom: 1px solid #3f51b5 !important;
    width: 100%;
    color: #3f51b5;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
}
.p5_form_label_wrap_fakeinput label {
    /*bottom:25px;*/
    top:-25px;
}
.height_auto{
    height:auto;
}
/* end custom labels */
/* custom checkboxes */
.p5_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.p5_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.p5_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 2px solid #c5c3c3;
    border-radius: 3px;
}

.p5_checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.p5_checkbox input:checked ~ .checkmark {
    background-color: #103595;
}

.p5_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.p5_checkbox input:checked ~ .checkmark:after {
    display: block;
}

.p5_checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p5_checkbox span {
    line-height: 25px;
}
.p5_checkbox_labelhref{
    color:black;
    text-decoration:underline;
}

/* end custom checkboxes */
/* custom table */
.d_table {
    display: table;
}
.d_tablerow {
    display: table-row;
}
.d_tablecell {
    display: table-cell;
}
.valign_top {
    vertical-align: top;
}
/* end custom table */



#forgotPwd {
    color: #3f51b5;
    font-size:13px;
    margin-bottom:35px;
    display:block;
}

/* margins paddings */
.marginleft_5px {
    margin-left: 5px;
}
.marginleft_50px {
    margin-left: 50px;
}

.marginbottom_5px {
    margin-bottom: 5px;
}
.marginbottom_85px {
    margin-bottom: 85px;
}
.marginbottom_50px {
    margin-bottom: 50px;
}
.marginbottom_45px {
    margin-bottom: 45px;
}

.margintop_50px {
    margin-top: 50px;
}
.margintop_70px {
    margin-top: 70px;
}

.nomargin {
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
}

.paddingleft_10px {
    padding-left: 10px;
}
/* end margins paddings */

#avatarwrapper {
    background: #edf0f5;
    border:2px solid #edf0f5;
    border-radius: 50%;
    position: relative;
    width: 90px;
    max-width: 90px;
    height: 90px;
    max-height: 90px;
    overflow: hidden;
}
#avatarbackimg {
    width:100%;
}
.avatarImage {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    height:100%;
    width:auto!important;
    margin-left:0px;
}

.ui-dialog,
.dialogBoxContent {
    max-width: 90%;
}
#menu_toggler img {
    width: 30px;
    height: 30px;
}
#menu_toggler {
    display:none;
    margin-left:20px;
}

#leftpanel {
    -webkit-box-shadow: 6px 0 14px -5px rgba(207,207,207,1);
    -moz-box-shadow: 6px 0 14px -5px rgba(207,207,207,1);
    box-shadow: 6px 0 14px -5px rgba(207,207,207,1);
}
/*#rightpanel {
    -webkit-box-shadow: 2px 3px 13px -2px rgba(207,207,207,1);
    -moz-box-shadow: 2px 3px 13px -2px rgba(207,207,207,1);
    box-shadow: 2px 3px 13px -2px rgba(207,207,207,1);
}*/
.avatarImage {
    width:100px;
    /*min-width:100px;*/
}
.mainlogo_exam {
    max-width:230px;
}
* {
    outline:none!important;
}

@media (min-width: 992px) {
    #leftpanel {
        display:block!important;
    }
}
@media (max-width: 991.98px) {
    .top_menu_item {
        padding-right: 20px;
        background-position-x: 10px;
    }
    #menu_toggler {
        display: inline-block;
    }
    #menu_wrapper {
        position: absolute;
        top: -21px;
        background: #fff;
        right: 0px;
        max-width: 320px;
        padding-left: 30px;
        padding-right: 30px;
        border: 1px solid #103595;
        z-index: 9999;
    }
}
@media (min-width: 767px) and (max-width: 845px) {
    .top_menu_item {
        background-position-x: 6px;
        background-size: cover;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #main_logo {
        width: 150px;
    }
}
@media (max-width: 991.98px) {
    .md_nopadding {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #menu_wrapper {
        -moz-box-shadow: 0px 3px 8px rgb(100,100,100);
        -webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
        box-shadow: 0px 3px 8px rgb(100,100,100);
    }
    #avatarwrapper {
        margin-left:auto;
        margin-right:auto;
    }
}
@media (max-width: 767.98px) {
    .top_menu {
        margin-top: 5px;
    }

    .sm_nopadding {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #menu_wrapper {
        right: 0px;
    }

    .header_back {
        margin-left: -15px;
        /*margin-right: -15px;*/
    }
}
@media (max-width: 575.98px) {
    .top_menu {
        margin-top: 20px;
    }
    #main_logo {
        margin-left:auto;
        margin-right:auto;
        display:block;
    }
}