/*!
 * 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: url(../img/home_all.jpg) 50% 50% no-repeat #fff;*/
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight:400;
}
body.toLog {
    background: url(../img/home.jpg) 50% 50% no-repeat #fff;
    background-size: cover;
    min-height: 100vh;
}

img  {
   max-width:100%;
}

img.logo  {
    max-width:100%;
    width: auto;
    height: auto;
    max-height: 120px;
    margin: 2rem 0;
}

#folders-response h3,
.col-lg-6 > h3:nth-child(1){
    margin-top: 0;
}

form h3,
#folders-response h3,
#user-response h3{
    font-size: 2rem;
}

#folders-response{
    padding-left: 2rem;
}

@media(max-width:768px) {
    #folders-response{
        padding-left: 0;
    }
}

.logos{
    float:left;
    text-align: right;
    margin: 0.2rem 1rem .5rem 0;
    font-weight: 700;
    color: #c17d02;
    letter-spacing: -1px;
}

a.odkaz,
a:hover.odkaz  {
   text-decoration:none;
}

a {
    color: #555;
    text-decoration: none;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #f2f2f2;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 200px;
        padding: 0 30px;
        border-left: 0px solid #d8d8d8;
    }
}

.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;
}

.navbar {
    min-height: 70px;
    border-bottom: 0px solid #ddd!important;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 0px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #e09900;
}

.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;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 200px;
        margin-top: 30px;
        background: #f2f2f2;
        padding-top: 14px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.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;
}

.foldersall{
    list-style-type: none;
    padding-left: 0;
}

.foldersall li{
    margin-bottom: 3px;
    color: #5f5f5f;
}

.foldersall .checkbox-inline{
    margin: 0;
    height: 17px;
    position: relative;
}

.foldersall {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 2rem;
}

.foldersallWrapper > .foldersall{
    padding-left: 0;
}

.foldersallWrapper > .foldersall > li > .foldersall{
    margin-bottom: 10px;
}

.foldersall li,
.checkmark{
    position: relative;
}

.foldersallWrapper .checkmark:before{
    position: absolute;
    content: '';
    height: 1px;
    background: #eee;
    top: 50%;
}

.foldersallWrapper .checkbox-inline > .checkmark:before{
    width: 2rem;
    left: -2rem;
}

.foldersallWrapper > .foldersall > li > .checkbox-inline > .checkmark:before{
    display: none;
}

.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);
}

body .table>thead>tr>th,
body .table>tbody>tr>th,
body .table>tfoot>tr>th,
body .table>thead>tr>td,
body .table>tbody>tr>td,
body .table>tfoot>tr>td {
   vertical-align: middle;
}

.tableEdit{
    min-width: 90px;
    max-width: 90px!important;
    width: 90px!important;
    text-align: left;
}

@media(max-width: 1300px){
    .dataTables_wrapper{
        overflow-x: scroll;
        max-width: 100%;
        width: 100%;

    }
    .tab-pane .btn-default.btn-xs{
        display: block;
        width:100%;
        margin: 1rem 0;
    }
    .tab-pane .btn-group,
    .tab-pane .pull-right{
        display: block;
        width:100%;
    }
    .tab-pane .panel-heading{
        height: 45px;
    }
    .DTTT_button_print{
        display: none;
    }
}

@media(max-width: 768px){
    #pridat .panel-body{
        padding: 0;
    }
    #reload-c{
        margin-left: 0!important;
    }
}

@media(max-width: 400px){
    div.dataTables_length select,
    div.dataTables_length label,
    div.dataTables_filter input,
    div.dataTables_filter label{
        width: 100%;
        margin: 0!important;
    }
    div.dataTables_length label,
    div.dataTables_filter label{
        margin-bottom: 1rem!important;
    }
    body .uploadWrapper > a{
        width: 50%;
        display: inline-block;
        padding: 11px .25em 10px;
        text-align: center;
        top: 0px !important;
    }
    .uploadifive-button{
        width: 50%!important;
        max-width: 40%!important;
        min-width: 80px!important;
    }
}

.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;
    font-weight:700;	
}

.huge2 {
    font-size: 24px;
    font-weight:700;	
}

.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;
}

