/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.td-middle td {
    vertical-align: middle !important;
}

button * {
    /*display: none !important;*/
    pointer-events: none;
}

a[href*='/uploads/']:before {
    font-family: FontAwesome;
    content: "\f016";
    margin-right: 5px;
}

a[href$='.txt']:before {
    font-family: FontAwesome;
}

a[href$='.txt']:before {
    content: "\f0f6";
    margin-right: 5px;
}

a[href$='.mp3'], a[href$='.wma']:before {
    font-family: FontAwesome;
}

a[href$='.mp3']:before, a[href$='.wma']:before {
    content: "\f1c7";
    margin-right: 5px;
}

a[href$='.pdf']:before {
    font-family: FontAwesome;
}

a[href$='.pdf']:not(.ignore):before {
    content: "\f1c1";
    margin-right: 5px;
}

a[href$='.xls']:before, a[href$='.xlsx']:before {
    font-family: FontAwesome;
}

a[href$='.xls']:before, a[href$='.xls']:before {
    content: "\f1c3";
    margin-right: 5px;
}

a[href$='.docx']:before, a[href$='.doc']:before {
    font-family: FontAwesome;
}

a[href$='.docx']:before, a[href$='.doc']:before {
    content: "\f1c2";
    margin-right: 5px;
}

a[href$='.img']:before, a[href$='.gif']:before, a[href$='.png']:before, a[href$='.jpeg']:before, a[href$='.jpg']:before {
    font-family: FontAwesome;
}

a[href$='.img']:not(.ignore):before, a[href$='.gif']:not(.ignore):before, a[href$='.png']:not(.ignore):before, a[href$='.jpeg']:not(.ignore):before, a[href$='.jpg']:not(.ignore):before {
    content: "\f1c5";
    margin-right: 5px;
}

a[href$='.pptx']:before, a[href$='.ppt']:before {
    font-family: FontAwesome;
}

a[href$='.pptx']:before, a[href$='.ppt']:before {
    content: "\f1c4";
    margin-right: 5px;
}

a[href$='.mpeg']:before, a[href$='.mpeg']:before, a[href$='.mp4']:before, a[href$='.avi']:before {
    font-family: FontAwesome;
}

a[href$='.mpeg']:before, a[href$='.mpeg']:before, a[href$='.mp4']:before, a[href$='.avi']:before {
    content: "\f1c8";
    margin-right: 5px;
}

a[href$='.zip']:before, a[href$='.rar']:before {
    font-family: FontAwesome;
}

a[href$='.zip']:before, a[href$='.rar']:before {
    content: "\f1c6";
    margin-right: 5px;
}

*[onclick] {
    cursor: pointer;
}

select[readonly] {
    pointer-events: none;
}

.btn-exportar {
    float: right;
    margin-top: -38px;
}

.btn-add {
    border-radius: inherit;
    padding: 7px 11.29px;
}

.excel-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

input[type=text]:not(.no-changecase), textarea:not(.no-changecase) {
    text-transform: uppercase;
}

.smart-form fieldset {
    padding: 20px 0 0;
}

.smart-form fieldset + fieldset {
    border-top: none;
}

#content {
    padding: 10px 20px;
}

.dropdown-menu.right {
    left: initial;
    right: 0;
}

.smart-style-3 #header {
    background-color: #435258;
    /*background-color: #000; /*DEV*/
    /*    background-image: -moz-linear-gradient(top, #64a622, #447c0c);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#64a622), to(#447c0c));
        background-image: -webkit-linear-gradient(top, #64a622, #447c0c);
        background-image: -o-linear-gradient(top, #64a622, #447c0c);
        background-image: linear-gradient(to bottom, #64a622, #447c0c);*/

    background-image: none;
}

.smart-style-3 #logo img {
    width: auto;
    height: 35px;
}

.select2-disabled {
    font-weight: bold;
}

#login #header #logo img {
    width: auto;
    height: 48px;
}

