/* Layouts para tabela */
.content-table {
    padding: 30px;
}

.ver-mais {
    float: right;
    outline: none;
    font-size: 9pt;
    color: #1384C8;
}

.ver-mais a:visited {
    outline: none !important;
    color: #1384C8 !important;
    text-decoration: none !important;
}

.ver-mais a:active {
    outline: none !important;
    color: #1384C8 !important;
    text-decoration: none !important;
}

.ordination {
    cursor: pointer;
}

    .ordination:hover {
        background-color: #e8e8e8;
    }

.order-icon-up {
    background-image: url('/gax2condutores/images/sprite-10x10-list-sort.png');
    background-repeat: no-repeat;
    background-position: -10px -10px;
    position: relative;
    top: 1px;
    display: inline-block;
    line-height: 1;
    width: 10px;
    height: 10px;
}

.order-icon-down {
    background-image: url('/gax2condutores/images/sprite-10x10-list-sort.png');
    background-repeat: no-repeat;
    background-position: 0 -10px;
    position: relative;
    top: 1px;
    display: inline-block;
    line-height: 1;
    width: 10px;
    height: 10px;
}

.column-centralized {
    text-align: center;
}

.column-align-right {
    text-align: right;
}

.status {
    font-size: 9pt;
    font-weight: 700;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px; /* para funcionar no Firefox*/
    -webkit-border-radius: 5px; /* para funcionar no Chrome ou no Safari */
    text-transform: uppercase;
    font-size: 8pt;
    line-height: 30px;
    min-width: 140px;
    margin-top: 4px;
}

.min-status {
    font-size: 9pt;
    font-weight: 700;
    height: 30px;    
    border-radius: 5px; /* para funcionar no Firefox*/
    -webkit-border-radius: 5px; /* para funcionar no Chrome ou no Safari */
    text-transform: uppercase;
    font-size: 8pt;
    line-height: 30px;
    min-width: 50px;
    margin-top: 4px;
}

.status-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.status-vermelho {
    background: #D65353;
    color: #FFFFFF;
    max-width: 150px;
    margin-left: -75px;
    left: 50%;
    position: relative;
}

.status-amarelo {
    background: #C3B917;
    color: #1A1A1A;
    max-width: 150px;
    margin-left: -75px;
    left: 50%;
    position: relative;
}

.status-verde {
    background: #8ECA35;
    color: #FFFFFF;
    max-width: 150px;
    margin-left: -75px;
    left: 50%;
    position: relative;
}

.status-azul {
    background: #4599C8;
    color: #FFFFFF;
    max-width: 150px;
    margin-left: -75px;
    left: 50%;
    position: relative;
}

.status-cinza {
    background: #CCCCCC;
    color: #FFFFFF;
    max-width: 150px;
    margin-left: -75px;
    left: 50%;
    position: relative;
}

.status-laranja {
    background: #E67E22;
    color: #FFFFFF;
    max-width: 150px;
    margin-left: -75px;
    left: 50%;
    position: relative;
}

.status-marron {
    background: #CF8563;
    color: #FFFFFF;
    max-width: 150px;
    margin-left: -75px;
    left: 50%;
    position: relative;
}

/* Status para as infos */
.status-info {
    font-size: 9pt;
    font-weight: 700;
    height: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px; /* para funcionar no Firefox*/
    -webkit-border-radius: 5px; /* para funcionar no Chrome ou no Safari */
    text-transform: uppercase;
    font-size: 8pt;
    line-height: 20px;
}

.status-vermelho-info {
    background: #E8663F;
    color: #FFFFFF;
    float: right;
}

.status-amarelo-info {
    background: #C3B917;
    color: #1A1A1A;
    float: right;
}

.status-verde-info {
    background: #8ECA35;
    color: #FFFFFF;
    float: right;
}

.status-azul-info {
    background: #4599C8;
    color: #FFFFFF;
    float: right;
}

.status-cinza-info {
    background: #CCCCCC;
    color: #FFFFFF;
    float: right;
}

.status-laranja-info {
    background: #E67E22;
    color: #FFFFFF;
    float: right;
}

.status-marron-info {
    background: #CF8563;
    color: #FFFFFF;
    float: right;
}

.grafico {
    float: left;
    padding-right: 5px;
    margin-top: 15px;
}

.item {
    font-size: 9pt;
    color: #272e31;
    font-weight: 700;
    max-width: 99%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 24px;
}

.sub-item {
    font-style: italic;
    font-weight: 400;
    max-width: 99%;
    font-size: 8pt;
    color: rgb(102, 102, 102);
    text-overflow: ellipsis;
    white-space: nowrap;
    /*margin-top: 10px;*/
    overflow: hidden;
}

.com-restricao {
    background: #D3DADF;
    border: 1px solid #A9B8C2;
    height: 48px;
    line-height: 50px;
    background-image: url("/gax2condutores/images/list-restricao2.png");
    background-repeat: no-repeat;
    background-position: 95% 17px;
    padding-right: 30px;
    text-align: right;
    margin: 5px 0;
}

