.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

[data-toggle="buttons"]  .btn.btn-default.active{
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}
[data-toggle="buttons"]  .btn.btn-default.active.disabled,
[data-toggle="buttons"]  .btn.btn-default.active[disabled]{
    background-color: #5cb85c;
    border-color: #4cae4c;
}

ul.panel-heading.nav{
    /*background-image:none;*/
    background:none transparent;
    padding: 0;
    
    /*margin:0 -1px;*/
    
}
.panel.panel-with-nav{
    border-top:0;
    border-left:0;
    border-right:0;
    background: none;
}
.panel.panel-with-nav > .panel-body{
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
    background: #fff;
}
.panel-body > .page-header.row{margin-top:10px;}

label.required::after{
    content:"*";
    color: #b80040 ;
    position: absolute;
    top:7px;
    padding-left:5px;
    display: inline-block;
    right:7px;
}

.btn.btn-circle.btn-xs{
    width: 22px;
    height: 22px;
    line-height: 8px;
}


.btn-labeled.btn-block{
    text-align: left;
}
.btn-labeled.btn-block > .btn-label{
    left:0;
    /*padding:*/
}
.btn-labeled.btn-block > .btn-text{
    width:100%;
    display: block;
    margin-top:-26px;
    padding-bottom: 6px;
    /*margin-left:38px;*/
    text-align: center;
}
.btn-labeled.btn-block.btn-lg > .btn-text{
    width:100%;
    display: block;
    margin-top: -32px;
padding-bottom: 9px;
    /*margin-left:38px;*/
    text-align: center;
}

.navbar-collapse {
    max-height: none;
}


.btn.btn-outline{
    background-image:none;
}
/*.btn.btn-outline.btn-primary:hover{
    background-color: #2d6ca2;
}*/
#drop-container {
width: 100%;
height: auto;
background: #eee;
padding: 45px 0;
border: 2px dashed #bbb;
border-radius: 8px;
margin-bottom: 25px;
}
#drop-container .over {
height: 100%;
width: 100%;
position: absolute;
margin-top: -45px;
}
#drop-container h1, #drop-container h2 {
text-align: center;
font-style: italic;
}

tbody tr.ui-sortable-helper{width:100%;display:table}
tbody tr.ui-sortable-helper td:last-child{text-align: right}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
/*    display:inline;
    position:absolute;
    left:-9999px;*/
    display: inline;
    opacity: 0;
    width:1px;
}

.btn.btn-primary.btn-outline.disabled:not(.active),
.btn.btn-primary.btn-outline[disabled]:not(.active),
.btn.btn-info.btn-outline.disabled:not(.active),
.btn.btn-info.btn-outline[disabled]:not(.active),
.btn.btn-warning.btn-outline.disabled:not(.active),
.btn.btn-warning.btn-outline[disabled]:not(.active),
.btn.btn-success.btn-outline.disabled:not(.active),
.btn.btn-success.btn-outline[disabled]:not(.active),
.btn.btn-danger.btn-outline.disabled:not(.active),
.btn.btn-danger.btn-outline[disabled]:not(.active)
{
    background: none transparent;
}

.btn.btn-primary.btn-outline.disabled.active:not(.btn-outline),
.btn.btn-primary.btn-outline[disabled].active:not(.btn-outline),
.btn.btn-info.btn-outline.disabled.active:not(.btn-outline),
.btn.btn-info.btn-outline[disabled].active:not(.btn-outline),
.btn.btn-warning.btn-outline.disabled.active:not(.btn-outline),
.btn.btn-warning.btn-outline[disabled].active:not(.btn-outline),
.btn.btn-success.btn-outline.disabled.active:not(.btn-outline),
.btn.btn-success.btn-outline[disabled].active:not(.btn-outline),
.btn.btn-danger.btn-outline.disabled.active:not(.btn-outline),
.btn.btn-danger.btn-outline[disabled].active:not(.btn-outline)
{
    color: #fff;
}


/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
  background-image:none;
  filter: none;
  text-shadow : none;
  box-shadow:none;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
  border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
  border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
  border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
  border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
  border-left: 10px solid #269abc;
}

dl.dl-big.dl-horizontal{
    font-size:1.2em;
}
dl.dl-big.dl-horizontal dt{
    width:40%;
    height: 100%;
}
dl.dl-big.dl-horizontal dd{
    width:50%;
    margin-left:40%;
    height: 100%;
}

dl.dl-big.dl-horizontal dd,
dl.dl-big.dl-horizontal dt{
    padding:5px 15px;
    min-height:2.4em;
}

dl.dl-big.dl-horizontal > dt:nth-child(4n+1){
    background: #eee;
}
dl.dl-big.dl-horizontal > dd:nth-child(4n+2){
    background: #eee;
}
/*.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th*/

