/* Essentials */

html, div, map, dt, isindex, form, header, aside, section, section, footer
{
    display: block;
}

html, body
{
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-family: Verdana, Helvetica, Arial, Verdana, sans-serif !important;
    background: #F8F8F8;
    font-size: 11px !important;
}

select
{
    cursor: pointer;
}

.btnRed
{
    border: 0 none;
}

.btnRed:disabled
{
    background: #EDEDED;
    color: #808080 !important;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#EAEAEA,#DBDBDB);
    border: 1px solid #A1A1A1 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Header */

header#header
{
    height: 65px;
    width: 100%;
    background: #FFFFFF url(images/body.png) repeat-x;
}

header#header div.site_title, header#header h2.section_title
{
    float: left;
    margin: 0 auto;
    font-size: 17px;
    display: block;
    width: 23%;
    height: 65px;
    font-weight: bold;
    text-align: center;
    line-height: 62px;
    color: #000;
}

header#header div.site_title h1
{
    text-align: center;
}

header#header div.site_title img
{
    padding-top: 2px;
    position: relative;
}

header#header h2.section_title
{
    text-align: center;
    text-indent: 4.5%;
    width: 68%;
}

.componentHeader
{
    color: #B8251D;
}

/* Secondary Header Bar */

section#secondary_bar
{
    height: 38px;
    width: 100%;
    background: #F1F1F4 url(images/secondary_bar.png) repeat-x;
}

section#secondary_bar .user
{
    float: left;
    width: 28%;
    height: 38px;
}

.user p
{
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    float: left;
    width: 83%;
    height: 35px;
    line-height: 32px;
    text-indent: 10px;
    position: relative;
}
.user div
{
    float: left;
    margin-top: 5px;
    width: 8%;
    margin-left: 6%;
    position: relative;
}

.user a
{
    text-decoration: none;
    color: #FFFFF9;
    font-size: 10px;
}

.user a:hover
{
    color: #FFEFEF;
}

/* Sidebar */

aside#sidebar
{
    width: 19%;
    background: #E0E0E3 url(images/sidebar.png) repeat;
    float: left;
    margin-top: 7px;
    margin-left: 1%;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: #b2aaaa 1px solid;
}

aside#sidebar:hover
{
    box-shadow: 0 0 10px rgba(189, 189, 189, 0.9);
    -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.9);
    -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.9);
}

#sidebar hr
{
    border: none;
    outline: none;
    background: url(images/sidebar_divider.png) repeat-x;
    display: block;
    width: 100%;
    height: 2px;
}

/* Sidebar Menu */

