﻿/**** [Main] ************************************************************************************************************************************************/
#divContainer
{
    font-family: arial, verdana, sans-serif;
    font-size: 1.2em;
    position: absolute;
    top: 130px; /* Header total height (95) + Menu total height (35) */
    left: 0;
    bottom: 95px; /* Footer total height (50) */
    right: 0;
    overflow: auto;
    background: #F0F0F0;
    padding: 0;
    text-align: center;
    z-index: 1;
}

#divContainerMain
{
    margin: 0 auto;
    width: 970px;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
}

#divContainerMainInfo 
{
    height: 5%;
    width: 100%;
    border-bottom: 1px solid #F3CA96;
    font-family: Verdana, Helvetica, sans-serif;
    min-height: 30px;
    padding-top: 20px;
}

#divContainerMainData
{
    height: 90%;
    width: 100%;
}

#divContainerMainInfoLeft
{
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 19px;
    color: #8A8A8A;
}

#divContainerMainInfoRight
{
    float: right;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #707070;
}

#divContainerMainInfoRight a
{
    text-decoration: underline;
    color: #FF6600;
    margin-left: 8px;
}

#divContainerMainLeft
{
    float: left;
    height: 100%;
    width: 275px;
}

#divContainerMainCenter
{
    float: left;
    height: 100%;
    width: 275px;
}

#divContainerMainRight
{
    float: right;
    height: 100%;
    width: 380px;
    padding-top: 15px;
}

.cssControlMenuButton, .cssControlMenuButton a, .cssControlMenuButton div
{
    text-decoration: none;
}

.cssControlMenuButton
{
    background-color: #dedede;
    border: 1.2px solid #fff;
    color: #044d84;
    float: left;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    height: 20px;
    margin-left: 3px;
    padding-top: 4px;
    width: 124px;
    text-align: center;
    text-decoration: none;
}

.cssReportButton, .cssReportButton a, .cssReportButton div
{
    text-decoration: none;
}

.cssReportButton
{
    background-color: #dedede;
    border: 1.2px solid #fff;
    color: #044d84;
    float: left;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    height: 20px;
    margin-left: 3px;
    padding-top: 4px;
    width: 90px;
    text-align: center;
    text-decoration: none;
}

.cssControlSearchTextBox
{
    border: 1px solid #cdcdcd;
    height: 25px;
    padding-top: 2px;
    margin-left: 10px;
    width: 120px;
}

.cssControlTimetableSelectBox
{
    border: 1px solid #cdcdcd;
    height: 20px;
    width: 200px;
}

.cssControlSearchButton, .cssControlSearchButton a, .cssControlSearchButton div
{
    text-decoration: none;
}

.cssControlSearchButton div
{
    background-color: #F4F5F7;
    border: 1px solid #cdcdcd;
    color: #707070;
    float: right;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0px 30px 2px 0px;
    padding-top: 4px;
    height: 25px;
    width: 80px;
    text-align: center;
    text-decoration: none;
}

.cssDialogApproveButton, .cssDialogApproveButton a, .cssDialogApproveButton div
{
    text-decoration: none;
}

.cssDialogApproveButton div
{
    background-color: #FEA73D;
    border: 1.2px solid #fff;
    color: #fff;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    height: 30px;
    margin: 10px 0px 10px 0px;
    padding-top: 4px;
    width: 88px;
    text-align: center;
    float: right;
    text-transform: uppercase;
}

.cssDialogShowButton, .cssDialogShowButton a, .cssDialogShowButton div
{
    text-decoration: none;
}

.cssDialogShowButton div
{
    color: #FEA73D;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    height: 24px;
    margin: 10px 0px 10px 0px;
    float: left;
}

.cssReportCleanButton
{
    border-width: 0px;
    background-color: transparent;
    margin: 0;
    padding: 0;
    height: 25px;
    width: 25px;
}

.cssPanelTaskButton
{
    background-color: #F4F5F7;
    border: 1px solid #cdcdcd;
    color: #707070;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    height: 28px;
    width: 90px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.cssLoginPainel
{
    height: 27%;
    min-height: 135px;
    margin-right: 30px;
    text-align: left;
    font-family: Verdana, Helvetica, sans-serif;
    overflow: hidden;
}

#divLoginPainelLeft
{
    float: left;
    width: 12px;
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/PanelLogin_left.png) no-repeat;
    height: 100%;
}

#divLoginPainelCenter
{
    float: left;
    width: 326px;
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/PanelLogin_fundo.png) repeat-x;
    height: 100%;
}

#divLoginPainelRight
{
    float: right;
    width: 12px;
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/PanelLogin_right.png) no-repeat;
    height: 100%;
}

.divForgotPassword
{
    min-height: 135px;
    height: 135px;
    margin: 0px;
    text-align: left;
    font-family: Verdana, Helvetica, sans-serif;
    z-index: 999;
}

#divForgotPasswordLeft
{
    float: left;
    width: 12px;
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/PanelLogin_left.png) no-repeat;
    height: 100%;
}

#divForgotPasswordCenter
{
    float: left;
    width: 326px;
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/PanelLogin_fundo.png) repeat-x;
    height: 100%;
}

#divForgotPasswordRight
{
    float: right;
    width: 12px;
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/PanelLogin_right.png) no-repeat;
    height: 100%;
}