.smart-style-3 .btn-header > :first-child > a, .smart-style-3 #logo-group span#activity {
    /*    background-color: #447c0c;
        background-image: -moz-linear-gradient(top, #447c0c, #39672A);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#447c0c), to(#39672A));
        background-image: -webkit-linear-gradient(top, #447c0c, #39672A);
        background-image: -o-linear-gradient(top, #447c0c, #39672A);
        background-image: linear-gradient(to bottom, #447c0c, #39672A);*/
    background-color: #14a085;
    background-image: none;
    cursor: pointer !important;

    color: #fff !important;
    border: 1px solid transparent;
    text-shadow: #447c0c 0 -1px;

    border-width: 0 1px;
}

#header .pull-right .btn-header span a i {
    margin-top: 4px;
}

.smart-style-3 .btn-header > :first-child > a:hover, .smart-style-3 #logo-group span#activity:hover, .smart-style-3 .btn-header > :first-child > a:active, .smart-style-3 #logo-group span#activity:active {
    /* -webkit-box-shadow: inset 1px 1px 0px #254f18,inset -1px -1px 0px #254f18;
    -moz-box-shadow: inset 1px 1px 0px #254f18,inset -1px -1px 0px #254f18;
    box-shadow: inset 1px 1px 0px #254f18,inset -1px -1px 0px #254f18;
       background-color: #2d631c;
        background-image: -moz-linear-gradient(top, #2d631c, #39672A);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d631c), to(#39672A));
        background-image: -webkit-linear-gradient(top, #2d631c, #39672A);
        background-image: -o-linear-gradient(top, #2d631c, #39672A);
        background-image: linear-gradient(to bottom, #2d631c, #39672A);*/

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    background-color: #4CAF50;
    background-image: none;
}

.hidden-menu #hide-menu > :first-child > a {
    box-shadow: none;
    background-color: #81CA38;
    background-image: none;
    border: #81CA38;
    text-shadow: none;
}

.smart-style-3 .header-search > input[type=text] {
    border-color: transparent;
}

.smart-style-3 .header-search > button {
    color: #447c0c;
}

#logo {
    margin-top: 10px;
}

#login #header #logo {
    margin-top: 12px;
}

body#login {
    background: url(../img/login-background.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

#login #main {
    background: none;
}

.fc-event-skin {
    cursor: pointer;
}

.ajax-dropdown {
    height: 395px;
}

.requerido .label:before {
    content: '* ';
    color: red;
    font-weight: bold;
    font-size: 18px;
}

label.error[for] {
    color: red;
    position: absolute;
    left: 15px;
    bottom: -15px;
    font-size: 11px;
    font-weight: bold;
}

.smart-form .form-control[disabled], .smart-form .form-control[readonly], .smart-form fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
}

.smart-style-3 nav > ul > li.open ul li ul li > a {
    padding-left: 55px;
}

.ambiente-teste {
    background: #058DC7;
    width: 300px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1005;
    border-radius: 0 0 15px 15px;
    margin-left: -150px;
    text-align: center;
    padding: 3px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
}

.dropdown > .dropdown-toggle {
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 5px;
    transition: 0.5s background;
}

.dropdown > .dropdown-toggle:hover {
    background: #eee;
}

.dropdown .dropdown-menu.clear {
    background: #FFF;
    right: 0;
    left: auto;
}

.dropdown .dropdown-menu.clear > .active > a,
.dropdown .dropdown-menu.clear > li > a {
    transition: 0.5s background;
}

.dropdown .dropdown-menu.clear > .active > a:hover,
.dropdown .dropdown-menu.clear > li > a:hover {
    background: #CCC;
}

.unchecked {
    opacity: 0.25;
}

.smart-form .popover .popover-title {
    padding: 8px 14px;
}

.smart-form .popover .popover-content {
    padding: 9px 14px;
}

.smart-form .popover .popover-content .form-actions {
    margin: 0 -14px -9px;
    padding: 9px 14px;
}

.smart-form .popover * {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
}

.observation-messages ul {
    margin-bottom: 20px;
}

.observation-messages ul li {
    list-style: none;
    padding: 15px 10px 15px;
    background: #f5f5f5;
    margin-bottom: 2px;
}

.observation-messages ul li .who {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    color: #0080b3;
}

#contas-receber-index .pago {
    color: green;
}

#contas-receber-index .pendente {
    color: red;
}

.margin-top-20 {
    margin-top: 20px;
}