/** FONTS **/

@import url("/css/default.css");
@import url("/css/grid.css");

/*** LOGIN SCREEN ***/

#loginScreen {
    background: #25749a;
    background: -moz-linear-gradient(-45deg, #25749a 0%, #37a567 100%);
    background: -webkit-linear-gradient(-45deg, #25749a 0%, #37a567 100%);
    background: linear-gradient(135deg, #25749a 0%, #37a567 95%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25749a', endColorstr='#37a567', GradientType=1);
    width: 100%;
    max-width: 400px;
    min-height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
}


/*** FORM ***/

#loginScreen .logo {
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 10px 10px 10px;
}

#loginScreen .logo img {
    max-width: 190px;
    width: 100%;
}

#loginScreen #divForm .field {
    width: 100%;
    padding: 10px 30px;
}

#loginScreen #divForm .field .label {
    color: #FFF;
    margin: 10px 0px;
    font-size: 14px;
    border-radius: 10px;
    background-color: #0b3f47;
    padding: 10px;
}

#loginScreen #divForm .field .label i {
    color: #0d3c33;
    font-size: 10px;
    display: inline-block;
    border-right: #FFF 1px solid;
    padding: 10px 10px 10px 4px !important;
    margin-right: 10px;
    color: #FFF;
}

#loginScreen #divForm .field input {
    border: 1px solid #CCC;
    border-radius: 6px;
    color: #333;
    width: 100%;
    padding: 15px;
}

#loginScreen #divForm #btLogin {
    background-color: #ff4081;
    color: #FFF;
    border: 0;
    border-radius: 20px;
    padding: 15px;
    width: 240px;
    margin: 20px auto;
    display: block;
    cursor: pointer;
}

#loginScreen #divForm .txt {
    color: #13462d;
    font-size: 11px;
    line-height: 14px;
    margin: 20px;
    text-align: center;
}

#loginScreen .error {
    color: #FFF;
    text-align: center;
    padding: 20px;
    background-color: #9b1a1a;
}


/*** MAIN MENU ***/

#divMainMenu {
    width: 100%;
    max-width: 250px;
    height: 100%;
    position: relative;
    color: #FFF;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    /* BG */
    background: #333;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#219fa5', endColorstr='#79d4e0', GradientType=1);
}

#divMainMenu .client {
    padding: 20px 10px;
    font-size: 16px;
    font-family: Open Sans Condensed;
    border-bottom: 1px solid #555;
    background-color: #222;
    margin-bottom: 20px;
}

#divMainMenu .client i {
    font-size: 12px;
    margin-right: 10px;
}

#divMainMenu .menu {
    text-align: left;
}

#divMainMenu .menu div {
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-indent: 20px;
}

#divMainMenu .menu i {
    font-size: 11px;
    width: 25px;
}

#divMainMenu ul {
    padding: 0;
    list-style-type: none;
}

#divMainMenu li {
    display: block;
    transition-duration: 0.5s;
    line-height: 44px;
    border-bottom: 1px solid #444;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
}

#divMainMenu li a {
    margin: 0 20px;
    width: calc(100% - 40px);
    display: block;
}

#divMainMenu li a .fa-caret-down {
    position: absolute;
    right: 0;
    line-height: 44px;
}

#divMainMenu ul li ul {
    background-color: #444;
    transition: all 0.5s ease;
    display: none;
}

#divMainMenu ul li ul li {
    border-bottom: 1px solid #555;
}

#divMainMenu ul li ul li:last-child {
    border-bottom: 0;
}

#divMainMenu ul li ul li a {
    margin-left: 50px;
}


/*** DEFAULT CONTENT ***/

#divMiddle {
    padding: 20px;
}

#divContent {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 255px);
    padding-bottom: 50px;
}

#divLogin {
    font-size: 11px;
    color: #333;
    padding-bottom: 10px;
    padding: 20px;
}


/*** DIV TOP ***/

#divTop {
    background-color: #F9F9F9;
    padding: 20px;
    width: 100%;
}

#divTop .text {
    font-size: 11px;
    color: #666;
    margin: 5px 10px 5px 4px;
}

.divDefault {
    padding: 10px;
}

.path {
    font-size: 11px;
    color: #666;
    width: 100%;
    padding: 10px 20px;
    background-color: #F4F4F4;
    border-top: 1px solid #CCC;
}

