.alert-container {
    position: fixed;
    z-index: 100;
    right: 40px;
    bottom: 20px;
}

.btn-microsoft {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0,0,0,0.2);
}
.btn-microsoft:focus,
.btn-microsoft.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0,0,0,0.2);
}
.btn-microsoft:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0,0,0,0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0,0,0,0.2);
}
.btn-microsoft:active:hover,
.btn-microsoft.active:hover,
.open > .dropdown-toggle.btn-microsoft:hover,
.btn-microsoft:active:focus,
.btn-microsoft.active:focus,
.open > .dropdown-toggle.btn-microsoft:focus,
.btn-microsoft:active.focus,
.btn-microsoft.active.focus,
.open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #23645a;
  border-color: rgba(0,0,0,0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}
.btn-microsoft.disabled:hover,
.btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft:hover,
.btn-microsoft.disabled:focus,
.btn-microsoft[disabled]:focus,
fieldset[disabled] .btn-microsoft:focus,
.btn-microsoft.disabled.focus,
.btn-microsoft[disabled].focus,
fieldset[disabled] .btn-microsoft.focus {
  opacity: .65;
}
.btn-microsoft .badge {
  color: #3b5998;
  background-color: #fff;
}


.table-striped > tbody > tr.selected {
    background-color: #337ab7;
    color: #fff;
}

.table-striped > tbody > tr:hover {
    cursor: pointer;
}

.table-striped > tbody > tr.selected a {
    color: #fff;
}


.navbar-brand {
    padding: 10px 10px;
}

.panel-default > .step-heading {
    min-height: 56px;
}

.step-icons {
    padding-top: 3px;
    text-align: right;
}
      
.content {
    padding-left: 30px;
}      

.content > .box {
    margin-bottom: 0;
}


.content-wrapper {
    background-color: #ffffff;
}

.select2-container--bootstrap .select2-selection--single {
    line-height: 2em !important;
}

.skin-black-light .main-header .logo {
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
}

.skin-black-light .main-header .logo:hover {
    background-color: #ffffff;
}


div.dt-buttons {
    display: inline-block;
    margin-bottom: 0 !important;
    width: auto !important;
}

.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
    background-color: #337ab7 !important;
    color: #fff !important;
}

.content-header {
    padding-left: 30px;
}

.content-header > .breadcrumb {
    position: initial;
    float: none;
    padding: 8px 15px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}

.content-header > .breadcrumb > li > a {
    color: #3c8dbc;
}

.skin-black-light .main-header {
    box-sizing: content-box;
}

.skin-black-light .sidebar-menu > li.header {
    text-transform: uppercase;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
    white-space: initial;
}


@media (max-width: 767px) {
    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 50px !important;
    }
    
    .main-sidebar {
        padding-top: 50px !important;
    }

    .skin-black-light .main-header .logo {
        position: absolute;
        left: 44px;
        width: 112px;
        padding: 0 6px;
        bottom: 0;
        z-index: 10000;
        border: none;
    }
}

.table th {
    white-space: nowrap;
}

.form-wrapper {
    margin-bottom: 30px;
    position: relative;
}


 .sidebar-menu > li .label, .sidebar-menu > li .badge {
      margin-right: 3px;
  }
  
  .main-sidebar {
      width: 251px;
  }
  
  .sidebar-collapse .main-sidebar {
      -webkit-transform: translate(-251px, 0);
      -ms-transform: translate(-251px, 0);
      -o-transform: translate(-251px, 0);
      transform: translate(-251px, 0);
  }
  
  .main-header .navbar {
      margin-left: 251px;
  }
  
  .main-header .logo {
      width: 251px;
  }
  
  .content-wrapper, .main-footer {
      margin-left: 251px;	        
  }
  
  @media (max-width: 767px) {
      .main-sidebar {
          -webkit-transform: translate(-251px, 0);
          -ms-transform: translate(-251px, 0);
          -o-transform: translate(-251px, 0);
          transform: translate(-251px, 0);
      }     
      
      .content-wrapper, .main-footer {
          margin-left: 0;	        
      }
      
      .main-header .navbar {
          margin: 0;
      }
  }

div.dataTables_wrapper div.dataTables_filter input {
    width: calc(100% - 50px) !important;
}

tfoot input {
    width: 100% !important;
}


td > .label {   
    width: 66px;
    padding: 4px;
    line-height: 10px;
    display: inline-block;
}

td > i > span {
    display: none;
}

td > img {
   border: 1px solid white; 
   margin-bottom: 3px;
}

.carousel-inner > .item > img {
    height: 300px;
    margin: auto;
}


.carousel-control {
    bottom: 54px;
    width: 10%;
}

.carousel-control.left, .carousel-control.right {
    background-color: #f0f0f0;
}



.carousel-caption {
    bottom: 0px !important;
    padding-bottom: 10px !important;
}


.carousel-indicators {
    position: relative;          
    width: 100%;
    margin: 5px auto;
    left: initial;
    bottom: initial;
}

tr.group {
    background-color: #ddd !important;
    color: #000 !important;
}



.carousel-indicators .active {
    height: 50px;
    width: auto;          
    border: 2px solid red;
}

@media (max-width: 767px) {
    .navbar-custom-menu > .nav > li > a > span:not(.label) {
        display: none;
    }
}


#id_permissions {    
    height: 300px;;
}

img {
    image-orientation: from-image;
}         


.toolbar .btn-link {
    padding: 6px 6px;
}


.select2-container--bootstrap .select2-results__group {
    background-color: dimgrey;
    color: white !important;
}

#modal-problem-number .problem-number {
    font-size: 75px;
    font-weight: bold;
    text-align: center;
}

.select2-container--bootstrap .select2-results__option {
  position: relative;
}

.select2-container--bootstrap .select2-selection--single {
 position: relative;
}

img.secondary {    
    width: 22px;
    height: 22px;
}

#modal-problem-number .modal-content {
  background-color: #ca4343;
  color: white;
}


.content-header > h1 > small {
    font-size: 24px;
}

