﻿@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');

h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
}
ul{display: block;margin: 0px; padding: 0px;}
li{list-style: none;}
.min-he-410{
    min-height: 410px;
}
.m-l-10{
    margin-left: 10px;
}
.m-r-10{
    margin-right: 10px;
}

.m-l-20{
    margin-left: 20px;
}
.m-r-20{
    margin-right: 20px;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-b-25{
    margin-bottom: 25px;
}
.m-b-5{
    margin-bottom: 5px;
}
.m-b-10{
    margin-bottom: 10px;
}

.orange-color{
    color: #ff8e00 !important;
}
.green-txt,.text-success{
    color: #5fc567 !important;
}
.position-relative{
    position: relative;
}
.d-in-block{
    display: inline-block;
}
.d-block{
    display: block;
}
.v-a-middle{
    vertical-align: middle;
}
.v-a-top{
    vertical-align: top;
}
.padd-10{
    padding: 10px;
}
.white_bg{
    background-color: #ffffff;
    box-shadow: 0px 0px 4px #e6e5e5;
    border-radius: 3px;
}

h1.head_font{
    font-size: 1.8rem;
    font-weight: 500;
    color: #4e4e4e;
    text-transform: uppercase;
}
h2.head_font{
    font-size: 1.5rem;
    font-weight: 600;
    color: #4e4e4e;
}
.name_title{
    font-size: 1.4rem;
    font-weight: 600;
    color: #0075b9;
    margin-bottom: 5px;
}
p.re-text{
    font-size: 1.2rem;
    font-weight: 500;
    color: #707070;
}
ul.pay-info li {
    display: inline-block;
    list-style: none;
    /*width: 48%;*/
    width: 80%;
    font-size: 14px;
    font-weight: 500;
    color: #707070;
    margin-bottom:3px;
}
ul.pay-info li span{
    font-weight: 600;
    color: #4e4e4e;
    width: 50%;
    position: relative;
    margin-right: 10px;
}

ul.pay-info li span::after{
    content: ":";
    position: absolute;
    right: 0px;
}
ul.c-dates li{
    display: inline-block;
    list-style: none;
    width: 40%;
    font-size: 1.2rem;
    font-weight: 500;
    color: #707070;
}
ul.arr-flight{
    display: block;
    margin: 0px;
    padding: 0px;
}
ul.arr-flight li{
    display: inline-block;
    list-style: none;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    color: #707070;
}
.a-date{
    color: #5fc567;
    font-weight: 600;
}
.exp-date{
    color: #d57272;
    font-weight: 600;
}
.exp-d-label{
    color: #ff8e00;
    font-weight: 600;
    display: block;
}
.r-arrow{
    width: 15%;
}
.sider-img{
    margin-top: 65px;
}
.paper-works ul li{
    display: inline-block;
    width: 32%;
    text-align: center;
}

p.text-con {
    font-size: 1rem;
    font-weight: 500;
    color: #707070;
    letter-spacing: .1px;
    font-family: 'Roboto', sans-serif;
}
.not-update {
    position: absolute;
    content: "";
    bottom: 2px;
    width: 12px;
    height: 12px;
    background: #d57272;
    border-radius: 50%;
    font-size: .7rem;
    font-style: normal;
    color: #fff;
    font-weight: 600;
    padding-top: 2px;
    right: 3px;
}

.img-box .update{
    right: -5px;
}
.img-box .not-update{
    right: -5px;
}

.update{
    position: absolute;
    content: "";
    bottom: 0px;
    width: 12px;
    height: 12px;
    background: #5fc567;
    border-radius: 50%;
    font-size: .7rem;
    font-style: normal;
    color: #fff;
    font-weight: 100;
    padding-top: 2px;
    right: 3px;
}
.border_btn{
    background: transparent;
    border: 1px solid #0082c3;
    border-radius: 3px;
    font-size: 10px;
    color: #0082c3;
    padding: 0px 5px 0px 5px;
    text-transform:none !important;
}

.green-btn{
    background: #5fc567;
    border-radius: 3px;
    font-size: 10px;
    color: #ffffff;
    padding: 0px 5px 0px 5px;
}

.h-question ul li{
    display: inline-block;
    list-style: none;
    width: 19%;
    font-size: 1.2rem;
    font-weight: 500;
    color: #707070;
    text-align: center;
    vertical-align: top;
}

.img-box-1{
    width: 40px;
    height: 40px;
    margin: 0px auto;
}
.img-box{
    width: 40px;
    height: 40px;
    margin: 0px auto;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 10px;
}

.img-box img{
    display: inline;
    margin-top: 3px;
}

.budget ul li{
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    color: #707070;
    margin-left: 10px;
    margin-top: 10px;
}
.budget ul li span{
    display: block;
    font-weight: 600;
    color: #4e4e4e;
    font-size: 1.2rem;
}

.custom_radio {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #707070;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .custom_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc
  }
  
  /* On mouse-over, add a grey background color */
  .custom_radio:hover input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #2196F3
  }
  
  /* When the radio button is checked, add a blue background */
  .custom_radio input:checked ~ .checkmark {
    background-color: #fff;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .custom_radio input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .custom_radio .checkmark:after {
        top: 4px;
        left: 4px;
        width: 5px;
        height: 5px;
      border-radius: 50%;
      background: #2196F3;
  }

  .house-trans ul li{
      display: inline-block;
      width: 45%;
      vertical-align: top;
  }
  .arrival_guide ul li {
      font-size: 1.2rem;
  }
  .arrival_guide ul li span{
    width: 48px;
    height: 47px;
    border: 1px solid #ccc;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    padding-top: 5px;
    color: #707070;
  }
  .arrival_guide ul li span strong{
      color: #4e4e4e;
      font-weight: 600;
  }

  .arrival_guide ul li p{
      font-weight: 600;
  }
  .m-tr-cal{
    border: 1px solid #ccc;
    text-align: center;
    width: 52px;
    height: 52px;
    border-radius: 10px;
  }
  .m-tr-cal .update{
        right: -5px;
  }
  .m-tr-cal .not-update{
    right: -5px;
}
.mon-track li{
    margin-right: 5%;
    text-align: center;
}
.mon-track li p{
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    color: #4e4e4e;
    font-weight: 600;
    margin-top: 15px;
}

