.dropdown-menu li.divider.menu {
    background-color: #6f8daf;
    margin-top: 0px;
    margin-bottom: 0px;
}

span.link-menu {
    color: #eaeae8;
}

.modal-crop .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.modal-crop .modal-content,
.modal-crop .modal-body {
    height: 100%
}

.modal-crop .modal-content {
    background: none;
}

.modal-crop .crop-area {
    background: #E4E4E4;
    overflow: hidden;
    width: auto;
    height: 100%;
}

.modal-crop .modal-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
    padding: 25px;
}

.lista-arquivos .thumbnail small {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-group {
    margin-bottom: 8px;
}

.control-label {
    margin-top: 0px;
}

.input-sm {
    height: 22px;
    padding: 5px 10px;
    font-size: 12px;
}

.input-icon.right > .form-control {
    padding-right: 28px;
    padding-left: 2px;
}
.input-icon.right-date > i {
    right: 23px;
    float: right;
}

.page-header.navbar .page-logo .logo-default {
    margin: 9px 0 0 0;
    max-width: 176px;
    max-height: 35px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

label {
    font-weight: 400;
    font-size: 13px;
}

.form-body {
    margin-top: 10px;
}

.form-control {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 24px;
}

.form-inline input {
    padding-left: 6px;
}

.col-md-1 {
    width: 8.4%;
    padding-left: 5px;
    padding-right: 5px;
}

.col-md-offset-1 {
    margin-left: 7.333333%;
}

.col-md-2 {
    width: 17%;
    padding-left: 5px;
    padding-right: 5px;
}

.col-md-3 {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
}

.col-md-4 {
    width: 33%;
    padding-left: 5px;
    padding-right: 5px;
}

.col-md-5 {
    width: 42%;
    padding-left: 5px;
    padding-right: 5px;
}

.col-md-6 {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}

.col-md-7 {
    width: 58%;
    padding-left: 5px;
    padding-right: 5px;
}

.col-md-8 {
    width: 66%;
    padding-left: 5px;
    padding-right: 5px;
}

.col-md-9 {
    width: 75%;
    padding-left: 5px;
    padding-right: 5px;
}

.col-md-11 {
    width: 91%;
    padding-left: 5px;
    padding-right: 5px;
}

.col-md-12 {
    width: 100%;
    padding-left: 1px;
    padding-right: 1px;
}

@media (max-width: 450px){
    .col-xs-12 {
        width: 100%;
    }
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.form-horizontal .control-label {
    padding: 1px;
    margin-bottom: 0;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

form#ordemServico label.col-md-2 {
    width: 13% !important;
    padding-left: 5px;
    padding-right: 5px;
}

select.input-sm {
    height: 27px;
    line-height: 28px;
    padding: 2px;
}

textarea {
    padding: 2px 10px;
}

p {
    margin-bottom: 1px;
}

/*Portlet - Metronic*/

.portlet.light.bordered {
    border: 1px solid #e1e1e1 !important;
    padding: 0px;
}

.portlet > .portlet-title {
    margin-bottom: 0;
}

.portlet > .portlet-title > .caption {
    line-height: 34px;
    margin-left: 10px;
    font-size: 15px;
}

.portlet > .portlet-title > .caption > i {
    line-height: 31px;
}

/*Portlet light*/

.portlet.light.bordered > .portlet-title {
    border-bottom: none;
    background-color: rgba(199, 199, 199, 0.28);
    min-height: 34px;
    line-height: 34px;
}

.portlet.light > .portlet-title > .caption {
    color: #666;
    padding: 0;
}

.portlet.light > .portlet-title > .actions {
    padding: 0 10px 0 0;
}

/*Portlet box*/

.portlet.box.blue-hoki {
    margin-bottom: 3px;
}

.portlet.box.blue-hoki > .portlet-title {
    background-color: #67809f;
}

.portlet > .portlet-title > .tools {
    float: right;
    display: inline-block;
    margin: 0 auto 0 auto;
    padding: 6px 0 0 0;
}

.portlet.box.blue-hoki > .portlet-title > .caption {
    padding: 0px 3px 0px 3px;
    color: white;
    margin: 0 auto 0 auto;
}

.portlet.box.blue-hoki > .portlet-title > .caption > i {
    color: white;
    margin-top: 0px;
}

.portlet.box > .portlet-title > .actions {
    margin: 0 auto 0 auto;
    padding: 5px 0 0 0;
}

.portlet.box.blue-hoki > .portlet-title > .actions .btn-default {
    padding-bottom: 0px;
    border-top-width: 1px;
    padding-top: 0px;
}

/*Portlet Body*/

.portlet.light .portlet-body {
    padding-top: 0px;
}

.portlet-body .slimScrollBar {
    width: 10px !important;
    background: rgb(128, 128, 128) !important;
}

/*Menu Nav*/

.nav > li > a {
    padding: 5px 10px
}

.nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs > li > a {
    padding: 2px;
    background-color: #eee;
}

.nav-tabs > li.active a {
    padding: 2px;
    background-color: #ddd !important;
}

/**/
.dashboard-stat .visual {
    width: 80px;
    height: 90px;
}

.dashboard-stat .details .number {
    padding-top: 10px;
    font-size: 32px;
}

.dashboard-stat .actions {
    clear: both;
}

.dashboard-stat .actions .more {
    float: left;
    width: 50%;
    clear: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.dashboard-stat .actions .more:last-child {
    border-right: 0;
}

/*ui select*/
.ui-select-bootstrap > .ui-select-match > .btn {
    text-align: left !important;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-top: 3px;
}

/*classic-menu-dropdown menu*/

.page-header.navbar .hor-menu .navbar-nav > li.classic-menu-dropdown .dropdown-menu {
    min-width: 250px;
    max-width: 300px;
}