.divForgotPasswordLabel
{
    color: White;
    display: block;
    margin-left: 1px;
    margin-bottom: 5px;
}

.divForgotPasswordField
{
    max-width: 145px;
    height: 17px;
    border: 1px solid #E2B86E;
}

.divForgotPasswordCaptchaField
{
    margin-left: 3px;
    width: 36px;
    height: 23px;
    border: 1px solid #E2B86E;
}

.divForgotPasswordCaptcha
{
    float: left;
    margin: 0;
    max-height: 27px;
}

.divForgotPasswordCaptcha img
{
    margin-left: 5px;
    height: 27px;
    width: 106px;
}

.divForgotPasswordButton
{
    border-top: 1px solid #E3B663;
    border-left: 1px solid #E3B663;
    border-right: 1px solid #E3B663;
    border-bottom: 0;
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/btn_forgot_password.png) repeat-x;
    line-height: 30px;
    height: 30px;
    width: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none;
    color: #666;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
}

.divForgotPasswordButton a, .divForgotPasswordButton a:visited, .divForgotPasswordButton a:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    color: #666666;
}

.divForgotPasswordLinkButton
{
    margin: 0;
    padding-left: 1px;
    font-size: 9pt;
    border: 0px solid transparent;
    background-color: transparent;
    color: #F47D21;
    text-decoration: none;
    cursor: pointer;
}

.divForgotPasswordLinkButton a, .divForgotPasswordLinkButton a:visited, .divForgotPasswordLinkButton a:link
{
    text-decoration: none;
    color: #F47D21;
}

.divImportButtonUpload
{
    border: 1px solid #ccc;
    line-height: 23px;
    height: 23px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    vertical-align: middle;
    color: #333;
    margin: 0;
}

.divImportStep { margin: 1em 1em 1em; overflow: hidden; }
.divImportStep table { margin: 20px 0 20px 15px; background-color: #e7e7e7; border: 1px solid #ccc; }
.divImportStep td { padding: 5px; }
.divImportStepTitle { font-weight: bold; margin-bottom: 15px; }
.divImportStepTitle span { display: inline-block; width: 76px; margin-right: 8px; padding: 3px 0px; background: #FF7640; color: #FFF; text-align: center;}
.divImportStepInstructions { margin-left: 15px; }
.divImportStepFields { margin-top: 20px; margin-left: 15px; }

.divImportLinkButton
{
    margin: 0;
    padding-left: 1px;
    font-size: 9pt;
    border: 0px solid transparent;
    background-color: transparent;
    color: #F47D21;
    text-decoration: none;
    cursor: pointer;
}

.divImportLinkButton a, .divImportLinkButton a:visited, .divImportLinkButton a:link
{
    text-decoration: none;
    color: #F47D21;
}

.divFeaturesMenu
{
    position: relative;
    margin: 0.35em 0 0 0.35em;
    float: left;
    cursor: pointer;
    width: 110px;
    height: 106px;
}

.divFeaturesText
{
    float: left;
    margin: 0 0 0 5px;
    display: none;
}

.cssPasswordBarBorder
{
    border-style: hidden;
    width: 200px;
    vertical-align: middle;
}
.cssPasswordBarIndicator
{
    background: #fff url(/App_Themes/Default/Images/Layout/password_meter.gif) repeat-x;
}

.cssSecurityApplyButton, .cssSecurityApplyButton a, .cssSecurityApplyButton div
{
    text-decoration: none;
}

.cssSecurityApplyButton div
{
    background-color: #FFAA3D;
    border: 2px solid #fff;
    color: #ffffff;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    height: 24px;
    margin: 10px 0px 10px 80px;
    padding-top: 4px;
    width: 90px;
    text-align: center;
}

.divSetupButton
{
    border: 1px solid #E3B663;
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/btn_forgot_password.png) repeat-x;
    line-height: 30px;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9pt;
    color: #666;
    margin: 0;
    text-align: center;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
}

.divSetupButton a, .divSetupButton a:visited, .divSetupButton a:hover, .divSetupButton a:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    color: #666666;
}

.divSetupButtonUpload
{
    border: 1px solid #ccc;
    line-height: 23px;
    height: 23px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    color: #333;
    margin: 0;
}

.divSetupLinkButton
{
    margin: 0;
    padding-left: 1px;
    font-size: 9pt;
    border: 0px solid transparent;
    background-color: transparent;
    color: #F47D21;
    text-decoration: none;
    cursor: pointer;
}

.divSetupLinkButton a, .divSetupLinkButton a:visited, .divSetupLinkButton a:link
{
    text-decoration: none;
    color: #F47D21;
}

.divSetupParagraph
{
    padding: 10px 5px 10px 0px;
}

.divSetupStep
{
    height: 30px;
    width: 50%;
}

.cssTwitter
{
    height: 63%;
    margin-right: 30px;
    background-color: white;
    position: relative;
    overflow: hidden;
}

#divTwitterTop
{
    position: absolute;
    top: 0px;
    width: 350px;
    height: 15px;
    background: #f8f8f8 url(/App_Themes/Default/Images/Layout/PanelTwitter_Topo.png) no-repeat;
}

#divTwitterTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14pt;
    color: #FA812E;
    text-align: left;
    margin: 10px 0 10px 25px;
    float: left;
}

#divTwitterFollow
{
    margin: 10px 25px 10px 0;
    float: right;
}