.path span:hover {
    font-weight: bold;
    font-size: 12px;
}

.path .selected,
.path i {
    color: #0a6972;
    font-weight: bold;
}


/*** FORM ***/

.divForm {
    padding: 5px 20px 20px 20px;
}

.divForm input,
.divForm select {
    border-radius: 4px;
    border: 1px solid #CCC;
    padding: 10px;
    color: #333;
}

input[type="color"] {
    height: 60px;
    max-width: 100px;
}

.divForm input[type="submit"],
.divForm .btAdd,
.divForm button,
.divForm .btn {
    /* BG */
    background: #219fa5;
    background: -moz-linear-gradient(-45deg, #219fa5 0%, #79d4e0 100%);
    background: -webkit-linear-gradient(-45deg, #219fa5 0%, #79d4e0 100%);
    background: linear-gradient(135deg, #197a7f 0%, #219fa5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#197a7f', endColorstr='#4e8e8c', GradientType=1);
    color: #FFF !important;
    border: 0;
    padding: 20px 34px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.divForm .btn-new {
    background: -moz-linear-gradient(-45deg, #ff9933 0%, #ff5050 100%);
    background: -webkit-linear-gradient(-45deg, #ff9933 0%, #ff5050 100%);
    background: linear-gradient(135deg, #ff9933 0%, #ff5050 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff9933', endColorstr='#ff5050', GradientType=1);
    color: #FFF !important;
    border: 0;
    padding: 10px 10px;
    margin-top: 10px;
    display: table;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.divForm .btn-new:hover {
    background: #cc0000 !important;
}

.divForm input[type="submit"]:hover,
.divForm .btAdd:hover,
.divForm button:hover {
    /* BG */
    background: #00cc99;
}

.divForm textarea {
    border-radius: 4px;
    height: 90px;
    vertical-align: middle;
    line-height: 20px;
    padding: 10px;
    color: #333;
}

.divForm .required {
    font-weight: bold;
}

.divForm .fields div {
    width: 100%;
    max-width: 400px;
}

.divForm .newLine {}

.divForm .line {
    /*display: block !important;*/
}

.divForm .fields .field.alone {
    display: table;
}

.divForm div.checkbox {
    display: table !important;
    width: auto;
    clear: both;
}

.divForm div.checkbox input {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
}

.divForm .full {
    width: 80% !important;
    max-width: none !important;
}

.divForm .fullWidth {
    width: 100% !important;
    max-width: none !important;
}

.divForm .fields .field {
    display: inline-block;
    margin: 10px 10px 10px 0px;
}

.divForm .fields .field label {
    float: left;
    margin-top: 8px;
    padding-right: 10px;
    min-width: 80px;
    text-align: right;
}

.divForm .fields .field span {
    overflow: hidden;
    display: block;
}

.divForm .fields .field span input {
    width: 100%;
}

.divForm .fields {
    border-bottom: 1px solid #CCC;
    padding-bottom: 18px;
    margin-bottom: 14px;
}

.divForm .error {
    color: red;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid red;
    display: block;
}

.divForm .error .txt {
    padding: 10px;
    text-align: center;
}

#divSuccess {
    border-radius: 10px;
    margin: 10px auto;
    margin-top: 10px;
    display: block;
    width: 90%;
    padding: 20px;
    background-color: #1a915a;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    animation: seconds 3s forwards;
    animation-iteration-count: 1;
    animation-delay: 3s;
}

#divError {
    border-radius: 10px;
    margin: 20px auto;
    margin-top: 0px;
    display: block;
    width: 90%;
    padding: 20px;
    background-color: red;
    color: #FFF;
    font-size: 16px;
    text-align: center;
}

@keyframes seconds {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        left: -9999px;
        position: absolute;
    }
}

.obs {
    font-size: 10px;
    color: #333;
    padding: 6px;
}


/*** PRIVILEGE ***/

.group {
    display: inline-block;
    background-color: #F4F4F4;
    margin: 10px;
    max-width: 360px !important;
    width: auto !important;
    padding: 10px;
}

.group .name {
    padding: 10px;
    font-weight: bold;
}

.group .privilege {
    display: inline-block;
    padding: 15px;
    cursor: pointer;
    font-size: 14px;
    width: auto !important;
}

.group .privilege input {
    vertical-align: middle;
}


/*** CATEGORY OF PRODCUT ***/

#divCategoryProduct {
    border-radius: 10px;
    border: 1px solid #CCC;
}

#divCategoryProduct #loadCat div {
    padding-left: 20px;
    font-weight: normal;
    line-height: 30px;
}

#divCategoryProduct #loadCat div i {
    color: red;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#divCategoryProduct #loadCat>div {
    padding-left: 0px;
    font-weight: bold;
}


/*** GALERY IMAGE ***/

.imgGaleria {
    display: inline-block;
    height: 150px;
    margin: 15px;
    position: relative;
}

.thumbImg:hover {
    cursor: pointer;
}

.imgGaleria i {
    display: inline-block;
    padding: 10px;
    background-color: red;
    color: #FFF;
    border-radius: 4px;
    margin: 0px 0 0 -30px;
}

.imgGaleria img {
    height: 150px;
}


/*** NOTICES ***/

.notice {
    padding: 10px;
    color: #009999;
}


/*** ADDRESS ***/

.addressLoad {
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
}

.addressLoad .name {
    font-weight: bold;
    font-size: 18px;
}

.addressLoad.mainAddress {
    background-color: #dbf8e5;
}

.addressLoad .name div {
    font-size: 10px;
    color: #13a0a2;
    display: inline-block;
    vertical-align: middle;
}

.addressLoad .name i {
    cursor: pointer;
}

.addressLoad .name i.dell {
    color: red;
    margin-left: 10px;
    cursor: pointer;
}

.addressLoad .name i.edit {
    color: #169654;
    margin-left: 10px;
    cursor: pointer;
}

.addressLoad .info {
    padding: 10px;
    margin: 10px 10px 10px 0px;
    border: 1px solid #CCC;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
}

.addressLoad .info .zipcode {
    font-size: 14px;
    font-weight: bold;
}


/*** ITEM SEND LOAD ***/

.itemSendLoad {
    display: inline-block;
    width: 300px !important;
    border: 1px solid #CCC;
    border-radius: 10px;
    margin: 10px;
    padding: 4px;
    font-size: 12px;
    text-align: center;
}

.itemSendLoad div {
    margin: 10px;
    width: auto !important;
}

.itemSendLoad .qtdeToSend {
    background-color: #0e7066;
    color: #FFF;
    border-radius: 6px;
    padding: 6px;
}

.itemSendLoad .qtdeToSend span {
    color: yellow;
    font-size: 14px;
}

.itemSendLoad input {
    width: 50px;
    text-align: center;
}

.itemSendLoad .name {
    padding: 4px;
    margin-bottom: 4px;
    color: #333 !important;
}


/*** ITEM SENT LOAD ***/

.itemSent {
    display: inline-block;
    width: 300px !important;
    border: 1px solid #CCC;
    border-radius: 10px;
    margin: 10px;
    padding: 4px;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}

.itemSent .name {
    padding: 4px;
    margin-bottom: 4px;
    color: #333 !important;
    text-align: center;
    font-size: 14px;
}

.itemSent div {
    width: auto !important;
    line-height: 20px;
}

.itemSent .itens div {
    padding: 10px;
}

.itemSent .miniTitle {
    color: #FFF;
    text-align: center;
    padding: 4px;
    font-weight: bold;
    background-color: #333;
}

.itemSent .info {
    text-align: center;
    padding: 10px;
    line-height: 20px;
}

.itemSent .sent {
    background-color: #19847b;
    color: #FFF;
    margin: 10px 0px;
    padding: 4px;
    border-radius: 6px;
}

.itemSent .returned {
    background-color: #a52626;
    color: #FFF;
    margin: 10px 0px;
    padding: 4px;
    border-radius: 6px;
}

.itemSent .itens {
    margin: 10px;
}

.itemSent .itens div:nth-child(even) {
    background: #F4F4F4
}

.itemSent .itens div:nth-child(odd) {
    background: #FFF
}

.itemSent i.dell {
    color: red;
    cursor: pointer;
}

.orderNfeLoad i.dell {
    color: red;
    cursor: pointer;
}

.orderNfeLoad {
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    background-color: #e9faef;
}


/* .orderNfeLoad .name {
    font-weight: bold;
    font-size: 18px;
} */

.orderNfeLoad .info {
    padding: 10px;
    margin: 10px 10px 10px 0px;
    border: 1px solid #CCC;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
}


/* .fa-print:before {
    color: #219fa5;
    cursor: pointer;
} */


/*************/


/*** PIZZA ***/


/*************/

.pizza {
    border: 1px solid #E8E8E8;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    display: inline-block;
    max-width: 600px;
    vertical-align: top;
}

.pizza .title {
    font-weight: bold;
    font-size: 18px !important;
}

.pizza .item {
    padding-left: 10px;
    margin: 10px;
}

.pizza .item i {
    font-size: 8px;
}


/**************/


/*** REPORT ***/


/**************/

#report {
    padding: 10px;
}

#report h1 {
    font-size: 16px;
}

