/*
 * 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*='/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;
}

.btn-exportar{
    float: right;
    margin-top: -38px;
}

.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], textarea{
    text-transform: uppercase;
}

.smart-form fieldset{ padding: 20px 0 0; }
.smart-form fieldset + fieldset{ border-top: none; }
#content{ padding: 10px 20px; }


.smart-style-3 #header {
    background-color: #0182c1;
    /*    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;
}

#login #header {
    background: #fff!important;
    border-bottom: 1px solid #1b8fc7;
}

.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: #0182c1;
    background-image: none;
    cursor: pointer !important;

    color: #fff !important;
    border: 1px solid #0182c1;
    text-shadow: #447c0c 0 -1px;

    border-width: 0 1px;
}

#logo-group > span .badge {
    background: #8DD25A;
}

.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: #1b8fc7;
    background-image: none;
}

.hidden-menu #hide-menu > :first-child > a{
    box-shadow: none;
    background-color: #1b8fc7;
    background-image: none;
    border: #1b8fc7;
    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: 0; }

#login #header #logo{ margin-top: 10px; }

.smart-style-3 #logo img {
    height: 40px;
    width: auto;
    margin-top: 6px;
}

body#login{ background: url(../img/gestao-ambiental.jpg) no-repeat; background-size: cover; }

#login #main{ background: none; }

.fc-event-skin{ cursor: pointer; }

.ajax-dropdown{ height: 395px; }

.requerido .label:before{
    content: '* ';
    color: red;
    font-weight: bold;
    font-size: 14px;
}

.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;
}

.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: 100%;
    transition: 0.5s background;
}
.dropdown > .dropdown-toggle:hover{
    background: #CCC;
}
.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;
}

.select2-container.invalid > .select2-choices,
.select2-container.invalid > .select2-choice {
    background: #fff0f0;
}

.smart-style-3 input:not([type]), .smart-style-3 input[type="color"], .smart-style-3 input[type="email"], .smart-style-3 input[type="number"], .smart-style-3 input[type="password"], .smart-style-3 input[type="tel"], .smart-style-3 input[type="url"], .smart-style-3 input[type="text"], .smart-style-3 textarea{
    min-height: 34px;
}

/** Uploadifyve bug click **/
.uploadifive-button{
    width: 95% !important;
    padding-left: 5%;
    text-align: left !important;
}
/** Uploadifyve bug click **/