﻿/*#region Page Configuration*/
::-webkit-scrollbar {
    width: 9px;
    height: 11px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,1,1, 0.9);
    background-color: rgba(204, 203, 203, 0.50);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 15px 0 170px #2B2B2B;
}

html,
body {
    height: 100%;
}

.vertical-align {
    position: absolute;
    width: 100%;
    top: 15%;
}

.pageTitle {
    background-color: #fff;
    font-size: 25px;
    padding: 15px 0 0 15px;
    margin-bottom: 14px;
}

.filterButtons {
    margin-right: 12px;
}

.toggleButtonPartial {
    float: left !important;
    padding-left: initial;
    padding: 19px 13px 29px 16px !important;
    margin: 0 0 0 0 !important;
}

/*botoes de colunas e de exportar presente nas telas de relatorios flutuam fixos no canto direito e inferior da tela*/
.fixedReportButton {
    margin-right: 24px !important;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 999;
    box-shadow: none !important;
}

    .fixedReportButton:hover {
    }

    .fixedReportButton .btn {
        -webkit-box-shadow: 0 3px 11px rgba(0, 0, 0, 0.5) !important;
        box-shadow: 0 3px 11px rgba(0, 0, 0, 0.5) !important;
    }

    .fixedReportButton a {
        -webkit-box-shadow: 0 3px 11px rgba(0, 0, 0, 0.5) !important;
        box-shadow: 0 3px 11px rgba(0, 0, 0, 0.5) !important;
    }

#fixedAnalysisBtnG {
    margin-right: 104px !important;
}

/*botoes de colunas e de exportar presente nas telas de relatorios (um pdos botoes se distancia do outro)*/
.btnExportReport {
    margin-right: 84px !important;
}

/*submenu do dropdown acionado pelos botoes de colunas e de exportar presente nas telas de relatorios*/
.dropdown-menu-reportButton {
    left: -107px !important; /*evita q o submenu avance a borda direita da tela*/
    -webkit-box-shadow: 0 3px 11px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.5); /*cria  sombra no submenu pra que o conteudo nao se misture com a tela atras*/
}

.dropdown-menu-colunsButton {
    left: -107px !important; /*evita q o submenu avance a borda direita da tela*/
    -webkit-box-shadow: 0 3px 11px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.5); /*cria  sombra no submenu pra que o conteudo nao se misture com a tela atras*/
}

/*select de execucoes de pesquisa do topo da tela vai para dentro da nave principal*/
.selectSurveyExecution {
    width: initial !important;
}

.btnSair {
    line-height: 2.8;
    padding-left: 13px;
    border-left: 2px solid #E7E7E7;
    cursor: pointer;
    padding-bottom: 2px;
    color: #777;
}

.botaoToggle1 {
    border-right: 2px solid #E7E7E7 !important;
    height: 49px;
    float: left;
}

.pageContent {
    width: 98%;
    margin: 0 auto;
    padding-bottom: 30px;
    height: 90%;
}

.top {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 16px !important;
}

.welcome-message {
    text-align: right;
    border-left: 2px solid #E7E7E7 !important;
    color: #CBCBCB;
    font-size: 25px;
    position: absolute;
    right: 1%;
    line-height: 42px;
    margin-bottom: 0;
}

    .welcome-message span {
        font-size: 17px;
    }

.welcome-message1 {
    color: #6F6F6F;
    text-transform: uppercase !important;
    border-right: 2px solid #E7E7E7 !important;
    font-size: 20px;
    margin-left: 13px;
    padding-bottom: 2px;
    padding-right: 12px;
    line-height: 42px;
    float: left;
    margin-bottom: 0;
}

    .welcome-message1 span {
        font-size: 20px;
    }

    .welcome-message1 label {
        font-weight: normal;
    }

.breadcrumb2 {
    margin: 0 0 12px 0;
    padding: 0 55px;
}

.supervReportFilter {
    margin-left: 70px;
}

.betLogo {
    background: rgba(0,1,1, 0.9) !important;
}

    .betLogo img {
        max-width: 116px;
    }

.textoSideBar {
    text-align: center;
}

.logo-coca img {
    width: 95px;
}

.logo-coca {
    margin-left: 28px;
    margin-right: 28px;
}

.logo-franchise img {
    max-height: 45px;
}

.logo-franchise {
    margin-left: 35px;
}

.navbar a.chosen-single {
    opacity: 0.5;
    border-radius: 0;
    text-align: center;
}

.navbar .chosen-container-single .chosen-drop {
    width: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .welcome-message {
        display: none;
    }
}

