.grid-view .form-control[readonly] {
    background-color: #FFF;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    border-bottom: 2px solid #d2af6d;
}
.modal-content {
    border-radius: 3px;
}
.navbar-inverse{
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.navbar-inverse .navbar-nav > .active > a::after {
    position: absolute !important;
    bottom: 0 !important;
    content: '' !important;
    left: 50% !important;
    display: block !important;
    height: 5px !important;
    width: 5px !important;
    opacity: 7;
    z-index: 1;
    margin: 0 0 -3px -2px;
    -webkit-transform: rotate(45deg) ;
    -moz-transform: rotate(45deg) ;
    -ms-transform: rotate(45deg) ;
    -o-transform: rotate(45deg) ;
    transform: rotate(45deg) ;
    position: absolute ;
    background-color:  #d2af6d;
    box-sizing: border-box;
}
.navbar-inverse .navbar-nav > li > a{
    overflow:hidden;
}

.form-noborder .form-group {
    border:none !important;
}
.nav-tabs {
    border-bottom: 1px solid #ECEEEF;
}
.modal-header{
    padding: 10px 15px;
}
.tab-content {
    border-top: 1px solid #ECEEEF !important;
}
.nav-tabs > li > a:hover {
    color: #3A3A3A !important;
}
table.detail-view th {
        width: 25%;
}
.no-margin{
    margin:0px !important;
}
.grid-img{
    max-width: 50px;
}
table.detail-view td {
        width: 75%;
}
.img-center{
    display: block;
    margin: auto;
}
.pagination {
    display: table !important;
    margin: 20px auto;
}
.grid-view {
    font-size: 13px;
}
.mg20{
  margin: 20px;
}
.font-bigger {
    font-size: 16px;
}
.bg-orange{
    color: #fff;
    border-color: #f24a15;
    background-color: #FF5722 !important;
}
.bg-red{
    color: #fff;
    border-color: #e73629;
    background-color: #F44336 !important;
}
.dropdown.user-menu  a.dropdown-toggle > span:hover, .dropdown.user-menu > a.dropdown-toggle > span:active {
    color: #CEAB6B !important;
}
.btn {
    min-width: 104px
}
.btn-xs{
    min-width: 30px;
}
.nav-tabs > li > a{
    padding-left: 48px ;
    padding-right: 48px ;
}
.bordered {
    border: 1px solid #EEE;
}

.btn-bigger {
    padding: 6px 50px;
}

.border-right {
    border-right: 2px solid #f4f4f4;
}

.detail-view th {
    font-weight: normal;
}

.border-left {
    border-left: 2px solid #f4f4f4;
}

td, th {
    padding: 0;
    /*font-size: 13px;*/
}

.font-smaller {
    font-size: 13px;
}

.table-detail > tbody > tr > th {
    font-weight: normal;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 50;
    opacity: .8;
    transition: all 0.5s ease;
}

.affix:hover {
    transition: all 0.8s ease;
    opacity: 1;
}

img.img-info {
    display: block;
    margin: 0 auto;
}

.margin0 {
    margin: 0px !important;
}

/*.fileinput-new{*/
/*width: 100%;*/
/*}*/
blockquote {
    font-size: 14px;
    font-style: italic;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #FBFBFB;
}

img.gold {
    border: 2px solid gold;
}

img.green {
    border: 2px solid #86D367;
}

.centered > div {
    /*   float: none;
       display: inline-block;*/
    text-align: center;
    font-size: 13px;
}

.nav-pill-bordered {
    border: 1px solid #DDD;
}

/*
 * Component: Info Box
 * -------------------
 */
.info-box {
    display: block;
    min-height: 71px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
    border: 1px solid #f3f3f3;
}

.info-box.bg > .info-box-icon {
    min-height: 93px;
    width: 93px;
}

.info-box.bg {
    display: block;
    min-height: 94px;
}

.info-box-icon {
    text-align: center;
    font-size: 83px;
}

.info-box.bg > .info-box-content {
    font-size: 13px;
}

.info-box.bg .info-box-text {
    text-transform: capitalize;
}

.info-box small {
    font-size: 14px;
}

.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}