.panel-primary {
border:0px solid #428bca;
box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.panel-green, .panel-yellow, .panel-red {
border:0px solid #428bca;
box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.logo {
width:30px;
}

.page-header {
padding-bottom: 9px;
 margin: 20px 0 20px!important;
border-bottom: 0px solid #c17d02;
color:#555;
font-size:1.5em;
font-weight:800;	
}

.DTTT {
float:right;
margin: 0 10px 5px 10px;
}

.minimal {
min-width:130px;
}

.panel{
    box-shadow: none!important;
    border-radius: 4px;
    padding: 1rem;
    border:1px solid #f2f2f2;
}

.col-lg-12 > .panel{
    border:0;
}

.navbar-brand{
color:#333!important;
font-size:1em
}

.color{
background: #fff;
border:0;
}

.nav{
    color:#555;
}

.opacity{
    opacity:0.6;
}

::-webkit-scrollbar
{
  width: 6px;  /* for vertical scrollbars */
  height: 6px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(255, 255, 255, 1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.2);
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal222 {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal222 {
    display: block;
}

.modal-open .modal {
overflow-x: hidden;
overflow-y: scroll;
background: #f1f1f1;
z-index: 10000;
}

.portfolio-modal{
padding: 20px 50px;
min-height: 100%;
border: 0;
border-radius: 0;
background-clip: border-box;
-webkit-box-shadow: none;
box-shadow: none;
}

@media(max-width: 1024px){
    .portfolio-modal {
        padding: 20px 10px;
    }
    .portfolio-modal .modal-content{
        margin: 0!important;
    }
    .modal-footer > *,
    .modal-header > *{
        display: block;
        width: 100%;
        margin-bottom: .25rem;
    }
    .modal-header > *:nth-child(4){
        margin-bottom: 2rem;
    }
    .modal-content.col-lg-4{
        margin-top: 15px!important;
    }
    .modal-content.col-lg-4 .modal-header{
        height: 90px;
    }
    .helpdesk-navod{
        width: 100%;
        display: block;
        margin: 1rem 0 .5rem!important;
    }
}

.modal-content {
-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.5)!important;
box-shadow: 0 0px 0px rgba(0,0,0,.5)!important;
}

body .alert{
    border-radius: 4px;
}

.alert-default{
border-color:rgb(223 239 215);
    background: rgb(223 239 215);
    color: #6a825e;
}

.alert-default.dashboard,
.logos .alert-default{
    border-color:#ccc;
    background: transparent;
    color: #000;
}

@media(max-width: 768px){
    .navbar-brand > .dashboard{
        display: none;
    }
}

.alert-default.dashboard:hover{
    border-color:#fff;
    background: #fff;
    color: #000;
}

.label-primary {
margin-top:-5px;
}

.ui-autocomplete {
  z-index: 10000000!important;
}

.error {
width: 100%;
margin-bottom: 0px!important;
font-weight: 700;
background-color: #fff;
    color: #e09901;
border-bottom: 1px solid #f2f2f2;
opacity:0.7;
text-align:right;
}

.form-control{
background-color: #fff!important;
opacity:1!important;
text-align:left;
font-weight: 400;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eee!important;
opacity: 1;
}

.panel-heading {
border-radius: 3px;
}

.panel-primary{
margin-bottom: 5px;
}

.panel-heading {
padding: 5px 15px;

}

.panel-default {

}

.sidebar .nav>li>a {
    background: #f2f2f2;
    text-align: center;
    padding:2rem 0;
    border-bottom: 1px solid #fff;
}

.sidebar .nav>li>a svg{
    color:#d19f53;
}

.sidebar .nav>li:last-child>a {
    border-bottom: 1px solid #f2f2f2;
}

.sidebar .nav>li>a.active {
    color: #FFF;
}

.sidebar ul li a.active,
.sidebar ul li a:hover{
    background-color: #c17d02;
    border-right: 2px solid #c17d00;
    font-weight:400;
    color:#fff;
    border-bottom: 1px solid #c17d02;
}

.sidebar ul li a.active svg,
.sidebar ul li a:hover svg{
    color:#fff;
}

.sidebar ul li a {
    border-right: 0;
}

.clickable   {
    cursor:pointer;
    cursor:hand;
}

li > a > i  {
    margin-right:10px;
}

.nav-tabs>li>a {
    border: 0px solid rgb(204, 204, 204);
    border-bottom:none;
    border-radius: 0;
}

@media(max-width: 1024px){
    .nav-tabs>li>a {
        padding: 10px 5px;
        font-size: 1.2rem;
    }
}

.nav-tabs {
    border-bottom: 0;
    padding-left: 1rem;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: 1px solid #fff;
    border-bottom-color: transparent;
    border-top: 2px solid #eac074;
}

.home-info {
    margin:0;
    font-size:40px;
    font-weight:800;
}

.print-only {
    display:none;
}

.radio-inline, .checkbox-inline {
    margin-left: 20px;
    vertical-align: top;
}

.ghost-helpdesk {
    border:3px dashed #E0E0E0;
    border-radius:0px;
    height:250px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:table;
    text-align:center;
    color: #ddd; 
    margin-bottom:10px;  
}

.ghost-helpdesk span{
    display:table-cell;
    vertical-align:middle;
}

.ghost-helpdesk:hover{
     cursor:pointer;
    cursor:hand; 
}

table.dataTable{
max-width: 100%!important; overflow: auto!important;
}
body .table>thead>tr>th {
    border-bottom: 0;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid transparent;
}

.form-control{
border-radius:0;
}

.input-group-addon{
border-radius:0;
}

.input-group-addon .fa-exclamation{
   color: #c17d02!important;
}

.table-responsive > .col-lg-12{
padding:5px;
}

.dataTables_length > label{
margin-left:10px;
}

div.dataTables_info {
    padding-top: 8px;
    padding-left:10px;
}

div.dataTables_paginate ul.pagination {
    margin: 2px 10px 2px 0;
}

.table>tfoot>tr>th>select {
    max-width:60px;
}

.bold-td{
    font-weight:bold;
}

.navbar-default .pull-right span{
    font-size:1em;
    display:inline-block;
    margin-left:3%;
}

@media(max-width: 1200px){
    .navbar-default .pull-right span{
        display: none;
    }
}

.navbar-default .btn{
    margin-left:0px;
    display:inline-block;
    float:right;
    margin-right:6px;
}

#komplet, #nevyrizene, #vsechny  {
    font-size:0.95em;
}

#printdetail .panel-body  {
    padding:8px;
}

.tab-content{
    float: left;
    width: 100%;
    background: white;
    padding: 5px;
    border: 1px solid #fff;
    border-top: 0;
    border-radius: 4px;
    
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #c17d02;
    border-color: #c17d02;
}

.pagination>li>a, .pagination>li>span {
    color: #000;
}

.alert-info-cookie {display:none;}

a:focus {
    outline: none;
    outline-offset: 0px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline-offset: 0px;
}
.nav-tabs>li>a {
    color: #000;
}
.nav-tabs>li {
    margin-right: 2px;
}

.nav-tabs>li.active>a i,
.nav-tabs>li.active>a:hover i,
.nav-tabs>li.active>a:focus i{
    color: #c17d02;
}

@media(max-width: 768px){
    .nav-tabs>li {
        display: block;
        width: 100%;
    }
}
.nav-tabs>li>a:hover {
    border-color: 1px solid rgb(204, 204, 204);
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #fff;
    color:#000;
}
.nav>li>a.active:hover, .nav>li>a.active:focus {
    color:#fff;
}
#tabs.nav>li>a:hover, #tabs.nav>li>a:focus {
    color:#000;
}
.btn{
    border-radius: 4px!important;
}