@media (max-width: 768px) {
    .welcome-message1 {
        display: none;
    }
}

.addNewBKP {
    vertical-align: middle;
    font-size: 22px;
    margin-left: 70px;
    color: #989898;
    cursor: pointer;
}

    .addNewBKP:hover {
        color: #ccc;
    }

.addNew {
    vertical-align: middle;
    font-size: 12px;
    font-family: "RobotoDraft", "Roboto", "Helvetica Neue", Helvetica, Arial Unicode, sans-serif;
    margin-left: 15px;
    color: rgba(109,0,25,1);
    cursor: pointer;
    margin: 0px;
    margin-right: 8px;
}

    .addNew:hover {
        color: rgb(169,3,41);
    }

.field-validation-error {
    color: rgba(202, 7, 42, 1);
    font-size: 11px;
}

.spinnerPage .circular3dG {
    background-color: #900;
    margin: 4px;
}

.spinnerPage #circular3dG {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: rgba(216, 216, 216, 0.76);
    border-radius: 24%;
    z-index: 9999;
}
/*#endregion Page Configuration*/

/*#region Disalow Chrome autofill yellow color */
input:-webkit-autofill:hover,
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    box-shadow: 0 0 0 1000px white inset;
    border-bottom: 1px solid #D2D2D2;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 1000px white inset;
        box-shadow: 0 0 0 1000px white inset;
        border-bottom: 2px solid #009688;
    }
/*#endregion Disalow Chrome autofill yellow color */

/*#region Alert Message*/
.alertMsg {
    color: rgb(255, 255, 255);
    opacity: 0.8;
    position: fixed;
    width: 50%;
    margin: 0 auto;
    z-index: 999;
    text-align: center;
    left: 25%;
    border: 4px solid rgb(255, 240, 245);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding: 10px;
    top: 50%;
    font-weight: bolder;
    font-size: 20px;
}

.alertMsg-danger {
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(169,3,41,1) 0, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(169,3,41,1) 0,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(169,3,41,1) 0,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(169,3,41,1) 0,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}