#report h2 {
    font-size: 14px;
    border-bottom: 0px;
    background-color: #F4F4F4;
}

#report .divCustomerPrint {
    padding: 4px;
    font-size: 11px;
    line-height: 14px;
}

#report .divAddressPrint {
    padding: 4px;
    font-size: 11px;
    line-height: 14px;
}

table.greyGridTable {
    border: 2px solid #FFFFFF;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

table.greyGridTable td,
table.greyGridTable th {
    border: 1px solid #FFFFFF;
    padding: 8px;
}

table.greyGridTable tbody td {
    font-size: 13px;
}

table.greyGridTable tr:nth-child(even) {
    background: #F4F4F4;
}

table.greyGridTable thead {
    background: #333;
    border-bottom: 1px solid #CCC;
}

table.greyGridTable thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border-left: 1px solid #CCC;
}

table.greyGridTable thead th:first-child {
    border-left: none;
}

table.greyGridTable tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    border-top: 2px solid #333;
}

table.greyGridTable tfoot td {
    font-size: 14px;
}


/*************/


/*** VIDEO ***/


/*************/

.videoLoad {
    clear: both;
    width: 100%;
}

.videoLoad div {
    display: inline-block;
    vertical-align: top;
    padding: 6px;
}


/***************/


/*** PERCENT ***/