.sem-restricao {
    height: 50px;
    line-height: 50px;
    margin: 5px 0;
    text-align: right;
}

/* Tabela formada por divs responsivos */
.table-lines {
    padding: 0 20px 0 20px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 38px;
    /*height: 40px;*/
    color: #272E31;
    font-size: 9pt;
    border-bottom: 2px solid #D6E0E7;
}

.short-text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-lines a {
    cursor: pointer;
    color: #1384c8;
    text-decoration: none;
}

.thead {
    vertical-align: bottom;
    color: #272E31;
    font-size: 9pt;
    font-weight: bold;    
}

.thead > .sortable:hover{
    background-color: #E8E8E8;
    cursor: pointer;
}

.tbody:hover {
    background: #E6EDF2;
}

.line-to-total {
    background-color: rgb(69, 128, 171); 
    color: rgb(255, 255, 255); 
    font-weight: 700;
}

.line-to-total:hover {
    background-color: rgb(69, 128, 171); 
    color: rgb(255, 255, 255); 
    font-weight: 700;
}

@media (max-width: 992px) {
    .xs-hidden {
        display: none;
    }

    .table-lines {
        line-height: 25px;
    }

    .mobile-text-left {
        text-align: left !important;
    }

    .status-align { float:right; }

    .status-vermelho {
        margin-left: 0;
        left: 0;
        margin-top: -40px;
    }

    .status-amarelo {
        margin-left: 0;
        left: 0;
        margin-top: -40px;
    }

    .status-verde {
        margin-left: 0;
        left: 0;
        margin-top: -40px;
    }

    .status-azul {
        margin-left: 0;
        left: 0;
        margin-top: -40px;
    }

    .status-cinza {
        margin-left: 0;
        left: 0;
        margin-top: -40px;
    }

    .status-laranja {
        margin-left: 0;
        left: 0;
        margin-top: -40px;
    }

    .status-marron {
        margin-left: 0;
        left: 0;
        margin-top: -40px;
    }
}

/* Somente para os casos de tabela ao lado dos gráficos*/
.info-label
{
	width: 180px;
	float: left;	
	text-align: right;
    font-size: 10pt;
    font-family: 'Open Sans';
}

/*Botões de edição da tabela*/
.edit-item-list {
    background-image: url('/gax2condutores/images/sprite-30x30-list-edit.png');
    background-repeat: no-repeat;
    background-position: 0 0;    
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: left;
    margin-top: 4px;
    margin-left: 30px;
}

.edit-item-list:hover {
    background-image: url('/gax2condutores/images/sprite-30x30-list-edit.png');
    background-position: 0 -30px;
}

.remove-item-list {
    background-image: url('/gax2condutores/images/sprite-30x30-list-remove.png');
    background-repeat: no-repeat;
    background-position: 0 0;    
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: left;
    margin-top: 4px;
    margin-left: 30px;
}

.remove-item-list:hover {
    background-image: url('/gax2condutores/images/sprite-30x30-list-remove.png');
    background-position: 0 -30px;
}


.change-car {
    background-image: url("/gax2condutores/images/sprite-30x30-viagem.png");
    background-position: 0 -60px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.change-car:hover {
    background-position: 0 -30px;
}   





.up-item-list {
    background-image: url('/gax2condutores/images/sprite-30x30-move-up.png');
    background-repeat: no-repeat;
    background-position: 0 0;    
    width: 30px;
    height: 30px;
    cursor: pointer;  
    float: left;  
    margin-top: 4px;
    margin-left: 30px;
}

.up-item-list:hover {
    background-image: url('/gax2condutores/images/sprite-30x30-move-up.png');
    background-position: 0 -30px;
}

.down-item-list {
    background-image: url('/gax2condutores/images/sprite-30x30-move-down.png');
    background-repeat: no-repeat;
    background-position: 0 0;    
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: left;
    margin-top: 4px;
    margin-left: 30px;
}

.down-item-list:hover {
    background-image: url('/gax2condutores/images/sprite-30x30-move-down.png');
    background-position: 0 -30px;
}

/* Tabela com divs */
.rTable {
  	display: block;
  	width: 100%;
    float: left;
    height: 150px;
}
.rTableHeading, .rTableBody, .rTableFoot, .rTableRow{
  	clear: both;
}
.rTableHead, .rTableFoot{
  	background-color: #DDD;
  	font-weight: bold;
}
.rTableCell, .rTableHead {
  	float: left;
  	height: 29px;
  	overflow: hidden;
  	padding: 3px 1.8%;
  	width: 23%;
}
.rTableCellLeft {
  	float: left;
  	height: 29px;
  	overflow: hidden;
  	padding: 3px 1.8%;
  	/*width: 25%;*/
}
.rTableCellRight {
  	float: left;
  	height: 29px;
  	overflow: hidden;
  	padding: 3px 0;
  	/*width: 70%;*/
    line-height: 25px;
}
.rTable:after {
  	visibility: hidden;
  	display: block;
  	font-size: 0;
  	content: " ";
  	clear: both;
  	height: 0;
}

.header-br{
    line-height: 19px;
}

.body-br{
    line-height: 19px;
}