/* ----------- login page styling --------------- */
#content {
    min-height: 400px;
    margin-top: 40px;
    clear:both;
    
}
#content #login-left{
    float: left;
    padding:5px;
}
#content #login-center{
    float: left;
    padding:5px;
}
#content #login-right{
    float:left;
    width: 30%;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    margin-left: 5px;
}
#content .user-login-btn{
    width:270px;    
    font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 20pt;
    letter-spacing: 0.01em;
    line-height: 22pt;
    font-smooth: always;
    color: #fff;    
    margin-right: 20px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border:none;
    cursor: pointer;
    display: inline-block;
}
#logoutbtndiv{
    width:100%;
    clear: both;
    margin-bottom:10px;
}
#logoutbtndiv #ad-loginout-btn{
    margin-left:85%;
    cursor:pointer;
}
#content input.user-login-btn.blue {
    background-color:#2b5797 !important;
}
#content input.user-login-btn.orange{
    background-color: #e3a21a !important;
}

/* ------ login-form styling ----------------- */
.label-field{
    margin-top:10px;
    padding-top:10px;
    clear: both;
}

.label-field label{
    float: left;
    width: 80px;
    color: #7f919e;
    font-size: 16px;
    padding-bottom: 15px;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.label-field input[type='text']{
    float: left;
    border: 1px solid #e4e7ee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fafcfc;
    color: #7f919e;
    padding:10px;
}

.label-field input[type='password']{
    float: left;
    border: 1px solid #e4e7ee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fafcfc;
    color: #7f919e;
    padding:10px;
}
#pin-login-form input[type='submit']{
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    vertical-align: middle;
    background: #92ACEB;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.15s all ease;
    -moz-transition: 0.15s all ease;
    -ms-transition: 0.15s all ease;
    -o-transition: 0.15s all ease;
    transition: 0.15s all ease;
}
.label-field select{
    float: left;
    border: 1px solid #e4e7ee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fafcfc;
    color: #7f919e;
    padding:10px;
}





/* ============== dialog box styling ================= */
.ui-dialog-titlebar{
    background:#92ACEB;
    color: #fff;
    font-weight: 100;
    font-size:12px;
}

label{
    color: #71BEF5;
    font-size: 0.9em;
    padding-bottom: 2px;
    float:left;
    clear:both;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-weight:bold;
}

.ui-button-text-only .ui-button-text {
    padding: .1em 1em;
}

.ui-dialog .ui-dialog-buttonpane {
    padding:0;
}

.ui-dialog .ui-dialog-content {
    background: #aaa;
}


/*===== check status button ============= */
#checkstatus {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    background: #92ACEB;
    border:none;
    cursor: pointer;
    font-size: 15px;
    padding: 10px;
    border-radius: 7px;
    
}
#checkstatus:hover{
    background-color:#6D92EC;
}


/* ======================= INPUT SCORES & STATUS CONTENT AREA STYLING ====================== */
#searchbar{
    width: 100%;
    clear: both;
    padding:10px;
    margin-bottom: 10px;
    border-top: 2px solid #D55E0F;
    border-bottom: 2px solid #D55E0F;
    
}


#names {
    float: left;
    width: 21%;
    /*border-right: 1px solid #211;*/
    padding: 3px;
}
#names a{
    padding-left: 15px;
}
#names a:hover {
    text-decoration: underline;
}
#details {
    float: left;
    width: 77%; 
    padding: 3px;
    margin-left: 2px;
    /*border: 1px solid #000;*/
}

.demographics {
    background-color: #ccc;
    width: 100%;
    padding:3px;
}

#details #passport {
    float: left;
    /*border: 1px solid #ccc;*/
    padding-right: 3px;
}
#details #detail {
    float: left;
    font-size: 13px;
}

#details #detail #top {
    width: 100%;
    clear: both;
    margin-bottom: 5px;
}

#details #detail #top {
    width: 100%;
    clear: both;
}



/* ----------------- for settings page --------------------*/
.icons {
    margin-top: -25px;
    margin-bottom: 30px;
    background: rgb(255, 255, 255);
    /*border-top:1px solid #ccc;*/
    border-bottom: 1px solid #eee;
}

.icons table {
    margin-left:30px;
}
.icons tr td {
    padding-right: 60px;
}
/* styling for selected student's name */
.selstudname{
    border: 1px solid #eee;
    background-color: #92ACEB;
    color: #fff;
    margin: auto;
    width: 300px;
    padding: 5px;
    text-align: center;
}


#settingsbottom{
    margin-bottom: 20px;
    background: rgba(247, 247, 247, 0.19);
    margin-left: 30px;
}

#settingsbottom .title {
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #007ED1;
    font-weight: bold;
    padding-bottom: 10px;
}


/* ======================================================= table styling */

.tabledescr{
    font-size: .9em;
    
    color:#007ED1;
}
#votebookheaders{
    padding-left: 30px;
}
#votebookheaders tr td {
	padding:12px;
        font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
        font-weight:normal;
	
}

#votebookheaders tr:first-child{
	color:#fff;
	background-color:#5B73AC;        
}
#votebookheaders tr:first-child:hover{
    color:#fff;
}
#votebookheaders tr:nth-child(2n) {
	background-color:#eee;
	
}

#votebookheaders tr:hover {
	color:#D55E0F;
	
}

#votebookheaders tr td a:hover{
    text-decoration: underline;
}

#votebookheaders a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

#votebookheaders .nonactionlink a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

.last{
    background: #fff;    
}

.admissions_locked {
  background-color: #c4bfbf;
  width: calc(100% - 3em);
  max-width: 24em;
  padding: 1em 1em 1em 1.5em;
  border-left-width: 6px;
  border-left-style: solid;
  border-radius: 3px;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  
  & + & {
    margin-top: 2em;
  }
  
  &:before {
    color: white;
    width:  1.5em;
    height: 1.5em;
    position: absolute;
    top: 1em;
    left: -3px;
    border-radius: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  
  p {
    margin: 0 0 1em;
    
    &:last-child {
      margin-bottom: 0;
    }
  }
}

.admissions_locked.message--error {
  border-left-color: firebrick;
  
  &:before {
    background-color: firebrick;
    content: "‼";
  }
}

.admissions_locked.message--warning {
  border-left-color: darkorange;
  
  &:before {
    background-color: darkorange;
    content: "!";
  }
}

/* =========== style thead ========================================== */
#content01 #thead tr td{
    border-bottom: 1px solid #71BEF5;
}

#content01 #thead label{
    color: #71BEF5;
    font-size: 16px;
    padding-bottom: 5px;
    float:left;
    clear:both;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.login-note{
    color: green;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.error{
    color: red;
    font-size: 0.7em;
}

.alone-btn{
    padding: 7px 10px;
    color: #fff;
    background: #007ed1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    border: none;
    font-family: arial;
    cursor: pointer;
}
.alone-btn:hover{
    background-color:#71bef5;
}

#congratulations{
    margin: auto;
    width: 80%;
    border: 1px solid #eee;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.85);
    color: #bbb;
}

#congratulations tbody tr td{
    padding-right: 15px;
}

#congratulations #congratulations-notes{
    color: yellowgreen;
    font-size: 14px;
}

.congratulations-names{
    color: #71bef5;
    font-weight: bold;
}