/*!
 * 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: #273645;
}

h2 {
    font-weight: 700 !important;
    font-family: 'Changa', sans-serif;
    font-size: 22px;
}

#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 #273645;
        background: #f2f7fb;
    }
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 7px 16px 9px -4px rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08)!important;
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.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: #eeeeee;
    color: #273645;
}

.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;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 20px 10px;
    font-size: 15px;
    transition: all 0.45s ease-in-out;
    color: #ffffffe6;
    font-weight: bold;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
    color: #273645;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(43, 43, 43, 0.1);
    box-shadow: 0 2px 4px 0 rgba(43, 43, 43, 0.1);
    padding: 16px 0;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        background: #273645;
        height: min-content;
        top: -27px;
    }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}


/*
.btn {
	padding: 6px 9px;
}
*/

.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: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

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(50, 50, 50, .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-primary {
    border-color: #428bca !important;
}

.panel-primary a {
    color: #428bca;
}

.panel-primary a:hover {
    color: #2a6496;
}

.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;
}

#save-btn,
#create-admin {
    width: 40%;
    float: right;
}

#form-container {
    padding-bottom: 15px;
}

.plus {
    font-weight: 900;
}

.me-success {
    color: green;
    font-size: 18px;
}

.me-error {
    color: red;
    font-size: 18px;
}

.margin-sm {
    margin: 5px;
}

td,
th,
tr {
    text-align: center;
    vertical-align: middle;
}

.no-pdf {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/pdf_bw.png);
    margin: auto;
}

.pdf {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/pdf_small.png);
    margin: auto;
}

body {
    font-family: "Lato", sans-serif;
}


/* Fixed sidenav, full height */

.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
}

h1,
.h1 {
    font-size: 24px;
}

a.dropdown-toggle.color {
    color: #273645;
}


/* Style the sidenav links and the dropdown button */

.sidenav a,
.dropdown-btn {
    padding: 10px 15px;
    text-decoration: none;
    color: #e4e5e7;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-weight: bold;
}

.sidenav a,
.dropdown-btn .active {
    color: red;
}

a {
    color: #273645;
    text-decoration: none;
}


/* On mouse-over */

.sidenav a:hover,
.dropdown-btn:hover {
    background-color: #eee;
}


/* Main content */

.main {
    margin-left: 200px;
    /* Same as the width of the sidenav */
    font-size: 20px;
    /* Increased text to enable scrolling */
    padding: 0px 10px;
}


/* Add an active class to the active dropdown button */

.active {
    background-color: #eee;
    color: #273645;
}

button.dropdown-btn:hover {
    color: #273645;
}

.btn-info {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}

.btn-primary {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}

.btn-danger {
    color: #fff;
    background-color: #FF5722;
    border-color: #FF5722;
}


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */

.dropdown-container {
    display: none;
    background-color: #eee;
    padding-left: 8px;
}


/* Optional: Style the caret down icon */

.fa-caret-down {
    float: right;
    padding-right: 8px;
}

i.fa.fa-search {
    color: #FFC107;
}

a.dropdown-toggle {
    color: #273645;
}


/* Some media queries for responsiveness */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.nav .dropdown-container>li {
    position: relative;
    display: block;
    padding: 10px 20px 10px 28px;
}

.sidebar ul button {
    border-bottom: 1px solid #e7e7e7;
}

i.fa.fa-search {
    color: #FFC107;
}

.openBtn {
    background: #ffffff;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    /*border-radius: 50%;*/
}

.openBtn:hover {
    background: #fff;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text],
.overlay select {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 55%;
    background: white;
}

.overlay select {
    padding: 16px;
    font-size: 18px;
    width: 28%;
}

.overlay input[type=text]:hover,
.overlay select:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 17%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

.img-fluid {
    max-width: 220px;
    height: auto;
    margin: auto;
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08)!important;
    padding: 10px;
}

.fa-angle-double-left {
    color: #428bca;
    font-size: 18px !important;
}

.fa-check {
    color: #4CAF50;
    font-size: 25px !important;
}

.list-unstyled .fa-times {
    color: #F44336;
    font-size: 25px !important;
}

.mar {
    padding-bottom: 9px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.nav-side-menu ul:active,
.nav-side-menu li:active {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
}

.nav-side-menu ul li:active {
    color: #d19b3d;
}

.nav-side-menu ul li:active a,
.nav-side-menu li li:active a {
    color: #d19b3d;
}

.nav-side-menu ul li {
    background-color: #1c2631;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
}

.nav-side-menu ul li:hover {
    background-color: #4f5b69;
}

.nav-side-menu li {
    padding-left: 0px;
}

.nav-side-menu li a {
    text-decoration: none;
    color: #e1ffff;
    background-color: #273645;
}

.nav-side-menu li a i {
    width: 20px;
    padding-right: 20px;
}

.nav-side-menu ul a {
    padding: 10px 15px 10px 40px;
    display: block;
}

.nav-side-menu li:hover {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.details {
    color: #606f7b;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
}

.fa-7x {
    font-size: 7em !important;
}


/****** Rating Starts *****/

@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
fieldset,
label {
    margin: 0;
    padding: 0;
}

.rating {
    border: none;
    float: left;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #FFD700;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: #FFED85;
}


/* Page breadcrumb */
.page-bar {
    padding: 0px;
    background-color: #f7f7f7;
    margin-bottom: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .page-bar:before, .page-bar:after {
    content: " ";
    display: table;
  }
  .page-bar:after {
    clear: both;
  }
  .page-bar .page-breadcrumb {
    display: inline-block;
    float: left;
    padding: 8px;
    margin: 0;
    list-style: none;
  }
  .page-bar .page-breadcrumb > li {
    display: inline-block;
  }
  .ie8 .page-bar .page-breadcrumb > li {
    margin-right: 1px;
  }
  .page-bar .page-breadcrumb > li > a,
  .page-bar .page-breadcrumb > li > span {
    color: #888;
    font-size: 14px;
    text-shadow: none;
  }
  .page-bar .page-breadcrumb > li > i {
    color: #aaa;
    font-size: 14px;
    text-shadow: none;
  }
  .page-bar .page-breadcrumb > li > i[class^="icon-"],
  .page-bar .page-breadcrumb > li > i[class*="icon-"] {
    color: gray;
  }
  .page-bar .page-toolbar {
    display: inline-block;
    float: right;
    padding: 0;
  }
  .page-bar .page-toolbar .btn-fit-height {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .page-container-bg-solid .page-bar {
    position: relative;
    padding: 0px 20px;
    background-color: #ffffff;
    margin: -25px -20px 0 -20px;
  }
  .page-container-bg-solid .page-bar .page-breadcrumb {
    padding: 11px 0;
  }
  .page-container-bg-solid .page-bar .page-breadcrumb > li > a,
  .page-container-bg-solid .page-bar .page-breadcrumb > li > span {
    color: #888;
  }
  .page-container-bg-solid .page-bar .page-breadcrumb > li > i {
    color: #aaa;
  }
  .page-container-bg-solid .page-bar .page-breadcrumb > li > i[class^="icon-"],
  .page-container-bg-solid .page-bar .page-breadcrumb > li > i[class*="icon-"] {
    color: #8c8c8c;
  }
  .page-container-bg-solid .page-bar .page-toolbar {
    padding: 6px 0;
  }
  .page-container-bg-solid .page-bar .page-toolbar .btn {
    margin-top: -2px;
  }
  .page-container-bg-solid .page-bar .page-toolbar .btn.btn-sm {
    margin-top: 0px;
  }
  