@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600italic,700|Open+Sans+Condensed:300,300italic);

body {
    padding-top: 80px;
    padding-bottom: 40px;
    font-family: "Open Sans","Helvetica Neue", sans-serif,Arial,Helvetica,Verdana;
    background-color: #fafafa;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5{
    font-weight: 600;
    color: #484848;
    outine:0;
}

h1, h2{    
    vertical-align: bottom;
    line-height: 1.6em;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Open Sans Condensed","Helvetica Neue", sans-serif,Arial,Helvetica,Verdana;
}

h1, .h1{
    font-size:30px;
}

h2, .h2{
    font-size:27px;
}

h3, .h3, h4, .h4, h5, .h5 {    
    line-height: 1.14285714em;
    margin-bottom: 1.14285714em;
    letter-spacing: -0.025em;
    font-style: italic;
}

h3, .h3{
    font-size: 25px;
}

h4, .h4{
    font-size: 21px;
}

h5, .h5{
    font-size: 18px;
}


.nowrap{
    white-space: nowrap!important; 
}

.show{
    visibility: visible;
}

.hide{
   visibility: hidden; 
}

table.nowrap th{
    white-space: nowrap!important; 
}

table.nowrap td{
    white-space: nowrap!important; 
}

@media (max-width: 767px){
   .nowrap{
        white-space: nowrap!important; 
    } 
}

#loading {
    display: none;
    position: absolute;
    background: url(../img/ajax-loader2.gif) no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    padding-left: 30px;
    font-size: 12px;
}

/**
 * Container
 */
@media (min-width: 1200px){
    .container {
        width: 1050px;
    }
}

.zf-green {
    color: #68b604;
}

.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', 
      endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}
.table_title{
	background-color: #f5f5f5;
	font-weight: bold;
}
.table_cont_micro{
    font-size:10px;
}
h4{
	/*color:#3595d2;*/
}

.glyphicon{
	/*font-size: 20px;*/
}

.tb-servicos{
	padding-left:50px;
	font-size:80%;
}

.wrap-column-text {
    word-break: break-all;
}

.navbar>.container .navbar-brand{
    padding: 5px;
}

.navbar>.container .navbar-brand img{
    max-height: 40px;
}

.nav>li>a{
    padding-right: 8px!important;
    padding-left: 8px!important;
}

@media (min-width: 768px){
    .navbar-nav {
        float: left;
        margin: 0;
        margin-left: 20px;
    }
    
}

/* Blue Table */
.blue-table>tbody>tr>td, 
.blue-table>tbody>tr>th, 
.blue-table>tfoot>tr>td, 
.blue-table>tfoot>tr>th, 
.blue-table>thead>tr>td, 
.blue-table>thead>tr>th {
    vertical-align: middle;
}

.blue-table>thead>tr>th{
    text-align: center;
}

.blue-table>tbody>tr>td{
    /*text-align: left;*/
}

.blue-table .blue-table-strong{
    font-weight: bold;
}

.blue-table .blue-table-strong-full-line{
    font-weight: bold;
    text-align: center;
}


/* BC Panel Table */
.bc-panel-table .panel-body{
    padding:0px;
}

.bc-panel-table .panel-body table{
    margin-bottom:0px;
}


/* Table Responsive */
@media (max-width: 767px) {
    
    .table-responsive>.table>thead>tr>th, 
    .table-responsive>.table>tbody>tr>th, 
    .table-responsive>.table>tfoot>tr>th, 
    .table-responsive>.table>thead>tr>td, 
    .table-responsive>.table>tbody>tr>td, 
    .table-responsive>.table>tfoot>tr>td {
        white-space: normal;
    }
}

/* Table Supercondensed */
.table-super-condensed>tbody>tr>td, .table-super-condensed>tbody>tr>th, 
.table-super-condensed>tfoot>tr>td, .table-super-condensed>tfoot>tr>th, 
.table-super-condensed>thead>tr>td, .table-super-condensed>thead>tr>th {
    padding: 5px;
    font-size: 95%;
}


