body{
    font-family: 'Montserrat' !important;
}
h1, h2, h3, h4, h5{
    font-family: 'Montserrat' !important;    
}
.skin-red .main-header .logo{
    background-color: #2c3b41 !important;
    /*background-color: #2f76eb !important;*/
}
.skin-blue .main-header .logo{
    background-color: #2c3b41 !important;
    /*background-color: #2f76eb !important;*/
}
.btn-table-edit{
    margin-right:5px;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;    
}
.btn-table-delete{
    margin-left:5px;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;    
}
input.select2-search__field{
    width:100% !important;
}
.select2-selection--single {
    height: 100% !important;
}
.select2-selection__rendered{
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

#datatable-editable-orders-online thead tr:last-of-type div.btn-toolbar{
    display: none;
}
#datatable-editable-orders-onsite thead tr:last-of-type div.btn-toolbar{
    display: none;
}

#datatable-editable-orders-online tfoot div.btn-toolbar{
    display: none;
}
#datatable-editable-orders-onsite tfoot div.btn-toolbar{
    display: none;
}
#datatable-editable-orders-online tbody td{
    vertical-align: middle !important;
}
#datatable-editable-orders-onsite tbody td{
    vertical-align: middle !important;
}

.m-b-10{
    margin-bottom: 10px;
}
.m-b-20{
    margin-bottom: 20px;
}

.active-projects-thekey{
    background: #fff;
}
.active-projects-thekey a{
    color: #dd4b39 !important;
}

.table.order-items>tbody>tr>td, .table.order-items>tbody>tr>th, .table.order-items>tfoot>tr>td, .table.order-items>tfoot>tr>th, .table.order-items>thead>tr>td, .table.order-items>thead>tr>th{
    vertical-align: middle !important;
}

.overlay {
    background: #4B494B;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    z-index: 999999;
    width: 100%;
    height: 100%;
}

.payment_experience_loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #9e9288;
    border-bottom: 16px solid #133c53;
    width: 120px;
    height: 120px;
    margin: 100px auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 9999999;
}

.text_payment_experience_loader {
    margin: 120px auto;
    z-index: 999999;
    color: whitesmoke;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.fc-timeline td {
    white-space: normal !important;
}

.fc-sat, .fc-sun {
    background-color: #cceaf2 !important;
}

.list-group {
    margin-bottom: 2px !important; 
}

.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
}

.shift-site-setting-name {
    min-width: 300px;
    background-color: #9d667b;    
}
.shift-site-setting-month {
    min-width: 120px;
    background-color: #20415f;    
}

.shift-site-name{
    min-width: 200px;
    background-color: #9d667b;    
}
.shift-site-date{
    min-width: 120px;
}
.shift-site-hour{
    min-width: 120px;    
}
.shift-date{
    min-width: 100px;   
}
.shift-cashier, .shift-user{
    min-width: 140px;   
}
.shift-odd {
    background-color: #eaeaea;
}

table.fruictions { 
    table-layout: fixed; 
}
table.fruictions th, table.fruictions td {
    overflow: hidden; 
}