#divTwitterContent
{
    float: left;
    position: absolute;
    top: 15px;
    bottom: 42px;
    width: 350px;
    overflow: hidden;
    background: #f8f8f8 url(/App_Themes/Default/Images/Layout/PanelTwitter_Centro.png) repeat-y;
}

#divTwitterList
{
    margin: 0px 0px 0px 17px;
    min-height: 180px;
    height: 83%;
    width: 320px;
    overflow: hidden;
}

#divTwitterLogo
{
    position: absolute;
    bottom: 15px;
    width: 330px;
    float: left;
    text-align: left;
    padding-left: 20px;
    background: #f8f8f8 url(/App_Themes/Default/Images/Layout/PanelTwitter_Centro.png) repeat-y;
}

#divTwitterBottom
{
    position: absolute;
    bottom: 0px;
    float: left;
    width: 350px;
    height: 15px;
    background: #f8f8f8 url(/App_Themes/Default/Images/Layout/PanelTwitter_Base.png) no-repeat;
}

#divTwitterWidget
{
    text-align: left;
    width: 265px;
    height: auto;
    -arnom-nl: 0;
    margin: 0 0 0 1.5em;
    background-color: transparent;
    font-size: 10pt;
    float: left;
}
#divTwitterUpdateList
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#divTwitterUpdateList li
{
    margin: 0;
    padding: 1em 0 1em 1em;
    border-bottom: 1px dotted #cccccc;
}
#divTwitterUpdateList li span
{
    color: #464646;
    font-family: Verdana, Helvetica, sans-serif;
}
#divTwitterUpdateList li span a
{
    font-size: 9pt;
    color: #F47521;
    display: inline;
    text-decoration: none;
}
#divTwitterUpdateList li a
{
    font-size: 8pt;
    color: #4d9fc5;
    display: inline;
    text-decoration: none;
    font-family: Verdana, Helvetica, sans-serif;
}

#divTwitterScroll
{
    float: right;
    margin: 7em 1.25em 0 0;
    height: 65px;
}

#divContent
{
    height: 95%;
    min-height: 420px;
    position: relative;
    margin-top: 15px;
    width: 530px;
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/PanelNews_Centro.png) repeat-y;
}

#divContentTop
{
    position: relative;
    float: left;
    top: 0;
    width: 100%;
    height: 12px;
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/PanelNews_Topo.png) no-repeat;
}

#divContentMiddle
{
    position: absolute;
    top: 12px;
    bottom: 12px;
    width: 100%;
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/PanelNews_Centro.png) repeat-y;
}

#divContentBottom
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 12px;
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/PanelNews_Base.png) no-repeat;
}

#divContentTitle
{
    width: 92%;
    height: 30px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14pt;
    color: #FA812E;
    text-align: left;
    border-bottom: 1px solid #F2C993;
    margin: 10px 0em 0em 1em;
}

#divContentText
{
    height: 85%;
    margin: 5.5em 2em 0em 0em;
    margin-top: 10px;
    padding: 0px 10px 0px 20px;
    overflow: hidden;
    font-size: 10pt;
    font-family: Verdana, Helvetica, sans-serif;
    min-height: 180px;
    color: Black;
    text-align: justify;
    width: auto;
}

#divContentScroll
{
    float: right;
    margin: 5.5em 1.25em 0em 0em;
    height: 78%;
}

#divContentText .divContentSubTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #FA812E;
}

#divContentText a, #divContentText a:hover, #divContentText a:link, #divContentText a:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    color: #FA812E;
}

#divContentText table
{
    background-color: #000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000;
}

#divContentText th
{
    background-color: #FA812E;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 1em;
}

#divContentText td
{
    background-color: #fff;
    color: #000;
    padding: 1em;
}

#divContentText #divContentTextFootNote
{
    font-size: 8pt;
}

.cssTarefas
{
    height: 47%;
    margin-top: 15px;
    width: 255px;
    margin-left: 15px;
    min-height: 200px;
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/PanelBackground.png) repeat-y;
}

.cssTarefasBox
{
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 200px;
}

.cssItem
{
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
    height: 50px;
    width: 210px;
    margin-top: 15px;
    margin-left: 15px;
    border-bottom: 1px solid #CDCDCD;
    text-align: left;
    cursor: pointer;
}

.cssItemData
{
    display: block;
    float: left;
    color: Black;
}

.cssItemStatus
{
    display: block;
    float: right;
    margin-bottom: 15px;
}

.cssItemTexto
{
    display: block;
    color: #707070;
    clear: both;
}

.cssTarefasHeader
{
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/PanelHeader.png) no-repeat;
    text-align: left;
}

.cssTarefasHeader img
{
    margin-top: 12px;
    margin-left: 15px;
}

.cssTarefasContent
{
    position: absolute;
    top: 50px;
    bottom: 50px;
    width: 245px;
    overflow: auto;
}

.cssTarefasFooter
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/PanelFooter.png) no-repeat;    
    background-color: #ECECEE;
}

.cssTarefasFooter input
{
    margin-top: 5px;
}

#divHeader
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    overflow: hidden;
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/Header_Background.jpg) repeat-x top left;
    z-index: 999;
}

#divHeaderMain
{
    margin: 0 auto;
    width: 920px;
    height: 100%;
}

#divHeader_iTransportLogo
{
    margin-top: 15px;
    float: left;
    height: 65px;
}

