@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('../fonts/HelveticaNeueLTCom-Bd.eot');
    src: url('../fonts/HelveticaNeueLTCom-Bd.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTCom-Bd.woff') format('woff'),
         url('../fonts/HelveticaNeueLTCom-Bd.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTCom-Bd.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Helvetica Neue Bold Condensed';
  src: url('../fonts/HelveticaNeueLTCom-BdCn.eot');
  src: url('../fonts/HelveticaNeueLTCom-BdCn.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTCom-BdCn.woff') format('woff'),
         url('../fonts/HelveticaNeueLTCom-BdCn.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTCom-BdCn.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Condensed';
    src: url('../fonts/HelveticaNeueLTCom-Cn.eot');
    src: url('../fonts/HelveticaNeueLTCom-Cn.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTCom-Cn.woff') format('woff'),
         url('../fonts/HelveticaNeueLTCom-Cn.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTCom-Cn.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../fonts/HelveticaNeueLTCom-Lt.eot');
    src: url('../fonts/HelveticaNeueLTCom-Lt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTCom-Lt.woff') format('woff'),
         url('../fonts/HelveticaNeueLTCom-Lt.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTCom-Lt.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url('../fonts/HelveticaNeueLTCom-Md.eot');
    src: url('../fonts/HelveticaNeueLTCom-Md.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTCom-Md.woff') format('woff'),
         url('../fonts/HelveticaNeueLTCom-Md.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTCom-Md.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Helvetica Neue Regular';
    src: url('../fonts/HelveticaNeueLTCom-Roman.eot');
    src: url('../fonts/HelveticaNeueLTCom-Roman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTCom-Roman.woff') format('woff'),
         url('../fonts/HelveticaNeueLTCom-Roman.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTCom-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Helvetica Neue Thin';
    src: url('../fonts/HelveticaNeueLTCom-Th.eot');
    src: url('../fonts/HelveticaNeueLTCom-Th.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTCom-Th.woff') format('woff'),
         url('../fonts/HelveticaNeueLTCom-Th.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTCom-Th.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, html {
    font-family: 'Helvetica Neue Regular';
    font-size: 14px;
    color: #444444;
    background: #fdfdfd;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 50px;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

h1, h2, h3 {
    font-family: 'Helvetica Neue Bold Condensed';
    text-transform: uppercase;
    color: #e48900;
}

#header {
    margin-bottom: 15px;
}

.navbar-default {
    border-top: none;
    border-color: #fec166;
    background: #fef4e5;
}

.navbar-brand {
    padding: 5px;
}

.navbar-brand img {
    width: 40px;
}

ul.navbar-nav {
    font-family: 'Helvetica Neue Bold Condensed';
    font-size: 18px;
}

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

.navbar-default .navbar-nav>li>a:hover, .dropdown-menu>li>a:hover {
    color: #966f4c;
}

.navbar-nav>li>a {
    padding-top: 20px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background: #fee0b2;
    color: #966f4c;
}   

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding-top: 17px;
    border-top: 1px solid #fec166;
}

#footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#footer ul>li {
    float: left;
}

.alert {
    text-align: center;
}

.branding {
    padding: 20px 0 15px;
    text-align: center;
}

.branding .logo img {
    width: 80px;
}

.branding .title {
    font-size: 28px;
    font-family: 'Helvetica Neue Medium';
    margin-top: 5px;
    color: #e48900;
}

.form-title {
    text-align: center;
    font-size: 22px;
    font-family: 'Helvetica Neue Condensed';
    color: #693200;
}

.form-center {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 15px 10px;
    border: 1px solid #d8d8d8;
}

.form-control {
    padding: 8px 12px 6px;
}

.form-group label {
    font-family: 'Helvetica Neue Regular';
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.form-group-lg {
    width: 300px;
}

.form-group-md {
    width: 220px;
    float: left;
    margin-right: 15px;
}

.form-group-sm {
    width: 100px;
    float: left;
    margin-right: 15px;
}

.form-group input[type="text"], .form-group input[type="password"],
.form-group input[type="email"], .form-group textarea, 
.form-group select {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.form-center .form-group input[type="submit"] {
    font-family: 'Helvetica Neue Bold';
    width: 100%;
    text-transform: uppercase;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #fea319;
    border: none;
    margin: 10px 0;
    padding: 15px 0 10px;
}

.form-center .form-group input[type="submit"].preview {
    background: #428bca;
}

.form-center .form-group input[type="submit"].preview:hover {
    background: #428bca;
}

.form-center .form-group input[type="submit"]:hover {
    background: #fead32;
}

.form-center .form-group input[type=radio] {
    margin-right: 5px;
}

.table-header th {
    text-align: center;
}

.table-bordered>thead>tr>th {
    font-family: 'Helvetica Neue Bold Condensed';
    text-align: center;
}

form.delete-form {
    width: 85px;
    display: inline;
}

.btn {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    padding: 10px 15px 8px;
}

ul.breadcrumb {
    background: none;
    border-bottom: 1px solid #eee;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

ul.breadcrumb>li a, ul.breadcrumb>li a:hover {
    color: #693200;
} 

.pagination {
    float: right;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background: #e48900;
    border-color: #ddd;
}

.pagination>li>a, .pagination>li>span {
    border-color: #ddd;
    color: #693200;
    padding: 10px 15px;
}

.pagination>li>a:hover {
    background: #fef4e5;
    color: #693200;
    border-color: #ddd;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    border-color: #ddd;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.control-right {
    width: 250px;
    float: right;
    margin: 0 0 10px 40px;
}

.control-right select {
    margin: 0 0 5px 0;
}

.control-right input {
    display: inline-block;
    width: 250px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 35px;
    box-shadow: none;
    margin: 0 0 5px 0;
}

.control-right input[type="submit"] {
    width: 100%;
    margin: 5px 0 0 0;
    position: relative;
}

.avatar {
    width: 100px;
    height: 100px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    background-image: url('../images/default.png');
    background-size: 100px 100px;
    background-position: center;
    border: 2px solid #fec166;
}

.avatar-small {
    width: 65px;
    height: 65px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    background-image: url('../images/default.png');
    background-size: 65px 65px;
    background-position: center;
    border: 2px solid #ddd;
}

.agegroup-cell {
    width: 100%;
    height: 50%;
}

.agegroup-name {
    height: 50%;
    text-align: center;
    position: relative;
    top: 5px;
}

.belt-col, .agegroup-col {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}

.belt-col-small {
    width: 50px;
    height: 100%;
    float: left;
    position: relative;
}

.belt-col-label {
    height: 100%;
    float: left;
    position: relative;
    top: 10px;
    left: 10px;
}

table.belt-table-small>tbody>tr>td, table.belt-table-small>thead>tr>th {
    background: #f8f8f8;
    text-align: center;
}

.material-btn {
    float: right;
    width: 65px;
    height: 65px;
    font-size: 20px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    text-align: center;
    cursor: pointer;
    margin-left: 15px;
    box-shadow: 5px 5px 10px #a8a8a8;
}

.material-btn .glyphicon {
    top: 22px;
}

ul.attendance-grid {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.attendance-grid>li {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 24%;
    padding: 15px 15px 10px;
    border: 1px solid #eee;
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 175px;
}

.student-details-top {
    margin-bottom: 15px;
}

.student-details-top .left, .student-details-top .right {
    float: left;
}

.student-details-top .left {
    margin-right: 15px;
}

.student-details-top .right {
    padding-top: 10px; 
}

.student-details-top .right .name {
    font-family: 'Helvetica Neue Bold Condensed';
    font-size: 16px;
    width: 155px;
    min-height: 70px;
}

.student-details-top .left .age {
    font-family: 'Helvetica Neue Condensed';
    font-size: 14px;
    width: 65px;
    text-align: center;
    margin-top: 5px;
}

.student-details-top .left .gender {
    font-family: 'Helvetica Neue Condensed';
    font-size: 14px;
    width: 65px;
    text-align: center;
}

.student-details-top .right .small {
    color: #777;
}

.student-details-bottom .payment-status {
    text-align: center;
    font-family: 'Helvetica Neue Bold';
}

.nav-tabs.nav-justified>li>a {
    border-bottom-color: #fec166!important; 
    text-transform: uppercase;
    font-family: 'Helvetica Neue Bold';
    color: #693200;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #e48900;
    border-color: #fec166!important;
    border-bottom-color: white!important; 
}

table.week {
    border-bottom: 1px solid #ddd;
}

table.week>thead {
    background: #ddd;
}

table.week>thead>tr>th {
    padding: 10px;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'Helvetica Neue Bold';
}

table.week>thead>tr>th a {
    color: #444;
}

table.week>thead>tr>th a:hover {
    color: #696969;
}

table.week>tbody>tr>td, table.week>tbody>tr>td{
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table.week>tbody>tr.cal_labels {
    font-family: 'Helvetica Neue Bold Condensed';
    font-size: 18px;
    background: #eee;
}

table.week>tbody>tr.cal_labels>td {
    padding: 10px;
}

.ctime {
    padding: 10px!important;
    font-family: 'Helvetica Neue Bold Condensed';
    font-size: 18px;
    background: #eee;
}

table.week>tbody>tr>td {
    padding: 0px;
    vertical-align: middle;
}

a.calendar-day, a.calendar-day:hover {
    width: 100%;
    color: #444;
    font-family: 'Helvetica Neue Bold Condensed';
    font-size: 16px;
    padding: 0px;
}

.class-type-title {
    padding: 10px;
}

.class-type-details {
    padding: 0 10px;
    text-align: center;
}

.class-type-left, .class-type-right {
    width: 50%;
    height: 50px;
    float: left;
}

ul#branch-cards {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul#branch-cards>li {
    float: left;
    width: 23%;
    height: 150px;
    margin: 20px 10px 0px;
    background: #ffa519;
    text-align: center;
}

ul#branch-cards>li a, ul#branch-cards>li a:hover {
    color: white;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
}

ul#branch-cards>li:hover {
    opacity: 0.7;
}

.branch-header {
    font-family: 'Helvetica Neue Bold';
    font-size: 32px;
    margin-top: 10%;
}

.branch-type {
    font-family: 'Helvetica Neue Bold Condensed';
    font-size: 20px;
}

ul.branch-stats {
    list-style: none;
    margin: auto;
    padding: 0px;
}

ul.branch-stats>li {
    float: left;
    padding: 0px;
    text-align: center;
    width: 50%;
    font-family: 'Helvetica Neue Bold Condensed';
}

.stats-count {
    font-size: 28px;
}

.stats-label {
    font-size: 16px;
}

.add-on {
    position: relative;
    top: -25px;
    float: right;
    right: 10px;
}

.remark-col {
    height: 100%;
}

.remark-col .remark-content {
    width: 80%;
    height: 100%;
    position: relative;
    float: left;
    padding: 5px;
}

.remark-col .remark-edit {
    width: 20%;
    height: 100%;
    border-left: 1px solid #eee;
    position: relative;
    float: left;
    text-align: center;
}

.remark-col .remark-edit a, .remark-col .remark-edit a:hover {
    font-size: 24px;
    text-decoration: none;
    position: relative;
    top: 10px;
    color: #444;
}

.remark-btn {
    color: #fec166;
    font-size: 25px;
    position: absolute;
    cursor: pointer;
    margin-left: 220px;
}

.mark-details {

}

.mark-details .left {
    float: left;
    width: 40%;
    font-family: 'Helvetica Neue Bold Condensed';
}

.mark-details .right {
    float: left;
    width: 60%;
    font-size: 12px;
}

.receipt-container {
    width: 21cm;
    background: white;
    padding: 30px 10px 0 10px;
}

.receipt-topright {
    float: right;
    /*margin: 0 50px 0 0;*/
}

.receipt-bottomright {
    float: right;
    /*margin: 0 65px 0 0;*/
    font-size: 14px;
    font-family: 'Helvetica Neue Bold';
}

.receipt-bottomright .receipt-label-small {
    font-size: 14px;
}

.receipt-bottomright .receipt-label-left {
    width: 230px;
}

.receipt-bottomright .receipt-label-left, .receipt-label-right {
    float: left;
}

.receipt-logo {
    text-align: right;
    margin: 0 0 10px;
}

.receipt-logo img {
    width: 50px;
}

.receipt-label-small {
    font-size: 14px;
}

.receipt-label-left {
    width: 80px;
}

.receipt-label-left, .receipt-label-right {
    float: left;
}

.company {
    font-size: 14px;
    font-family: 'Helvetica Neue Bold';
}

.user {
    font-size: 14px;
    font-family: 'Helvetica Neue Regular';
}

.receipt-bottom {
    margin: 0;
    text-align: right;
}

hr.signature {
    border-color: black;
    margin-bottom: 5px;
}

.signature-label {
    font-size: 14px;
    font-family: 'Helvetica Neue Regular';
}

.amt {
    text-align: right;
}

.amt2 {
    width: 80px;
    text-align: right;
    padding-right: 8px;
}

#safra-details, #payment-class-details {
    margin: 10px 0 0 0;
}

.print, .close-preview {
    padding: 20px 10px;
    text-decoration: underline;
}

#checkall, #uncheckall {
    cursor: pointer;
    text-decoration: underline;
    float: left;
    width: 50%;
    color: #966f4c;
}

ul.day-cards {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.day-cards > li {
    width: calc(25% - 20px);
    margin: 0 10px 15px;
    padding: 30px 0;
    background: #4cb7db;
    color: white;
    font-size: 28px;
    float: left;
    text-align: center;
    cursor: pointer;
}

ul.day-cards > li.disable {
    background: #888888;
    cursor: auto;
}

.back-btn {
    font-size: 24px;
    color: #888888;
    font-weight: bold;
}

.calendar-control .prev-btn {
    float: left;
}

a.prev-btn, a.next-btn {
    font-size: 18px;
    padding: 10px 5px;
    font-weight: bold;
}

.calendar-control .next-btn {
    float: right;
}

.calendar-branch {
    font-family: 'Helvetica Neue Bold Condensed';
}

.calendar-instructor {
    font-family: 'Helvetica Neue Condensed';
    font-size: 14px;
}

.calendar-no-instructor {
    font-family: 'Helvetica Neue Condensed';
    font-size: 14px;
    color: red;
}

ul#unassigned-instructors {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul#unassigned-instructors > li{
    float: left;
    width: 20%;
    text-align: center;
    padding: 20px 0;
    margin: 0 20px 20px;
    font-family: 'Helvetica Neue Condensed';
    color: white;
    font-size: 18px;
    background: #428bca;
}

.show-instructors {
    margin-bottom: 10px;
}

#teacher-sign, #school-sign {
    border: 1px solid #ddd;
}

table.table .calendar-title {
    background: #DDDDDD;
    text-align: center;
    font-size: 22px;
    font-family: 'Helvetica Neue Bold';
    padding: 15px 0 10px;
}

table.table .calendar-timing {
    text-align: center;
    background: #EEEEEE;
    font-family: 'Helvetica Neue Bold';
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}

table.table tbody>tr>td {
    padding: 0px;
    text-align: center;
}

@media(max-width:600px) {
    .container {
        width: 100%;
    }

    .form-center {
        width: 100%;
    }

    ul.day-cards > li {
        width: 100%;
        margin: 0 0px 15px;
    }

}

#student_tab thead tr .header {
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
#student_tab thead tr .headerSortUp {
    background-image: url(../images/asc.gif);
}
#student_tab thead tr .headerSortDown {
    background-image: url(../images/desc.gif);
}