i.fa > sup.fa{
    font-size: 50%;
    vertical-align: top;
    margin-left: -0.4em;
    top:0;
}

th.order a{color:#000;float: left;width: 100%;}
th.order a:hover{text-decoration: none}
th.order.active a{color:#428bca}

/*#428bca*/

.tab-content.tab-content-bordered{
    border: 1px solid #ddd;
    border-top:0;
    padding: 25px;
}
.sidebar-nav.navbar-collapse li.active > a,
.sidebar-nav.navbar-collapse a.active{
    color: #B90738;
}
.sidebar-nav.navbar-collapse li a{
    color: #003865;
}


.btn .show-on-hover{
    display: none;
}
.btn:hover .show-on-hover{
    display: inline;
}

.alert.alert-danger,
.alert-red {
color: white;
background-color: #a94442;
border-color: #ebccd1;
background-color: #d9534f;
border: 2px solid #a94442;
}
/*
#wrapper{
    position: absolute;
}

#page-wrapper{
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.navbar-static-top{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px;
}
.page-header {
    padding-bottom: 9px;
    margin: 00px 0 20px;
    border-bottom: 1px solid #eee;
}*/

tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {

}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
background-color: #c4e3f3;
}


@media (min-width: 768px){
    .navbar-default.sidebar{
        width:55px;
        overflow: hidden;
        -webkit-box-shadow:         1px 1px 5px 0px rgba(90, 90, 90, 0.3);
        -moz-box-shadow:         1px 1px 5px 0px rgba(90, 90, 90, 0.3);
        box-shadow:         1px 1px 5px 0px rgba(90, 90, 90, 0.3);
    }
    .navbar-default.sidebar ul .fa.fa-fw{margin-right: 15px;}
    #page-wrapper{margin-left: 55px;}
    .sidebar .nav-second-level li a {
        padding-left: 55px;
    }
    .sidebar-nav.navbar-collapse{
        border-right: 1px solid #ddd;
        width: 350px;
    }
}

.alert-message
{
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

.alert-message h1,
.alert-message h2,
.alert-message h3,
.alert-message h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.alert-message p:last-child
{
    margin-bottom: 0;
}
.alert-message code
{
    background-color: #fff;
    border-radius: 3px;
}
.alert-message-success
{
    background-color: #F4FDF0;
    border-color: #3C763D;
}


.alert-message-success h1,
.alert-message-success h2,
.alert-message-success h3,
.alert-message-success h4
{
    color: #3C763D;
}
.alert-message-danger
{
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.alert-message-danger h1,
.alert-message-danger h2,
.alert-message-danger h3,
.alert-message-danger h4
{
    color: #d9534f;
}
.alert-message-warning
{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

.alert-message-warning h1,
.alert-message-warning h2,
.alert-message-warning h3,
.alert-message-warning h4
{
    color: #f0ad4e;
}
.alert-message-info
{
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

.alert-message-info h1,
.alert-message-info h2,
.alert-message-info h3,
.alert-message-info h4
{
    color: #5bc0de;
}
.alert-message-default
{
    background-color: #EEE;
    border-color: #B4B4B4;
}
.alert-message-default h1,
.alert-message-default h2,
.alert-message-default h3,
.alert-message-default h4
{
    color: #000;
}
.alert-message-notice
{
    background-color: #FCFCDD;
    border-color: #BDBD89;
}


.alert-message-notice h1,
.alert-message-notice h2,
.alert-message-notice h3,
.alert-message-notice h4
{
    color: #444;
}


.modal.modal-success .modal-content{
    background-color: #47a447;
    border-color: #398439;
    color:#fff;
}
.modal.modal-success .modal-header{
    border-bottom: 1px solid #398439;
    background: #3C8B3C;
}
.modal.modal-success .modal-footer {
    border-top: 1px solid #398439;
}


.text-orange{
    color: #f0ad4e;
}

.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li div.btn-group {
    width:100%;
}
.tree li div.btn-group > .btn,
.tree li a.btn-group > .btn{
    width:100%;
    text-align: left;
}
.tree li div.btn-group > .btn:first-child,
.tree li a.btn-group > .btn:first-child {
    /*display: inline-block;*/
    width: 40px !important;
    border-right: 0;
    text-align: center;
}
  
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}


.input-group .selectpicker:first-child + .bootstrap-select > .btn{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.panel-green .fa-stack .fa-inverse{color:#5cb85c}

.panel-red .fa-stack .fa-inverse{color: #d9534f;}

.panel-primary .fa-stack .fa-inverse{color: #428bca;}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.fa.fa-kt-admin:after {
    content: "\f0ad";
    font-size: 0.9em;
    position: absolute;
    line-height: 0;
        margin-top: -0.2em;
    margin-left: -0.2em;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}