@import url(http://fonts.googleapis.com/css?family=Signika:400,300,600,700);
@import url(../fontello/css/fontello.css);
@import url(../font-awesome/css/font-awesome.min.css);

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 15px;
    background: #e9f0f4;
    font-family: 'Signika', sans-serif;
    color: #141618;
}

* {
    outline: none !important;
}

header {
    padding: 15px 0;
    background: #f6f7f8;
    font-size: 16px;
}

.header-title {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 34px;
}

.header-menu {
    float: right;
    margin-right: 15px;
}

    .header-menu a {
        margin-left: 20px;
        color: #616f7d;
        font-weight: 300;
    }

        .header-menu a:before {
            margin-right: 15px;
        }

        .header-menu a:hover, .header-menu a:focus {
            background: #019362 !important;
            color: #fff;
        }

footer {
    color: #fff;
    line-height: 30px;
    padding: 15px;
    font-size: 16px;
    text-align: center;
    background: #141618;
}

.side-bar {
    background: #292d30;
    padding: 0;
}

.side-menu {
    background: #01a46d;
    padding-bottom: 20px;
}

    .side-menu ul {
        margin: 0 0 20px 0;
        padding: 0;
        list-style: none;
    }

    .side-menu a {
        padding: 15px;
        display: block;
        text-decoration: none;
        color: #f6f7f8;
        font-size: 17px;
        line-height: 22px;
        font-weight: 300;
    }

        .side-menu a:before {
            margin-right: 10px;
        }

        .side-menu a.mensagens {
            background: #25282b;
        }

    .side-menu .btn {
        color: #01a46d;
        background: #b3e4d3;
        border: 0;
        font-size: 17px;
        font-weight: 300;
        text-transform: uppercase;
    }

        .side-menu .btn:hover {
            background: #fff;
        }

    .side-menu i {
        float: right;
        background: #d83b0b;
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        min-width: 20px;
        padding: 0 5px;
        font-style: normal;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin: 1px 0;
    }

    .side-menu a.active {
        background: #019362;
    }

.inbox {
    padding-bottom: 0 !important;
}

    .inbox ul {
        margin: 0 0 0 0 !important;
    }

form.search {
    padding: 20px 15px;
}

    form.search .form-control, form.search .btn-search {
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        background: #000;
        color: #fff;
    }

    form.search .form-control {
        font-size: 15px;
        font-weight: 300;
        color: #e5e5e5;
    }

        form.search .form-control::-webkit-input-placeholder {
            color: #e5e5e5;
        }

        form.search .form-control:-moz-placeholder {
            color: #e5e5e5;
            opacity: 1;
        }

        form.search .form-control::-moz-placeholder {
            color: #e5e5e5;
            opacity: 1;
        }

        form.search .form-control:-ms-input-placeholder {
            color: #e5e5e5;
        }

.menu-tree .panel {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: none;
}

.menu-tree .panel-heading {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: none;
}

.menu-tree .panel-body {
    border: 0 !important;
    padding: 0 15px;
}

.menu-tree a {
    color: #d9dcde;
    font-size: 17px;
    font-weight: 300;
}

.menu-tree .active a {
    font-weight: 700;
    color: #fff;
}

.menu-tree a:before {
    text-decoration: none;
    padding: 0;
    margin: 0 3px 0 0;
}

.menu-tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .menu-tree ul li {
        padding-left: 30px;
    }

.main-content {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 30px 15px;
}

.content-title {
    font-weight: 300;
    margin: 0 0 20px 0;
    font-size: 25px;
    text-transform: uppercase;
    color: #e0e0e0;
}

.main-form label {
    font-weight: 400;
}

.main-form input,
.main-form textarea,
.main-form select {
    background: #f2f2f2;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f2f2f2;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #141618;
    font-size: 15px;
    resize: vertical;
}

.main-form .form-group-smaller input,
.main-form .form-group-smaller textarea,
.main-form .form-group-smaller select {
    max-width: 300px;
}

.main-form input[type="text"], .main-form input[type="email"], .main-form input[type="password"], .main-form textarea {
    padding-right: 45px;
    min-height: 40px;
}

.main-form input[type="file"] {
    padding: 12px;
}