table .btn{
    padding: .35rem 1rem;
    min-width: 36px;
    margin-top: 1px;
    margin: 1px!important;
}

.login-panel .panel-heading{
    border-color: #fff;
    margin-top: 15px;
}

.login-panel{
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04)!important;
    border: 0;
    padding: 2rem;
    border-radius: 0;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
h2 small{
    color: #333;
    font-size: 100%;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #e7e7e7;
}
iframe {
    border: 1px solid #f2f2f2;
}
.alert {
    border-radius: 0px;
}

body .sweet-alert,
.sweet-alert button{
    border-radius: 4px!important;
}
body .modal-body{
    background: #fff!important;
}
body .modal-content {
    border-radius: 4px;
    border: 0;
    padding: 2rem;
}
@media (max-width: 768px) {
    body .modal-content {
        padding: 0;
    }
}
.modal-footer {
    border-top: 0px solid #ddd;
}

#modal-body2 > .col-lg-12{
    padding: 0;
}

#form_request_response > .modal-footer,
#form_request_response > .modal-header,
#form_request_response_description .modal-footer,
#form_request_response_description .modal-header,
#form_request_response_description .modal-body{
    padding-left: 0;
    padding-right: 0;
}

body .folder-button{
    background: #fff!important;
}

body .folder-button.active,
body .folder-button:active,
body .folder-button:hover{
    background: #c17d02!important;
    color: #fff!important;
    box-shadow: none;
    border: 1px solid #c17d02;
}

