html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.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 td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

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

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.box-content-title{
   background-color: #f5f5f5;
/*    border-radius: 4px;*/
    padding: 0px 5px;
/*     margin: 5px 0 10px 0; */
    border: 1px solid #eee;
    margin-bottom:10px;
}
.box-content-title h3{
  color: #6b6b6b;
    font-size: 17px;
    /*font-weight: bold;*/
    margin: 0;
    padding: 8px;
    
}
#modal .modal-dialog
{
  width: 55%;
}

@media screen and (min-width: 100px) and (max-width: 720px)
{
    #modal .modal-dialog
    {
        width: 95%;
    }
}

.modal-header{
    background: #1d9ce5; /* For browsers that do not support gradients */
    background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5); /* For Safari 5.1 to 6.0 */
    background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5); /* For Opera 11.1 to 12.0 */
    background-image: -moz-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5); /* For Firefox 3.6 to 15 */
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5); /* Standard syntax */
}
.modal-header h4{
    color:#fff;
}

.filter-container{
    border-bottom: 1px solid #ccc;
    background-color: #eee;

    padding: 10px ;
}
.chosen-container {
    position: relative!important;
/*     z-index: 100000!important; */
}
.modal-body {
    overflow-y:visible;
}
.modal-body{
    min-height: 300px!important;
}
/*====================*/
.small-box {
    border-radius: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.small-box > .inner {
    padding: 10px;
    text-align: center;
}
.small-box > .small-box-footer {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    /* color: rgba(255, 255, 255, 0.8); */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: blue;
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.small-box > .small-box-footer:hover {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    /* color: #fff; */
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}
.small-box p {
    font-size: 15px;
}
.small-box p > small {
    color: #f9f9f9;
    display: block;
    font-size: 13px;
    margin-top: 5px;
}
.small-box h3, .small-box p {
    z-index: 5;
}
.small-box .icon {
    color: rgba(0, 0, 0, 0.15);
    font-size: 90px;
    position: absolute;
    right: 10px;
    top: -10px;
    transition: all 0.3s linear 0s;
    z-index: 0;
}
.small-box:hover {
    /* color: #f9f9f9; */
    text-decoration: none;
}
.small-box:hover .icon {
    font-size: 95px;
}
@media (max-width: 767px) {
.small-box {
    text-align: center;
}
.small-box .icon {
    display: none;
}
.small-box p {
    font-size: 12px;
}
}
/* .small-box h3,p{
    color: #fff;
} */
.small-box-header {
    background: rgb(12 18 211 / 10%) none repeat scroll 0 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 5px;
    display: block;
    position: relative;
    text-align: center;
}
.bg-aqua{
    background:linear-gradient(87deg,#c2efc2 0,#85f185 100%)!important;
    color:white;
}
.bg-red{
    background-color: #dd7468 !important;
    color:#000;
}

.bg-green{
    background: linear-gradient(87deg,#eaf9ae 0,#daf375 100%)!important;
    color:white;
}

.bg-yellow{
    background-color: #dbd5cd !important;
    color:#000;
}
.bg-brown{
    background-color: #f7d3a4 !important;
    color:#000;
}
.bg-light{
    background: linear-gradient(87deg,#ddbfdf 0,#e69aeb 100%)!important;
    color:white;
}
.dataTables_processing{
    z-index:9!important;
}


.tree ul {
  position: relative;
  padding: 1em 0;
  white-space: nowrap;
  margin: 0 auto;
  text-align: center;
}
.tree ul::after {
  content: '';
  display: table;
  clear: both;
}

.tree li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 1em .5em 0 .5em;
}
.tree li::before, .tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 50%;
  height: 1em;
}
.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}
.tree li:only-child::after, .tree li:only-child::before {
  display: none;
}
.tree li:only-child {
  padding-top: 0;
}
.tree li:first-child::before, .tree li:last-child::after {
  border: 0 none;
}
.tree li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
}
.tree li:first-child::after {
  border-radius: 5px 0 0 0;
}

.tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 1em;
}

.tree li a {
  border: 1px solid #ccc;
  padding: .5em .75em;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  color: #333;
  position: relative;
  top: 1px;
}

.tree li a:hover,
.tree li a:hover + ul li a {
  background: #e9453f;
  color: #fff;
  border: 1px solid #e9453f;
}

.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
  border-color: #e9453f;
}