.flight-detail p{
    color: #979797;
    font-size: 1.2rem;
}
.flight-detail p strong{
    color: #4e4e4e;
}
.arr-detail{
    vertical-align: top;
    border: 1px solid #ccc;
    text-align: center;
    width: 62px;
    height: 62px;
    border-radius: 10px;
    color: #707070;
    font-size: 1.2rem;
    padding-top: 14px;
}

.arr-detail strong {
    color: #4e4e4e;
    font-weight: 600;
}
.not-arr{
    color: #ff8e00;
    font-weight: 100;
    font-style: normal;
    font-size: 1.1rem;
}

ul.status li{
    font-size: 1.1rem;
    color: #707070;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    
}

ul.status::before{
    position: absolute;
    content: "";
    border-left: 1px solid #0082c3;
    left: 4px;
    top: 12px;
    height: 51%;
}
ul.status li strong{
    font-size: 1.2rem;
    color: #4e4e4e;
    font-weight: 600;
}

ul.status li::before{
    content: "";
    position: absolute;
    top: 3px;
    left: 0px;
    width: 10px;
    height: 10px;
    border: 1px solid #0082c3;
    border-radius: 50%;
}
ul.status li::after{
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    width: 4px;
    height: 4px;
    background: #0082c3;
    border-radius: 50%;
}

.notificatio_dropdown {
    min-width: 330px;
    background-color: #fff;
    min-height: 470px;
    max-height: 470px;
    border: none;
    border-radius: 15px !important;
    box-shadow: 0px 0px 19px #ccc;
    right: -40px !important;
}

.notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px;
}

.drop-content {
    min-height: 350px;
    max-height: 350px;
    overflow-y: scroll;
    padding-left: 5px;
}

.notify-drop-footer {
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    position: relative;
    padding: 8px 15px;
}

h1.noti-alerts{
    font-size: 1.8rem;
    padding-left: 20px;
    color: #4e4e4e;
}

h1.noti-alerts p{
    font-size: 1.1rem;
}
h1.noti-alerts p span{
    color: #ff8e00;
}
h1.noti-alerts p i{
    color: #ff8e00;
    font-style: normal;
}
p.not-head{
    color: #707070;
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 18px;
}
p.not-head b{
    color: #ff8e00;
}
p.not-head span{
    color: #9d9d9d;
}
.not-content h6{
    font-weight: 600;
    color: #0073b8;
    text-transform: uppercase;
    font-size: 1.4rem;
}
.not-content h6 span{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 5px;
    left: -10px;
    background: #d57272;
}
.not-content p{
    color: #707070;
    font-size: 1.2rem;
    line-height: 18px;
    vertical-align: top;
}
.not-content span{
    width: 90%;
    vertical-align: top;
}

.not-content img{
    vertical-align: top;
    margin-right: 5px;
    margin-top: 4px;
}

