
html, body {
    font-weight: normal;
    font-family: Verdana, Helvetica, sans-serif;
}

.footer {
    position: fixed;
    z-index: 999;
    left: 0;
}

.input-full {
    width: 100%; 
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.text-wrap {
    word-wrap: break-word;
}

#page-wrapper {
    margin-left: 0;
}

.fix-header .navbar-static-top {
    z-index: 999999;
}

html.home-bg, .home-bg {
    background-color: #2B2C4E;
    color: #fff;
}

.head-center {
    text-align: center;
}

.row.form-centre {
    margin: 50px auto;
}

.txt-centre {
    text-align: center;
}

.btn .btn-default {
    color: #fff;
    background: #ed1b2e;
    border-color: #d43f3a;
}

.btn .btn-default:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .button-link[disabled] {
    background-color: #999;
    border-color: #999;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #999;
    border-color: #999;
}

.title {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin: 15px 0px;
}

.caret-reverse{
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    opacity: 0.65;
}

.date-input {
    overflow: visible !important;
}

.profile-avatar {
    display: inline-block !important;
    vertical-align: middle;
}

/*
.year-picker:hover .picker-label {
    box-shadow: 0px 1px 0px 0px;
}
*/

.picker-label {
    font-size: 14px !important;
}

.download-label {
    font-size: 14px !important;
    cursor: pointer;
    padding: 0 2px;
}

.download-label i {
    margin-right: 5px;
}

.download-label:hover {
    box-shadow: 0px 1px 0px 0px;
}

/****************************************************
****************   ACCOUNT MODEL CLASSES **************
*****************************************************/

.account-container {
    margin-top: 20px;
}

.account-model > div {
    height: 280px;
    margin-top: 20px;
}

