﻿

.ds-btn li {
    list-style: none;
    float: left;
    padding: 10px;
}

    .ds-btn li a span {
        padding-left: 15px;
        padding-right: 5px;
        width: 100%;
        display: inline-block;
        text-align: left;
    }

        .ds-btn li a span small {
            width: 100%;
            display: inline-block;
            text-align: left;
        }

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}
/*.btn { margin-bottom:10px; }*/

.sub-menu .second-ul li a{
    color: rgb(217, 224, 231);
}

.alert-message {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

    .alert-message h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .alert-message p:last-child {
        margin-bottom: 0;
    }

    .alert-message code {
        background-color: #fff;
        border-radius: 3px;
    }

.alert-message-success {
    background-color: #F4FDF0;
    border-color: #3C763D;
}

    .alert-message-success h4 {
        color: #3C763D;
    }

.alert-message-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

    .alert-message-danger h4 {
        color: #d9534f;
    }

.alert-message-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

    .alert-message-warning h4 {
        color: #f0ad4e;
    }

.alert-message-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

    .alert-message-info h4 {
        color: #5bc0de;
    }

.alert-message-default {
    background-color: #EEE;
    border-color: #B4B4B4;
}

    .alert-message-default h4 {
        color: #000;
    }

.alert-message-notice {
    background-color: #FCFCDD;
    border-color: #BDBD89;
}

    .alert-message-notice h4 {
        color: #444;
    }


.qm-PENDENTE {
    background-color: #FF9900 !important;
}

.qm-APROVADA {
    background-color: #44AA55 !important;
}

.qm-CANCELADA {
    background-color: #CE534D !important;
}

.qm-REMARCADA {
    background-color: #BFB338 !important;
}

.qm-ATENDIDA {
    background-color: #7F7F7F !important;
}



/** Horário */
/*
*	Table
*/
#op-options-times td, #op-options-times th {
    text-align: left;
}

.op-day-heading {
    vertical-align: top;
    width: 150px;
}

.op-day-options {
    min-width: 300px;
}

.op-day-heading label {
    font-weight: bold;
    font-size: 12px;
}

    .op-day-heading label input {
        margin-right: 10px;
    }

.op-times-container.disabled {
    opacity: 0.5;
}

.op-time-group > th {
    margin-top: 15px;
}

    .op-time-group:first-child > td:first-child{
        margin-top: 0;
    }

.op-form-table th {
    text-align: left;
}

.op-form-table td {
    padding-right: 10px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/**
 *	Labels
 */
.op-label {
    display: inline;
    padding: 2px 5px;
    /*background:		#ccc;*/
    border-radius: 3px;
    color: white;
    text-shadow: none;
    font-weight: bold;
    border: 0px;
    box-shadow: none;
    box-sizing: border-box;
}

a.op-label {
    cursor: pointer;
    color: #fff;
}

    a.op-label:hover {
        color: #fff;
        text-decoration: none;
    }

a.op-add-period, a.op-remove-period {
    margin-left: 10px;
}
.op-time-add{
    background-color:#b4b4b4;
}

.op-time-add:focus, .op-time-remove{
    background-color:#fff;
}

.op-time-set {
    display: inline-block;
}

    .op-time-set .op-label {
        display: inline-block;
        height: 25px;
        border-radius: 0px;
        margin: 0px;
        line-height: none;
        border: 1px solid #bbb;
    }

        .op-time-set .op-label.first {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .op-time-set .op-label.mid {
            line-height: 21px;
            border-left: 0px;
            border-right: 0px;
        }

        .op-time-set .op-label.last {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

input[type=text].time-input, input[type=text].date-input {
    /*background:		#ccc;*/
    box-shadow: none;
    border: 1px solid #999;
    border-radius: 3px;
    text-align: center;
    font-weight: normal;
    color: #666;
}

.time-input {
    width: 65px;
}

.date-input {
    width: 100%;
}

select.op-label[disabled] {
    color: #fff;
}

.op-label.green {
    background: #5cb85c;
}

.op-label.red {
    background: #d9534f;
}

/**
 * Holidays 
 */
#op-holidays-form {
    max-width: 750px;
}

    #op-holidays-form th {
        font-weight: bold;
    }


/* Favicon sizes */

.fa-2 {  font-size: 2em;}
.fa-3 {  font-size: 3em;}
.fa-4 {  font-size: 4em;}
.fa-5 {  font-size: 5em;}
.fa-6 {  font-size: 6em;}
.fa-7 {  font-size: 7em;}


@media (max-width: 340px){
    #logo{
        width:160px!important;
    }
}



.barsHoras .nv-bar {
    width: 3%;
}



/* Dispensador */

#ges-pan-disp-org .usedNode {
    display: none;
}

#ges-pan-disp-org small {
    color: #888;
}

#ges-pan-disp-org tr:hover {
    background-color: #eee;
}

#ges-pan-disp-org .tree-dnd-handle {
    font-weight: inherit;
}

#ges-pan-disp-org .zoneToDrop {
    height: 50px;
    background-color: blue;
}

#ges-pan-disp-org .tree-dnd.table tbody {
    border: 1px solid rgb(190, 190, 190);
}


.mensagem-alerta {
   padding: 10px !important;
}