.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0;
}

.info-box .progress .progress-bar {
    background: #fff;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    min-height: 70px;
    width: 70px;
    text-align: center;
    font-size: 45px;
    line-height: 70px;
    background: rgba(0, 0, 0, 0.2);
}

.info-box-icon > img {
    max-width: 100%;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 22px;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-more {
    display: block;
}

.progress-description {
    margin: 0;
}

.info-box.border {
    border: 1px solid #E0E0E0;
}

.middle-box {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.no-padding-left {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.editable-input > .form-control {
    min-width: 200px !important;
}

.no-padding-right {
    padding-right: 0px !important;
    margin-right: 0px !important;
}

form div.required label.control-label:after {
    content: " * ";
    color: red;
}

.no-padding {
    padding: 0px;
}

.form-inline .form-group {
    margin-right: 4px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #1A1C1E;
    border-color: #C4A163  #E0E4E9 transparent !important;
    border-top: 2px solid #4C8FBD;
    background-color: #FFF;
    z-index: 1;
    line-height: 18px;
    margin-top: -1px;
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.25);
}

.bs-callout {
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4, .bs-callout h5 {
    margin-top: 0;
    margin-bottom: 3px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
    background-color: azure;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

/*spinner*/
div.overlay {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1063;
    width: 100%;
    height: 100%;
}

div.overlay > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    background: rgba(77, 77, 77, 0.46);
    text-align: center;
    vertical-align: middle;
}

.spinner {
    margin: 100px auto;
    width: 67px;
    height: 93px;
    text-align: center;
    font-size: 11px;
    color: #FFF;
}

.spinner > div {
    background-color: #F8C35B;
    height: 100%;
    width: 6px;
    display: inline-block;
    margin: 0px 1px;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.dropdown-submenu > .dropdown-menu {
    border-radius: 2px;
}

.nav-tabs > li > a:hover {
    background-color: #FFF;
    color: #4C8FBD;
    border-color: #C5D0DC;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #EEE;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus {
    border-radius: 2px !important;
    border-color: #EEE;
    background-color: #F9F9F9;
    color: #999;
    margin-right: -1px;
    line-height: 18px;
    position: relative;
}

.tab-content {
    border-top: 1px solid #D4D2D2;
    padding: 16px 12px;
    position: relative;
    background-color: #FFF;
    margin-top: -2px;
    min-height: 316px;
}
.nav-tabs{
    padding-left: 10px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #FFF;
    background-color: #6E6E6E;
  /*  border-left: 3px solid #CEAB6B;
    border-right: 3px solid #CEAB6B;*/
    border-radius: 1px;
}

.nav-pills > li > a {
    color: #000;
}

/* .navbar-nav > li > .dropdown-menu {
    background-color: #3b3b3b;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: gold;
    text-decoration: none;
 
} */
.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
    border-bottom: 2px solid #CEAB6B;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #FFF;
    border-bottom: 2px solid #CEAB6B;
    background-color: #080808;
}
.form-control-feedback{
    border-left: 1px solid #CCC;
}
form > h4, form > h5, form > h6 {
    margin-top: 7px;
    margin-bottom: 12px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
}

.header {
    transition: all 0.3s ease-in-out 0s;
    min-height: 83px;
    padding-top: 10px;
    font-style: bold;
    font-size: 14px;
    color: #CEAB6B;
    background-color: #262222;
    font-size: 18px;
}

header.header > .container-fluid > .logo > a {
    color: #CEAB6B;
    text-decoration: none;
}

header.header > .container-fluid > .logo > :hover {
    color: #F6F6F6;
    text-decoration: none;
}

.logo-company {
    max-height: 65px;
    min-height: 65px;
}

.logo-login {
    margin: 0 auto;
    display: table;
    max-width: 120px;
    max-width: 120px;
}

.btn {
    border-radius: 4px;
}

.checkbox-login .checkbox {
    margin-top: 0px;
}

.form-group {
    margin-bottom: 7px;
}

.form-horizontal .form-group {
    border-bottom: 1px dotted #ccc;
    padding: 4px;
}

.form-horizontal .row .form-group {
    border-bottom: none;
}

.remember {
    margin-top: 10px;
}

.help-block {
    font-size: 13px;
}

.index, .form {
    padding: 10px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 15px;
    min-height: 404px;
}

.dropdown-menu-left {
    min-width: 200px;
    /*left: -75px;*/
}

select {
    border: 1px solid #ccc;
}

select > option {
    border-color: none;
    padding: 4px;
}

.user-menu > .dropdown-menu {
    min-width: 200px;
}

.clearfix:after {
    margin-bottom: 10px;
}

.wrap > .container, .wrap > .container-fluid {
    margin-top: 15px;
}

.nav-tabs > li > a {
    border-radius: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-top: 3px solid #23527C;
}

.transparent_black {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
}

.nav-tabs-content {
    background-color: #FFF;
    padding: 7px;
}

.content-title {
    font-size: 17px;
    font-style: italic;
    /*color: #4c8fbd;*/
    /*font-weight: bold;*/
}

.wrap-breadcrumb {
    padding: 8px;
    margin-top: -20px;
    border-bottom: 1px solid #ECEEEF;
    font-size: 13px;

}

.form-group.tools {
    border-bottom: none;
    margin-bottom: 4px;
}

.wrap-breadcrumb, .breadcrumb {
    background: rgba(252, 252, 252, 0.89) none repeat scroll 0% 0%;
}

.breadcrumb {
    float: left;
}

.container > .breadcrumb, .container-fluid > .breadcrumb {
    padding-left: 0px;
    padding-right: 0px;
}

.wrap-breadcrumb > .container > .breadcrumb, .wrap-breadcrumb > .container-fluid > .breadcrumb {
    margin-bottom: 0px;
    margin-top: 4px;
    padding: 0px;
    color: #000 !important;
}

.breadcrumb > li > a {
    color: #777;
    text-decoration: none;
}

/*resize navbar*/
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    height: 45px;
}

.navbar-login {
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar {
    min-height: 45px !important;
}

.navbar-brand > img {
    display: inline;
}

.navbar-brand, .navbar-brand a {
    color: #FFF !important;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-inverse {
    border-radius: 0px;
    background-color: #272222;
    border-color: #272222;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    /*background-color: #3D4E5F;*/
}

.navbar-inverse .navbar-toggle {
    border-color: #FFF;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #2B3E59;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #272222;
}

.navbar-nav > li > a::after {
    position: absolute;
    bottom: 0;
    content: '';
    left: 50%;
    display: block;
    height: 5px;
    width: 5px;
    opacity: 0;
    margin: 0 0 -3px -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

header h3 {
    margin-top: 0px !important;
}

.user-menu a, .user-menu {
    color: #CEAB6B;
    font-size: 13px;
    text-decoration: none;
    list-style-type: none;
    font-weight: bold;
    width: auto;
}

.user-image {
    max-height: 55px;
    min-height: 55px;
    margin-top: 5px;
    max-width: 55px;
    float: right;
}

@media only screen and (max-width: 768px) {
    .navbar-brand, .logo {
        font-size: 11px;
    }

    .navbar-toggle {
        margin-left: 15px;
        float: left !important;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: gold;
    }

}
a:hover, a:active{
    text-decoration:none;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }

}

@media only screen and (max-width: 568px) {
    .navbar-brand, .logo {
        font-size: 9px;
    }

    .navbar-toggle {
        margin-left: 15px;
        float: left !important;
    }
        .footer{
        font-size: 87%;
    }
}

.bg-teal {
    background-color: #0AA6C8 !important;
}

html,
body {
    height: 100%;
}

.konten {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

/*agar user tidak bisa seleksi*/
body {
    /*     user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none; */
}

.form-control {
    border-radius: 2px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -39px;
    padding: 0 0 40px;
    background-color: #F4F5F7;
}

.footer {
    height: 40px;
    background-color: #f5f5f5;
    /*border-top: 3px double #ddd;*/
    padding-top: 10px;
    color: #ccc;
    background-color: #222;
    color: rgb(206, 171, 107);
}

.jumbotron {
    border-radius: 0px;
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e155"*/ "\e155";
}

a.desc:after {
    content: /*"\e156"*/ "\e156";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
    text-align: center;
    color: #337ab7;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/*
 * Component: Small Box
 * --------------------
 */
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.small-box > .inner {
    padding: 20px;
}

.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.small-box > .small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box p {
    font-size: 15px;
}

.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}

.small-box h3,
.small-box p {
    z-index: 5px;
}

.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 0;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.small-box:hover .icon {
    font-size: 55px;
}

@media (max-width: 767px) {
    .small-box {
        text-align: center;
    }

    .small-box .icon {
        display: none;
    }

    .small-box p {
        font-size: 12px;
    }
}

/*color*/
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-teal,
.bg-navy {
    color: #fff !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #605ca8 !important;
}

.bg-maroon {
    background-color: #d81b60 !important;
}

/*
 * Component: Box
 * --------------
 */
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box.box-info {
    border-top-color: #00c0ef;
}

.box.box-danger {
    border-top-color: #dd4b39;
}

.box.box-warning {
    border-top-color: #f39c12;
}

.box.box-success {
    border-top-color: #00a65a;
}

.box.box-default {
    border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
    display: none;
}

.box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

.box .nav-stacked > li:last-of-type {
    border-bottom: none;
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}

.box .border-right {
    border-right: 1px solid #f4f4f4;
}

.box .border-left {
    border-left: 1px solid #f4f4f4;
}

.box-widget {
    border: medium none;
    position: relative;
}

.box.box-solid {
    border-top: 0;
}

.box.box-solid > .box-header .btn.btn-default {
    background: transparent;
}

.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}

.box.box-solid.box-default > .box-header {
    color: #444444;
    background: #d2d6de;
    background-color: #d2d6de;
}

.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
    color: #444444;
}

.box.box-solid.box-primary {
    border: 1px solid #3c8dbc;
}

.box.box-solid.box-primary > .box-header {
    color: #ffffff;
    background: #3c8dbc;
    background-color: #3c8dbc;
}

.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-info {
    border: 1px solid #00c0ef;
}

.box.box-solid.box-info > .box-header {
    color: #ffffff;
    background: #00c0ef;
    background-color: #00c0ef;
}

.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-danger {
    border: 1px solid #dd4b39;
}

.box.box-solid.box-danger > .box-header {
    color: #ffffff;
    background: #dd4b39;
    background-color: #dd4b39;
}

.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}

.box.box-solid.box-warning > .box-header {
    color: #ffffff;
    background: #f39c12;
    background-color: #f39c12;
}

.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-success {
    border: 1px solid #00a65a;
}

.box.box-solid.box-success > .box-header {
    color: #ffffff;
    background: #00a65a;
    background-color: #00a65a;
}

.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
    color: #ffffff;
}