.nav-pills-vouchers>li.active>a {
    background: #39cccc !important;
    border-top-color: #2da3a3 !important;
}
.nav-pills-schools>li.active>a {
    background: #ff8f00 !important;
    border-top-color: #cc7200 !important;
}
.nav-pills-online>li.active>a {
    background: #5bc0de !important;
    border-top-color: #4899b1 !important;
}
.nav-pills-onsite>li.active>a {
    background: #d9534f !important;
    border-top-color:#7f0000 !important;
}
.nav-pills-users>li.active>a {
    background: #ffc107 !important;
}
/*DEADLINES*/
.text-deadline{
    color:#dd7c2b !important;
}
.border-deadline{
    border-bottom:2px solid #dd7c2b !important;
}
.skin-red .sidebar-menu>li.menu-open>a.deadline{
    background:#dd7c2b !important;
    color:#fff !important;
}
.box-deadline{
    border-top-color: #dd7c2b;
}
.btn-deadline{
    background:#dd7c2b;
    color:#fff;
}
.bg-deadline{
    background:#dd7c2b;
    color:#fff;
}
/*TRAVEL AGENCIES*/
.text-travel-agency{
    color:#39cccc !important;
}
.border-travel-agency{
    border-bottom:2px solid #39cccc !important;
}
.skin-red .sidebar-menu>li.menu-open>a.travel-agency{
    background:#39cccc !important;
    color:#fff !important;
}
.box-travel-agency{
    border-top-color: #39cccc;
}
.btn-travel-agency{
    background:#39cccc;
    color:#fff;
}
.bg-travel-agency{
    background:#39cccc;
    color:#fff;
}
/*SCHOOLS*/
.text-school{
    color:#ff6231 !important;
}
.border-school{
    border-bottom:2px solid #ff6231 !important;
}
.skin-red .sidebar-menu>li.menu-open>a.school{
    background:#ff6231 !important;
    color:#fff !important;
}
.box-school{
    border-top-color: #ff6231;
}
.btn-school{
    background:#ff6231;
    color:#fff;
}
.bg-school{
    background:#ff6231;
    color:#fff;
}
/*ONLINE*/
.text-online{
    color:#5bc0de !important;
}
.border-online{
    border-bottom:2px solid #5bc0de !important;
}
.skin-red .sidebar-menu>li.menu-open>a.online{
    background:#5bc0de !important;
    color:#fff !important;
}
.box-online{
    border-top-color: #5bc0de;
}
.btn-online{
    background:#5bc0de;
    color:#fff;
}
.btn-online:hover,.btn-online:visited,.btn-online:active,.btn-online:focus{
    background:#5bc0de !important;
    color:#fff !important;
}
.bg-online{
    background:#5bc0de;
    color:#fff;
}
/*ONSITE*/
.text-onsite{
    color:#d9534f !important;
}
.border-onsite{
    border-bottom:2px solid #d9534f !important;
}
.skin-red .sidebar-menu>li.menu-open>a.onsite{
    background:#d9534f !important;
    color:#fff !important;
}
.box-onsite{
    border-top-color: #d9534f;
}
.btn-onsite{
    background:#d9534f;
    color:#fff;
}
.btn-onsite:hover,.btn-onsite:visited,.btn-onsite:active,.btn-onsite:focus{
    background:#d9534f !important;
    color:#fff !important;
}
.bg-onsite{
    background:#d9534f;
    color:#fff;
}
/*SPECIAL TICKETS*/
.text-special-tickets{
    color:#e89795 !important;
}
.border-special-tickets{
    border-bottom:2px solid #e89795 !important;
}
/*.skin-red .sidebar-menu>li.active>a.special-tickets,*/ .skin-red .sidebar-menu>li.menu-open>a.special-tickets{
    background:#e89795 !important;
    color:#fff !important;
}
/*EVENTS*/
.text-events-tickets{
    color:#e895e7 !important;
}
.border-events-tickets{
    border-bottom:2px solid #e895e7 !important;
}
.skin-red .sidebar-menu>li.menu-open>a.events-tickets{
    background:#e895e7 !important;
    color:#fff !important;
}
.box-events-tickets{
    border-top-color: #e895e7;
}
.btn-events-tickets{
    background:#e895e7;
    color:#fff;
}
.btn-events-tickets:hover,.btn-events-tickets:visited,.btn-events-tickets:active,.btn-events-tickets:focus{
    background:#e895e7 !important;
    color:#fff !important;
}
.bg-events-tickets{
    background:#e895e7;
    color:#fff;
}
/*.skin-red .sidebar-menu>li.active>a.special-tickets,*/ .skin-red .sidebar-menu>li.menu-open>a.events-tickets{
    background:#e895e7 !important;
    color:#fff !important;
}
/*SIAE*/
.text-siae-tickets{
    color:#e895bd !important;
}
.border-siae-tickets{
    border-bottom:2px solid #e895bd !important;
}
/*.skin-red .sidebar-menu>li.active>a.special-tickets,*/ .skin-red .sidebar-menu>li.menu-open>a.siae-tickets{
    background:#e895bd !important;
    color:#fff !important;
}
/*ECOMMERCE*/
.text-products{
    color:#5cb85c !important;
}
.border-products{
    border-bottom:2px solid #5cb85c !important;
}
.skin-red .sidebar-menu>li.menu-open>a.products{
    background:#5cb85c !important;
    color:#fff !important;
}
.box-products{
    border-top-color: #5cb85c;
}
.btn-products{
    background:#5cb85c;
    color:#fff;
}
.btn-products:hover,.btn-products:visited,.btn-products:active,.btn-products:focus{
    background:#5cb85c !important;
    color:#fff !important;
}
.bg-products{
    background:#5cb85c;
    color:#fff;
}
/*VIRTUAL STORE*/
.text-virtual-store{
    color:#e8a735 !important;
}
.border-virtual-store{
    border-bottom:2px solid #e8a735 !important;
}
/*.skin-red .sidebar-menu>li.active>a.virtual-store,*/ .skin-red .sidebar-menu>li.menu-open>a.virtual-store{
    background:#e8a735 !important;
    color:#fff !important;
}
/*SHIFTS*/
.text-shifts{
    color:#f012be !important;
}
.border-shifts{
    border-bottom:2px solid #f012be !important;
}
/*.skin-red .sidebar-menu>li.active>a.shifts,*/ .skin-red .sidebar-menu>li.menu-open>a.shifts{
    background:#f012be !important;
    color:#fff !important;
}
.box-shifts{
    border-top-color: #f012be;
}
.btn-shifts{
    background:#f012be;
    color:#fff;
}
.btn-shifts:hover,.btn-shifts:visited,.btn-shifts:active,.btn-shifts:focus{
    background:#f012be !important;
    color:#fff !important;
}
.bg-shifts{
    background:#f012be;
    color:#fff;
}
.label-shifts{
    background:#f012be;
}
/*BUGS*/
.text-bugs{
    color:#cc99cc !important;
}
.skin-red .sidebar-menu>li.menu-open>a.bugs{
    background:#cc99cc !important;
    color:#fff !important;
}
.border-bugs{
    border-bottom:2px solid #cc99cc !important;
}
.box-bugs{
    border-top-color: #cc99cc;
}
.btn-bugs{
    background:#cc99cc;
    color:#fff;
}
.btn-bugs:hover,.btn-bugs:visited,.btn-bugs:active,.btn-bugs:focus{
    background:#cc99cc !important;
    color:#fff !important;
}
.bg-bugs{
    background:#cc99cc;
    color:#fff;
}
/*NEWSLETTER*/
.text-newsletter{
    color:#fb607f !important;
}
.skin-red .sidebar-menu>li.menu-open>a.newsletter{
    background:#fb607f !important;
    color:#fff !important;
}
.border-newsletter{
    border-bottom:2px solid #fb607f !important;
}
.box-newsletter{
    border-top-color: #fb607f;
}
.btn-newsletter{
    background:#fb607f;
    color:#fff;
}
.btn-newsletter:hover,.btn-newsletter:visited,.btn-newsletter:active,.btn-newsletter:focus{
    background:#fb607f !important;
    color:#fff !important;
}
.bg-newsletter{
    background:#fb607f;
    color:#fff;
}
/*CACHE*/
.text-cache{
    color:#b29600 !important;
}
.skin-red .sidebar-menu>li.menu-open>a.cache{
    background:#b29600 !important;
    color:#fff !important;
}
.border-cache{
    border-bottom:2px solid #b29600 !important;
}
.box-cache{
    border-top-color: #b29600;
}
.btn-cache{
    background:#b29600;
    color:#fff;
}
.btn-cache:hover,.btn-cache:visited,.btn-cache:active,.btn-cache:focus{
    background:#b29600 !important;
    color:#fff !important;
}
.bg-cache{
    background:#b29600;
    color:#fff;
}
/*SOCIAL*/
.text-social{
    color:#1bada6 !important;
}
.skin-red .sidebar-menu>li.menu-open>a.social{
    background:#1bada6 !important;
    color:#fff !important;
}
.border-social{
    border-bottom:2px solid #1bada6 !important;
}
.box-social{
    border-top-color: #1bada6;
}
.btn-social{
    background:#1bada6;
    color:#fff;
}
.btn-social:hover,.btn-social:visited,.btn-social:active,.btn-social:focus{
    background:#1bada6 !important;
    color:#fff !important;
}
.bg-social{
    background:#1bada6;
    color:#fff;
}
/*SAL*/
.text-sal{
    color:#659890 !important;
}
.skin-red .sidebar-menu>li.menu-open>a.sal{
    background:#659890 !important;
    color:#fff !important;
}
.border-sal{
    border-bottom:2px solid #659890 !important;
}
.box-sal{
    border-top-color: #659890;
}
.btn-sal{
    background:#659890;
    color:#fff;
}
.btn-sal:hover,.btn-sal:visited,.btn-sal:active,.btn-sal:focus{
    background:#659890 !important;
    color:#fff !important;
}
.bg-sal{
    background:#659890;
    color:#fff;
}
/*CRM*/
.text-crm{
    color:#baa499 !important;
}
.skin-red .sidebar-menu>li.menu-open>a.crm{
    background:#baa499 !important;
    color:#fff !important;
}
.border-crm{
    border-bottom:2px solid #baa499 !important;
}
.box-crm{
    border-top-color: #baa499;
}
.btn-crm{
    background:#baa499;
    color:#fff;
}
.btn-crm:hover,.btn-crm:visited,.btn-crm:active,.btn-crm:focus{
    background:#baa499 !important;
    color:#fff !important;
}
.bg-crm{
    background:#baa499;
    color:#fff;
}
/*BUDGET*/
.text-budget{
    color:#f78fa7 !important;
}
.skin-red .sidebar-menu>li.menu-open>a.budget{
    background:#f78fa7 !important;
    color:#fff !important;
}
.border-budget{
    border-bottom:2px solid #f78fa7 !important;
}
.box-budget{
    border-top-color: #f78fa7;
}
.btn-budget{
    background:#f78fa7;
    color:#fff;
}
.btn-budget:hover,.btn-budget:visited,.btn-budget:active,.btn-budget:focus{
    background:#f78fa7 !important;
    color:#fff !important;
}
.bg-budget{
    background:#f78fa7;
    color:#fff;
}

