/*
 * 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
 */
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']: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']:before,a[href$='.gif']:before,a[href$='.png']:before,a[href$='.jpeg']:before,a[href$='.jpg']: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;
}

.smart-form fieldset + fieldset{ border-top: none; }
#content{ padding: 10px 20px; }


.smart-style-3 #header {
    background-color: #52A005;
    /*    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 .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: #52A005;    
    background-image: none;
    cursor: pointer !important;

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

    border-width: 0 1px;
}
.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: #52A005;
    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: #8eec30;
}
.smart-style-3 .header-search>button {
    color: #447c0c;
}
#logo{
    margin-top: 10px;
    color: white;
    font-size: 23px;
    font-weight: bold;
}

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

#login #main{ background: none; }

body#login{
    background: #0b173a;
}

body#login .login-header-big{
    color: white;
    font-size: 50px;
    font-weight: bold;
}

body#login .login-desc-box-l h4{
    color: white;
    font-size: 25px;
    text-shadow: 2px 2px 0px #000000;
}
.fc-event-skin{ cursor: pointer; }

.ajax-dropdown{ height: 395px; }

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

.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;
}

.listagem-contagem {
    background: #F7F7F7;
    padding: 5px 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -8px;
    margin-top: 4px;
    border-top: 1px solid #efefef;
}


.smart-style-2 .header-search>input[type=text]{
    background: #1C5451;
    border: none;
}

.smart-style-2 #hide-menu a>i, .smart-style-2 .btn-header>:first-child>a{
    color: #ececec!important;
}

.smart-style-2 #logo-group span#activity{
    color: #ececec!important;
}

.smart-style-2 #logo-group span#activity:hover{
    box-shadow: none!important;
}

.smart-style-2 .header-dropdown-list a.dropdown-toggle, .smart-style-2 .header-search>button{
    color: #ececec;
}

.hidden-menu #hide-menu > :first-child > a{
    background-color: #1C5451;
}

body.smart-style-2{
    background: none;
}

.table tr th{
    background-color: #eee;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#fafafa));
    background-image: -webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -moz-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -ms-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -o-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -linear-gradient(top,#f2f2f2 0,#fafafa 100%);
}

.select2-hidden-accessible{ display: none !important; }

.jarviswidget .widget-body{ overflow-x: auto; }

#apostas-index .btn-remover-item, #apostas-index .btn-reativar-item{
    cursor:pointer;
    padding: 2px 0
}

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

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

.color-green{
    color: green;
}

.color-red{
    color: red;
}

.smart-style-4 .select2 {
    padding: 5px 5px;

}

.smart-style-4 .select2-container {
    border: 1px solid lightgrey;
    background: white;
}

.smart-style-4 .select2-container .select2-results__option{
    font-size: 14px;
}

.smart-style-4 .select2-container li.select2-results__option{
    padding: 6px 10px;
    font-size: 14px;
}

.smart-style-4 .select2-container .select2-results__options{
    padding: 0px
}

.smart-style-4 .select2-container .select2-results__option--highlighted{
    background: lightgrey
}

.smart-style-4 .select2-container .select2-results__option--group{
    border-top: 1px solid lightgrey;
    padding: 0px;
}

.smart-style-4 .select2 .select2-selection .select2-selection__rendered{
    padding-left: 5px
}

label.error[for]:before {
    content:"";
    clear: both;
    display: block;
}
.smart-form label.error[for] {
    display: block;
    margin-top: 0px;
    margin-bottom: -15px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161;
}
.smart-form .select2-container.error a.select2-choice,
.smart-form select.error,
.smart-form input[type="radio"].error + i,
.smart-form input[type="checkbox"].error + i,
.smart-form input:not([type="checkbox"]).error {
    background: #fff0f0 !important;
    border-color: #A90329 !important;
}
.smart-form .select2-container.valid a.select2-choice,
.smart-form select.valid,
.smart-form input[type="radio"].valid + i,
.smart-form input[type="checkbox"].valid + i,
.smart-form input:not([type="checkbox"]).valid {
    background: #f0fff0;
    border-color: #7DC27D;
}

*[data-webservice-info][disabled]{
    background-color: #f4f4f4 !important;
    background-image: none !important;
    border: 1px solid #ddd !important;
    cursor: not-allowed !important;
}

#content .widget-body.exibir-menu { overflow: initial !important; }
#listagem-table tr:not(:nth-child(1n+3)) td:last-of-type .btn-group .dropdown-menu {
    bottom: -350%;
    right: 20px;
}
.jarviswidget .widget-body { min-height: 400px; }

/* Select2 Multiple */
select.select2[multiple] + span.select2-container .select2-selection.select2-selection--multiple ul.select2-selection__rendered {
    list-style: none;
}
select.select2[multiple] + span.select2-container .select2-selection.select2-selection--multiple:not(.select2-selection--clearable) {
    height: 20px;
    display: block;
}
select.select2[multiple] + span.select2-container .select2-selection.select2-selection--multiple:not(.select2-selection--clearable) .select2-search {
    margin-top: -5px;
    height: 30px;
}
select.select2[multiple] + span.select2-container textarea.select2-search__field {
    margin-top: -1px;
    border: none;
    background: transparent;
    padding: 6px 10px 6px 6px;
    resize: none;
    height: 31px;
    width: -webkit-fill-available !important;
}
/* Visualizar */
.page-visualizar #content .select2-container.visualizar a,
.page-visualizar #content .select2-container.visualizar .select2-choices,
.page-visualizar #content .visualizar {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    background-color: transparent !important;
}
#content:not(.page-visualizar) #content .visualizar-show,
.page-visualizar #content .select i,
.page-visualizar #content .hidden-visualizar:not(select):not(.select2),
.page-visualizar #content .uploadifive-button,
.page-visualizar #content label.radio i,
.page-visualizar #content a[class*="-mais"],
.page-visualizar #content button[class*="add-"],
.page-visualizar #content a.mais,
.page-visualizar #content button[type="submit"],
.page-visualizar #content .select2-container.visualizar .select2-search-choice .select2-search-choice-close,
.page-visualizar #content .select2-container.visualizar a .select2-arrow,
.page-visualizar #content .visualizar-hide,
.page-visualizar #content .icon-append.visualizar,
.page-visualizar #content .icon-prepend.visualizar {
    display: none !important;
}
.page-visualizar #content .icon-prepend.visualizar + .visualizar {
    padding-left: 5px !important;
}
.page-visualizar #content .select2-container.visualizar .select2-search-choice,
.page-visualizar #content .select2-container.visualizar .select2-search-choice > div {
    background: transparent !important;
    background-color: transparent !important;
    color: #000 !important;
    border: none !important;
}
.page-visualizar #content label.radio {
    padding: 0 !important;
}
.page-visualizar #content .select2-container.visualizar .select2-search-choice:not(:nth-last-child(2)) > div:after {
    content: ", ";
}
.page-visualizar #content .select2-container.visualizar .select2-search-choice {
    padding: 1px !important;
}
.page-visualizar #content .select2-container,
.page-visualizar #content label.checkbox {
    pointer-events: none !important;
}
.page-visualizar #content .input input[disabled] {
    opacity: 1 !important;
}
.page-visualizar #content ::placeholder {
    color: transparent !important;
}
.page-visualizar #content .dynatree-checkbox {
    pointer-events: none !important;
}
.page-visualizar #content label.label { font-weight: bold; }
.page-visualizar #content label.input {
    background-color: #f8f8f8;
    border-bottom: 2px solid #dfdfdf;
}
/* Visualizar */
/* Select2 Multiple */

.status-ativo { color: #739E73; }
.status-inativo { color: #A90329; }

.applied-filters {
    display: flex;
    max-width: 80%;
    min-height: 60px;
    margin: 10px 0;
    border-radius: 8px;
}
.filter-data {
    display: flex;
    flex-direction: column;
    border: 1px solid #CCCCCC;
    padding: 5px;
    max-width: 20%;
    min-width: 20%;
    border-radius: 8px;
    margin: 0 5px;
}

.filter-data .filter-title {
    display: flex;
    width: 100%;
    color: #0d0f12;
    font-weight: bold;
    word-wrap: normal;
    overflow: hidden;
    justify-content: space-between;
    font-size: 14px;
}
.filter-data .filter-selection {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.filter-remove {
    cursor: pointer;
    color: red;
    margin-top: -1px;
}
.filter-remove i {
    margin-left: -5px;

}
.more-filters {
    display: flex;
    align-items: center;
}
.more-filters > * {
    margin: 0 5px;
}
.filters-count {
    background: #3276b1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 15px;
    height: 15px;
    color: #FFFFFF;
    font-weight: bolder;
    border-radius: 30px;
}