.box.box-solid > .box-header > .box-tools .btn {
    border: 0;
    box-shadow: none;
}

.box.box-solid[class*='bg'] > .box-header {
    color: #fff;
}

.box .box-group > .box {
    margin-bottom: 5px;
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}

.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    display: inline-block;
    font-size: 15px;
    margin: 0;
    line-height: 1;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.box-header > .box-tools [data-toggle="tooltip"] {
    position: relative;
}

.box-header > .box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
    box-shadow: none !important;
}

.open .btn-box-tool,
.btn-box-tool:hover {
    color: #606c84;
}

.btn-box-tool.btn:active {
    box-shadow: none;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}

.chart-legend {
    margin: 10px 0;
}

@media (max-width: 991px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}

/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-logo a,
.register-logo a {
    color: #444;
}

.login-page, .register-page, .blank {
    /*background: #358 none repeat scroll 0% 0%;*/
    background: #303641 none repeat scroll 0% 0%;
    color: #FFF;
    overflow: hidden;
}

.login-box,
.register-box {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
}

.login-box-wrap,
.register-box-wrap,
.login-box1,
.register-box1 {
    margin-top: 4%;

}

@media (max-width: 768px) {
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
    }
}

.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777;
}

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.social-auth-links {
    margin: 10px 0;
}