.account-staff > a {
    text-shadow: 0 2px 2px rgba(6,112,183,0.50);
    background-image: linear-gradient(-180deg, #00BAFF 45%, #0670B7 98%);
}

.account-admin > a {
    text-shadow: 0 2px 2px rgba(176,10,4,0.48);
    background-image: linear-gradient(-180deg, #FF0800 46%, #DC2D27 73%);
}

.account-admin > a, .account-staff > a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 15;
    font-size: 18px;
    color: #FFFFFF;  
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.account-admin > a::after, .account-staff > a::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .account-admin > a:hover, .account-staff > a:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  
  .account-admin > a::after, .account-staff > a::after {
      opacity: 1;
  }



/****************************************************
****************   FORM HEADER CLASSES **************
*****************************************************/


.form-header {
    color: #363636;
    font-size: 18px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent; 
    transition: 0.5s ease;
    -webkit-transition: border-bottom 0.5s; 
    -moz-transition: border-bottom 0.5s; 
    white-space: nowrap;
}

.form-header:hover, .form-header.active {
    border-bottom: 2px solid #dc2d27;
    width: auto;
    cursor: pointer;
}

.form-header a {
    color: #363636;
}


.login-min-header {
    font-size: 12px;
    display: inline-block;
    margin: 5px 0;
}

.seperator {
    margin: 10px 0;
}


.form-subHeader {
   color: #363636; 
   font-size: 15px;
   display: inline-block;
   margin: 5px auto 15px auto;
}

.tbl-header-center thead tr th, .tbl-header-center tbody tr td {
    text-align: center;
}


/****************************************************
****************   FORM BUTTON CLASSES **************
*****************************************************/

.btn {
    height: 40px; 
    width: 100%;
}

.submit-btn, .btn-default {
    background-color: #ed1b2e; 
    color: #fff;
    border-color: #d43f3a;
}

.submit-btn:hover, .btn-default:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.form-control {
    font-size: 12px;
}

.fadeTxt {
    color: #999999;
    font-size: 12px;
}

.btn-change {
    background-color: #45457f;
    color: #fff;
}

.btn-change:hover {
    background-color: #313171;
    color: #fff;
}



.ktp-style, .usr-style {
	width: auto;
	height: auto;
	padding: 5px 15px;
	border-radius: 20px;
	color: #fff;
	font-size: 10px;
}


.ktp-style {
	background: #F9BF3B;
}


.usr-style {
	background: #F62459;
}



.button-link {
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 15px;
	padding: 5px 20px;
	color: #fff;
	font-size: 11px;
    background: #ed1b2e;
    border: 0px;
}

.button-deactivate {
   height: 40px; 
   width: 100%;
   color: #fff;
   border-radius: 25px;
 }

.button-link-mg-2 {
	margin: 0 0 0 20px;
}

.button-link:hover {
	background-color: #c9302c;
}

.button-purple { background-color: #45457f; border: 1px solid #5a5a8d; }
.button-purple:hover { background-color: #313171; }
.button-pink { background-color: #F62459; border: 1px solid #ea2254; }
.button-pink:hover { background-color: #e01e50; }
.button-green { background-color: #7ace4c; border: 1px solid #7ace4c; }
.button-green:hover { background-color: #6ec33f; }

.border-control {
		border: 1px solid #d3d7dc;
		border-radius: 10px;
		font-size: 13px;
		color: #4c5667;
		padding: 7px 12px;
        height: 38px;
		background: rgba(255,255,255,.9);
		box-shadow: none;
		font-weight: 500;
        width: 100%;
		display: inline-block;
		line-height: 30px;
		transition: .5s ease-out;
    	transition-property: initial;
    	transition-duration: 0.5s;
    	transition-timing-function: ease-out;
    	transition-delay: initial;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload span {
	line-height: 25px;
	font-size: 12px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 15px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


a.white-box.analytics-info {
	display: block
}

a.white-box.analytics-info:hover {
	transform: scale(1.05);
	transition: .5s ease-out initial;
	box-shadow: 0 2px 3px rgba(229, 229, 229, 0.5);
}


.edit-switch-flex {
    display: flex;
    align-items: center;
}

.switch-label {
    margin-right: 5px;
    font-size: 15px;
}

.switch-label.disabled {
    opacity: 0.65;
}

/****************************************************
****************   LOGO CLASSES **************
*****************************************************/

.main-logo {
    max-height: 80px;
}

.header-logo {
    max-height: 70px;
}

.app-logo {
    max-height: 20px;
    padding-left: 10px;
}

.top-left-part a {
    padding-left: 0;
}

/****************************************************
**************   COMMENTS SECTION ***************
*****************************************************/
.comment-container {
    border-bottom: 1px solid rgba(120,130,140,.13);
    word-wrap: break-word;
    width: 100%;
    padding: 20px 25px
}

.comment-container:hover {
    background: #f7fafc;
}

.comment-content {
    padding-left: 15px;
    vertical-align: top;
}

.comment-content .mail-desc {
    font-size: 14px;
    display: block;
    margin: 15px 0;
    line-height: 25px;
    color: #848a96;
}

.comment-content h5 {
    margin-top: 0;
    font-weight: 400;
    white-space: nowrap;
}

.comment-content .time {
    display: inline-block;
    font-size: 12px;
    color: #98a6ad;
}

.comment-section {
    overflow-y: scroll;
    max-height: 450px;
}

/****************************************************
*********   FACULTY LIST PAGE *********
*****************************************************/

.faculty {
    padding: 10px;
    background: #ececec;
    border-radius: 10px;
    text-align: center;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.faculty.clear {
    background: #f9f9f9;
}

/****************************************************
*********   PAGE TRANSITION ANIMATION *********
*****************************************************/

.fade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 1;
}

.fade.ng-enter,
.fade.ng-leave {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fade.ng-enter {
    opacity: 0;
}

.fade.ng-enter-active {
    opacity: 1;
}

.fade.ng-leave {
    opacity: 1;
}

.fade.ng-leave-active {
    opacity: 0;
}

/****************************************************
*********   Event Comments Form *********
*****************************************************/
.comment-submission {
    padding: 20px 30px;
}

/****************************************************
*********   Header Navigation Buttons *********
*****************************************************/
.navbar-top-links>li>a {
    line-height: 70px;
}

.notify {
    margin-top: -35px;
}


/****************************************************
*********   Angular Sidebar Custom Styles *********
*****************************************************/

[sidebarjs-container] {
    max-width: 240px !important;
}

[sidebarjs].sidebarjs--right [sidebarjs-container] {
    max-width: 300px !important;
}

/****************************************************
*********   Notifications Containers CSS *********
*****************************************************/
.notification-container {
    padding: 70px 0 0;
    overflow-y: scroll;
}

.notification-body {
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.32);
}

.notification-body:hover {
    background: #f7fafc;
    cursor: pointer;
}

.notification-body .time {
    font-size: 12px;
    color: #98a6ad;
}

.notification-body.not-seen {
    background: #efefef;
}

.notification-mark-all {
    margin-left: 20px;
}

.no-notifications {
    position: absolute;
    top: 50%;
    left: 25%;
    color: #98a6ad;
}

/****************************************************
*********   ngShow/ngHide ANIMATIONS *********
*****************************************************/
/* Taken from: #https://scotch.io/tutorials/animating-angular-apps-ngshow-and-nghide */

/* when hiding the picture */
/*.ng-hide-add         { animation:0.5s fadeOut ease; }*/

/* when showing the picture */
/*.ng-hide-remove      { animation:0.5s fadeIn ease; }*/

/* For hiding and showing connection lost overlay */
.connection.ng-hide-add         { animation:0.5s fadeOut ease; }

.connection.ng-hide-remove      { animation:0.5s fadeIn ease; }


.listItem.ng-enter {
    opacity: 0;
    transition: all .5s ease;
}
.listItem.ng-enter-active {
    opacity: 1;
}
/****************************************************
*********   Alertify custom addition *********
*****************************************************/

.alertify {
    z-index: 999999 !important;
}

/****************************************************
*********   720kb DatePicker Custom CSS *********
*****************************************************/
/* For highlighting current date */
._720kb-datepicker-calendar-day._720kb-datepicker-today {
  background:red;
  color:white;
}

._720kb-datepicker-calendar-day._720kb-datepicker-today:hover {
  background:grey;
  color:white;
}

/****************************************************
*********   Media Queries *********
*****************************************************/

@media (max-width: 767px) {
    .top-left-part {
        width: 130px;
    }
    .header-logo {
        max-height: 65px;
    }
    .footer {
        left: 0;
    }
    .navbar-top-links>li>a {
        line-height: 60px;
    }
}

@media (min-width: 768px) {
    .navbar-right>li:first-child {
        margin-right: 10px;
    }
}