.alertMsg-info {
    background: rgb(94,177,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(94,177,255,1) 0, rgba(0,73,122,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(94,177,255,1)), color-stop(100%,rgba(0,73,122,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(94,177,255,1) 0,rgba(0,73,122,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(94,177,255,1) 0,rgba(0,73,122,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(94,177,255,1) 0,rgba(0,73,122,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(94,177,255,1) 0,rgba(0,73,122,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb1ff', endColorstr='#00497a',GradientType=0 ); /* IE6-9 */
}

.alertMsg-success {
    background: rgb(87,193,42); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(87,193,42,1) 0, rgba(32,102,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(87,193,42,1)), color-stop(100%,rgba(32,102,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(87,193,42,1) 0,rgba(32,102,32,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(87,193,42,1) 0,rgba(32,102,32,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(87,193,42,1) 0,rgba(32,102,32,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(87,193,42,1) 0,rgba(32,102,32,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57c12a', endColorstr='#206620',GradientType=0 ); /* IE6-9 */
}

#alertTitle {
    font-size: 30px;
}

#alertDesc {
    vertical-align: middle;
    line-height: 50px;
}

#circular3dG {
    position: relative;
}

.circular3dG {
    position: absolute;
    background-color: #FFFFFF;
    width: 14px;
    height: 14px;
    -moz-border-radius: 15px;
    -moz-animation-name: bounce_circular3dG;
    -moz-animation-duration: 0.5599999999999999s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 15px;
    -webkit-animation-name: bounce_circular3dG;
    -webkit-animation-duration: 0.5599999999999999s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 15px;
    -ms-animation-name: bounce_circular3dG;
    -ms-animation-duration: 0.5599999999999999s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 15px;
    -o-animation-name: bounce_circular3dG;
    -o-animation-duration: 0.5599999999999999s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 15px;
    animation-name: bounce_circular3dG;
    animation-duration: 0.5599999999999999s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#circular3d_1G {
    left: 20px;
    top: 3px;
    -moz-animation-delay: 0.20999999999999996s;
    -webkit-animation-delay: 0.20999999999999996s;
    -ms-animation-delay: 0.20999999999999996s;
    -o-animation-delay: 0.20999999999999996s;
    animation-delay: 0.20999999999999996s;
}

#circular3d_2G {
    left: 30px;
    top: 12px;
    -moz-animation-delay: 0.27999999999999997s;
    -webkit-animation-delay: 0.27999999999999997s;
    -ms-animation-delay: 0.27999999999999997s;
    -o-animation-delay: 0.27999999999999997s;
    animation-delay: 0.27999999999999997s;
}

#circular3d_3G {
    left: 37px;
    top: 23px;
    -moz-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

#circular3d_4G {
    left: 34px;
    top: 34px;
    -moz-animation-delay: 0.41999999999999993s;
    -webkit-animation-delay: 0.41999999999999993s;
    -ms-animation-delay: 0.41999999999999993s;
    -o-animation-delay: 0.41999999999999993s;
    animation-delay: 0.41999999999999993s;
}

#circular3d_5G {
    left: 21px;
    top: 37px;
    -moz-animation-delay: 0.48999999999999994s;
    -webkit-animation-delay: 0.48999999999999994s;
    -ms-animation-delay: 0.48999999999999994s;
    -o-animation-delay: 0.48999999999999994s;
    animation-delay: 0.48999999999999994s;
}

#circular3d_6G {
    left: 4px;
    top: 24px;
    -moz-animation-delay: 0.5599999999999999s;
    -webkit-animation-delay: 0.5599999999999999s;
    -ms-animation-delay: 0.5599999999999999s;
    -o-animation-delay: 0.5599999999999999s;
    animation-delay: 0.5599999999999999s;
}

#circular3d_7G {
    left: 0;
    top: 7px;
    -moz-animation-delay: 0.63s;
    -webkit-animation-delay: 0.63s;
    -ms-animation-delay: 0.63s;
    -o-animation-delay: 0.63s;
    animation-delay: 0.63s;
}

#circular3d_8G {
    left: 9px;
    top: 0;
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-moz-keyframes bounce_circular3dG {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(.3);
        -ms-transform: scale(.3);
        -o-transform: scale(.3);
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@-webkit-keyframes bounce_circular3dG {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.3);
        -moz-transform: scale(.3);
        -ms-transform: scale(.3);
        -o-transform: scale(.3);
        transform: scale(.3);
    }
}

@-ms-keyframes bounce_circular3dG {
    0% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -ms-transform: scale(.3);
        -moz-transform: scale(.3);
        -o-transform: scale(.3);
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@-o-keyframes bounce_circular3dG {
    0% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -o-transform: scale(.3);
        -moz-transform: scale(.3);
        -ms-transform: scale(.3);
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounce_circular3dG {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(.3);
        -ms-transform: scale(.3);
        -o-transform: scale(.3);
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}
/*#endregion Alert Message*/

/*#region Login*/
#loginBody {
    background: url(../images/bg-login_1.jpg) repeat-x #fff;
}

    #loginBody .panel {
        border-radius: 2px;
        border: 0;
        box-shadow: 7px 7px 25px rgba(0, 0, 0, 0.3), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    }

.logomarcas {
    margin-left: 35%;
    margin-right: 35%;
    line-height: 175px;
    height: 175px;
}

.logoEDS {
    float: left;
}

    .logoEDS img {
        width: 180px;
        -webkit-filter: drop-shadow(-2px -3px 2px rgba(0,0,0,0.5));
        -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
        filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='4'/><feOffset dx='12' dy='12' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,0.5)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
        filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    }

.logoKO img {
    width: 45%;
    -webkit-filter: drop-shadow(-2px -3px 9px rgba(0,0,0,0.5));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='4'/><feOffset dx='12' dy='12' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,0.5)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.poweredby img {
    margin: 20px;
    -webkit-filter: drop-shadow(-2px -3px 2px rgba(0,0,0,0.5));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='4'/><feOffset dx='12' dy='12' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,0.5)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

#logo-landix {
    width: 200px;
}

#logo-logbit {
    width: 110px;
}

@media (max-width: 1280px) {
    .logomarcas {
        margin-left: 30%;
        margin-right: 30%;
    }
}

@media (max-width: 960px) {
    .logomarcas {
        margin-left: 20%;
        margin-right: 20%;
    }
}

@media (max-width: 650px) {
    .logomarcas {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (max-width: 490px) {
    .logomarcas {
        margin-left: 1%;
        margin-right: 1%;
    }
}
/*#endregion Login*/

/*#region POS Info auditing*/
.infoPOS {
    display: flex;
    margin: 8px;
    font-size: 13px;
}

.infoPOSKey {
    font-weight: 900 !important;
    color: #900;
    width: 120px;
    text-align: right;
}

.infoData {
    width: 60%;
}
/*#endregion POS Info auditing*/

/*#region Run Auditing*/
.question {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}
/*#endregion Run Auditing*/

/*#region Progress Reports*/

#dashBoard header {
    text-transform: uppercase !important;
    font-size: 14px;
    background-color: #EAEAEA;
    color: #2B2B2B;
}

#dashBoard .gridster li {
    box-shadow: 3px 2px 1px #b9b9b9 !important;
}

#dashBoard li {
    padding: 1px;
    background-color: #F2F2F2;
}

