.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

body {
    color: #5f6368;
}

#app {
    background-color: #FFF;
}

a {
    color: #000000;
}

a:hover,
a:focus {
    color: #202124;
}

.panel {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(130, 216, 216, 0.49);
}

.panel-default {
    margin-top: 15px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.text-white {
    color: #fff !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.bg-primary {
    background-color: #007bff !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-title {
    margin-bottom: .75rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.material-icons {
    vertical-align: middle;
    /* new */
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    display: inline;
}

.navbar {
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e5e5;
}

.navbar-default {
    background: linear-gradient(90deg, rgba(82,125,255,1) 100%, rgba(101,123,252,1) 100%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(130, 216, 216, 0.49);
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active,
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    color: #000 ;
}
.navbar>.container .navbar-brand{
    color: #fff;
}

#side-navbar {
    background: linear-gradient(90deg, rgba(82,125,255,1) 100%, rgba(101,123,252,1) 100%);
    padding-top: 1%;
    padding-right: 0%;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(130, 216, 216, 0.49);
    
}

.navbar-nav .open .dropdown-menu {
    background-color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #000;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a {
    color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #000;
    background-color: #f9fafa;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #000;
    background-color: #f9fafa;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #d8d8d8;
    color: #000;
}

.page-panel-title {
    color: white;
    text-align: center;
    font-weight: 600;
    background: #ffb238;
    /* background: linear-gradient(to right, #bc4e9c, #f80759); */
    font-size: 2rem;
    padding: 1%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(130, 216, 216, 0.49);

}

.pagination {
    margin: 0px !important;
}

.table th {
    font-size: 12px;
}

.nav-link-align-btn {
    color: #000;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 60px !important;
}
table a:not(.btn), .table a:not(.btn) {
    text-decoration: none;
}
.nav-item.active {
    background-color: #fff;
    font-weight: bold;
}
.container-fluid{
    background: #F0F0F0;
}
.body-panel{
    box-shadow: none;
    background: #F0F0F0;
}
.page-panel-title2{
    color: black;
    text-align: center;
    font-weight: 600;
    background: #ebfffa;
    font-size: 2rem;
    padding: 1%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(185, 185, 185, 0.49);
}
.add-exam{
    position: relative;
    left: 9%;
}

.nav-link{
    color: white;
}


@media only screen 
  and (min-device-width: 320px) { 
    iframe {
        width: 260px;
      }
}

@media only screen 
  and (min-device-width: 375px) { 
    iframe {
        width: 320px;
      }
}

@media only screen 
  and (min-device-width: 414px) { 
    iframe {
        width: 350px;
      }
}
@media only screen 
  and (min-device-width: 1200px) { 
    iframe {
        width: 500px;
      }
      .panel-reg {
        width: 60%;
        position: relative;
        left: 20%;
    }
    .download{
        width: 40%;
    left: 31%;
    }
    .total-group{
        width: 15vw;
        margin-left: 25vw;
        margin-bottom: 5vh;
    }
    .alert-status{
        background-color: #527dff;
        border-color: #527dff;
        color: #ffffff;
        width: 50%;
    }
}

/* Id card */
.m-title{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.card_box {
    overflow: hidden;
    background: #eeeeee;
    height: 260px;
    width: 374px;
    border-radius: 0px;
    border-style: solid;
    border-color: #1d2227;
    /* border-width: float: left; */
    margin-bottom: 15px;
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
}
.card_header {
    background-color: #1d2227;
    padding: 5px;
    color: #EEEEEE;
    height: 65px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    overflow: hidden;
    font-size: 12px;
}
.card_logo_div{
    float: left;
    margin-right: 5px;
}
.card_logo{
    height: 58px;
    width: 65px;
}
.school_name {
    font-size: 18px;
    margin-left: 0px;
    font-weight: bold;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #ffffff;
}
.id_box_body {
    height: 143px;
    margin-bottom: 5px;
    overflow: hidden;
}
.img_card {
    height: 75px;
    width: 85px;
    overflow: visible;
    margin-top: 5px;
    margin-right: 5px;
    float: right;
}
.img_tumb {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.id_title {
    background-color: #1d2227;
    height: 20px;
    width: 100px;
    margin-top: 0px;
    border-radius: 0% 0% 100px 100px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    margin-left: 33%;
    /* padding: 2px; */
    color: #ffffff;
    margin-bottom: 7px;
}
.name_field {
    margin-bottom: 3px;
}
.id_field {
    background-color: #BDC1CB;
    width: 100px;
    font-size: 12px;
    font-weight: bold;
    float: left;
    padding: 1px 1px 1px 1px;
    text-align: right;
    margin-right: 5px;
    display: block;
}
.inf {
    width: 100px;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 1px 1px 1px;
}
.field_bg{
    margin-top: -128px;
    margin-left: 130px;
    height: 100px;
    width: 120px;
    opacity: 0.4;
}

.alert-status{
    background-color: #527dff;
    border-color: #527dff;
    color: #ffffff;
}

.paid-label {
    display: inline-block;
    min-width: 78px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
}
.label-paid {
    background-color: #27c24c;
    /* display: inline;
    padding: .2em .6em .3em;
    font-size: 75%; */
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    /* border-radius: .25em; */
}





.panel_profile,.about_profile{
    margin-left: 30px;
  }
  .panel_profile_body,.about_profile_body{
    height: auto;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 0px 0px 5px 5px;
    border-color: #DDDDDD;
    border-width: 1px;
    border-style: solid;
  } 
  .about_profile_body{
    box-shadow: 10px 5px 8px 5px #888888;
  }
  
  .profile_header{
    background-color: var(--bg-color);
    color: var(--font-color);
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
  }
  
  .panel_profile{
      margin-left: 15px;
  }
  
  .img_side{
      height: 160px;
      width: 154px;
      border-width: 1px;
      border-color: var(--bg-color);
      border-style: solid;
      border-radius: 10%;
  }
  
  .info_side{
      font-weight: bold;
  
  }
  
  .btn_header{
      padding: 15px;
      background-color: var(--bg-color);
      color: var(--font-color);
  }
  .btn_box{
      text-align: center;
      padding: 40px;
      height: 100px;
      width: 100px;
      background-color: var(--bg-color);
      color: var(--font-color);
  }
  
     .buttons{
  padding: 5px 0;
  font-weight: bold;
  }
  .nb-btn-circle{
    cursor: pointer;
  text-decoration: none;
  outline: none!important;
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  margin: 0 10px 10px 0;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 20%;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  transition:all 0.3s ease-in-out;
  }
  .nb-btn-circle:hover{
  background: var(--bg-color);
  border-color: var(--bg-color);
  color: var(--font-color);
  } 
  .nb-btn-circle:focus{
  background: var(--bg-color)!important;
  border-color: var(--bg-color)!important;
  color: var(--font-color)!important;
  } 
  
  
  
  .nb-btn-circle .fa {
  float: left;
  height: 24px;
  width: 100%;
  margin: 18px 0 2px 0;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  }
  .nb-btn-circle p{
  float: left;
  width: 100%;
  margin: 0;
  font-size: 11px;
  text-align: center;
  }
  .nb-btn-circle .indicator-dot {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 16px;
  width: 16px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #fff;
  background-color: #D9534F;
  background-image: none;
  }
  
  
  
  .nb-btn-circle1 {
  text-decoration: none;
  outline: none!important;
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  margin: 0 10px 10px 0;
  color: #ffffff;
  border: 1px solid #3B5999;
  background-color: #3B5999;
  transition:all 0.9s ease-in-out;
  }
  
  .td_profile1,.td_profile2{
    border-width: 1px;
    border-color: #DDDDDD;
    border-style: solid;
    padding: 7px;
  }
  .td_profile1{
    width: 100px;
    background-color: var(--bg-color);
    color: var(--font-color);
  }
  
  .nb-btn-circle1:hover{
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
  }
  
  .nb-btn-circle1:focus{
  color: #ffffff;
  }
  
  
   
  .nb-btn-circle1 .indicator-dot {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 16px;
  width: 16px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #fff;
  background-color: #ffffff;
  background-image: none;
  }
  
   .top-alert { 
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100000;
    left: 0;
    padding: 50px;
    display: inline-block;
    text-align: center;
  }
  .top-alert .alert {
    width: auto !important;
    height: 100%;
    display: inline;
    position: relative;
    margin: 0;
  }
  .top-alert .alert .close {
    position: absolute;
    top: 11px;
    right: 10px;
    color: inherit;
  }
  
  .alert-purple { border-color: #694D9F;background: #694D9F;color: #fff; }
  .alert-info-alt { border-color: #B4E1E4;background: #81c7e1;color: #fff; }
  .alert-danger-alt { border-color: #B63E5A;background: #E26868;color: #fff; }
  .alert-warning-alt { border-color: #F3F3EB;background: #E9CEAC;color: #fff; }
  .alert-success-alt { 
    border-color: #19B99A;
    background: #20A286;
    color: #fff; 
    padding: 20px;
    float: right;
    border-radius: 15px;
  }
  
  .alert a {color: gold;}
  
  