#divHeader_ClientLogo
{
    margin-top: 20px;
    float: right;
    height: 60px;
    padding-left: 20px;
    border-left: 2px solid #C6C6C6;
    vertical-align: middle;
}

#divMenu
{
    position: absolute;
    top: 95px; /* Header total height (95) */
    left: 0;
    width: 100%;
    height: 35px;
    z-index: 999;
    background: #e6e6e6 url(Images/Menu/Menu.jpg) repeat-x top left;
}

#divFooter
{
    font-family: verdana, sans-serif;
    text-align: left;
    height: 95px;
    background-color: #333333;
    color: #ffffff;
    border-top: 2px solid #cccccc;
    z-index: 999;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}

#divFooterMain
{
    margin: 0 auto;
    width: 1000px;
    height: 100%;
    overflow: hidden;
}

#divFooterOptionsRight
{
    border-right-width: 0px;
}

#divFooterCredits
{
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
    color: #CCCCCC;
    font-size: 11px;
    width: 180px;
}

#divFooterCredits img
{
    margin: 1em 0em .0em 0em;
}

#divFooterCopyright
{
    font-size: 9px;
    margin: 7.5em 0em 0em 0em;
    padding: 0em 1em 0em 0em;
    text-align: center;
    width: 260px;
}

#divFooterSSL
{
    margin: 1.25em 0em 0em 0em;
    text-align: right;
    width: 80px;
}

.divFooterContent
{
    width: 200px;
    float: left;
    height: 100%;
    color: #CCCCCC;
    font-size: 11px;
}

.divFooterTitle
{
    color: #F47D21;
    font-size: 13px;
    margin-top: 10px;
    margin-left: 25px;
    width: 150px;
}

.divFooterOptions
{
    color: #CCCCCC;
    font-size: 11px;
    line-height: 15px;
    margin-left: 27px;
    margin-top: 3px;
    border-right: 2px solid #4D4D4D;
    width: 150px;
}

.divFooterOptions a, .divFooterOptions a:hover, .divFooterOptions a:visited, .divFooterOptions a:link
{
    color: #CCCCCC;
    font-size: 11px;
    text-decoration: none;
}

#divUpdateProgress
{
    background-color: transparent;
    color: #fff;
    font-family: arial, verdana, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0px 0px 0px 0px;
    width: 183px;
}

#divUpdateProgress .divUpdateProgressLeft
{
    background-color: #4c68a2;
    color: #fff;
    font-family: arial, verdana, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0px 0px 0px 0px;
    width: 163px;
    float: left;
}

#divUpdateProgress .divUpdateProgressRight
{
    background-color: transparent;
    height: 20px;
    line-height: 20px;
    padding: 0px 0px 0px 0px;
    width: 20px;
    float: right;
}

#divLogo
{
    position: relative;
    border: 0;
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 200px; /* Image width */
    height: 70px; /* Image height */
    background-image: url(/App_Themes/Default/Images/Layout/Header.gif);
    float: left;
}

/**** [Login] ***********************************************************************************************************************************************/
#divLogin
{
    width: 440px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -220px; /* width/2 */
    margin-top: -130px; /* height/2 */
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-align: justify;
    padding: 4px 4px 4px 4px;
    border: solid 1px #CBCBCB;
    background-color: #F3F3F3;
}

* html #divLogin
{
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#divLogin table
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.cssLoginImage
{
    margin-left: 8px;
    height: 94px;
    width: 104px;
    background: url(/App_Themes/Default/Images/Layout/Security.png) no-repeat;
}

.cssLoginError
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: red;
    text-align: justify;
}
/**** [LoginName] *******************************************************************************************************************************************/
#divLoginFieldBox
{
    display: none;
    position: absolute;
    top: 120px;
    width: 220px;
    min-height: 100px;
    z-index: 9999;
}
#divLoginFieldBox .triangle-obtuse
{
    font-size: 12px;
}
#divLoginFieldBox a
{
    color: #fff;
}

#divLoginName
{
    position: relative;
    float: right;
    width: 290px;
    height: 65px; /* Logo height */
    text-align: right;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
}

#divLoginName .roundedcornr_box
{
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/roundedcornr_grad.gif) repeat-x top left;
    width: 280px;
    margin: 10px 10px 10px 10px;
    float: right;
}
#divLoginName .roundedcornr_top div
{
    background: url(/App_Themes/Default/Images/Layout/roundedcornr_tl.gif) no-repeat top left;
}
#divLoginName .roundedcornr_top
{
    background: transparent url(/App_Themes/Default/Images/Layout/roundedcornr_tr.gif) no-repeat top right;
}
#divLoginName .roundedcornr_bottom div
{
    background: url(/App_Themes/Default/Images/Layout/roundedcornr_bl.gif) no-repeat bottom left;
}
#divLoginName .roundedcornr_bottom
{
    background: transparent url(/App_Themes/Default/Images/Layout/roundedcornr_br.gif) no-repeat bottom right;
}

#divLoginName .roundedcornr_top div, #divLoginName .roundedcornr_top, #divLoginName .roundedcornr_bottom div, #divLoginName .roundedcornr_bottom
{
    width: 100%;
    height: 10px;
    font-size: 1px;
}
#divLoginName .roundedcornr_content
{
    margin: 0 10px;
}