.box-budget .select2-container--classic .select2-selection--single {
    border-color: #d2d6de !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 30px !important;
    background: none !important;
}
.box-budget .select2-container--classic .select2-selection--single .select2-selection__rendered {   
    line-height: 30px !important;
    padding: 3px 10px !important;
    font-size: 12px !important;
}
.box-budget .select2-container--classic .select2-selection--multiple {
    border-color: #d2d6de !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 4px 10px !important;
    font-size: 12px !important;
}
.box-budget .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px !important;
}
.box-budget .select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 28px !important;
}
.box-budget .select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #d2d6de !important;
}
/*INFO REQUESTS*/
.text-info-requests{
    color:#e73b43 !important;
}
.skin-red .sidebar-menu>li.menu-open>a.info-requests{
    background:#e73b43 !important;
    color:#fff !important;
}
.border-info-requests{
    border-bottom:2px solid #e73b43 !important;
}
.box-info-requests{
    border-top-color: #e73b43;
}
.btn-info-requests{
    background:#e73b43;
    color:#fff;
}
.btn-info-requests:hover,.btn-info-requests:visited,.btn-info-requests:active,.btn-info-requests:focus{
    background:#e73b43 !important;
    color:#fff !important;
}
.bg-info-requests{
    background:#e73b43;
    color:#fff;
}
/*CALL-CENTER*/
.text-call-center{
    color:#d2be43 !important;
}
/*.skin-red .sidebar-menu>li.active>a.call-center,*/ .skin-red .sidebar-menu>li.menu-open>a.call-center{
    background:#d2be43 !important;
    color:#fff !important;
}
.text-timetable{
    color:#9a95f3 !important;
}
/*.skin-red .sidebar-menu>li.active>a.timetable,*/ .skin-red .sidebar-menu>li.menu-open>a.timetable{
    background:#9a95f3 !important;
    color:#fff !important;
}
/*CUSTOMER-SATISFACTION*/
.text-customer-satisfaction{
    color:#bef012 !important;
}
/*.skin-red .sidebar-menu>li.active>a.customer-satisfaction,*/ .skin-red .sidebar-menu>li.menu-open>a.customer-satisfaction{
    background:#bef012 !important;
    color:black !important;
}
.border-customer-satisfaction {
    border-bottom: 2px solid #bef012 !important;
}
.bg-customer-satisfaction {
    background: #bef012;
    color: black;
}
.box-customer-satisfaction {
    border-top-color: #bef012;
}
/*WHISTBLOWING*/
.text-whistleblowing{
    color:#f012c0 !important;
}
/*.skin-red .sidebar-menu>li.active>a.whistleblowing,*/ .skin-red .sidebar-menu>li.menu-open>a.whistleblowing{
    background:#f012c0 !important;
    color:black !important;
}
.border-whistleblowing {
    border-bottom: 2px solid #f012c0 !important;
}
.bg-whistleblowing {
    background: #f012c0;
    color: black;
}
.box-whistleblowing {
    border-top-color: #f012c0;
}
.fa-input {
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-whistleblowing{
    background:#f012c0;
    color:#fff;
}

/*HELPDESK*/
.text-helpdesk{
    color:#ace1af !important;
}
/*.skin-red .sidebar-menu>li.active>a.helpdesk,*/ .skin-red .sidebar-menu>li.menu-open>a.helpdesk{
    background:#ace1af !important;
    color:black !important;
}
.border-helpdesk {
    border-bottom: 2px solid #ace1af !important;
}
.bg-helpdesk {
    background: #ace1af;
    color: black;
}
.box-helpdesk {
    border-top-color: #ace1af;
}

.text-event-presentation {
    color:#e95fb8 !important;
}
.skin-red .sidebar-menu>li.menu-open>a.event-presentation {
    background:#e95fb8 !important;
    color:white !important;
}
.border-event-presentation {
    border-bottom: 2px solid #e95fb8 !important;
}
.bg-event-presentation {
    background: #e95fb8;
    color: white;
}
.box-event-presentation {
    border-top-color: #e95fb8;
}
.container {
  display: 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;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 25px;
  left: 20px;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #baa499;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  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);
}

/* end customize checkbox */

.box-aditus{
    border-top-color: #8c7d70;
}
.btn-aditus{
    background:#8c7d70;
    color:#fff;
}
.btn-aditus:hover,.btn-aditus:visited,.btn-aditus:active,.btn-aditus:focus{
    background:#706459 !important;
    color:#fff !important;
}
.bg-aditus{
    background:#8c7d70;
    color:#fff;
}

ul.dropdown-aditus{
    border-color:#8c7d70 !important;
}
ul.dropdown-aditus li{
    background:#8c7d70 !important;
    color:#fff !important;    
}

ul.dropdown-aditus > li.header{
    border-radius: 0px !important; 
    padding: 5px 10px 5px 10px !important;
    border-bottom: 1px solid #706459 !important;
}

ul.dropdown-aditus > li.header a{
    color:#fff !important; 
}

ul.dropdown-aditus > li.header a:hover{
    background: #706459 !important;
}

ul.dropdown-aditus li:hover{
    background: #706459 !important;
    color:#fff !important; 
}

.striked{
    text-decoration: line-through !important;
    color: red;
}

/*chat*/
#chat_box {
    position: fixed;
    top: 10%;
    right: 5%;
    width: 27%;
    z-index:999999;
}