/*.main-form .btn[type="submit"] {
    background     : #d83b0b;
    border-color   : #d83b0b;
    text-transform : uppercase;
    color          : #fff;
}*/

.form-control:focus {
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2);
}

.main-form .lang-change {
    position: relative;
    display: none;
}

    .main-form .lang-change.lang-show {
        display: block;
    }

    .main-form .lang-change:after {
        display: block;
        position: absolute;
        right: 0;
        top: 26px;
        height: 40px;
        text-align: center;
        line-height: 43px;
        font-size: 11px;
        width: 45px;
        content: '';
        color: #c0c0c0;
        font-weight: 700;
    }

    .main-form .lang-change.lang-pt:after {
        content: 'PT';
    }

    .main-form .lang-change.lang-en:after {
        content: 'EN';
    }

    .main-form .lang-change.lang-es:after {
        content: 'ES';
    }

    .main-form .lang-change.lang-fr:after {
        content: 'FR';
    }

    .main-form .lang-change.status-lang:after {
        top: -20%;
    }

.form-images {
    margin-top: 20px;
    font-size: 0;
}

    .form-images div.box-image {
        display: inline-block;
        position: relative;
        background: #999;
        text-decoration: none;
        border: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0 -4px -4px 0;
    }

    .form-images div.box-preview-image {
        display: inline-block;
        position: relative;
        background: #999;
        text-decoration: none;
        border: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0 -4px -4px 0;
    }

    .form-images a {
        display: inline-block;
        position: relative;
        background: #999;
        text-decoration: none;
        border: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0 -4px -4px 0;
    }

        .form-images a img {
            display: block;
            max-width: none;
        }

    .form-images div.box-image img {
        width: 140px;
        height: auto;
        display: block;
        max-width: none;
    }

    .form-images div.box-preview-image img {
        width: 140px;
        height: auto;
        display: block;
        max-width: none;
    }

    .form-images div.box-image span {
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
        color: #d83b0b;
    }

    .form-images .media a {
        margin: 0;
    }

    .form-images .media label {
        font-size: 15px;
    }

    .form-images div.box-image:hover, .form-images div.box-image:focus {
        z-index: 9999;
        background: #d83b0b;
        border-color: #d83b0b;
    }

    .form-images a:hover, .form-images a:focus {
        z-index: 9999;
        background: #d83b0b;
        border-color: #d83b0b;
    }

    .form-images div.box-image span:before {
        /*position              : absolute;
    top                   : 0px;
    right                 : 0px;*/
        padding: 0;
        margin: 0;
        color: #fff;
        background: #d83b0b;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 15px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        display: block;
    }

    .form-images a:before {
        position: absolute;
        top: 7px;
        right: 7px;
        padding: 0;
        margin: 0;
        color: #fff;
        background: #d83b0b;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 15px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        display: block;
    }

    .form-images a.preview-url{
        font-size: 15px;
        background: none;
        width: 148px;
        text-align: center;
    }

.main-content .nav-tabs {
    border-bottom: 3px solid #f2f2f2;
    margin-bottom: 20px;
}

    .main-content .nav-tabs li {
        margin: 0 15px 5px 0;
    }

    .main-content .nav-tabs a {
        font-size: 25px;
        font-weight: 300;
        text-transform: uppercase;
        color: #e0e0e0;
        border: 0 !important;
        background: none !important;
        padding: 0;
    }

    .main-content .nav-tabs .active a {
        color: #292d30;
    }

.form-login-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

    .form-login-holder form {
        display: inline-block;
        width: 300px;
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        text-align: left;
    }

    .form-login-holder label {
        font-weight: 400;
    }

    .form-login-holder input {
        background: #f2f2f2;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #f2f2f2;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #141618;
        font-size: 15px;
        resize: vertical;
    }

.form-login-holder-header, .form-login-holder-header td {
    height: 64px;
}

.form-login-holder-footer, .form-login-holder-footer td {
    height: 60px;
}

.form-login-holder .btn[type="submit"] {
    background: #d83b0b;
    border-color: #d83b0b;
    text-transform: uppercase;
    color: #fff;
}

.login-links {
    float: right;
    padding: 6px 0;
}

    .login-links a {
        font-weight: 300;
        font-size: 14px;
        text-decoration: underline;
        color: #141618;
    }

        .login-links a:focus, .login-links a:hover {
            text-decoration: none;
        }