#divLoginName .roundedcornr_content div
{
    border: 0;
    margin: 0;
    padding-left: 55px;
    background-image: url(Images/Icons/Users.png);
    background-repeat: no-repeat;
    text-align: right;
    height: 45px;
}

#divLoginName .roundedcornr_content table
{
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #666666;
    text-align: left;
}

#divLoginName select
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    text-align: left;
}
/**** [DateTime] ********************************************************************************************************************************************/
#divDateTime
{
    position: relative;
    float: right;
    width: 260px;
    height: 65px; /* Logo height */
    text-align: right;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
}

#divDateTime .roundedcornr_box
{
    background: #e6e6e6 url(/App_Themes/Default/Images/Layout/roundedcornr_grad.gif) repeat-x top left;
    width: 250px;
    margin: 10px 10px 10px 10px;
    float: right;
}
#divDateTime .roundedcornr_top div
{
    background: url(/App_Themes/Default/Images/Layout/roundedcornr_tl.gif) no-repeat top left;
}
#divDateTime .roundedcornr_top
{
    background: transparent url(/App_Themes/Default/Images/Layout/roundedcornr_tr.gif) no-repeat top right;
}
#divDateTime .roundedcornr_bottom div
{
    background: url(/App_Themes/Default/Images/Layout/roundedcornr_bl.gif) no-repeat bottom left;
}
#divDateTime .roundedcornr_bottom
{
    background: transparent url(/App_Themes/Default/Images/Layout/roundedcornr_br.gif) no-repeat bottom right;
}

#divDateTime .roundedcornr_top div, #divDateTime .roundedcornr_top, #divDateTime .roundedcornr_bottom div, #divDateTime .roundedcornr_bottom
{
    width: 100%;
    height: 10px;
    font-size: 1px;
}
#divDateTime .roundedcornr_content
{
    margin: 0 10px;
}

#divDateTime .roundedcornr_content div
{
    border: 0;
    margin: 0;
    text-align: right;
    padding: 5px 0px 0px 0px;
    height: 40px;
}

#divDateTime .roundedcornr_content table
{
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #666666;
    text-align: right;
}

/**** [Forms] ***********************************************************************************************************************************************/
.cssForm
{
    text-align: justify;
    vertical-align: top;
}

.cssFormField
{
    width: auto; /*width of form rows*/
    overflow: hidden;
    padding: 5px 0px 3px 0px;
}

.cssFormField span.cssFormFieldLabelOptional
{
    float: left;
    width: 12%; /*width of label (left column)*/
    min-width: 120px;
    border-bottom: dotted 1px #E2E2E2;
    margin-right: 15px; /*spacing with right column*/
    margin-left: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    height: 20px;
}

.cssFormField span.cssFormFieldLabelDefault
{
    float: left;
    width: 12%; /*width of label (left column)*/
    border-bottom: solid 1px #E2E2E2;
    margin-right: 15px; /*spacing with right column*/
    margin-left: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    height: 20px;
}

.cssFormField span.cssFormFieldLabelMandatory
{
    float: left;
    width: 12%; /*width of label (left column)*/
    min-width: 120px;
    border-bottom: dotted 1px #D24D3E;
    margin-right: 15px; /*spacing with right column*/
    margin-left: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    height: 20px;
}

.cssFormField span.cssFormFieldEmployee
{
    float: left;     
    border-bottom: solid 1px #E2E2E2;
    margin-right: 20px; /*spacing with right column*/
    margin-left: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    height: 20px;    
}

.cssFormFieldControlEmployee
{
    float: left;
}

.cssFormFieldControl
{
    float: left;
    margin-bottom: 10px; /* space following the field */
}

.cssFormFieldLabel
{
    background-color: transparent;
    font-family: Verdana, Helvetica, sans-serif;
}

.cssImageView 
{ 
    position: relative; 
    width: 721px; 
    text-align: center; 
    padding-top: 15px; 
}

.cssPanelImageViewVehilceType
{
    margin-bottom: 1em; 
    float:none; 
    text-align:center; 
    width:405px; 
    height:150px;
}
.cssImageViewVehilceType
{
    position: relative;
    top: 50%;
}

.cssPanelImageViewDriver
{
    margin-bottom: 1em; 
    float:none; 
    text-align:center; 
    width:405px; 
    height:auto;
}
.cssImageViewDriver
{
    position: relative;
    top: 50%;
    margin-top: -25px;
}