/* Upload Form */
.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {    
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.upload-help-block {    
    display: none;
    margin-top: 5px;
    margin-bottom: 10px;
    color: red;
    margin-top: 10px;
    float:left;
    padding: 0 0 10px 30px;
    background: url("../img/ajax-loader.gif") no-repeat scroll transparent;
}

/**
 * Default Page Header
 */
.default-page-header{
    margin-top:20px;
    margin-bottom: 20px;
}

.default-page-header .title h1{
    line-height: 1.1em;
    margin-top: 0px;
    font-size:25px;
}

.default-page-header .toolbar{
    display: block;
    margin-bottom: 0px;
    float: right;
}

.default-page-header .toolbar a {
    float: right;
    margin-right: 3px;
    margin-top: 3px;
}

.default-page-header .toolbar .btn-group{
    float: right;
    margin-right: 3px;
    margin-top: 3px;
}

/**
 * Toolbar
 */
.toolbar{
    display: block;
    margin-bottom: 20px;
}

/**
 * Tables
 */
.row-deleted{
    background-color: #f5f5f5;
    color: #AAA;
    font-style: italic;
}

.row-unpublished{
    color: #BF2929;
    font-style: italic;
}

/*
 * Login
 */
#login-body{
    background-color: #FFFFFF;
    color: #333333;
    padding-top: 60px;
}

.login-form-wrap{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
   /* background-color: #373746;*/
    padding: 50px;
    border: 1px solid #C0BFB5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.login-form-wrap .brand {
    text-align: center;
    margin-top: 40px;
}

.login-form-wrap .brand h2 {
    font-size: 21px;
    font-weight: 700;
    color: #333;
    text-align: right;
}

.login-form-wrap .brand p {
    color: #C0BDB0;
    font-size: 13px;
    text-align: right;
}

.login-form-wrap .horizontal-divider {
    margin: 0 auto;
    position: relative;
    width: 1px;
    height: 250px;
    background-color: #ccc;
}

.login-form-wrap .main h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #333333;
}

.login-form-wrap input[type="email"] {
    box-shadow: none;
    padding-left: 10px;
    margin-bottom: 20px;
    height: 45px;
    color: #505050;
}

.login-form-wrap input[type="password"] {
    box-shadow: none;
    padding-left: 10px;
    margin-bottom: 20px;
    height: 45px;
    color: #505050;
}

.login-form-wrap .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.login-form-wrap .form-control:focus {
    border: none;
    box-shadow: 0 0 5px #006699;
}

.login-form-wrap .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login-form-wrap .btn-block {
    display: block;
    width: 100%;
}

.login-form-wrap .enter {
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #006699;
    color: #fff;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

@media screen and (max-width: 767px) {
    #login-body{
        padding-top: 10px;
    }
    .login-form-wrap{
        padding-top: 10px;
    }
    .login-form-wrap .brand h2 {
        text-align: center;
    }
    .login-form-wrap .brand p {
        text-align: center;
    }
}

/* Online */

#online {
    /*
    background-color: transparent; 
    float:left; 
    width: 100%; 
    padding:10px; 
    height: auto;
    border-radius: 4px;
    */
}

#online .online-heading{
    font-family: Arial;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    margin-bottom: 10px;
}

#online .online-heading h1>img{
    max-height: 40px;
}

#online .online-heading .informations{
    color: #005bb0;
}

#online .online-heading .informations h4{
    color: #777777;
    font-weight: 900;
    font-size: 80%;
    font-style: normal;
}

#online .online-heading .informations .info .value{
    font-size: 200%;
    font-weight: 700;
    font-family: "Open Sans Condensed","Helvetica Neue", sans-serif,Arial,Helvetica,Verdana;
}

#online .online-heading .informations .timer div{
    float:left;
} 

#online .online-heading .informations h4{
    margin-bottom: 0px;
}

#online #place .panel{
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}

#online #place>div:hover{
   -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.75);
}

#online #places #place .panel-heading{
    background-color: #005bb0;
    background-image: none;
    font-weight: 900;
    text-transform: uppercase; 
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-style: normal;
    font-size: 120%;
    padding: 10px 10px;
    overflow: hidden;
}

#online #places #place .panel-heading #mqOffline{
    margin-bottom: -5px;
}

#online #places #place .panel-heading span.online {
    color: #00FF00;
}

#online #places #place .panel-heading span.online a {
    color: #00FF00;
}

#online #places #place .panel-heading marquee span.offline {
    color: #FF0000;
}

#online #places #place .panel-heading marquee span.offline a {
    /*color: #FF0000;*/
    color: #f44336;
}

#online #place .panel-heading a{
    /*color: #000000;*/
}

#online #place .panel-heading a:hover{
    text-decoration: none;
}

#online #place .place-status{
    text-align: center;
    font-size: 80%; 
    cursor: pointer;
    color: #000000;
}

#online #place .place-status:hover{
    text-decoration: underline;
}

