@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('reset.css');
@import url('../../pages/css/pages.css');
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,900');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900');

* {
	box-sizing: border-box;
}

/* html,
body {
    height: 100%;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    font-family: 'Segoe UI, Arial, sans-serif';
    background-color: #fafafa;
    color: #626262;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
} */

body.inner-page {
	/*background: transparent url('assets/img/inner-page-bg.png') no-repeat -150px 50px;*/
}

body.fixed {
	padding-top: 200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

iframe[name="google_conversion_frame"] {
	display: inherit;
	height: 0;
}

/**
 * Smartphones
 */
@media ( max-width: 1023px ) {
	
	html, body {
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch; /* MELHORA O SCROLL EM DISPOSITIVOS MOBILE */
	}

}

/**
 * Hidden Mask
 */

.hidden-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.95);
    display: none;
    z-index: 700;

    overflow-y: auto;
}

    .hidden-mask .close-mask {
        font-size: 20px;
        margin-right: 10px;

        padding: 13px;
        border-radius: 100px;
        background: #333;
        cursor: pointer;
        transition: all .3s ease;
        color: #fff;

        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 999;
    }

    .hidden-mask .close-mask:hover {
        background: #444;
    }

    .hidden-mask .filter-title {
        display: inline-block;
    }

/*login*/
.login-wrapper {
    background: #242533;
}
    
    .login-wrapper .bg-pic {
        opacity: 0.5;
        background: url('../img/bg-login.jpg');
        background-size: cover;
    }

    .login-wrapper .bg-pic > img {
        opacity: 0.5;
    }

    .login-container {
        padding: 20px;
        position: relative;
    }

    .login-container .logo {
        display: block;
        border-radius: 10px;
        padding: 8px 12px;
        background: #242533;
        margin: 0 0 20px 0;
    }

    .forgot-pass-link {
        color: #222;
        text-decoration: underline;
        display: inline-block;
        margin-top: 12px;
    }

    .forgot-pass-link:hover,
    .forgot-pass-link:focus {
        color: #555;
        text-decoration: underline;
    }

    /*developed-by*/
    .developed-by {
        position: absolute;
        font: 400 12px 'Ubuntu';
        color: #aaa;
        bottom: 10px;
        right: 520px;
        z-index: 99;
    }
        .developed-by a {
            text-decoration: none;
            color: #aaa;
        }
        .developed-by a:hover {
            text-decoration: underline;
        }


.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65%;
    transform: translate(-50%,-50%);
}

/**
 * Add btn
 */
.add-btn {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #242433;
    color: #fff;

    position: fixed;
    bottom: 111px;
    right: 40px;
    text-align: center;
    padding-top: 20px;
    z-index: 500;
    opacity: .8;
}

    .add-btn:hover,
    .add-btn:focus {
        color: #fff;    
    }

    .add-btn:hover {
        opacity: .9;
       background: #242433; 
    }

    .add-btn .fa {
        position: relative;
        font-size: 18px;
        display: inline-block;
    }

/*breadcrumb*/
.breadcrumb li,
.breadcrumb a {
        font: 400 14px 'Source Sans Pro';
        color: #333;
        font-size: 11px;
    }
.breadcrumb li {
    font-weight: 700;
}
.breadcrumb a {
    text-decoration: underline;
}
.breadcrumb a:hover {
    color: #333;
}

/**
 * Search btn
 */
.search-btn {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #b5b5b5;
    color: #fff;

    position: fixed;
    bottom: 182px;
    right: 40px;
    text-align: center;
    padding-top: 20px;
    z-index: 500;
    opacity: .8;
}

    .search-btn:hover,
    .search-btn:focus {
        color: #fff;    
    }

    .search-btn:hover {
       background: #b5b5b5; 
       opacity: .9;
    }

    .search-btn .fa {
        position: relative;
        font-size: 18px;
        display: inline-block;
    }

/**
 * Save btn
 */
.save-btn {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #5082aa;
    color: #fff;

    position: fixed;
    bottom: 40px;
    right: 40px;
    text-align: center;
    padding-top: 15px;
    z-index: 500;
    opacity: .8;
}

    .save-btn div {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 15px;
    }

    .save-btn:hover,
    .save-btn:focus {
        color: #fff;    
    }

    .save-btn:hover {
        opacity: .9;
        background: #5082aa; 
    }

    .save-btn .fa {
        position: relative;
        font-size: 28px;
        color: #fff; 
        display: inline-block;
    }

/**
 * Save btn
 */
.back-btn {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e8e8e8;
    color: #fff;

    position: fixed;
    bottom: 40px;
    left: 40px;
    text-align: center;
    padding-top: 15px;
    z-index: 500;
    opacity: .8;
}

    .back-btn:hover,
    .back-btn:focus {
        color: #fff;    
    }

    .back-btn:hover {
        opacity: .9;
        background: #ddd; 
    }

    .back-btn .fa {
        position: relative;
        font-size: 28px;
        color: #fff; 
        display: inline-block;
    }

