/* 
 *  Otima Tech: Portal Platform
 *  Created on: Dez 17, 2018
 *  Author    : Vinícius Carvalho
 */
/* 
 * System Layout Styles 
 */

body {
    background-color: #EBEDEF;
    margin: 0px;
    height: 100%
}

label {
    font-weight: bold;
}

a {
    text-decoration: none;
}

a:visited,

a {
    color: inherit;
}

.fa {
    color: inherit;
    font-family: "FontAwesome" !important;
    text-decoration: none;
}
.subtitle {
    color: white;
    font-size: 0.8em;
}
.label {
    font-weight: bold !important;
}

div.ui-datepicker {
    z-index: 999999999 !important;
}

.ui-datatable .ui-datatable-header {
    font-weight: bold;
}

.ui-datatable td > a {
    float: left;
}
/* 
 * Bread-Crumb Styles 
 */

.bc-structure {
    width: 98%;
    text-align: left;
    margin: 1em 1em
}
.bc-title {
    font-size: 18px;
    color: #EC7063;
    font-weight: bold;
}
.bc-icon {
    display: inline-block;
    color: #EC7063;
    font-size: 16pt;
    position: relative;
}
.pg-error-number {
    font-size: 140pt;
    color: #EC7063;
    font-weight: bold;
    font-variant: small-caps;
    padding-top: 90px;
    width: 100%;
    text-align: center;
}
.pg-error-message {
    font-size: 40pt;
    color: #EC7063;
    font-weight: bold;
    font-variant: small-caps;
    padding-top: 80px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
}
.gridadjust {
    padding: 1px;
    width: 100%;
    text-align: center;
}

/* Static Messages */
.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
  text-align: center;
}

.info-msg {
  color: #059;
  background-color: #BEF;
}

.success-msg {
  color: #270;
  background-color: #DFF2BF;
}

.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}

.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}


/* Dashboard */
.dashboard-campaign-title {
    padding-top: 10px;
    height: 25px;
    text-align: left;
    width: 100%;
    display: table;
}

.dashboard-campaign-title > span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #EC7063;
}

.campaign-history {
    margin: 5px 0;
    color: #EC7063;
    font-weight: bold;
}
.campaign-history > span:nth-child(1) {
    margin-right: 5px;
}

.grid-content-top td {
    vertical-align: top;
}
.footer-text-center {
    height: auto;
    text-align: center;
    font-size: 12px;
    color: #546e7a;
    width: calc(100%-65px);
    position: relative;
    margin-left: 65px;
}

.footer-text-center-login {
    height: auto;
    text-align: center;
    font-size: 12px;
    color: #546e7a;
    width: 100%;
    position: relative;
}

.ui-panel .ui-panel-titlebar {
    font-weight: bold !important;
    text-align: center;
}
.ui-tabs-panel::after {
    clear: both;
    content: "";
    display: block;
}

select {
    border-color: gray gray #bdbdbd;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-family: Roboto;
}
.exception-type2 {
    width: 100%;
}
.exception-type.exception-type2{
    margin: 0 auto;
    padding: 6px 0;
    width: 110px;
}
.exception-type2 > img {
    max-width: 60%;
}
.interval-bottom {
    background: white none repeat scroll 0 0;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    margin-top: 10px;
    padding: 12px 20px;
}
.interval-bottom::after {
    clear: both;
    content: "";
    display: block;
}
.interval-time {
    float: left;
    width: 190px;
}
.interval-date {
    float: left;
    text-align: right;
    width: calc(100% - 230px);
}
.interval-date > label {
    margin-right: 15px;
}
.interval-refresh {
    float: right;
    text-align: right;
    width: 40px;
}
.interval-bottom > .interval-date input {
    text-align: center;
}
.column.column-lg.picklist .ui-picklist-list-wrapper {
    width: 50%;
}
.donut,
.donut *,
div.donut.jqplot-target {
    max-height: 160px !important;
}
.donut canvas.jqplot-series-canvas {
    top: -5px !important;
}
.donut table {
    left: 45% !important;
}
.table-box {
    display: block;
    margin: 5px 0;
}
.table-box * {
    display: block;
}
.table-row {
    float: left;
    width: 50%;
}
.table-column {
    color: white;
    float: left;
    font-size: 13px;
    white-space: nowrap;
    width: 100%;
}
.table-box::after {
    clear: both;
    content: " ";
    display: block;
}
.table-row > .table-column:first-child {
    font-size: 14px;
    font-weight: bold;
}