#online #place .place-status-offline{
    background-color: #FA8072; 
    color: #A2190F!important;
    font-weight: bold;
}

#online #place .place-status-online{
    background-color: #90EE90; 
    color: #043E04;
    font-weight: bold;
}

#online #place .place-body{
    margin: 0px!important;
}

#online #place .place-footer-label{
    font-size: 75%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

#online #place .place-footer-value{
   text-align: right; 
   font-weight: bold;   
}

#online #place .openmodal:hover{
    text-decoration: underline;
    cursor: pointer;
}

#online #place .place-toolbar{
    position: absolute;
    right: 20px;
    top: 10px;    
    background-color: #f5f5f5;
    padding: 0px 4px;
    opacity: 0.8;
    visibility: hidden;
}

#online .machine>div:hover{
   -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}

#online #place-details #place-machines .machine .panel:hover{
   -webkit-box-shadow: 1px 1px 2px 0px #ffffff;
    -moz-box-shadow: 1px 1px 2px 0px #ffffff;
    box-shadow: 1px 1px 2px 0px #ffffff;
}

#online .machine .machine-name{
   font-weight: bold;
   text-transform: uppercase; 
   text-align: center;
   cursor: pointer;
}

#online .machine .machine-name-info{
   font-size:12px;
   opacity: 0.8;
   /*position: absolute;
   right: 10px;
   top: 10px; */
   visibility: hidden;
}


#online .machine .machine-status{
    text-align: center;
    font-size: 80%; 
    cursor: pointer;
    color: #000000;
}

#online .machine .machine-status:hover{
    text-decoration: underline;
}

#online .machine .machine-heading{
    background-image: none;   
    font-weight: bold;
    padding: 5px 5px;
}

#online .machine .machine-heading-offline{
    background-color: #FF0000; /*#FF0000;*/ /*#FA8072; */   
    color: #ffffff; /*#005bb0;*/
}

#online .machine .machine-heading-online{
    background-color: #00FF00; /*#00FF00;*/ /*#90EE90;*/  
    color: #000000; /*#043E04;*/
    font-weight: bold;
}

#online .machine .machine-heading-playing{
    background-color: #00FFFF;
    color: #000000;
    font-weight: bold;
}

#online .machine .machine-status-playing{
    background-color: #87CEFA;  
    color: #055483;
    font-weight: bold;
}

#online .machine .machine-body{
    margin: -15px;
}

#online .machine .machine-cabinet-name{
    font-size: 70%;
    width: 100%;
    float: left;
    display: block;
    overflow: hidden;
    padding: 3px;
}

#online .machine .machine-cabinet-name .machine-cabinet-playing{
    background-color: #00FFFF;
    color: #005bb0;
    font-weight: bold;
}

#online .machine .machine-cabinet-name .online{
    color: #00FF00;
}

#online .machine .machine-cabinet-name .offline{
    color: #FF0000;
}

#online .machine .machine-cabinet-name .playing{
    color: #00FFFF;
}

#online .machine .panel-footer{
    padding: 10px 5px;
}

#online .machine .panel-footer .table {
    margin-bottom: 5px;
}

#online .machine .panel-footer .table>tbody>tr>td {
    padding: 2px;
}

#online .machine .machine-footer-label{
   text-align: center; 
   font-size: 70%;
}

#online .machine .machine-footer-value{
   text-align: center; 
   font-weight: bold;
   cursor: pointer;
   /*font-size: 120%;*/
}

#online .machine .machine-footer-value:hover{
    text-decoration: underline;
}


#online .online-heading h1 {
    margin-top: 5px;  
    margin-bottom: 5px; 
}

#online .online-heading .informations {
    margin-top: 5px;
}

#online .online-heading .toolbar {
    margin-top: 10px;
    margin-bottom: 0px !important;
}

#online .online-heading .toolbar-option-text{
    font-size: 9px;
    padding-right: 0px;
    padding-left: 0px;
}

#online #places #place .place-add-status{
    background-color: #005bb0;
    color: #DDD;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    padding: 0px;
    margin-bottom: 10px;
} 

#online #places #place .place-add-status span.no-accumulated{
    /*color : #000;*/
    color: #f44336;
}

#online #places #place .place-add-status .place-jackpots{
    padding: 0px;
}

#online #places #place .place-content{
    padding: 5px;
    margin: 0 auto; 
    text-align: center;   
    overflow: auto;
    overflow-y: hidden;
    -ms-overflow-y: hidden;
}

#online #places #place #panelContent .table{
    margin-bottom: 3px;
}

