#oldClassField,
#comDataFieldOld,
#eduClasDataFieldOld,
#pubDataFieldOld{
	display:none !important;
}
html,
body {
    height: 100%;
}

.layout-boxed html,
.layout-boxed body {
    height: 100%;
}

.opl-heading-fsize {
    font-size: 38px!important;
}

.opl-subtext-fsize {
    font-size: 18px;
}

.opl-loginbtn-fsize {
    font-size: 20px!important;
}

h1 {
    font-family: 'Helvetica', "QuatroSlab", Georgia, Times, "Times New Roman", serif;
    /* font-family: "QuatroSlab", Georgia, Times, "Times New Roman", serif; */
    /* font-family: "ProximaNova"; */
    font-weight: 400;
    font-size: 41px;
    line-height: 1.1em;
    color: #444;
}

h2 {
    font-family: "Helvetica", Arial, sans-serif;
    /* font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    /* font-family: "ProximaNova"; */
    font-weight: 400;
    font-size: 32px;
    line-height: 1.1em;
    color: #444;
}

h3 {
    font-family: Helvetica, Arial, sans-serif;
    /* font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    /* font-family: "ProximaNova"; */
    font-weight: 200;
    font-size: 26px;
    line-height: 1.1em;
    color: #444;
}

h4 {
    font-family: Helvetica, Arial, sans-serif;
    /* font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    /* font-family: "ProximaNova"; */
    font-weight: normal;
    font-size: 23px;
    line-height: 1.3em;
    color: #444;
}

h5 {
    font-family: Helvetica, Arial, sans-serif;
    /* font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    /* font-family: "ProximaNova"; */
    font-weight: 600;
    font-size: 17px;
    line-height: 1.1em;
    color: #444
}

body {
    font-weight: 400;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    /* font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    /* font-family: "ProximaNova"; */
    line-height: 1.375em;
    letter-spacing: normal;
    word-spacing: normal;
    color: #444;
}

.opl-top-part {
    padding: 100px 0 150px 0;
    background: #f2f3f7;
    background: url(../images/header_bg.jpg);
    background-size: 100%;
    position: relative;
    top: 30px;
    background-repeat: no-repeat;
}


.opl-student-cube p {
    line-height: 30px;
    /* text-align: justify; */
}

.opl-student-cube {
    padding: 50px 0 196px 0;
    background: #f2f3f7;
    background: url(../images/student-cube2x.png) top;
    background-size: 100%;
    background-repeat: no-repeat;
}

.opl-logo img {
    width: 450px;
    margin: -60px 0 0 0;
}

.opl-logo-text h1 {
    color: #009DA0;
    font-weight: bold;
}

.opl-logo-text h2 {
    color: #ffffff;
    font-weight: 600;
    margin-top: -10px;
    padding: 0 50px;
}

.btn-primary {
    border-color: #00ACC1!important;
    background-color: #00ACC1!important;
    color: #FFF;
    padding: 5px 15px;
    font-weight: 400;
    margin: 20px 0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #00BCD4 !important;
    border-color: #00BCD4 !important;
}

.btn-secondary {
    background-color: #C14C00;
    border-color: #C14C00;
    padding: 5px 15px;
    font-weight: 400;
    color: #fff;
    margin: 20px 10px;
}

.btn-secondary:hover {
    background-color: #d85703;
    border-color: #d85703;
    color: #fff;
}

.btn-secondary:focus {
    color: #fff;
}

.opl-txt-transform {
    text-transform: uppercase;
    font-size: 18px;
}

.opl-peer-txt p {
    color: #fff;
    margin-left: 80px;
}

.opl-peer-content {
    position: absolute;
    bottom: 0;
    background-color: #0097A7;
    opacity: 0.9;
    left: 0;
    right: 0;
    padding: 25px 0 15px 0;
}

.opl-vertical-border {
    border-right: 1px solid #ccc !important;
    height: 300px !important;
    top: 60px !important;
}

.opl-container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
}

.opl-peer-txt figure {
    float: left;
    padding: 0 5% 0 0;
}

.opl-col-lg-pull {
    right: 2.333333%;
}

.navbar-brand {
    float: left!important;
    /* height: 50px; */
    padding: 15px 15px!important;
    font-size: 18px!important;
    line-height: 20px!important;
    margin-top: 10px!important;
    width: 400px !important;
    margin-bottom: -8px;
}

.opl-navbar-header .navbar-brand {
    padding: 0 45px !important;
}

.opl-footer-brand {
    background-color: #F4F4F4;
    padding: 2.5%;
    text-align: center;
    color: #005499;
    width: 100%;
    font-size: 10px;
	/* margin:2%; */
}
.mar-space{
	margin-right: 27px;
}

.opl-zero-padding {
    padding: 0px;
}

#mobileBanner {
    display: block;
}

.fa-clock-o,
.fa-archive {
    cursor: default !important;
}

.loader {
    margin: auto;
    margin-top: 150px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #0097A7;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

        @media(min-width:1024px) {
        	.opl-footer-brand {
        		font-size: 13px !important;
        	}	
        }
@media(max-width: 1023px) and (min-width: 768px) {
    #mobileBanner {
        display: none;
    }
    .opl-peer-txt figure {
        padding: 0 10px 0 0;
    }
    .opl-student-cube {
        background-size: 300px 500px;
    }
}

@media(max-width:1024px) {
    #mobileBanner {
        display: none;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .opl-logo img {
        width: 100%;
        margin: -80px 0 0 0;
        padding: 0 10px;
    }
    .opl-logo-text h2 {
        color: #ffffff;
        font-weight: 600;
        margin-top: -15px;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .opl-heading-fsize {
        font-size: 28px!important;
    }
    .opl-txt-tranform {
        font-size: 15px;
    }
}

@media(min-width:320px) and (max-width:767px) {
.opl-top-part {
    padding: 100px 0 0px 0;
    background: #f2f3f7;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.7) 80%, rgba(0,0,0,0.7) 100%),url(../images/header_bg.jpg);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.2)0%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0.7) 100%),url(../images/header_bg.jpg);
background: linear-gradient(to bottom, rgba(0,0,0,0.2)0%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0.7) 100%),url(../images/header_bg.jpg);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000',endColorstr='#b3000000',GradientType=0),url(../images/header_bg.jpg);
    background-size: 100%;
    position: relative;
    top: 30px;
    background-repeat: no-repeat;
}
.btn-logout {border: 1px solid
#fff;padding: 15px 16%;color: #fff;
font-size: 14px;}

.btn-logout:hover {
/*background-color:#777; */
color:#fff;
text-decoration:none !important; 
transition:background-color 0.2s ease-in,color 0.2s ease-in;
}
.credit {
color: #fff;
font-size: 15px;
.detail a {
color: #666;
}
}