/**
 * Export btn
 */
.export-btn {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #333;
    color: #fff;

    position: fixed;
    bottom: 40px;
    right: 40px;
    text-align: center;
    padding-top: 20px;
    z-index: 500;
    opacity: .8;
}

    .export-btn:hover,
    .export-btn:focus {
        color: #fff;    
    }

    .export-btn:hover {
        opacity: .9;
       background: #333; 
    }

    .export-btn .fa {
        position: relative;
        font-size: 18px;
        display: inline-block;
    }


/**
 * Forms
 */
.form-cronograma .row {
    margin-bottom: 20px;
}

.form-divider {
    width: 100%;
    display: block;
    clear: both;
    height: 1px;
    background: #ccc;
    margin: 10px 0 20px 0;
}

.form label {
    font-weight: 400;
    margin-bottom: 8px;
}

.form-group {
    margin-bottom: 18px;
}

.form-control {
    border-color: #ddd;
}

.alert {
	padding: 5px 15px;	
}

[readonly] {
    cursor: not-allowed;
}

/**
 * Tables
 */

.panel .table {
    margin-bottom: 0;
}

.table a {  
    color: #3b4752;
}

.table a.btn { color: #fff; }

.table .btn-primary {
    color: #fff;
}

.table.table-hover>tbody>tr:hover {
    background: #eee;
}

.table.table-hover tbody tr:hover td {
    background: #eee !important;    
}

[data-toggle="collapse"] {
    cursor: pointer;
}
 

/**
 * Toast
 */
.custom-toast {  
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;

    z-index: 900;
    z-index: 1500;
    opacity: .8;
}

.custom-toast .alert {
    margin-bottom: 0;
    padding: 8px 15px;    
    color: #fff;
    /*font-weight: bolder;*/
    font-size: 13px;
}

.custom-toast .alert-success,
.alert-success {
    background: #5082aa;
    color: #fff;
}

.custom-toast .alert-danger,
.alert-danger {
    color: #fff;
    background: #f55;
}

.custom-toast .alert-default {
    color: #aaa;
}

.custom-toast .alert-default .close {
    color: #555;
}

.alert-success a {
    color: #fff;
    text-decoration: underline;
}

/**
 * Helpers
 */

.curr-p {
    cursor: pointer;
}

.not-allowed {
    cursor: not-allowed;
}

[data-attr-edita-contato],
[data-attr-edita-followup],
[data-attr-edita-anexo],
[data-attr-edita-endereco] {
    cursor: pointer;
}

/*desabilitando clique num item de aba*/
.nav-tabs li.disabled {
    pointer-events: none;
}
.nav-tabs li.disabled, 
.nav-tabs li.disabled a {
    color: #ccc;
}

.nav-tabs li.danger,
.nav-tabs li.danger a {
    color: #f55;
}

.nav-tabs-simple > li:after {
    background: #5082aa;
}

.form-group.disabled {
    opacity: 0.55;
}


/**
 * Margins
 */

/*bottom*/
.m-b-0 {
    margin-bottom: 0;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

/*right*/
.m-r-20 {
    margin-right: 20px;
}
.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

/*left*/
.m-l-20 {
    margin-left: 20px;
}
.m-l-15 {
    margin-left: 15px;
}

/*top*/
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-28 {
    margin-top: 28px;
}

.m-t-30 {
    margin-top: 30px;
}

.clear {
    clear: both;
}


/*Buttons*/

/*gray*/
.btn-gray {
    background: #b5b5b5;
    color: #fff;
    border: solid 1px #cfcfcf;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:visited {
    background: #c5c5c5;
    color: #fff;
}

/*black*/
.btn-black {
    background: #242433;
    color: #fff;
    border: solid 1px #cfcfcf;
    border: none;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:visited {
    background: #303146;
    color: #fff;
    border: none;
}


/**
 * Pages
 */

/* Circular Progress : indeterminate 
------------------------------------
*/

.radio, .checkbox {
    margin-top: 0;
}

.export-btn,
.export-btn:hover {
    background: #fff;
    border: solid 1px #ccc;
}

.export-btn .fa {
    color: #111;
    display: block;
}
.export-btn .progress-circle-indeterminate {
    width: 38px;
    height: 38px;
    position: relative;
    top: -10px;
    display: none;
}

.required-mark {
    display: inline-block;
    color: #f55;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.not-required-mark {
    display: inline-block;
    color: #255;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.datepicker table tr td {
   cursor: pointer; 
   text-align: center;
}
.datepicker table tr td.active {
    color: #fff;
    /*text-align: center;    */
}

/*header + menu*/
.header {
    z-index: 120;
    background: #242433;
}

    .header .logged-user {
        display: block;
        padding-top: 15px;
        font: 400 13px 'Lato';
        color: #ddd;
    }

    .bar {
        top: auto;
        padding-top: 5px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .panel .panel-body {
        padding: 15px;
    }

    .panel .panel-heading {
        padding: 20px 0 0 15px;
    }

    .panel-heading .fa-angle-down {

    }

    .panel .panel-title.sm {
        font-family: 'Montserrat';
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        color: #000;
        margin-bottom: 20px;
    }

    /*menu*/

    .header {
        height: auto;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .header .header-inner {
        height: auto;
    }

    .header ul .bar {
        position: relative;
    }

    .header ul {
        padding-top: 12px;
        padding-top: 0;
        display: block;
        padding-left: 30px;
    }

        .header ul li {
            float: left;
            /*margin-right: 30px;*/
            text-transform: uppercase;
        }

        .header ul li::after {
            content: " | ";
            color: #555;
            margin: 0 12px;
            display: inline-block;
        }

        .header ul li:last-child::after {  
            content: "  ";
        }

        .header ul li,
        .header ul li a {
            color: #fff;
            font-weight: 600;
            font-size: 13px;
        }

        .header ul li a {
            display: inline-block;
            padding: 12px;
        }

        .header ul li a:hover {
            background: #fff;
            color: #111;
        }


.header .header-inner {
    display: block;
}

.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control {
    background: #f8f8f8;
    color: #2c2c2c;
}

.panel .panel-heading + .panel-body {
    padding-top: 15px;
}

.horizontal-menu .header .brand {
    float: left;
    width: auto;
    padding: 3px 20px 0 15px;
}

.horizontal-menu .header .brand img {
    max-width: 33px;
    margin-top: 2px;
}

.horizontal-menu .header .top-nav {
    float: left;
}

.select2-drop.select2-drop-above.select2-drop-active,
.select2-drop-active {
    border-color: #ddd;
}

.form .form-control.error {
    font-size: 14px;
    font-weight: 400;
}

.form-group-default.focused {  
    background: none;
}

.form-group-default.focused label {
    opacity: 1;
}

.form-group-default label.fade {
    opacity: 1;
}

@media (min-width: 992px) {

    .horizontal-menu .bar + div {
        padding-top: 0;
    }

}

/*btn info*/
.btn-info, .btn-info:focus {
    background: #222;
    border-color: #222;
}

.btn-info.hover,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    background: #444;
    border-color: #444;
}

.info-lighter-no-results {
    cursor: default;
}

/*submenu*/
.horizontal-menu .bar-inner > ul > li > .horizontal {
    width: 500px;
}

/*btn tipo equipamento*/

.btn-tipo-equip {    
    padding: 25px 50px;
    font-weight: bolder;
    font-size: 18px;
    width: 100%;
    margin: 0;
    
    margin-bottom: 10px;
    margin-right: 20px;

    border: solid 1px #ccc;
}

.btn-tipo-equip.active {
    color: #fff;
    background: #5082aa;
    border: solid 1px transparent;
}

.btn-tipo-equip.active:hover,
.btn-tipo-equip.active:focus {
    background: #5082aa;
    opacity: .85;    
}

/**
 * Bootstrap
 */
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #bbb;
    border-color: #bbb;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #bbb;
    border-color: #bbb;
}

.pagination>li>a, .pagination>li>span {
    color: #bbb;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #555;
}

.alert-default {
    background-color: #fff;
    color: #ccc;
    border-top: solid 1px #eee;
}

.alert-default a {
    text-decoration: underline;
    color: #bbb;
}

.error {
    /*font-weight: bolder;*/
}

.loading-mask {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    position: fixed;
    z-index: 2000;
}

.loading-mask .loading-ico {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;

    margin: -50px 0 0 -50px;
}

.modal-title {
    /*text-align: left;*/
}

.modal-body {
    padding: 15px !important;
}

.modal .modal-header {
    padding: 15px 15px 0 15px;
}

.modal .modal-footer {
    padding: 15px;
}

.btn .fa.circled {
    border: solid 2px #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px 0 0;
    border-radius: 100px;
}
    .btn .fa.circled.left {
        padding-right: 3px;
    }
    .btn .fa.circled.right {
        padding-left: 3px;
    }
    

/**
 * Documentos
 */

body.document {
    padding: 5px 0;
    color: #111;
}

.doc-header { 
    display: block;
    width: 100%;
    float: left;
    margin: 15px 0;
}



/**
 * Datepicker
 */

.datepicker thead tr .dow {
    color: #111; 
}

.datepicker thead tr .next, 
.datepicker thead tr .prev,
.datepicker thead tr .next:before, 
.datepicker thead tr .prev:before {
    background: #eee;
    border-radius: 2px;
    color: #999;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
}

.datepicker thead tr .datepicker-switch {
    color: #555;
}

.datepicker thead tr .datepicker-switch {
    text-align: center;
}

.datepicker table tr td.active {
    background: #111 !important;
    border-radius: 2px;
}

.datepicker table tr td {
   cursor: pointer; 
   text-align: center;
}
.datepicker table tr td.active {
    color: #fff;
    /*text-align: center;    */
}

.tab-content {
    border-bottom: solid 1px #ddd;
}