.chat_box {
    margin-right: 25px;
    width: 310px;
    z-index:999999 !important;    
}

.chat-box{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.chat-header{
    background:#dee6ef !important;
    border: 1px solid #dbe3ec;
}
.chat-body{
    background:#eff3f7 !important;
    border: 1px solid #dbe3ec;
}
.chat-footer{
    background:#eff3f7 !important;
    border: 1px solid #dbe3ec;
}

.chat-area {
    height: 300px;
    overflow-y: scroll;
}

#chat-overlay {
    position: fixed;
    right: 0%;
    bottom: 0%;
}

.glyphicon-ok {
    color: #42b7dd;
}

.chat-loader {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

td.td-mailbox[data-href] { 
    cursor: pointer 
}

tr.tr_mailbox_bold{
    font-weight: bold !important;
}

.ellipsis {
    position: relative;
}
.ellipsis:before {
    content: '&nbsp;';
    visibility: hidden;
}
.ellipsis span {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toggle-password {
    cursor: pointer;
} 


#intranet-files-tree-container, #intranet-folders-tree-container{
    width: 100%;
/*    height: 500px;*/
    overflow: scroll;
    border: 0px solid #8c7d70;
    padding-top: 20px;
}

ul.filetree{
    font-size: 14px;
    line-height: 33px;
    padding: 0px;
    margin: 0px;
}
ul.filetree li{
    list-style: none;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 10px;
    white-space: nowrap;
}
ul.filetree a{
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0px 2px 0px 5px;
    margin-left: 5px;
}
ul.filetree a.selected{
    font-weight: bold;
}
ul.filetree a:hover{
    width: 95%;
    background: #8c7d70;
    color: #fff;
}
/*folder styles*/
.filetree li.folder{

}
.filetree li.expanded{

}
.filetree li.wait{

}
.filetree ul{
    border-left: 1px solid #8c7d70;
    padding-left: 10px;
    margin-left:15px;
}
.filetree li ul li:before{
    margin-left: -40px;
    content: "\2014";
    position: absolute;
}
.filetree li ul li{
    position: relative;
}
/*FLIP CARD*/
.flip-card {
    background-color: transparent;
    width: 200px;
    height: 100px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    /*background-color: #bbb;*/
    color: #fff;
}

/* Style the back side */
.flip-card-back {
    /*background-color: dodgerblue;*/
    color: #fff;
    transform: rotateY(180deg);
}

/*select with checkboxes*/
.checkboxMultipleSelection { 
/*    width: 300px; */
    background-color: #fff; 
} 

.selectBox { 
    position: relative; 
} 

.selectBox select { 
    width: 100%; 
/*    font-weight: bold; */
} 

.overSelect { 
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
} 

.selectCheckBoxes { 
    border: 1px #eaeaea solid; 
} 

.selectCheckBoxes label { 
    padding: 3px 0px 3px 10px;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
} 

.selectCheckBoxes label:hover { 
    background-color: #eaeaea; 
} 

.dropdown-menu-events{
    background: #449d44 !important;
}

.dropdown-menu-events li a:hover{
    background: #3d9970 !important;
}

.dropdown-menu-events li a.dropdown-item{
    color: #fff;
}

.dropdown-button-aditus{
    background: #8c7d70;
}

.dropdown-button-aditus li a:hover{
    background: #706459 !important;
}

.dropdown-button-aditus li a.dropdown-item{
    color: #fff;
}

.googleDataTableHeaderRow th{
    background-image: none !important;
}
.bold-font {
    font-weight: bold;
}

.pill-content > .pill-pane {
    display: block;     /* undo display:none          */
    height: 0;          /* height:0 is also invisible */ 
    overflow-y: hidden; /* no-overflow                */
}
.pill-content > .active {
    height: auto;       /* let the content decide it  */
} /* bootstrap hack end */

.nav-pills > li.active > a.reports_general {
    border-top-color: #3c8dbc;
    color: #fff;
    background-color: #337ab7;    
}
.nav-pills > li.active > a.reports_ticketing {
    border-top-color: #e07572;
    color: #fff;
    background-color: #d9534f;    
}
.nav-pills > li.active > a.reports_ecommerce {
    border-top-color: #7cc67c;
    color: #fff;
    background-color: #5cb85c;    
}
.nav-pills > li.active > a.reports_users {
    border-top-color: #a3978c;
    color: #fff;
    background-color: #8c7d70;    
}

.budget-documents-badge{
    position: absolute !important;
    top: 15px !important;
    right: 75px !important;
    padding: 5px 10px !important;
    border-radius: 50% !important;
    background: red !important;
    color: white !important;
}

.label-aditus{
    background: #8B7E70 !important;
    color: #fff;
}