.not-content a{
    float: right;
    color: #5fc567 !important;
    font-size: 1.1rem !important;
    margin-top: 15px;
}
.not-content a img{
    margin: 2px 0px 0px 3px !important;
}
.not-content hr{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -15px;
}

.drop-content::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .drop-content::-webkit-scrollbar-track {
    background: #ffffff;
  }
  .drop-content::-webkit-scrollbar-thumb {
    background: #dcdcdc;
  }
  .drop-content::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
  }
  .notify-drop-title{
      border: none;
  }

  /*student-tracker css start*/
  h1.head_font span{
    text-transform: capitalize;
    font-size: 1.5rem !important;
    color: #707070;
  }
  h1.head_font span b{
      color: #0075b9;
  }
  .filter_student a{
    padding: 5px 12px 5px 12px;
    font-size: 1.2rem;
    color: #707070;
    font-weight: 600;
    letter-spacing: 0.2px;
  }
  .filter_student p{
    font-size: 1.2rem;
    color: #707070;
    font-weight: 600;
    letter-spacing: 0.2px;
  }
  .filter_student p b{
      color: #ff8e00;
  }
  .filter_student p span{
    color: #5fc567;
  }
  .filter_student{
      margin-top: 70px;
  }
  .student_search{
    margin-top: 70px; 
  }
  .student_search span{
    padding: 5px 10px 5px 10px;
    font-size: 1.2rem;
  }
  .student_search input{
      width: 80%;
      border: none;
      background: transparent;
      font-size: 1.2rem;
      color: #707070;
      font-weight: 500;
      letter-spacing: .5px;
  }
  .border_double{
      border-bottom: 2px solid #d1d1d1;
  }

  .student_traker h3 a{
    font-size: 1.4rem;
    color: #4e4e4e;
    text-decoration: underline;
  }
  .student_traker h3{
      padding: 0px;
      margin: 0px;
  }
  .profile_pic img{
      border-radius: 6px;
  }
  .profile_pic span{
      position: absolute;
      content: "";
      bottom: -5px;
      right: -13px;
  }
  .placement-paper-icon{
      margin-right: 7px;
  }
  .placement-paper-icon em img{
    position: absolute;
    content: "";
    bottom: -4px;
    right: -4px;
  }
  .student_traker{
      padding-bottom: 10px;
  }
  .student-block h5{
    font-size: 1.2rem;
    color: #4e4e4e;
    vertical-align: top;
  }
  span.health_icon{
      margin-right: 10px;
  }

  .health_icon em{
      position: absolute;
      content: "";
      right: -4px;
      bottom: -6px;

  }
  .housing-tran label{
    font-weight: lighter;
  }
  .divite{
    width: 1px;
    height: 15px;
    background: #ccc;
    margin-top: 12px !important;
    display: inline-block;
  }
  .flights ul{
      margin: 0px;
      padding: 0px;
  }
  .flights ul li{
      color: #979797;
      font-size: 1rem;
  }
  .flights ul li b{
      display: block;
      color: #4e4e4e;
      font-size: 1.1rem;
  }
.arr-guide ul{
    margin: 0px;
    padding: 0px;
}
.arr-guide ul li{
    color: #4e4e4e;
      font-size: 1.1rem;
}
.arr-guide ul li b{
    display: block;
}
.arr-guide ul li  p{
    margin: 0px;
}
.bd-highlight{
    display: inline-block;
    vertical-align: top;
}
h2.head_font, .name_title{font-size: 12px !important; line-height: 22px;}
.configoptions{font-size: 11px !important;}
.head_icons{font-size: 17px;
    border-radius: 50%;
    background: #0075b9;
    width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    padding: 6px;
    width: 35px;
    height: 35px;
    line-height: 24px;
    margin-right: 5px;}
    .preview_txt{margin-top: 17px !important;}
    .head_bg{background-color: #f5fafb; padding: 0px 5px;}
    .m-t-10{margin-top: 10px !important;}
    .school_name{font-size: 15px !important;
        color: #ff9654;}
        .name_title.quartely_checkin{font-size: 20px !important;}
        /* .right_nav li.teacher_login a:hover, .right_nav li.teacher_login a:focus, .right_nav li.teacher_login a.active
        {
            background: #1871b8;
            color: #fff;    
            border-radius: 0px;
        } */
        .right_nav li.teacher_login a{border-radius: 0px;}
        .right_nav li.teacher_login a:hover, .right_nav li.teacher_login a:focus, .right_nav li.teacher_login a.active
       { 
        font-size: 12px;
        border-bottom: 2px solid;
        border-radius: 0px;
        padding: 5px;
       }