#sidebar .divHeader
{
    color: #FFFFFF;
    margin: 2% 0px 0px 2%;
    display: block;
    float: left;
    width: 96%;
    height: 28px;
    background: url(images/secondary_bar.png) repeat-x;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

#sidebar .divHeader h3
{
    margin-top: 7px;
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 15px;
    width: 200px;
}

#sidebar ul
{
    margin: 0;
    padding: 0;
}

#sidebar ul li
{
    list-style: none;
    margin: 0 0 0 12%;
    padding: 0;
}

#sidebar ul li a
{
    color: #666666;
    padding-left: 25px;
    text-decoration: none;
    display: inline-block;
    height: 17px;
    line-height: 17px;
    text-shadow: 0 1px 0 #fff;
    margin-top: 5px !important;
}

#sidebar ul li a:hover
{
    color: #444444;
}

/* Sidebar Icons */

#sidebar li.icn_car a
{
    background: url(images/car-small.png) no-repeat center left;
}
#sidebar li.icn_user a
{
    background: url(images/user.png) no-repeat center left;
}
#sidebar li.icn_rail a
{
    background: url(images/rail.png) no-repeat center left;
}
#sidebar li.icn_baliza a
{
    background: url(images/baliza.png) no-repeat center left;
}
#sidebar li.icn_map a
{
    background: url(images/map.png) no-repeat center left;
}
#sidebar li.icn_mala a
{
    background: url(images/mala.png) no-repeat center left;
}

#sidebar p
{
    color: #666666;
    padding-left: 6%;
    text-shadow: 0 1px 0 #fff;
    margin: 10px 0 0 0;
}

#sidebar a
{
    color: #666666;
    text-decoration: none;
}

#sidebar a:hover
{
    text-decoration: underline;
}

#sidebar footer
{
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Main Content */

section#main
{
    width: 79%;
    float: left;
    margin-top: -2px;
}

section#main .center
{
    margin: 20px 3% 0 3%;
}

section#main .center #logoDefault
{
    padding-left: 30%;
    padding-top: 15%;
}

/* Module Widths */

.width_full
{
    width: 95%;
}

.width_half
{
    width: 46%;
    margin-right: 0;
    float: left;
}

.width_quarter
{
    width: 26%;
    margin-right: 0;
    float: left;
}

.width_3_quarter
{
    width: 66%;
    margin-right: 0;
    float: left;
}

.width_left_map
{
    width: 27.1%;
    margin-right: 0;
    float: left;
}

.width_right_map
{
    width: 72.6%;
    margin-right: 0;
    float: right;
}

/* SysGridView e DetailsView */
.header
{
    display: block;
    height: 32px;
    width: 100%;
    background: #F1F1F4 url(images/secondary_bar.png) repeat-x;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF;
    font-size: 12px;
}

.header h3
{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 20px;
    padding-top: 10px;
}

.header h3 .rightContent
{
    float: right;
    margin-top: -10px !important;
    margin-right: 5px;
}

.header h2
{
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 7px;
}

.gridDetailsClass
{
    color: Black;
    background-color: white;
    border: 1px solid #DEDEE1;
    padding: 4px;
    width: 100%;
    font-size: 11px;
}

.gridFooter
{
    background-color: #F4F4F7;
}

.gridEmpty
{
    font-size: 12px;
}

.gridRowBorder
{
    border: 1px solid #DEDEE1;
}

.gridEmpty .spanNenhumReg
{
    margin-left: 4px;
}

.gridDetailsClass:hover, .gridDetailsClass caption:hover
{
    box-shadow: 0 0 25px 0 rgba(189, 189, 189, 0.9);
    -webkit-box-shadow: 0 0 25px 0 rgba(189, 189, 189, 0.9);
    -moz-box-shadow: 0 0 25px 0 rgba(189, 189, 189, 0.9);
}

.gridDetailsClass input[type=text], .gridDetailsClass textarea
{
    border: #DEDEE1 1px solid;
    font-family: Verdana, Helvetica, Arial, Verdana, sans-serif;
    font-size: 11px;
}

.gridDetailsClass input[type=text]:focus, .gridDetailsClass select:focus, .gridDetailsClass textarea:focus, .dropCliente:focus
{
    outline: none;
    color: #666666;
    border: 1px solid #B8251D;
    -webkit-box-shadow: inset 0 1px 1px #ccc, 0 0 2px #B8251D;
    -moz-box-shadow: inset 0 1px 1px #ccc, 0 0 2px #B8251D;
    box-shadow: inset 0 1px 1px #ccc, 0 0 2px #B8251D;
}

.gridDetailsClass caption
{
    color: red;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #FFFFFF;
    border: #DEDEE1 1px solid;
}

.gridPager
{
    background: url(images/table_pager.png) repeat-x;
    height: 31px;
    font-size: 8.5pt;
    text-align: left;
    border-top: #DEDEE1 1px solid;
    border-bottom: #DEDEE1 1px solid;
}

.gridPager td
{
    vertical-align: middle;
    text-align: inherit;
}

.gridPager select, .detailsEdit select, .dropCliente
{
    font-size: 8.5pt;
    vertical-align: middle;
    border: #DEDEE1 1px solid;
}

.gridHeader
{
    color: #666;
    font-weight: bold;
    height: 28px;
    background: url(images/table_sorter_header.png) repeat;
}
.gridHeader th{text-align:center !important;}
.gridHeaderMerge th{text-align:center !important;}
.gridHeader a, .gridHeader a:visited
{
    color: #164365;
    text-decoration: none;
}

.gridDetailsRow
{
    background-color: #FFFFFF;
    height: 25px;
    margin:2px;
}

.gridDetailsAlternatingRow
{
    background-color: #EDEDF2;
    height: 25px;
}

.gridSelectedRow
{
    background-color: #B8251D;
    height: 25px;
    color: White;
    font-weight: bold;
    margin:2px;
}

.gridFotter
{
    background-color: #FFFFFF;
    height: 30px;
}
.gridDetailsAlternatingRow td,th { padding: 2px 3px 2px 3px !important;}
.gridSelectedRow td,th { padding: 2px 3px 2px 3px !important;}
.gridDetailsRow td,th { padding: 2px 3px 2px 3px !important;}

.detailsHeader
{
    height: 19px;
    background: #F1F1F4 url(images/secondary_bar.png) repeat-x;
}

.detailsHeader td
{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 20px;
    padding-top: 2px;
    font-weight: bold;
}

.detailsEdit
{
    color: black;
    background-color: #F5F5F5;
    height: 20px;
    font-weight: bold;
}

.detailsFieldHeader
{
    width: 280px;
    text-align: right;
    padding-right: 9px;
}

.detailsFooter
{
    background-color: #FFFFFF;
    height: 30px;
}
.detailsFooter input
{
    background-color: Transparent;
}
.detailsFooter td
{
    border-top: #000066 2px solid;
}

.detailsCommand
{
    vertical-align: middle;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    height: 50px;
    border-top: #DEDEE1 1px solid;
}

.detailsEmpty
{
}

.detailsEmpty a
{
    line-height: 30px;
}

.btnGreen
{
    background: green !important;
}

.detailsCommand a, .detailsEmpty .btnNew, .btnRed
{
    background: #F1F1F4 url(images/divHeader.png) repeat-x;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-user-select: none;
    -webkit-box-shadow: 2px 2px 3px #361E1E;
    -moz-box-shadow: 2px 2px 3px #361E1E;
    box-shadow: 2px 2px 3px #361E1E;
    text-decoration: none;
    font-size: 11px;
}

.detailsCommand a:active, .detailsEmpty .btnNew:active, .btnRed:active
{
    position: relative;
    -webkit-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45), inset 0 0px 1px rgba(0, 0, 0, 0.9);
}

.gridPager input[type=text]
{
    height: 15px !important;
    font-size: 11px !important;
}

.detailsCommand a:hover, .detailsEmpty .btnNew:hover, .btnRed:hover
{
    background: #e6e6e6;
    color: #000000;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#EAEAEA,#DBDBDB);
}


/* Update Progress */

.updateProgressBox
{
    left: 50%;
    top: 50%;
    width: 228px;
    margin-left: -114px;
    margin-top: -31px;
    background-color: #FFFFFF;
    cursor: wait;
    position: fixed;
    border: #B8251D 2px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 2000000000000000;
}
.updateProgressBox tr
{
    height: 53px;
}

.updateProgressBox img
{
    margin-bottom: 2px;
}

.updateProgressBox tr td
{
    height: 13px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}

/* TextArea */
.textAreaNotResize
{
    resize: none;
}

/* Other Footer */
#footerAll
{
    height: 38px;
    width: 100%;
    background: #F1F1F4 url(images/secondary_bar.png) repeat-x;
    bottom: 0px;
    text-align: center;
    display: table;
    position: absolute;
}
#footerAll span
{
    font-weight: bold;
    color: White;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 5px;
}

/* Login */
.divCenter
{
    background: #fefefe;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: #b2aaaa 1px solid;
    color: #444;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    height: 300px;
    width: 402px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -205px;
    z-index: 50;
}
.divCenter .boxBody
{
    background: #fefefe;
    border-top: 1px solid #dde0e8;
    border-bottom: 1px solid #dde0e8;
    padding: 2px 20px;
    height: 190px;
}

.divCenter .boxBody .loginBody
{
    margin-top: 12px;
}

.divCenter footer, .wizardNavigation
{
    background: #777777;
    border-top: 1px solid #fff;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.divCenter footer #links
{
    width: 50%;
}

.divCenter label
{
    display: block;
    font: 14px/22px Arial, Helvetica, Sans-serif;
    margin: 4px 0 0 6px;
    font-weight: bold;
}
.divCenter input[type=text], .divCenter input[type=password], .wizardText, .wizard input[type=text], .wizard input[type=password]
{
    border: 4px solid #D6D8D8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    padding: 6px 4px;
    width: 340px;
    display: block;
}

.divCenter a:active
{
    color: #f84747;
}
.divCenter .btnRed
{
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: 50px;
    line-height: 20px;
    margin-top: -5px;
}

.divCenter .loginFooterLink
{
    float: left;
    color: #FFFFFF;
    font-size: 11px !important;
    font-weight: bold;
    margin-left: 20px;
    padding-top: 9px;
}

.divCenter .spanCenter
{
    font-size: 13px;
    margin: 0 auto;
    font-weight: bold;
}

.loginRequired
{
    color: Red;
    font-size: 12px;
    position: relative;
}

.errorMessage
{
    margin-left: 6px;
    color: Red;
    font-size: 11px;
    font-weight: bold;
}

.headerLogin
{
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
/* Logoff */

.logoff
{
    float: right;
    width: 5%;
}

.logoff a
{
    display: inline-block;
    line-height: 32px;
    float: right;
    margin-right: 15px;
    color: White;
    font-weight: bold;
    text-decoration: underline;
    font-size: 10px;
    cursor: pointer;
}

/* Registro de usuário Wizard */
.wizardStep
{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 25px;
}

.wizardHeader
{
    color: White;
    display: block;
    height: 24px !important;
    font-size: 14px;
    background: #F1F1F4 url(images/secondary_bar.png) repeat-x;
    border-style: none !important;
    border-width: 0px !important;
    font-weight: bold;
    padding-left: 18px;
    padding-top: 7px;
    position: absolute;
    margin-top: 11px;
    width: 382px;
    white-space: nowrap;
}
.wizard
{
    background: #fefefe;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border: #b2aaaa 1px solid;
    border-radius: 12px;
    color: #444;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    height: 300px;
    width: 402px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -205px;
    border-collapse: separate !important;
    z-index: 50;
}

.wizard input[type=text], .wizard input[type=password], .divCenter input[type=text], .divCenter input[type=password]
{
    background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);
}

.wizard .btnRed
{
    margin-right: 25px;
}

.wizard input[type=text], .wizard input[type=password]
{
    margin-left: 19px;
    margin-top: 15px;
}

.wizardNavigation
{
    height: 50px !important;
}

.wizardSpan
{
    float: left;
    margin-left: 30px;
}
.wizardError
{
    float: left;
    margin-left: 25px;
    margin-right: 25px;
}

.wizard input[type=text], .wizard input[type=password]
{
    width: 340px !important;
}

/* Seleção Cliente */
.selecaoCliente
{
    float: right;
    margin-right: 10px;
    height: 32px;
}

.selecaoCliente span
{
    font-weight: bold;
    color: White;
}

.dropCliente
{
    width: auto;
}

.selecaoCliente table
{
    height: 32px;
}

/* tableUploadImages */
.tableUpload tr th
{
    text-align: left;
}

/* mapa */
#mapParent
{
    height: 78%;
    width: 100%;
}

#map
{
    height: 100%;
    width: 100%;
}

.mapMaster
{
    width: 100%;
}

.divButtonsMap
{
    padding-top: 5px;
    cursor: pointer;
}

.buttonsMap
{
    direction: ltr;
    overflow: hidden;
    text-align: center;
    position: relative;
    color: rgb(0, 0, 0);
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    background-color: rgb(255, 255, 255);
    padding: 1px 6px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.14902);
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    min-width: 28px;
    font-weight: 500;
    float: left;
    border: 1px solid #C1BFB8;
}

.buttonsMap:hover
{
    background-color: #EBEBEB;
}

.buttonsMapDisableHover:hover
{
    background-color: rgb(255, 255, 255) !important;
}

.buttonsMapII
{
    direction: ltr; overflow: hidden; text-align: center; position: relative; 
    color: rgb(86, 86, 86); font-family: Roboto, Arial, sans-serif; 
    -webkit-user-select: none; font-size: 11px; padding: 8px; 
    border-bottom-right-radius: 2px; border-top-right-radius: 2px; -webkit-background-clip: 
    padding-box; box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px; 
    border-left-width: 0px; min-width: 37px; background-color: rgb(255, 255, 255); 
    background-clip: padding-box;
    margin-top:5px;
    margin-bottom:24px;
}
.buttonsMapII:hover
{
    background-color: #EBEBEB;
}

.buttonsMapIIDisableHover:hover
{
    background-color: rgb(255, 255, 255) !important;
}
/* diversos */
.clicavel
{
    cursor: pointer;
    float:right;
}

.link:hover
{
    text-decoration: underline;
}

/* painel filtro */
.divFiltro
{
    width: 100%;
    background: #E0E0E3 url(images/sidebar.png) repeat;
    border-radius: 9px;
    border: #b2aaaa 1px solid;
    font-weight: bold;
    color: #164365;
    min-height: 55px;
    height: inherit;
    text-align: center;
    padding: 5px;
}

.divFiltro *
{
    font-size: 11px;
}

.filtroItens
{
    display: inline-block;
    margin-top: 11px;
}

.filtroItens input[type=submit]
{
    margin-top: -1px;
}

.subItens
{
    float: left !important;
}
.filtroItens span, .filtroItens input[type=text], .filtroItens img, .filtroItens table
{
    float: left;
    position: relative;
}

.dataTimer table, .dataTimer span
{
    float: none !important;
}

.filtroItens span
{
    margin-right: 6px;
    margin-left: 6px;
    padding-top: 4px;
}
.filtroItens .clicavel
{
    padding-top: 4px;
    padding-right: 6px;
}

.divFiltro:hover
{
    box-shadow: 0 0 10px rgba(189, 189, 189, 0.9);
    -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.9);
    -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.9);
}