body.layout-compact .card.card-w-title {
	background-color: #f7f7f7;
}

@media screen and (max-width: 600px) {
    .formLogin {
        padding: 55px 0;
    }
    .interval-bottom > .interval-date > * {
        display: block;
        width: 100%;
    }
    .interval-date > label:nth-child(3) {
        margin-top: 10px;
    }
}
@media screen and (max-width: 640px) {
    .nflags {
        left: calc(100% - 200px) !important;
    }
    .form-buttons button {
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .interval-bottom > div {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
}
/*
 * Responsividade das tabelas
 */

@media (min-width: 641px) and (max-width: 899px) {
    /*
     * Customização da view na lista de clientes.
     */

    .customerListIdField {
        display: none;
    }
    .customerListTypeField {
        width: 60px;
    }
    .customerListCpfField {
        width: 90px;
    }
    .customerListNameField {
        width: 100%;
    }
    .customerListStatusField {
        display: none;
    }
    .customerListInvoiceField {
        display: none;
    }
    .customerListValueField {
        width: 95px;
    }
    .customerListInvoiceDateField {
        display: none;
    }
    .customerListDelayField {
        width: 77px;
    }
}
@media (min-width: 900px) and (max-width: 1249px) {
    /*
     * Customização da view na lista de clientes.
     */

    .customerListIdField {
        width: 100px;
    }
    .customerListCpfField {
        width: 90px;
    }
    .customerListNameField {
        width: 100%;
    }
    .customerListStatusField {
        display: none;
    }
    .customerListInvoiceField {
        display: none;
    }
    .customerListValueField {
        width: 95px;
    }
    .customerListInvoiceDateField {
        width: 85px;
    }
    .customerListDelayField {
        width: 77px;
    }
}
@media (min-width: 1250px) {
    /*
     * Customização da view na lista de clientes.
     */

    .customerListIdField {
        width: 110px;
    }
    .customerListCpfField {
        width: 100px;
    }
    .customerListNameField {
        width: 100%;
    }
    .customerListStatusField {
        width: 90px;
    }
    .customerListInvoiceField {
        width: 160px;
    }
    .customerListValueField {
        width: 105px;
    }
    .customerListInvoiceDateField {
        width: 95px;
    }
    .customerListDelayField {
        width: 87px;
    }
}
/*UPPERCASE EM TITULOS E ETC*/

.ui-datatable-header,
.ui-dialog-titlebar,
.ui-panel-titlebar {
    text-transform: uppercase;
}
.form-buttons {
    text-align: right;
    text-transform: capitalize;
}
.form-buttons button {
    margin-left: 4px;
    margin-right: 0;
    min-width: 140px;
}
.action-buttons {
    border-top: 1px solid #bdbdbd;
    float: left;
    margin: 20px 0 5px;
    padding: 5px 0;
    text-align: right;
    text-transform: capitalize;
    width: 100%;
}
.action-buttons button {
    min-width: 140px;
}
.action-buttons > * {
    margin-left: 5px;
}
.filters-panel {
    width: 100%;
}
.filters-panel .column > label {
    text-transform: uppercase !important;
}
.filters-panel * {
    box-sizing: border-box;
}
.filters-panel:AFTER {
    content: ' ';
    clear: both;
    display: block;
}
.filters-buttons {
    border-top: 1px solid #bdbdbd;
    float: left;
    margin: 20px 0 5px;
    padding: 5px 0;
    text-align: right;
    width: 100%;
}
.filters-buttons button {
    min-width: 140px;
}
.filters-buttons button > span.fa-eraser {
    color: gray;
}

.column-lg {
    width: 100% !important;
}
.column {
    float: left;
    padding: 5px;
}
.column>label {
    display: block;
}
.column > img {
    margin: 10px 0 0 35%;
    max-width: 115px;
    text-align: center;
}
.column div.ui-selectcheckboxmenu {
    width: 100%;
}
.column label ~ select {
    background: inherit;
    margin-top: 2px;
}
.column > span:nth-child(2):not(.ui-calendar):not(.tt) {
    background: transparent none repeat scroll 0 0;
    border-color: #bdbdbd;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px;
    display: block;
    font-size: 16px;
    min-height: 22px;
    padding: 2px 2px 1px;
    transition: border-color 0.3s ease 0s;
    width: 100%;
}
.column select[disabled="disabled"] {
    border-bottom-style: dotted;
}
.column * {
    width: 100%;
}
.column .ui-selectcheckboxmenu-label.ui-corner-all {
    font-weight: normal;
    line-height: initial;
}
.column-break {
    visibility: hidden;
    overflow: scroll;
    min-height: 49px;
}
.panel-colors:after {
    content: '';
    clear: both;
    display: block;
}
.select-colors {
    float: left;
    width: 30%;
}
.show-selected-colors {
    float: left;
    height: 334px;
    width: 70%;
}
.content {
    border: 1px solid #bdbdbd;
    height: 97%;
    margin: 5px;
}
.show-top {
    height: 45px;
}
.show-left {
    color: white !important;
    display: none;
    padding-top: 10px;
    width: 170px;
    height: 269px;
    position: absolute;
    opacity: 0.90;
}
.show-right {
    padding: 5px;
}
.show-top-logo {
    background: black none repeat scroll 0 0;
    color: white;
    float: left;
    font-style: oblique;
    height: calc(100% - 12px);
    padding-top: 12px;
    text-align: center;
    width: 170px;
}
.show-left .ui-menu {
    background: inherit;
    border: medium none;
    width: 100%;
}
.show-left>a {
    display: block;
    float: left;
    height: 25px;
    padding-left: 5px;
    padding-top: 7px;
    width: calc(100% - 5px);
    padding-top: 7px;
}
.show-left>a>div {
    color: white;
    padding-left: 10px;
    margin-bottom: 5px;
}
.show-top-bt {
    background: grey none repeat scroll 0 0;
    border-radius: 15px;
    height: 20px;
    left: -16px;
    padding-left: 4px;
    padding-top: 6px;
    position: relative;
    text-align: center;
    top: 8px;
    width: 25px;
    cursor: pointer;
}
.show-top-bt-rotate {
    transform: rotate(180deg);
}
.show-right-panel-title {
    border-radius: 3px;
    color: white;
    font-size: 17px;
    padding: 10px 0;
    text-align: center;
}
.show-right-panel {
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    height: 100px;
}
.filters-panelCampaign>.ui-panel-content {
    width: 100%;
}

.alignCenter {
    margin: 0 auto;
    width: 600px;
    text-align: center;

}
.alignCenter::after {
    clear: both;
    content: "";
    display: block;
}
.dtListFilters {
    margin-top: 10px;
}
.dtListFilters .ui-datalist-item::after {
    clear: both;
    content: "";
    display: block;
}
.dtListFilters .ui-datalist-item>div>button {
    height: 20px;
}
.dtListFilters .ui-datalist-item>div {
    float: left;
    padding-left: 5px;
}
.dtListFilters .ui-datalist-item>div:last-child {
    float: right;
}
.dtListFilters .ui-datalist-data li {
    height: 17px;
    text-align: left;
}
.dtListFilters .ui-datalist-item>div:nth-child(1) {
    min-width: 120px;
}
.dtListFilters .ui-datalist-item>div>select {
    background: inherit;
    color: inherit;
    width: 255px;
}
.dtListFilters .ui-widget-content {
    border: medium none;
}
.dtListFilters .ui-datalist-item {
    margin-bottom: 8px;
}
.filters-panelCampaign .column>label {
    text-align: left;
}
.dtListFilters .ui-datalist-data {
    margin: 0;
    padding: 0;
}
.box-icons {
    margin-top: 3px;
}
.box-icons .fa {
    color: white;
    width: calc(100% / 7);
}
.formLogin {
    padding: 100px 0;
}
.filters-panel .fa-facebook-official {
    color: #3A5A98;
    font-size: 35px;
    margin-left: 5px;
}
.filters-panel .fa-telegram {
    color: #0088cc;
    font-size: 35px;
    margin-left: 5px;
}
.filters-panel .fa-skype {
    color: #00aff0;
    font-size: 38px;
    margin-left: 5px;
}
/* Flags login page*/
.nflags {
    height: 20px;
    left: 120px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 3px;
    padding-top: 3px;
    position: absolute;
    transition: height 0.2s ease 0s;
    width: 110px;
}
.nflags:hover {
    background: white none repeat scroll 0 0;
    box-shadow: 1px 3px 4px 1px gray;
    height: 66px;
    left: 120px;
    position: absolute;
    transition: height 0.3s ease 0s;
    z-index: 1000;
}
.nflags:hover > span:first-child::after {
    transform: rotate(180deg);
    transition: transform 0.1s ease 0s;
}
.nflags button:hover>span {
    color: #546e7a;
}
.nflags img {
    float: left;
    max-width: 20px;
}
.nflags button.btLanguage {
    background: white none repeat scroll 0 0 !important;
    box-shadow: none;
    color: #bdbdbd;
    float: left;
    height: 17px;
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
    width: 90px;
    padding: 0;
    text-align: left;
}
.nflags button.btLanguage:hover {
    background: white none repeat scroll 0 0;
}
.nflags button.btLanguage>span {
    font-size: 14px;
    height: 16px;
    left: 7px;
    line-height: inherit;
    position: relative;
    top: -2px;
    top: -2px;
    line-height: inherit;
    position: relative;
    top: -2px;
}
.nflags > span:first-child:after {
    color: gray;
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 1px;
    width: 15px;
}
.nflags::after {
    clear: both;
    content: "";
    display: block;
}
.nflags > span:FIRST-CHILD {
    cursor:none;
    pointer-events:none;
}
/*END Flags login page*/
.listCampFilters select {
    background: transparent none repeat scroll 0 0;
    text-align: center;
    width: 100%;
}
.listCampFilters {
    margin-top: 15px;
}

.footer-login {
    margin-top: 30px;
}

.rodape {
    background: white;
    border: 1px solid #bdbdbd;
    margin-top: 10px;
}

.rodapeRight {
    float: right;
    margin-top: 5px;
}

.layout-wrapper .layout-main {
    padding: 75px 0px 15px 0px !important;
}

.text-uppercase{
    text-transform: uppercase;
}


/*CARDS*/

.bot-wrapper {
    float: left;
    width: 25%;
}
.bot-wrapper:after {
    clear: both;
    display: block;
    content: '';
}
.bot-card {
    width: 280px;
    background: rgb(0, 0, 0, 0.1);
    border-radius: 3px;
    height: 165px;
    margin: 0 0 35px 0;
    box-shadow: 0px 0px 4px 0px gray;
    transition: box-shadow 0.2s ease-out;
}

.bot-card:hover {
    box-shadow: 0px 0px 5px 0px black;
    transition: all 0.2s ease-in;
}

.botcard-icon {
    float: left;
    height: calc(100% - 75px);
    width: 64px;
    display: table;
    text-align: center;
}

.botcard-icon i {
    font-size: 50px;
    display: table-cell;
    vertical-align: middle;
}

.bot-card-title {
    float: left;
    height: 35px;
    text-align: center;
    width: 100%;
    display: table;
    background: rgba(0, 0, 0, 0.1);
    color: #212121;
}

.bot-card-title > span {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
}
.botcard-subtitle {
    float: left;
    width: calc(100% - 72px);
    height: 90px;
    display: table;
}

.botcard-subtitle > span {
    display: table-cell;
    height: 90px;
    vertical-align: middle;
    text-align: left;
    font-size:13px;
}

.bot-card-options {
    float: left;
    text-align: center;
    width: 100%;
}
.bot-card-options > button {
    margin-right: 10px;
}
.bot-cards:after {
    display: block;
    content: '';
    clear: both;
}
.bots-content {
    width: 100%;
    text-align: center;
}
.bot-card.bot-card-new .bot-card-title {
    text-align: left;
    height: 100%;
    display: table;
}
.bot-card.bot-card-new .bot-card-title a {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    padding-left: 10px;
}
.bot-card-options button {
    background: #FF5722;
}
.bot-card-options button > span {
    font-size: 17px !important;
}

.bot-card-new > div.botcard-icon {
    height: 100%;
}
.bot-card-new > div.bot-card-title {
    width: calc(100% - 64px);
}

@media (max-width: 800px) {
    .column-break {
        display: none;
    }
    .column,
    .column-break {
        width: 100%;
    }
}

@media (min-width: 801px) {
    .column,
    .column-break {
        width: 33.33%;
    }
    .column.column-25 {
        width: 25%;
    }
    .column.column-20 {
        width: 20%;
    }
}
.column-5{
    width: 20%;
}

.column-2{
    width: 50%;
}

/* customeredit - ocupa 50% e 50% vazio */
@media (min-width: 801px) {
    .column-50,
    .column-break {
        width: 50%;
    }
    label{ 
        text-transform: uppercase !important;
    }
}

@media screen and (max-width: 600px) {
    .bot-wrapper {
        width: 100%;
    }
    .bot-card {
        width: 100%;
    }
}

@media screen and (min-width: 601px) and (max-width: 890px) {
    .bot-wrapper {
        width: 50%;
    }
}

@media screen and (min-width: 891px) and (max-width: 1261px) {
    .bot-wrapper {
        width: 33%;
    }
}
/*/CARDS*/