.list-controls {
    padding-right: 0;
    padding-left: 0;
}

.list .rowid {
    width: 60px;
}

.list table {
    width: 100%;
    max-width: 100%;
    line-height: 22px;
}

.list th, .list td {
    vertical-align: top;
}

.list th {
    text-transform: uppercase;
}

.list p {
    margin: 0;
}

.list .list-state {
    padding: 0 10px;
    font-size: 13px;
    text-transform: uppercase;
}

.list .list-collapser {
    margin-left: 30px;
    height: 22px;
    padding: 0;
    font-size: 19px;
    text-align: center;
}

.list .collapse {
    padding: 0;
}

.list .list-visible-content {
    cursor: pointer;
}

.list .list-collapse-content {
    padding: 20px 0 0px 0;
}

    .list .list-collapse-content ul {
        padding: 0;
        margin: 0 0 0 25px;
    }

    .list .list-collapse-content strong {
        display: block;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

.list .well {
    min-height: 0 !important;
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
}

.list .list-line-controls {
    padding-bottom: 10px;
}

    .list .list-line-controls .btn,
    .list-controls .btn {
        background: #d83b0b;
        border-color: #d83b0b;
        text-transform: uppercase;
        color: #fff;
    }

    .list .list-line-controls .btn {
        font-size: 14px;
    }

.horario .pull-left {
    width: 130px;
    margin-right: 40px;
}

.horario .checkbox {
    margin: 0 0 10px 0;
    padding: 0;
    height: 40px;
}

    .horario .checkbox label {
        display: inline-block;
        line-height: 40px;
    }

    .horario .checkbox input {
        top: 9px;
    }

.horario .horario-item {
    height: 50px;
}

    .horario .horario-item .form-control {
        display: none;
        padding: 6px 6px 6px 12px;
        resize: none;
        letter-spacing: 4px;
    }

    .horario .horario-item.checked .form-control {
        display: block;
    }

.mapa {
    height: 350px;
    max-width: 640px;
    background: #eee;
    margin: 20px 0 40px 0;
}

.localizacao .pull-left {
    width: 200px;
    margin-left: 20px;
}

    .localizacao .pull-left:first-child {
        margin: 0;
    }

.table-fixed {
    width: 100%;
    table-layout: fixed;
}

td.inner-list {
    padding: 0 !important;
}

    td.inner-list .table {
        margin-bottom: 0;
    }

        td.inner-list .table td, td.inner-list .table th {
            border: 0 !important;
            line-height: 38px;
            text-transform: none;
        }

    td.inner-list.alt-state, td.inner-list.alt-state .form-control {
        color: #999;
    }

.table tr.desciption td {
    padding-top: 0;
    line-height: 20px;
}

*[data-toggle="collapse"] {
    cursor: pointer;
}

.pagination {
    border: 0;
    font-size: 15px;
}

    .pagination li a {
        border: 0;
        color: #999;
    }

        .pagination li a:hover, .pagination li a:focus {
            color: #999;
        }

    .pagination li.active a, .pagination li.active a:hover, .pagination li.active a:focus {
        color: #141618;
        background: none;
    }

    .pagination .disabled {
        display: none;
    }

.list-filters {
    margin: 10px 0 40px 0;
}

.map_servicos_search_div {
    padding-left: 0;
}

#geo_address {
    min-height: 0;
}