.cssPanelImageViewControlAreaCategory
{
    margin-bottom: 1em; 
    float:none; 
    text-align:center; 
    width:405px; 
    height:150px;
}
.cssImageViewControlAreaCategory
{
    position: relative;
    top: 50%;
    margin-top: -25px;
}
/**** [Inicio.aspx] ***********************************************************************************************************************************************/
.main_wizard
{
    width: 960px;
    margin: 0px auto;
    border: solid 1px #b2b3b5;
    -moz-border-radius: 10px;
    padding: 10px;
    background-color: #f6f6f6;
}
.header_wizard
{
    text-align: center;
    border-bottom: solid 1px #b2b3b5;
    margin: 0 0 10px 0;
}
.fieldset_wizard
{
    border: none;
    width: 320px;
}
.legend_wizard
{
    font-size: 18px;
    margin: 0px;
    padding: 5px 0px;
    font-weight: bold;
}
.prev, .next
{
    background-color: #b0232a !important;
    padding: 5px 10px !important;
    color: #fff !important;
    text-decoration: none !important;
}
.prev:hover, .next:hover
{
    background-color: #000 !important;
    text-decoration: none !important;
}
.prev
{
    float: left;
}
.next
{
    float: right;
}
#steps
{
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
#steps li
{
    font-size: 24px;
    float: left;
    padding: 10px;
    color: #b0b1b3;
}
#steps li span
{
    font-size: 11px;
    display: block;
}
#steps li.current
{
    color: #000;
}

/**** [Profile] ***********************************************************************************************************************************************/

.permission-functionality-title { margin-top: 10px; padding: 5px 10px; border: 1px solid #989898; border-bottom: 0; background: #BCC2CA; font-weight: bold; }
.permission-icons { width:17px; height: 17px; margin: 0 auto; background: url("../../../App_Themes/Default/Images/jQuery-UI/ui-icons_36x17.png"); }

/**** [Tooltips (jQuery Tools)] ***********************************************************************************************************************************************/

/* CSS Document */

.vSlider
{
    overflow: visible;
    position: relative;
    border: none !important;
    margin-top: 1em;
}
.vSlider ul.mainslider
{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
    display: block;
    border: none !important;
}
.vSlider ul.mainslider li
{
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border: none !important;
    margin: 0;
    padding: 0;
}
.vSlider ul.mainslider li > a
{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    background: transparent;
}
.vSlider ul.mainslider li > a img
{
    background: #fff;
    margin: 0;
    padding: 0;
    display: block;
}


.vSlider span
{
    position: absolute;
    bottom: 20px;
    left: 0px;
    background: #111111;
    width: 60%;
    color: #fff;
    font-size: 11px;
    padding: 10px;
    display: block;
}
.vSlider h1, .vSlider h2, .vSlider h3, .vSlider h4, .vSlider h5
{
    color: #fff !important;
    font-weight: 100;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 18px;
    letter-spacing: 1px;
}
.vSlider ul li div.inline
{
    background: #fff;
}

.vSlider .reset
{
    z-index: 1;
}
.vSlider .active
{
    z-index: 5;
}


.vSlider a.q-prev
{
    background: url(Images/jQuery-VSlider/controls.png) top left no-repeat;
    display: block;
    width: 39px;
    height: 37px;
    position: absolute;
    z-index: 199;
    top: 40%;
    left: 0;
}
.vSlider a.q-prev:hover, a.q-next:hover
{
    opacity: 1;
}
.vSlider a.q-next
{
    background: url(Images/jQuery-VSlider/controls.png) top right no-repeat;
    display: block;
    width: 39px;
    height: 37px;
    position: absolute;
    z-index: 199;
    top: 40%;
    right: 0;
}


.vSlider .controls
{
    background: transparent;
    position: absolute;
    bottom: -17px;
    padding: 5px 8px;
    right: 0px;
    z-index: 99;
}

.vSlider .controls li
{
    position: relative;
    z-index: 9;
    cursor: pointer;
    display: block;
    width: 18px;
    height: 18px;
    background: url(Images/jQuery-VSlider/default.png) no-repeat;
    float: left;
    margin: 0px 2px;
    text-indent: -9999px;
}
.vSlider .controls li.control_active
{
    background: url(Images/jQuery-VSlider/active.png) no-repeat;
}

.ui-autocomplete
{
    max-width: 415px;
}

.pac-container
{
    width: auto !important;
}

.ui-autocomplete, .pac-container
{
    max-height: 100px;
    list-style-type: none;
    border: 1px solid #ddd;
    background: #eee;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    padding-left: 15px;
}

.ui-autocomplete li a, .pac-item
{
    padding: 0.2em 0.4em;
    line-height: 1.5;
    cursor: pointer;
    display: block;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

.ui-autocomplete li a
{
    text-decoration: none;
}

.ui-autocomplete li a .bold-text
{
    font-weight: bold;
}

.pac-item:hover
{
    border: 1px solid #FBCB09;
    background: #FDF5DA;
    border-radius: 4px;
}

.cssWaitGeocode
{
    color: #FF0000;
}

.cssLiContextMenuNowrap
{
    white-space: nowrap;
}

/**** [Import] *******************************************************************************************************************************************/

.cssPageContent .DataConversions {visibility: visible; display: block;}
.cssPageContent .TabConversions {padding: 30px 10px; overflow: hidden;}

.ImportConfigurationContainer { float: left; padding: 15px; overflow:hidden; border: 1px solid #DDD; background: #fff; }

#ImportConfigurationMenu { float: left; border: 1px solid #DDD; background: #FFF; border-right: 0; }
#ImportConfigurationMenu ul { margin: 0; padding: 0; list-style: none; }
#ImportConfigurationMenu ul > li { width: 300px; }
#ImportConfigurationMenu ul > li:first-child { border-bottom: 1px solid #DDD; }
#ImportConfigurationMenu ul > li:first-child .MenuInstructions { display: block; }
#ImportConfigurationMenu a { display: block; padding: 15px; text-decoration: none; color: #333; }
#ImportConfigurationMenu a:hover { background-color: #f8f8f8; color: #F67E1F; }
#ImportConfigurationMenu a.MenuSelected { background-color: #f8f8f8; color: #333; font-weight: bold; cursor: default; }
#ImportConfigurationMenu .MenuInstructions { display: none; height: 215px; padding: 0 30px 15px; margin: 0px; border-top: 1px solid #E6E6E6; background: #F5F5F5; color: #555; line-height: 16px; }
#ImportConfigurationMenu .MenuInstructions ol > li {margin-bottom: 10px; }

#ImportTransformTableConfiguration { display: none; width: 813px; height: 433px; overflow:hidden; }
#ImportTransformTableConfiguration div.NumberSection { display: inline-block; width: 25px; height: 25px; background: url(/App_Themes/Default/Images/Layout/ImportSectionNumber.png) no-repeat 0 0; margin-right: 10px; vertical-align: middle; text-indent: -9999px; }
#ImportTransformTableConfiguration div.NumberSection.n1 { background-position: 0 0; }
#ImportTransformTableConfiguration div.NumberSection.n2 { background-position: -25px 0; }

#ImportConversion { padding: 15px; overflow: hidden; border: 1px solid #DDD; background: #fff;}
#ImportConversionTable { float: left; padding-right: 20px; width: 50%; overflow: hidden; }
#ImportConversionTable-grid { float: left; width: 100%; border: 1px solid #DDD; border-top: 0; outline: none; overflow: hidden; overflow-x: auto; }
#ImportConversionTable-title { padding: 16px 10px; border: 1px solid #DDD; color: #454545; font-weight: bold; background:#f9f9f9; }
#ImportConversionTable-grid a { color: #454545; font-weight: bold; }
#ImportConversionTable-grid table { width: 100%; border:0; }
#ImportConversionTable-grid table th { border: 0; padding: 5px 10px; background: #f9f9f9; border-bottom: 1px solid gainsboro; }
#ImportConversionTable-grid table tr.alternating-row { background: #F8F8F8; }
#ImportConversionTable-grid table td { border: 0; padding: 3px 10px; }

#ImportConversionItem { float: left; width: 50%; overflow: hidden; }
#ImportConversionItem-grid { float: left; width: 100%; border: 1px solid #DDD; border-top: 0; outline: none; overflow: hidden; overflow-x: auto; }
#ImportConversionItem-title { padding: 16px 10px; border: 1px solid #DDD; color: #454545; font-weight: bold; background:#f9f9f9; }
#ImportConversionItem-grid a { color: #454545; font-weight: bold; }
#ImportConversionItem-grid table { width: 100%; border:0; }
#ImportConversionItem-grid table th { border: 0; padding: 5px 10px; background: #f9f9f9; border-bottom: 1px solid gainsboro; }
#ImportConversionItem-grid table tr.alternating-row { background: #F8F8F8; }
#ImportConversionItem-grid table td { border: 0; padding: 3px 10px; }

#ImportSliderContainer { min-height: 100px; max-height: 535px; border: 1px solid #DDD; border-top: 0; outline: none; overflow: auto; }
#ImportSliderContainer-title { float: left; width: 100%; padding: 16px 10px; background:#F9F9F9; border: 1px solid #DDD; color: #454545; font-weight: bold; }
#ImportSliderContainer a { color: #454545; font-weight: bold; }
#ImportSliderContainer table { width: 100%; border:0; }
#ImportSliderContainer table th { border: 0; padding: 5px 10px; background: #f9f9f9; border-bottom: 1px solid gainsboro; }
#ImportSliderContainer table tr.alternating-row { background: #F8F8F8; }
#ImportSliderContainer table td { border: 0; padding: 3px 10px; }

#ImportLayoutContainer-title { padding: 15px; background:#F9F9F9; border: 1px solid #DDD; color: #454545; font-weight: bold; }
#ImportLayoutContainer-title span { padding-right: 30px; }
#ImportLayoutContainer h4 { padding: 7px 0; border: 0; background: transparent; font-size: 1em; }
#ImportLayoutContainer ul { list-style: none; margin-top: 2px; -webkit-padding-start: 20px;}
#ImportLayoutContainer li { margin-bottom: 7px; padding-bottom: 15px; }
#ImportLayoutContainer input[type=text], 
#ImportLayoutContainer select { margin-left: 12px; display: inline-block; }
#ImportLayoutContainer select { width: 251px; }
#ImportLayoutContainer .btnSaveImportlayout { text-align: right; padding-top: 20px; }
#ImportLayoutFields { padding-top: 30px; border: 1px solid #DDD; border-top: 0; }
#ImportLayoutFields .help-block { font-size: 12px; font-style: italic; }

#ImportLayoutGeneral { clear: both; margin-top: 10px; padding: 20px; text-align: right; background: #EEEEEE; }
#ImportLayoutGeneral input[type=text] { width: 70px; }
#ImportLayoutGeneral input[type=submit] { }

.cssImportLayoutFields{ width: 110px; float: left;}
.infoIcon { width: 20px; display: inline-block; margin-left: 8px;}
.infoShow span{color: #4D4D4D; font-size:12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; width: 120px; float: left; text-align: center; }  
.infoShow { background: #FAFAFA; border: 1px solid #F6F6F6; padding: 5px 10px; margin-left: -130px; opacity: 0; visibility: hidden; z-index: 10;       
            position: absolute; border-radius: 3px; box-shadow: 2px 2px 2px #999; transition-property:opacity, margin-top, visibility, margin-left;
            transition-duration:0.4s, 0.3s, 0.4s, 0.3s;  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;} 
.infoIcon:hover .infoShow{ opacity: 1; text-decoration:none; visibility: visible; overflow: visible; display: block;}

li[rel=itinerary][buschartertype=R] > a > .jstree-icon {
    background-position: 0px 0px !important;
}

li[rel=itinerary][buschartertype=R] > ul > li[rel=check_work] > a > .jstree-icon,
li[rel=itinerary][buschartertype=R] > ul > li[rel=direction_work] > a > .jstree-icon {
    background-position: -48px 0px !important;
}

li[rel=itinerary][buschartertype=R] > ul > li[rel=check_home] > a > .jstree-icon,
li[rel=itinerary][buschartertype=R] > ul > li[rel=direction_home] > a > .jstree-icon {
    background-position: -64px 0px !important;
}

li[rel=itinerary][buschartertype=C] > a > .jstree-icon {
    background-position: -416px 0px !important;
}

li[rel=itinerary][buschartertype=C] > ul > li[rel=check_work] > a > .jstree-icon,
li[rel=itinerary][buschartertype=C] > ul > li[rel=direction_work] > a > .jstree-icon {
    background-position: -464px 0px !important;
}

li[rel=itinerary][buschartertype=C] > ul > li[rel=check_home] > a > .jstree-icon,
li[rel=itinerary][buschartertype=C] > ul > li[rel=direction_home] > a > .jstree-icon {
    background-position: -480px 0px !important;
}

li[rel=itinerary][buschartertype=C] > ul > li[rel=check_round] > a > .jstree-icon,
li[rel=itinerary][buschartertype=C] > ul > li[rel=direction_round] > a > .jstree-icon {
    background-position: -625px 0px !important;
}

li[rel=itinerary][buschartertype=I] > a > .jstree-icon {
    background-position: -496px 0px !important;
}

li[rel=itinerary][buschartertype=I] > ul > li[rel=check_work] > a > .jstree-icon,
li[rel=itinerary][buschartertype=I] > ul > li[rel=direction_work] > a > .jstree-icon {
    background-position: -544px 0px !important;
}

li[rel=itinerary][buschartertype=I] > ul > li[rel=check_home] > a > .jstree-icon,
li[rel=itinerary][buschartertype=I] > ul > li[rel=direction_home] > a > .jstree-icon {
    background-position: -560px 0px !important;
}

.contract-service-status .registered { color:#F58634 }
.contract-service-status .delay { color: #F53435; }
.contract-service-status .closed { color:#379EF5 }
.contract-service-status .canceled { color:#BABABA }
.contract-service-status .answered { color:#51E564 }

.loading-locked {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.loading-progress {
    background-color: transparent;
    color: #fff;
    font-family: arial, verdana, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0px 0px 0px 0px;
    width: 183px;
    position: fixed;
    z-index: 1001;
    left: 0px;
    bottom: 0px;
}

.loading-progress .left {
    background-color: #4c68a2;
    color: #fff;
    font-family: arial, verdana, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0px 0px 0px 0px;
    width: 163px;
    float: left;
}

.loading-progress .left .img {
    margin-left: 2px;
    content: url(../../Images/ajax-loader.gif);
}

.loading-progress .right {
    background-color: transparent;
    height: 20px;
    line-height: 20px;
    padding: 0px 0px 0px 0px;
    width: 20px;
    float: right;
}

.loading-progress .right .img {
    content: url(../../Images/UpdateProgressRight.png);
}

.loading-progress .message {
    margin: 0;
    padding: 0;
}

.row-align {
    margin: 0px;
    padding: 0px;
    padding-right: 6%;
}

.row-align .column-left {
    margin: 0px;
    padding: 0px;
}

.row-align .column-left .form-group:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.row-align .column-right {
    margin: 0px;
    padding: 0px;
}

.row-align .column-right .form-group:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.row-align input[type=radio] {
    margin-top: 0px;
}

.map-container {
    padding: 0;
}

.map-container #divMap {
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.select2-results li {
    display: flex;    
}

.difference-unitarrival .positive {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: red;
}

.difference-unitarrival .negative {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: limegreen;
}

.radius-exceeded .positive {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: red;
}

.radius-exceeded .negative {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: green;
}

.max-distance .positive {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: red;
}

.max-distance .negative {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: green;
}

.max-distance .empty {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: #333333;
}

.difference-timetable .positive {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: red;
}

.difference-timetable .negative {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: limegreen;
}

.routetimetable-registered .without {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: black;
}

.routetimetable-registered .early {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: darkorange;
}

.routetimetable-registered .ontime {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: limegreen;
}

.routetimetable-registered .late {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: red;
}

.difference-itinerary-performance .neutral {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: black;
}

.difference-itinerary-performance .positive {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: red;
}

.difference-itinerary-performance .negative {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: limegreen;
}

.difference-index-intersection .positive {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: red;
}

.difference-index-intersection .negative {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: limegreen;
}

.difference-distance .positive {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: red;
}

.difference-distance .negative {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: limegreen;
}

.difference-distance .neutral {
    font-size: 12px;
    padding: 5px 10px 0px 0px !important;
    color: black;
}

.device-or-reading-status .normal {
    font-size: 12px;
    font-weight: normal;
    padding: 5px 10px 0px 0px !important;
    color: black;
}

.device-or-reading-status .attention {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px 0px 0px !important;
    color: gold;
}

.device-or-reading-status .critical {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px 0px 0px !important;
    color: red;
}
