/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 121px;
    }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 15px;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(241, 234, 234, 0.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.top-nav {
    /*background: #772c0b;*/
    /* background-color: #ef7c00; */
    background-color: #7e0606;
    text-align: right;
    padding: 3px 15px 0 3px;
}

.top-nav label {
    font-weight: normal;
    /*color: #ffc579;*/
    color: #fff;
}

.custom-navbar {
    /*background: url(../img/header_mid.jpg) repeat-x bottom #782e0c;*/
    /* background-color: #ef7c00; */
    background-color: #910e0e;
    height: 100px;
    width: 100%;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header-left {
    /*background: url(../img/header_left.jpg) no-repeat bottom #782e0c;*/
    height: 100px;
    width: 7px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 100;
}

.header-right {
    /*background: url(../img/header_right.jpg) no-repeat bottom #782e0c;*/
    height: 100px;
    width: 7px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 100;
}

.custom-navbar .navbar-brand {
    display: block;
    padding: 5px 10px;
    height: auto;
    float: left;
    /*New added*/
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 40px;
    /* margin: 0 0 24px; */
    text-align: center;
    text-transform: uppercase;
}

.custom-navbar .navbar-header {
    width: 100%;
}

.tribal {
    float: right;
    width: 550px;
    margin-top: 7px;
}

body {
    width: 99%;
    margin: 0 auto;
}

.custom-navbar .nav.navbar-top-links.navbar-right {
    float: none !important;
    position: absolute;
    width: 100%;
    bottom: -50px;
    /*background: #fff;*/
    background: rgb(220, 214, 214) !important;
    border: none;
    background: url("../img/menu_bar_bg.jpg") no-repeat #fff;
    background-position: 13px center;
    padding-left: 120px;
}

.custom-navbar {
    margin-bottom: 50px !important;
}

.blankBox {
    height: 400px;
    /*height: 500px;*/
    border: 1px solid #ddd;
    background: #fff;
    /*margin-top: 15px;*/
}

.wrapper {
    /*background: url("../img/Repeater.jpg");*/
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    background: rgb(220, 214, 214);
}

#wrapper {
    /*background: url("../img/Repeater.jpg");*/
    background: rgb(220, 214, 214);
}

.wrapper .inner-wrapper-1,
.wrapper .inner-wrapper-2 {
    float: left;
    padding: 10px;
}

.inner-wrapper-1 {
    width: 70%;
}

.inner-wrapper-2 {
    width: 30%;
}

.custom-navbar .nav li a {
    display: block;
    /* padding: 14px 15px; */
    padding: 5px 15px;
    /* font-size: 15px; */
    font-size: 13px;
    /*color: #772c0b;*/
    color: rgb(112, 40, 18);
    font-weight: bold;
}

.custom-sidebar .nav>li.active>a,
.custom-sidebar .nav>li.active>a:hover,
.custom-sidebar .nav>li.active>a:focus,
.custom-sidebar .nav>li>a:focus,
.custom-sidebar .nav>li>a:hover {
    /*background: #9c9292;*/
    background: rgb(112, 40, 18);
}

.sidebar-search {
    background-color: #A95530;
}

.custom-sidebar .nav>li>a {
    /*background-color: #A95530;*/
    /* background-color: #607D8B; */
    background-color: rgb(11, 11, 53);
    color: rgb(209, 202, 202) !important;
    font-family: "Times New Roman", Times, serif;
    height: 30px;
}

.custom-navbar .nav li a.log-outBtn {
    /*background: #772c0b;*/
    background: #b3260f;
    color: #fff;
    padding: 7px !important;
    margin: 9px;
    border-radius: 6px;
    font-size: 13px !important;
}

footer {
    /*background: #fff;*/
    background: #588426;
    padding: 10px;
    /*color: #000;*/
    color: #fff;
    font-size: 13px;
    border-top: 2px solid #FF9800;
}

footer a {
    color: #fff;
}

footer .float_l {
    float: left;
}

.float_r {
    float: right;
}

@media(max-width: 768px) {
    .tribal {
        display: none;
    }
}


/*            Added By Roshan - 19/05/2017          */

.panel-default>.panel-heading {
    color: #fff !important;
    /* background-color: #a5dd80 !important; */
    background-color: #42632c !important;
    border-color: #FF9800 !important;
    font-size: 15px;
    font-family: "Times New Roman", Times, serif;
}

.btn-primary {
    color: #fff !important;
    /* background-color: #286090; */
    /* border-color: #204d74; */
    /* background-color: #FF9800 !important; */
    background-color: #49306f !important;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid rgba(173, 175, 170, 0.83) !important;
}

.dataTables_paginate .paginate_button {
    border: 1px solid #FF9800 !important;
    border-width: 1px 1px 1px 0 !important;
    cursor: pointer;
    padding: 6px 12px;
    background: #FF9800 !important;
    color: white !important;
}

.paginate_button.current {
    background: #8BC34A !important;
    color: #fff;
}


/*............... form1 html ............ */

.student-registration-form {
    padding-bottom: 15px;
}

.student-registration-form .panel-heading {
    background-color: #a95530;
}

.student-registration-form .panel-heading,
.student-registration-form .panel {
    border-color: #a95530;
}

.student-registration-form .panel-heading h4 {
    margin: 0;
}

.student-registration-form .panel-body {
    background-color: #ddd;
}


/*....... 25-05-2017.........*/

.huge {
    font-size: 35px !important;
}

div.dataTables_filter label {
    font-weight: normal !important;
    float: left !important;
    margin-left: 85px !important;
}

div.dataTables_filter input {
    width: 34em !important;
}

.page-header {
    margin: 14px 0 20px !important;
    font-weight: 700;
    background-color: #b6b6b7;
    padding-top: 10px;
    padding-left: 10px;
    box-shadow: 5px 5px grey;
}


.dashboardBtn {
    border: 2px thick rgb(82, 60, 20);
    color: rgb(24, 34, 34);
    box-shadow: 0 4px 0 0 #a7a7ac;
    font-size: 11.5px;
    font-weight: 400;
  }

.theadbgColor {
    /* background-color: rgb(17, 22, 22); */
    background-color: #251e1e;
    color: #efece7;
}

.supportDiv{
    /* font-family: "Times New Roman", Times, serif; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: rgb(26, 21, 56);
    color: rgb(248, 250, 250);
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 5px;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 5px 5px;
    border-bottom: 1px solid #111;
    
}

table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_desc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc_disabled {
    cursor: pointer;
    background: none;
    background-color: black;
    color: #efece7;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.h4, h4 {
    font-size: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.float_center {
    float: right;
    position: relative;
    left: 50%; /* or right 50% */
    text-align: left;
  }

/*start...................................*/

.progressCirculardemoBasicUsage body {
    padding: 20px; }
  
  .progressCirculardemoBasicUsage h4 {
    margin: 10px 0; }
  
  .progressCirculardemoBasicUsage md-progress-circular {
    margin-bottom: 20px; }
  
  .progressCirculardemoBasicUsage #loaders > md-switch {
    margin: 0;
    margin-left: 10px;
    margin-top: -10px; }
  
  .progressCirculardemoBasicUsage #loaders > h5 {
    margin-top: 0; }
  
  .progressCirculardemoBasicUsage #loaders > p {
    margin-right: 20px;
    margin-bottom: 24px; }
  
  .progressCirculardemoBasicUsage p.small {
    font-size: 0.8em;
    margin-top: -18px; }
  
  .progressCirculardemoBasicUsage hr {
    width: 100%;
    margin-top: 20px;
    border-color: rgba(221, 221, 177, 0.1); }
  
  .progressCirculardemoBasicUsage p.small > code {
    font-size: 0.8em; }
  
  .progressCirculardemoBasicUsage .visible {
    border-color: rgba(221, 221, 177, 0); }