#online #places #place .panel-body{
    padding: 0px!important;
} 

#online .place-container:nth-child(6n+1){
    clear:left
}
    
/* place details */

#place-details #place-header #place-details-chart{
    margin-top: 20px;
}

#online #place-details .place-status-offline{
    /*color: #FA8072;*/
    color: #F44336;
}

#online #place-details .place-status-online{
    /*color: #90EE90;*/
    color: #00FF00; /*#5CB85C;*/
}

.place-details-info{
    /*margin-bottom: 20px;*/
    background-color: #f5f5f5;
}


#online #place-details .place-details-info-row{
    border: 1px solid #ffffff;
}

#online #place-details .place-details-info-box-title{
    padding: 15px 10px 0px 10px;
    font-size:90%; 
    font-weight: bold;
}

#online #place-details .place-details-info-box{
    padding: 5px 10px;
    font-size:80%;    
}

#online #place-details .status .place-details-info-box{
    background-color: #005bb0;
}

#online #place-details .place-details-info-value{
    font-size: 140%;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
}

#online #place-details #place-header .panel-default,
#online #place-details #place-header .panel{
    border-radius: 0px;
}

#online #place-details .place-details-info .place-name h1{
    font-family: Arial;
    margin-top: 0px;
}

#online #place-details .place-details-info-value:hover{
    text-decoration: underline;
}

#online #place-details .place-details-info-label{
    /*font-size: 90%;*/
    font-style: italic;
    text-align: left;
}

#online #place-details .machine-status-offline{
    /*color: #FA8072;
    color: #F44336;*/
    color: #FF0000!important; /*#A2190F!important;*/
    font-weight: bold;
}

.place-details-info #place-details-chart #chart-container #chart-selector a,
.place-details-info #place-details-chart #chart-container #chart-selector a:visited{
    color: #ffffff!important;
}

#online #place-details #place-machines .jackpot-group{
    padding: 0px;
    float:left;
}

#online #place-details #place-machines.panel-default,
#online #place-details #place-machines .panel{
    background-color: transparent;
}

#online #place-details #place-machines .machine {
    padding: 3px;
    max-width: 150px;
    float:left;
}

@media (max-width: 767px){
    #online #place-details #place-machines .machine {
        max-width: 100px;
    } 
}


#online #place-details #place-machines .machine .panel{
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}

/* Nav Top */
#nav-top{
    padding: 3px 0px;
    /*background-color: #0D2D5C;*/
    background-color: #005bb0;
    width: 100%;
    color: #FFFFFF;
    font-size: 75%
}

#nav-top a{
    /*font-size: 80%;*/
    color: #FFFFFF;   
}

#nav-top .user-info{
    padding-left: 0px;
    padding-right: 0px;
}

#nav-top .user-info a{
    /*font-size: 80%;*/
    color: #FFFFFF;   
}

#nav-top .user-info button{
    font-size: 80%; 
}

#nav-top .user-info .user-menu ul{
    float:left;
    margin-bottom: 0px;
}

/* Machine */
#machine-item-container .machine-name{
    font-size: 18px;
    font-weight: bold;
}

/* custom inputs */
@media screen and (min-width: 767px) { 
    .input-short{
        width: 40%;
    }
}

.value-negative{
    color: #F44336;
}


/* Accounting Preview */

#accounting-container-preview .summary-items{
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

#accounting-container-preview .summary-item{
   /* background-color: #f5f5f5; */
    padding:10px;
   /* border: 1px solid #ffffff;*/
   text-align: right;
}

#accounting-container-preview .summary-item-value{
    font-size: 120%;
    font-weight: 600;
}

#accounting-container-preview .summary-item-label{
    font-size: 90%;
    font-style: italic;
}

#accounting-container-preview .summary-items{
   
}

#machine-accounting-container-preview .machine-summary-item{
    
}

#machine-accounting-container-preview .machine-summary-item-value{
    font-size: 150%;
    font-weight: 600;
    text-align: right;
}

#machine-accounting-container-preview .machine-summary-item-label{
    font-size: 90%;
    font-style: italic;
    text-align: left;
    padding-left: 15px;
}

@media screen and (max-width: 767px) { 
    #accounting-container-preview .summary-item{
        text-align: left;
        border-bottom: 1px solid #f5f5f5;
    }
    
    #machine-accounting-container-preview{
        margin-left:15px;
    }
}



/**
 * Online Jackpot Group
 */

.jackpot-group {
    margin-left: 5px;
}