.rowForm {
    line-height: 30px;
}

.table-progress tbody {
    font-size: 10px;
}

/*#endregion Progress Reports*/

/*#region Auditing Reasons */
p.auditingReasons {
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #F2CDD4;
    padding: 5px;
}

.auditingReasonsKey {
    color: rgb(149, 4, 28);
    font-weight: bold;
    width: 30%;
}

.auditingReasonsData {
    width: 70%;
    font-size: 12px;
    line-height: 20px;
}
/*#endregion Auditing Reasons */

/*#region Table Exportation*/
.table-exportation tbody td {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}

.table-exportation thead td {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
/*#endregion Table Exportation*/

/*#region BlockUI*/
.blockUI.blockMsg.blockPage {
    border: 0 !important;
    background-color: transparent !important;
}

.blockUI.blockOverlay {
    z-index: 997 !important;
}

.blockPage div#circular3dG {
    left: 50%;
}
/*#endregion BlockUI*/

/*#region Reports*/
.icon-pdf {
    color: red;
}

.icon-excel {
    color: green;
}
/*#endregion Reports*/

.validateButtons {
    width: 100%;
    text-align: center;
}

li.columnsCkb {
    padding: 5px 0 5px 0;
}

.bordered {
    border: 1px solid #CECECE;
    border-radius: 10px;
}

.font12 {
    font-size: 12px !important;
}

.font11 {
    font-size: 11px !important;
}

.bordered > div {
    margin-top: 17px;
}

.bordered > label {
    position: absolute;
    top: -14px;
    background-color: white;
    left: 10px;
}

.button .close {
    color: rgba(255, 255, 255, 0.36) !important;
}

.modal-header .close {
    color: rgba(255, 255, 255, 0.84);
    opacity: 0.25;
}

/*A borda do input de pesquisas nos filtros não aparece em resoluções altas*/
.dataTables_filter .input-sm {
    border-bottom: 2px solid rgba(158, 158, 158, 0.61);
    background-position-y: 28px;
}

    .dataTables_filter .input-sm:focus {
        border-bottom: none;
    }

/*chamado: 00042896 Diminui os botoes dentro de qualquer linha de tabela, uma vez que eles impedem a diminuição da largura da linhas que é um requisito deste chamado.*/
tr .btn {
    margin: 5px !important;
    padding: 0 !important;
    width: 25%;
}

.allowLargerWidth {
    width: 50% !important;
}

.btn-back-action-plan {
    padding: 0 15px !important;
    margin: 0 !important;
}

.metisFolder .fa {
    padding-right: 8px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgb(242,242,242);
}

    .table-striped > tbody > tr:nth-of-type(odd):hover {
        background-color: rgb(239, 239, 239);
    }

.fixedReportButton .dropdown-menu > li > a:hover {
    color: #c30505 !important;
}

#tbSyntheticReport td {
    text-align: left !important;
}

#tbAnalyticalReport td {
    text-align: left !important;
}

.filter-analisys .filter-value {
    font-size: 12px;
}

#tbTimeReport td {
    text-align: left !important;
}

#tbDailyReport td {
    text-align: left !important;
}

#tbSupervisorReport td {
    text-align: left !important;
}

#tbRankingProductivity td {
    text-align: center !important;
}

#tbRankingQuality td {
    text-align: center !important;
}

.gm-style-iw {
    width: 350px !important;
    top: 15px !important;
    left: 0 !important;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.75);
    border: 2px solid #373735;
}

#iw-container {
    margin-bottom: 10px;
    width: 100%;
}

    #iw-container .iw-title {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 22px;
        font-weight: 400;
        padding: 10px;
        background-color: #373735;
        color: white;
        margin: 0;
    }

    #iw-container .iw-content {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        margin-right: 1px;
        padding: 15px 5px 20px 15px;
        max-height: 140px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
}

.text-box-border-error {
    border: 2px solid;
    border-color: #FF0000;
}

.route-ico-green {
    color: green;
}

.route-ico-red {
    color: red;
}

.input-disabled {
    background-color: lightgoldenrodyellow !important;
}