﻿label {
    font-size: 14px;
    margin-bottom: 0px;
    /*font-family: 'Nunito', sans-serif; font-weight: 300;*/
    font-family: 'Nunito', sans-serif !important;
    /*font-family: 'DIN Next LT Pro Bold', serif;*/
    font-size: 16px;
    font-weight: normal !important;
    color: #8d8d8d;
    display: inline;
    line-height: 1;
}

.input-sm {
    height: 25px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif !important;
    font-size: 12.4px;
        padding: 4px 10px !important;
}

select.input-sm {
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
}

.panel-heading {
    padding: 5px 15px;
}

input[type="checkbox"] {
    margin-right: 5px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}

.panel-default {
    margin-left: -10px;
    margin-right: -10px;
}

/*.nav-tabs > li.active a {
    padding: 5px 5px;
}

.nav-tabs > li a {
    padding: 5px 5px;
}*/

/*ABAS*/
.ajax__tab_panel {
    margin: 10px;
}

/*Botões*/
/*Botões*/
.btn {
    font-family: 'Nunito', sans-serif; font-weight: 300;
    /*font-family: 'DIN Next LT Pro Bold', serif;*/
    font-size: 16px;
    font-weight: normal !important;
    /*height: 34px;*/
}

.btn-primary {
    border: 0;
    text-shadow: none;
    background-color: #ec7000 !important;
    border-color: #ec7000 !important;
    color: #ffffff;
    /*background-image: linear-gradient(to bottom,#df4f12 0, #b1481b 100%);*/
    /*background-image: linear-gradient(to bottom,#df4f12 0,#df4f12 100%);*/
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:before, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        text-shadow: none;
        background-color: #df4f12;
        border-color: #df4f12;
        background-image: linear-gradient(to bottom,#df4f12 0,#df4f12 100%);
        border-color: #df4f12;
        background-position: 0;
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        color: #fff;
        text-shadow: none;
        background-color: #9d9fa1;
        border-color: #9d9fa1;
        background-image: linear-gradient(to bottom,#9d9fa1 0,#9d9fa1 100%);
    }

.btn-info {
    border: 0;
    text-shadow: none;
    background-color: #0000CD !important;
    border-color: #0000CD !important;
    color: #ffffff;
    /*background-image: linear-gradient(to bottom,#df4f12 0, #b1481b 100%);*/
    /*background-image: linear-gradient(to bottom,#df4f12 0,#df4f12 100%);*/
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info:before, .open > .dropdown-toggle.btn-info {
        color: #fff;
        text-shadow: none;
        background-color: #df4f12;
        border-color: #df4f12;
        background-image: linear-gradient(to bottom,#df4f12 0,#df4f12 100%);
        border-color: #df4f12;
        background-position: 0;
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        color: #fff;
        text-shadow: none;
        background-color: #9d9fa1;
        border-color: #9d9fa1;
        background-image: linear-gradient(to bottom,#9d9fa1 0,#9d9fa1 100%);
    }

.btn-default {
    border: 0;
    color: #fff;
    text-shadow: none;
    background-color: #9d9fa1;
    border-color: #9d9fa1;
    /*background-image: linear-gradient(to bottom,#9d9fa1 0,#9d9fa1 100%);*/
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #fff;
        text-shadow: none;
        background-color: #9d9fa1;
        border-color: #9d9fa1;
        background-image: none;
        background-position: 0;
        background-image: linear-gradient(to bottom,#9d9fa1 0,#898a8c 100%);
    }

.btn-danger {
    border: 0;
    text-shadow: none;
    background-color: #d9534f !important;
    border-color: #d9534f !important;
    color: #ffffff;
    /*background-image: linear-gradient(to bottom,#df4f12 0, #b1481b 100%);*/
    /*background-image: linear-gradient(to bottom,#df4f12 0,#df4f12 100%);*/
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info:before, .open > .dropdown-toggle.btn-info {
        color: #fff;
        text-shadow: none;
        background-color: #df4f12;
        border-color: #df4f12;
        background-image: linear-gradient(to bottom,#df4f12 0,#df4f12 100%);
        border-color: #df4f12;
        background-position: 0;
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        color: #fff;
        text-shadow: none;
        background-color: #9d9fa1;
        border-color: #9d9fa1;
        background-image: linear-gradient(to bottom,#9d9fa1 0,#9d9fa1 100%);
    }

.btn-xs {
    font-size: 12px;
}

.btn-sm {
    height: 25px;
    font-size: 12px;
}

/*Grid*/
.table th {
    background-color: #4f5b69;
    color: #ffffff;
    border: 1px solid #000000 !important;
    font-size: 12px;
}

.table td {
    /*background-color: #ffffff;*/
    color: #000;
    border: 1px solid #000000 !important;
    font-size: 12px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 2px;
    vertical-align: middle;
    white-space: nowrap;
}

.table-hover > tbody > tr:hover {
    background-color: #df4f12;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 2px;
}

/*input[type="text"], 
input[type="password"], 
textarea, 
textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }*/



/*a.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #4aaf51;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}*/

/*a.btn:hover { opacity: 0.6; color: #fff; }

a.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

a.btn:focus { outline: 0; opacity: 0.6; background: #4aaf51; color: #fff; }

a.btn:active:focus, a.btn.active:focus { outline: 0; opacity: 0.6; background: #4aaf51; color: #fff; }*/

a.esqueci-senha {
    color: #23527c;
    text-align: right;
    display: block;
    margin-top: 50px;
    font-weight: bold;
}

.modal-header-success {
    color: #fff;
    padding: 0px 10px;
    border-bottom: 1px solid #eee;
    background-color: #2b67d4;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-observacao {
    color: #fff;
    padding: 0px 10px;
    border-bottom: 1px solid #eee;
    background-color: #4f5b69;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-erro {
    color: #fff;
    padding: 0px 10px;
    border-bottom: 1px solid #eee;
    background-color: #d4692b;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-question {
    color: #fff;
    padding: 0px 10px;
    border-bottom: 1px solid #eee;
    background-color: #2b67d4;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-rejeitados {
    color: #fff;
    padding: 0px 10px;
    border-bottom: 1px solid #eee;
    background-color: #ff0000;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

h1.h1Modal, h1.h1Modal {
    font-size: 25px;
    text-align: center;
}

.modal-footer {
    padding: 9px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.asterisco {
    color: orangered;
    font-family: monospace;
    position: relative;
    top: 2px;
}