/* tabela de horarios */
#mainTable
{
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
    background-color: #EDEDF2;
    display: table;
    border-spacing: 2px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
    table-layout: fixed;
}
#mainTable thead
{
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

#mainTable tr
{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

#mainTable tr td
{
    height: 19px;
    text-align: center;
}

#mainTable thead th
{
    vertical-align: middle;
    text-align: center;
    background: #808080;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
}

.mainTableCiclos
{
    font-size: 9px;
    white-space: nowrap;
    font-weight: normal !important;
    color: #000000 !important;
}

#mainTable th, #mainTable td
{
    padding: 8px;
    line-height: 20px;
    border: 1px solid #dddddd;
}

#mainTable tbody > tr:nth-child(odd) > td, #mainTable tbody > tr:nth-child(odd) > th
{
    background-color: #FFFFFF;
}

.mainTableNew
{
    font-weight: bold;
    color: #A5A5A5;
    font-style: italic;
}

.error
{
    border: 2px solid red !important;
}

/******************************************/
/**************CSS Popup Marker************/
/******************************************/
.bordaBox
{
    background-color: transparent;
    width: auto;
}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b4, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b, .bordaBox .b4b
{
    display: block;
    overflow: hidden;
    font-size: 1px;
}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b
{
    height: 1px;
}
.bordaBox .b2, .bordaBox .b3, .bordaBox .b4
{
    background: #CECECE;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
.bordaBox .b1
{
    margin: 0 5px;
    background: #999;
}
.bordaBox .b2
{
    margin: 0 3px;
    border-width: 0 2px;
}
.bordaBox .b3
{
    margin: 0 2px;
}
.bordaBox .b4
{
    height: 2px;
    margin: 0 1px;
}
.bordaBox .conteudo
{
    padding: 5px;
    display: block;
    background: #CECECE;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    white-space: nowrap;
}
/******************************************/
/* Modal */
#basic-modal-content
{
    display: none;
}

/* Overlay */
#simplemodal-overlay
{
    background-color: #000;
}

/* Container */
#simplemodal-container
{
    height: 360px;
    width: 600px;
    color: #bbb;
    background-color: #FFFFFF;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: #B1251C 3px solid;
    padding: 12px;
}
#simplemodal-container .simplemodal-data
{
    padding: 8px;
}
#simplemodal-container code
{
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}
#simplemodal-container a
{
    color: #ddd;
}
#simplemodal-container a.modalCloseImg
{
    background: url(images/close.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

/* Viagem Tabela Horário */
.viagemDivContainer
{
    overflow: auto;
}

.viagemDiv
{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}
.viagemDiv .viagemDivTableBody
{
    width: 100%;
}
.viagemDiv .viagemDivTableHeader, .viagemDiv .viagemDivTableBody
{
    border-collapse: collapse;
}
.viagemDiv .viagemDivTableHeader thead > tr
{
    border: 1px solid #000000;
}

.viagemDivTableHeader thead tr th
{
    width: 1px !important;
}

.viagemDiv .viagemDivTableHeader thead tr th, .viagemDiv .viagemDivTableBody thead tr th
{
    font-weight: bold;
}
.viagemDiv .viagemDivTableHeader thead tr th, .viagemDiv .viagemDivTableBody thead tr th, .viagemDiv .viagemDivTableHeader tbody tr td, .viagemDiv .viagemDivTableBody tbody tr td
{
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
}
.viagemDiv .viagemDivTableBody
{
    margin-top: 17px;
}
.viagemDiv .viagemDivTableBody thead > tr
{
    border-bottom: 1px solid #000000;
}
.viagemDiv .subTitle
{
    font-weight: bold;
    text-align: right;
}
.viagemDiv .viagemDivTableBody tbody > tr:nth-child(odd) > td, .viagemDiv .viagemDivTableBody tbody > tr:nth-child(odd) > th, .viagemDiv .viagemDivTableHeader tbody > tr:nth-child(odd) > td, .viagemDiv .viagemDivTableHeader tbody > tr:nth-child(odd) > th
{
    background-color: #EDEDF2;
}

.viagemDiv .divisor
{
    height: 2px;
    background-color: #A5241C;
}

.viagemDiv .center
{
    text-align: center;
}

.viagemDiv .right
{
    text-align: right;
}

.container
{
    width: 100%;
    float: left;
}

.gridHeaderMerge
{
    color: #666;
    font-weight: bold;
    height: 28px;
    background: url(Images/table_sorter_header_merge.png) repeat;
}

.gm-style-iw
{
    overflow: visible !important;
    height: auto !important;
    width: auto !important;
}

.tooltip
{
    margin: 0;
    padding: 2px 0.5ex;
}