.jackpot-group .jackpot-group-header {
    display: flex;
    font-size:90%;
}

.jackpot-group .jackpot-group-name {
    font-weight: bold;
}

.jackpot-group .jackpot-group-header span {
    float: left;    
}

.jackpot-group .jackpot-group-jp{
    margin-left: 20px;
}

.jackpot-group .jackpot-group-jp-value{
    color: #A2190F!important;
    font-weight: bold;
    margin-left: 5px;
}

.jackpot-group .jackpot-group-jp-label{

}

@media screen and (max-width: 767px) { 
    #jackpot-group .jackpot-group-jp-value{
        margin-top: 20px;
    }
}

/* Chart */

#chart-loading {
    display: none;
    position: absolute;
    background: url(../img/ajax-loader-black.gif) no-repeat;
    width: 100px;
    height: 100px;
    text-indent: -9999em;
    margin-top: 50px;
    margin-left: -50px;
}

.place-chart-loading {
    display: none;
    position: absolute;
    background: url(../img/ajax-loader-black.gif) no-repeat;
    width: 100px;
    height: 100px;
    text-indent: -9999em;
    margin-top: 30px;
    margin-left: -50px;
}

.dashboard-widget-loading {
    display: none;
    /*position: absolute;*/
    background: url(../img/ajax-loader-black.gif) no-repeat;
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
}

.modal-loading {
    display: none;
    position: absolute;
    background: url(../img/ajax-loader-black.gif) no-repeat;
    width: 100px;
    height: 100px;
    text-indent: -9999em;
    margin-top: 50px;
    margin-left: -50px;
    padding: 100px;
    float: left;
}

.input-loading {    
    background-color: #ffffff;
    background-image: url("http://loadinggif.com/images/image-selection/3.gif");
    background-size: 25px 25px;
    background-position:3% center;
    background-repeat: no-repeat;
}

.modal-content {
    min-height: 200px;
    text-align: center;
}

@media screen and (max-width: 767px) { 
    #place-details-chart #chart-container{
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* Table Filters */

.has-filter .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    font-weight: bold;
    font-style: italic;
}

.table-filters {
    margin: 5px;
}

@media screen and (max-width: 767px) { 
    .table-filters{
        margin-top: 20px;
    }

}

/* Import Counters */

.import-counters #message{
    font-size: 12px;
    color: #A2190F!important;
    margin-top: 10px;
    font-weight: bold;
}


/* Notification Info */

.notification-info{
    color: #333;
}

.notification-info ul{
    padding: 0px 10px;
}

.notification-info li a{
    color: #666!important;
    font-size: 14px!important;
    padding: 10px 10px;
}

.notification-info .dropdown-menu{
    min-width: 360px;
}

.notification-info .dropdown-menu li.title{
    padding: 10px 10px 0px 10px!important;
    font-size: 80%;
}

.notification-info .dropdown-menu>li>a{
    white-space: normal;
    border-bottom: 1px dotted #AAA;
}

.notification-info .dropdown-menu>li>a.text-warning{
    color: #8a6d3b!important;
}

.notification-info .dropdown-menu>li>a.text-danger{
    color: #a94442!important;
}

.notification-info .dropdown-menu>li>a.text-info{
    color: #31708f!important;
}

.notification-info .dropdown-menu>li>a span.created-at{
    font-size: 80%;
    font-weight: normal;
    color: #C0BDB0;
}

.notification-info .dropdown-menu li.see-all{
    padding: 10px 10px 10px 10px!important;
    font-weight: bold;
    font-style: italic;
}

.notification-info .dropdown-menu li.see-all a{
    border-bottom: none;
}

.notification-info .dropdown-menu li.notread a{
    /*font-weight: bold;*/
    /*color: #000!important;*/
}

tr.notificationNotRead td{
    font-weight: bold;
    font-style: italic;
    color: #000000;
    font-size: 100% !important;
}

tr.notificationRead td{
    color: #666;
    font-size: 90% !important;
}

@media screen and (max-width: 767px) { 
    .notification-info .dropdown-menu{
        min-width: 300px;
    }
}

/** marquee **/
.marquee {
    /*width: 450px;*/
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;  /* show the marquee just outside the paragraph */
    animation: marquee 20s linear infinite;
}

.marquee span:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.mce-panel{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/** 
    OverLay
**/
#loading-img {
    background: url(../img/loading-overlay-blue-128.gif) center center no-repeat;
    height: 100%;
    z-index: 50001;
}
.overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 50000;
}
/* ------------------------------------------------ */