.uploadifive-button.active{
    width: 157px!important;
    height: 40px!important;
}
.uploadifive-button {
    background: #f0f0f0 !important;
    background-image: none!important;
    border-radius: 4px 0 0 4px!important;
    border: 0px solid #808080!important;
    color: #333!important;;
    font: normal 12px "Open sans", Helvetica, sans-serif!important;
    line-height: normal!important;
    text-align: center!important;
    text-shadow: none!important;
    text-transform: uppercase!important;
    width: 100%;
    padding-top: 11px;
    float: left;
    min-width: 150px;
    min-height: 40px;
}
.uploadifive-button:hover {
    background: #ddd!important;
    cursor: pointer!important;
    cursor: hand!important;
}
.uploadWrapper > a {
    padding: 11px 2em 10px;
    background: #ddd!important;
    top: 10px !important;
    border: 1px solid #ddd;
    font-size: 12px;
    border-radius: 0 4px 4px 0;
}
.uploadWrapper > a:hover,
.uploadWrapper > a:focus {
    border: 1px solid #333!important;
    text-decoration: none!important;
    background: #333!important;
    color:#fff!important;
}
.uploadifive-queue-item{
    margin-bottom:5px;
}
.uploadifive-queue-item {
    background-color: #F5F5F5!important;
    border-bottom: 0px dotted #D5D5D5!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    font: 12px "Open sans",Arial, Helvetica, Sans-serif!important;
    padding: 15px;
}
.modal-header {
    border-bottom: 0px solid #e5e5e5;
}
.sweet-alert {
    border-radius: 0px!important;
}
.sweet-alert button {
    background-color: #c17d02!important;
    border: 0!important;
    box-shadow: none!important;
}
.sweet-alert button:hover {
    background-color: #555!important;
    box-shadow: none!important;

}
.sweet-alert button.cancel {
    background-color: #333!important;
    border: 0!important;
    box-shadow: none!important;
}
.sweet-alert button.cancel:hover {
    background-color: #000!important;
    box-shadow: none!important;
}
.alert-danger {
    color: #fff;
    background-color: #b37e81;
    border-color: #b37e81;
}
.alert-success {
    color: #6a825e;
    background-color: rgb(223 239 215);
    border-color: rgb(223 239 215);
}

.alert-info {
    color: #fff;
    background-color: #d6ae71;
    border-color: #d6ae71;
}

#wrapper > .navbar > .pull-right{
    width: 36%;
}

@media(max-width:1400px) {
    #wrapper > .navbar > .pull-right{
        width: 45%;
    }
}

@media(max-width:1200px) {
    #wrapper > .navbar > .pull-right{
        width: auto;
    }
}

@media(max-width:768px) {
    #wrapper > .navbar > .pull-right{
        margin-bottom: .5rem;
        padding-right: 9px;
    }
    .navbar-default {
        margin-top: 10px;
    }
    .tab-content>.active > div{
        padding: 0;
    }
}

.containers {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#myModalupdateemployees br{
    margin-bottom: .25rem;
}

/* Hide the browser's default checkbox */
.containers input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containers input:checked ~ .checkmark {
    background-color: #eac073;
}

.containers input:disabled ~ .checkmark {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containers input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containers .checkmark:after {
    left: 7px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

body .containers .checkmark.cancel:after {
    display: none;
}
body .containers .checkmark.cancel {
   background: #eee;
}

body .containers .checkmark.show:after {
    display: block;
}
body .containers .checkmark.show {
    background-color: #eac073;
}

body .btn-default {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

body .btn-default:hover,
body .btn-default:active,
body .btn-default:focus {
    background-color: #c17d02;
    border-color: #c17d02;
    color:#fff;
}

body .btn-info:hover,
body .btn-info:active,
body .btn-info:focus{
    border-color: #31b0d5;
}

body .btn-success {
    color: #fff;
    background-color: #c17d02;
    border-color: #c17d02;
}

body .btn-success:hover,
body .btn-success:active,
body .btn-success:focus {
    color: #fff;
    background-color: #555;
    border-color: #555;
}

body .btn-danger {
    color: #fff;
    background-color: #555;
    border-color: #555;
}

body .btn-danger:hover,
body .btn-danger:active,
body .btn-danger:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

body table .btn-danger {
    color: #fff;
    background-color: #b37e81;
    border-color: #b37e81;
}

body .pagination>li:first-child>a,
body .pagination>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

body .pagination>li:last-child>a,
body .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

input[type='search'],
.dataTables_length label > select{
    margin-left: 1rem;
}

.minWidth{
    min-width: 150px;
    display: inline-block;
}

.dashboard-user .minWidth{
    min-width: 80px;
}
body #txtHint-alert{
    padding: 0 15px;
}
.modal-content h4{
    color: #c17d02;
}

.modal-content h4.modal-title{
    color: #333;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #c17d02;
}
.name-request{
    font-size: 2rem;
    margin-top: 0;
}