.white-bg {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.white-text {
    color: #ffffff !important;
}

.btn-green {
    color: #fff;
    background-color: #01a46d !important;
    border-color: #255625;
}

    .btn-green:focus,
    .btn-green.focus {
        color: #fff;
        background-color: #01a46d;
        border-color: #255625;
    }

    .btn-green:hover {
        color: #fff;
        background-color: #01a46d;
        border-color: #398439;
    }

    .btn-green:active,
    .btn-green.active,
    .open > .dropdown-toggle.btn-green {
        color: #fff;
        background-color: #01a46d;
        border-color: #398439;
    }

        .btn-green:active:hover,
        .btn-green.active:hover,
        .open > .dropdown-toggle.btn-green:hover,
        .btn-green:active:focus,
        .btn-green.active:focus,
        .open > .dropdown-toggle.btn-green:focus,
        .btn-green:active.focus,
        .btn-green.active.focus,
        .open > .dropdown-toggle.btn-green.focus {
            color: #fff;
            background-color: #01a46d;
            border-color: #255625;
        }

    .btn-green:active,
    .btn-green.active,
    .open > .dropdown-toggle.btn-green {
        background-image: none;
    }

    .btn-green.disabled,
    .btn-green[disabled],
    fieldset[disabled] .btn-green,
    .btn-green.disabled:hover,
    .btn-green[disabled]:hover,
    fieldset[disabled] .btn-green:hover,
    .btn-green.disabled:focus,
    .btn-green[disabled]:focus,
    fieldset[disabled] .btn-green:focus,
    .btn-green.disabled.focus,
    .btn-green[disabled].focus,
    fieldset[disabled] .btn-green.focus,
    .btn-green.disabled:active,
    .btn-green[disabled]:active,
    fieldset[disabled] .btn-v:active,
    .btn-green.disabled.active,
    .btn-green[disabled].active,
    fieldset[disabled] .btn-green.active {
        background-color: #01a46d;
        border-color: #4cae4c;
    }

.btn-grey {
    color: #fff;
    background-color: #292d30 !important;
    border-color: #000000;
}

    .btn-grey:focus,
    .btn-grey.focus {
        color: #fff;
        background-color: #292d30;
        border-color: #000000;
    }

    .btn-grey:hover {
        color: #fff;
        background-color: #292d30;
        border-color: #000000;
    }

    .btn-grey:active,
    .btn-grey.active,
    .open > .dropdown-toggle.btn-grey {
        color: #fff;
        background-color: #292d30;
        border-color: #000000;
    }

        .btn-grey:active:hover,
        .btn-grey.active:hover,
        .open > .dropdown-toggle.btn-grey:hover,
        .btn-grey:active:focus,
        .btn-grey.active:focus,
        .open > .dropdown-toggle.btn-grey:focus,
        .btn-grey:active.focus,
        .btn-grey.active.focus,
        .open > .dropdown-toggle.btn-grey.focus {
            color: #fff;
            background-color: #292d30;
            border-color: #000000;
        }

    .btn-grey:active,
    .btn-grey.active,
    .open > .dropdown-toggle.btn-grey {
        background-image: none;
    }

    .btn-grey.disabled,
    .btn-grey[disabled],
    fieldset[disabled] .btn-grey,
    .btn-grey.disabled:hover,
    .btn-grey[disabled]:hover,
    fieldset[disabled] .btn-grey:hover,
    .btn-grey.disabled:focus,
    .btn-grey[disabled]:focus,
    fieldset[disabled] .btn-grey:focus,
    .btn-grey.disabled.focus,
    .btn-grey[disabled].focus,
    fieldset[disabled] .btn-grey.focus,
    .btn-grey.disabled:active,
    .btn-grey[disabled]:active,
    fieldset[disabled] .btn-v:active,
    .btn-grey.disabled.active,
    .btn-grey[disabled].active,
    fieldset[disabled] .btn-grey.active {
        background-color: #292d30;
        border-color: #000000;
    }

.bg-danger {
    background-color: #d83b0b;
}

#operator-mode-row {
    display: none;
}

.operator-header-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.operator-header {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Signika', sans-serif;
    font-weight: bold;
}

.light-text {
    color: #616f7d !important;
}

.top-link {
    padding-right: 5px;
}

.preview-text {
    font-size: 15px !important;
    text-decoration: underline !important;
    text-transform: lowercase !important;
}

    .preview-text:first-letter, .btnNewService:first-letter, .btnEdit:first-letter, .btnDeleteService:first-letter, .startsCapitalized {
        text-transform: capitalize !important;
    }

#btnSave, .btnNewService, .btnEdit {
    color: #fff;
    background-color: #01a46d;
    border-color: #01a46d;
}

.services-reservations-obs {
    padding: 8px;
}

    .services-reservations-obs > textarea {
        width: 100%;
    }

.bold {
    font-weight: bold;
}

.registration-save-btns {
    padding: 0 0 8px 0;
}

.fixed-table {
    table-layout: fixed;
}

.truncate {
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
