﻿@charset "UTF-8";

/*!
 * 
 * Creation Default Customization and Mixins
 * 
 */

a {
    color: #9289ca;
}

    a:focus, a:hover {
        color: #9289ca;
        text-decoration: none;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #9289ca;
    border-color: #9289ca;
    cursor: default;
}

@media only screen and (min-width:768px) {

    .navbar-push-top {
        top: 0;
        border-width: 0 0 1px;
        border-radius: 0;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .section-push-top {
        margin-top: 133px;
    }

    .topnavbar-push-top {
        position: fixed;
        left: 230px;
        top: 70px;
        z-index: 115;
        width: 100%;
    }

    .wrapper > .aside {
        position: fixed;
    }

    .aside-collapsed .wrapper > section .topnavbar-push-top {
        left: 85px;
    }

    .aside-collapsed .wrapper > aside .fa-angle-right {
        /*display: none;*/
        margin-left: -20px;
        padding-right: 5px;
    }

    #company-block > .user-block {
        padding-top: 0 !important;
    }

    .navbar-nav > li > div {
        margin-top: 8px;
    }

    .navbar-nav > li > span {
        color: #FFFFFF;
        font-weight: 600;
        line-height: 55px;
    }
}

.visible-xxs {
    display: none !important;
}

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
    display: none !important;
}

@media only screen and (max-width: 480px) {
    .visible-xxs {
        display: block !important;
    }

    table.visible-xxs {
        display: table;
    }

    tr.visible-xxs {
        display: table-row !important;
    }

    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }

    .visible-xxs-inline {
        display: inline !important;
    }

    .visible-xxs-inline-block {
        display: inline-block !important;
    }
}

@media only screen and (min-width: 481px) {

    .first-cell-select {
        width: 60px;
    }
}

.content-wrapper > .content-heading, .content-wrapper > .topnavbar-push-top {
    font-size: 24px;
    line-height: 1.1;
    color: #929292;
    margin: -15px -15px 20px;
    padding: 5px 15px 5px 15px;
    font-weight: 400;
    background-color: #fafbfc;
    border-bottom: 1px solid #cfdbe2;
}

.btn-group-margin {
    margin: 5px 5px 5px 5px;
}

.breadcrumb-compact {
    margin-bottom: 5px;
    font-size: 14px;
    padding: 0 0 5px 5px;
    border-color: #cfdbe2; /*#c1c2c3;*/
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.breadcrumb-current {
    font-size: 22px;
    /*color: #929292; !important*/
}

.breadcrumb > li + li:before {
    content: "/\00a0" !important;
    /*padding: 0 5px;
    color: #c1c2c3;*/
}

.panel-dark > .panel-heading {
    color: #fff;
    background-color: #7266ba;
    border-color: #7266ba;
}

.table > tbody > tr > td > .media img {
    width: auto !important;
    height: 36px;
    margin: 0 auto;
}

form > .row > .col-sm-12 {
    padding-left: 7px;
    padding-right: 7px;
}

.container-fluid > .row > .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
}

.chosen-container-single .chosen-default {
    color: #b7bac9;
}

.chosen-container-single .chosen-single abbr {
    top: 12px;
}

.chosen-container .chosen-drop {
    display: none;
    z-index: 114;
}

.chosen-container.chosen-with-drop .chosen-drop {
    display: block;
}

.chosen-container-single .chosen-search {
    z-index: 114;
}

.has-success .chosen-single {
    border-color: #27c24c !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .chosen-single {
    border-color: #f05050 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#company-block > .user-block {
    padding-top: 8px;
}

.navbar-nav > li > div {
    width: 40px;
    height: 40px;
    float: left;
    line-height: 40px;
    vertical-align: middle;
    background-color: #FFFFFF;
    text-align: center;
    margin-right: 2px;
    transition: inherit;
    _webkit-transition: inherit;
}

    .navbar-nav > li > div > img {
        transition: inherit;
        _webkit-transition: inherit;
        max-width: 100%;
        height: auto;
        margin-top: -9px;
    }

.no-vertical-align {
    vertical-align: auto !important;
}

.span-for-launcher {
    float: left;
    line-height: 26px;
    padding-right: 6px;
}

.span-for-status {
    float: left;
    line-height: 60px;
    padding-right: 0;
}

.div-for-detail {
    font-size: 9pt;
    padding-left: 29px;
    line-height: 5pt;
    font-weight: bold;
    color: #7266ba;
}

.aside-collapsed .sidebar > .nav > li > a .div-for-detail {
    display: none;
}

.status-placeholder {
    line-height: 60px;
}

.b2 {
    border: 2px solid;
}

.item-details {
    text-align: center;
    padding: 0;
    margin: 0;
}

.keep-blue-checked input[type=checkbox]:checked + span {
    border-color: #5d9cec !important;
    background-color: #5d9cec !important;
}

.tiny-panel > form > .row > div > .panel > .panel-body > .tiny-panel-body {
    display: none;
}

.box-placeholder-fixed {
    height: 80px;
}

.modal-footer > a:focus,
.modal-footer > a:hover {
    text-decoration: none;
}

.code-as-link:focus,
.code-as-link:hover {
    text-decoration: none;
}

.text-default {
    color: #9289ca;
}

.input-for-pager {
    width: 250px;
    height: 50px;
    text-align: center;
    line-height: 42px;
    display: inline;
    padding: 0;
}

.btn-yellow {
    background-color: #fdf545;
    color: #ffffff;
    border-color: #fdf545;
}

.btn-yellow:hover {
    background-color: #f5ed40;
    color: #ffffff;
    border-color: #f5ed40;
}

.btn-emphasys {
    text-shadow: 1px 1px 1px #111;
}

.c-checkbox-lg span:before,
.c-radio-lg span:before {
    width: 32px !important;
    height: 32px !important; 
    font-size: 28px !important;
    line-height: 32px !important;
    margin-left: 0 !important;
}

/*ProductPhase status*/
.STATUSPRODUCTPHASENOTSTARTED:before {
    content: "\f04c";
}

.STATUSPRODUCTPHASENOTSTARTED_DELAYED:before {
    content: "\f04c";
    color: #f05050;
}

.STATUSPRODUCTPHASEPROCESSING:before {
    content: "\f04b";
    color: #27c24c;
}

.STATUSPRODUCTPHASEPROCESSING_DELAYED:before {
    content: "\f04b";
    color: #f05050;
}

.STATUSPRODUCTPHASEFINISHED:before,
.STATUSPRODUCTPHASEFINISHED_DELAYED:before {
    content: "\f04d";
    color: #23b7e5;
}

/*Import schedule status*/
.STATUSIMPORTSCHEDULE_Finalizada:before {
    content: "\f013";
    color: #27c24c;
}

.STATUSIMPORTSCHEDULE_Agendada:before {
    content: "\f013";
}

.STATUSIMPORTSCHEDULE_Erro:before {
    content: "\f013";
    color: #f05050;
}

.STATUSIMPORTSCHEDULE_Processando:before {
    content: "\f085";
    color: #ff902b;
}

/*Import schedule status*/
.STATUSNF_Emitida:before {
    content: "\f05d";
    color: #27c24c;
}

.STATUSNF_Aguardando:before {
    content: "\f10c";
    color: #ff902b;
}

.STATUSNF_Cancelada:before {
    content: "\f05c";
    color: #f05050;
}