/***************/

#divPercent {
    margin: 10px;
}

#divPercent div {
    margin: 10px;
}

.meter {
    height: 30px;
    /* Can be anything */
    position: relative;
    background: #CCC;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 5px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    width: 400px;
}

.meter>span {
    display: block;
    height: 18px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43, 194, 83);
    background-image: linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.meter>span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes expandWidth {
    0% {
        width: 0;
    }
    100% {
        width: auto;
    }
}

.meter>span:after,
.animate>span>span {
    animation: move 2s linear infinite;
}

.info-produto .prod-edit-name {
    padding: 10px;
    margin: -10px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.form-produto .label-produto-titulo {
    margin-bottom: 0;
}

.pull-left {
    float: left!important;
}

label {
    font-weight: 600;
    font-size: 14px;
}

.contador {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 0;
}

.pull-right {
    float: right!important;
}

.form-group {
    margin-bottom: 15px;
    padding-left: 15px;
}

.form-control {
    display: block;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.help-block {
    font-size: 11px;
    color: #888;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.control-seamless-editable {
    font-size: 20px;
    margin: 10px 0 0;
    overflow: hidden;
}

.control-seamless-editable>span {
    padding: 5px;
    background: #FBFBDE;
}

.control-seamless-editable>span {
    padding: 5px;
    background: #FBFBDE;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#url-remove {
    opacity: 0.3;
}

.control-seamless-editable>span {
    padding: 5px;
    background: #FBFBDE;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.control-seamless-editable input {
    display: none;
}


/* imagem principal */

.imagemPrincipal {
    border: 5px solid rgb(84, 165, 81);
    border-radius: 5%;
}


/* form estoque */

.quantEstoqueP {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.quantEstoqueP h2 {
    border-bottom-color: #fff;
    color: #000;
    margin: 0px;
    font-size: 14pt;
}

.quantEstoqueP span {
    color: #000;
    font-size: 14pt;
}

#divproduct_id_input {
    width: 100% !important;
    max-width: none;
}

input[name="product_id_input"] {
    width: 100%;
}

.textArea,
.textArea div {
    max-width: 800px !important;
}

.textArea,
.textArea .nicEdit-main {
    height: 300px;
}