/* default */
html {
}

body {
    background-color: white;
}

strong, b {
    font-weight: bold;
}

.top-menu-holder {
    width: 400px;
}

.btn {
    border-radius: 0px;
    border: none !important;
    padding: 14px 20px;
}

.btn-primary {
    background-color: #ec6957;
    background-image: none;
}

    .btn-primary:hover {
        background-color: #f5b5ac;
        background-image: none;
    }

a {
    color: #ec6957;
    font-size: inherit; /* 12px; */
    text-decoration: underline;
}

    a:hover {
        color: #ec6957;
        text-decoration: underline;
    }

    a.secondary-link {
        color: #576064;
        font-size: 10px;
        text-decoration: underline;
    }

        a.secondary-link:hover {
            color: #576064;
            text-decoration: underline;
        }

    .txt-upper, a.txt-upper {
        text-transform: uppercase;
    }

        a.txt-upper:hover {
            text-transform: uppercase;
        }

/*.navbar-inner,.navbar,.navbar-top,.nav {*/
.reset-navbar {
    border: none !important;
    /* background-image: none !important; */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
}

.navbar-inner {
    /* Prod 
    background-color: #333333;
    background-image: url('/Assets/img/header-bg.jpg');*/
    /* For LXM Training Only */
    background-image: none;
    background-color: #006400;
    /* For LXM Staging Only 
    background-image: none;
    background-color: #0000A0;*/
    /* For LXM DEV Only 
    background-image: none;
    background-color: lightpink;*/
    /* For Local DEV Only 
    background-image: none;
    background-color:orange ;*/

    background-repeat: no-repeat;
    background-position: top left;
    min-height: 128px;
    padding: 0;
    margin: 0;
}

.container-fluid {
}

.navbar .nav > li > a {
    float: none;
    padding: 0px 0px 0px;
    color: #fff;
    text-decoration: none;
    text-shadow: none !important;
}

    .navbar .nav > li > a:hover {
        float: none;
        padding: 0px 0px 0px;
        color: #fff;
        text-decoration: none;
        text-shadow: none !important;
    }

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.txt-left {
    text-align: left;
}

/* Navigation */
.navbar-top + .navbar-top {
    display: none;
}

.main-btn, .create-btn {
    height: 40px;
    margin: -1em 10px 0;
    padding-top: 30px!important;
}

.create-btn {
    float: right!important;
}

.header .nav {
    margin-top: 65px;
}

.header .top-menu {
    margin-top: 10px; /* border:1px solid orange; */
}

    .header .top-menu + .nav { /* border:1px solid green; */
    }

.top-nav-btn {
    font-size: 11px;
    margin: 10px 10px -1em;
}

.navbar .nav {
    left: auto;
}

    .navbar .nav > li.pull-right {
        float: right;
    }

.header ul, .header .nav > li.pull-right a {
    padding-right: 0!important;
    margin-right: 0!important;
}

.top-menu-holder {
    position: relative;
}

.top-menu {
    position: absolute!important;
    top: 0!important;
    right: 0!important;
}

#logo {
    margin-top: 0;
}

.span2 {
    /*debug */
}

.page-desc {
}

.sort-by {
    margin-top: 10px;
}

.btn-create-report {
    margin-top: 5px;
    margin-left: 20px;
}

.select {
    background-color: white;
    border: 1px solid #d9d9d9;
    width: 219px;
    height: 35px;
    text-align: left;
}

.select-toggle {
    width: 204px;
    height: 35px;
    display: block;
    padding-left: 15px;
    padding-top: 7px;
    text-align: left;
}

a.select-toggle {
    color: #b4b4b4;
    text-align: left;
    text-decoration: none;
}

    a.select-toggle:hover {
        color: #b4b4b4;
        text-align: left;
        text-decoration: none;
    }

.divider {
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
}

.footer-txt {
    margin-top: 20px;
    margin-bottom: 20px;
}

.copyright-txt {
    color: #454547;
}

.main-menu-list {
    margin: 20px 20px;
}

.small-label {
    font-size: 9px;
}

.space {
    height: 30px;
}

.btn-padding {
    margin-right: 20px;
}

.score {
    width: 100px;
    height: 100px;
    background-color: red;
}

.span-bdr-right {
    border-right: 1px solid #c9cacc;
}


.accordion-heading-custom {
    background-color: #ddd;
    padding: 4px;
    /*background-color:#ec6957;*/
    border: 1px solid #ec6957;
}

.data-border {
    border: 1px solid #ccc;
}

/* MAX WIDTH ***/
/* ------------------------------------------------------------------------------ */

@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
/* ------------------------------------------------------------------------------ */

@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
/* ------------------------------------------------------------------------------ */

@media (max-width: 767px) {
}

/* ------------------------------------------------------------------------------ */

@media only screen and (max-width: 800px) {

    body {
        margin: 0;
        padding: 0;
    }

    #logo {
        position: absolute;
    }

    .header, .navbar {
        margin: 0;
        padding: 0;
    }

    .page-desc {
        margin-left: 20px;
    }

    .btn-create-report {
        margin: 0 auto;
        margin-top: 5px;
    }

    .sort-by {
        margin-top: 10px;
        margin: 0 auto;
    }

    .page-desc {
        margin: 5px 10px 10px 20px;
    }

    .copyright-txt {
        margin-left: 20px;
    }

    .footer-txt {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 300px;
    }
}


/* -- SMW -- */

/* Fonts */
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, button, select, option, textarea, label.checkbox {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

body, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, button, select, option, textarea, label.checkbox {
    font-weight: 300!important;
}

label, dt {
    font-weight: bold!important;
    /*font-size: 8px;
    color: #acacac;*/
    font-size: 12px;
    color: #576064;
}

    label.checkbox {
        font-weight: normal;
        font-size: inherit;
        color: inherit;
    }

.btn {
    text-shadow: none;
}

dt {
    margin-top: 1.5em;
}

dd {
    margin: 0;
}

/* Page structure */
input[type="text"], input[type="password"], select {
    max-width: 280px;
}

.container-fluid {
    padding: 0;
}

.row-fluid, .header {
    max-width: 1200px;
    margin: 0 auto;
}
/* .row-fluid .span3 .row-fluid { max-width:280px; } */
#logo {
    margin-left: -30px;
}

/* Form styles */
.row-fluid [class*="span"] {
    min-height: 1.5em;
}

select, textarea, a.dropdown-toggle,
input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"],
input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
    border-color: #d9d9d9;
    color: darkslategrey; /* #b4b4b4;  (RL 24/02/2014)*/
    height: auto;
    padding: 0.5em 1em;
}

    select:focus, textarea:focus, a.dropdown-toggle:focus,
    input[type="text"]:focus, input[type="password"]:focus,
    input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus,
    input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
    input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus,
    input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
        color: #454547;
        background-color: #f7f7f7!important;
        box-shadow: none!important;
    }

.view select, .view textarea, .view a.dropdown-toggle,
.view input[type="text"], .view input[type="password"],
.view input[type="datetime"], .view input[type="datetime-local"], .view input[type="date"],
.view input[type="month"], .view input[type="time"], .view input[type="week"],
.view input[type="number"], .view input[type="email"], .view input[type="url"],
.view input[type="search"], .view input[type="tel"], .view input[type="color"], .view .uneditable-input {
    color: #454547;
}



select.btn {
    background: #ec6957;
    color: white;
    padding: 4px 6px;
}

.pagination ul {
    margin: 0;
}

    .pagination ul li a {
        margin: -1px;
    }

    .pagination ul li a { /* height:30px; line-height:30px; /* font-size:14px; */
        line-height: 35px;
    }

.pagination ul {
    box-shadow: none;
}

    .pagination ul > li:first-child > a, .pagination ul > li:first-child > span,
    .pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
        border-radius: 0;
    }

    .pagination ul li a {
        color: #999;
    }

    .pagination ul li.active a {
        background: #ec6957;
        color: white;
    }

/* Icons */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    width: 18px;
    height: 18px;
    background-image: url("../img/icons-navigation.png");
}

.nav-list a:hover [class^="icon-"],
.nav-list a:hover [class*=" icon-"],
.nav-list > .active > a [class^="icon-"],
.nav-list > .active > a [class*=" icon-"],
.nav-list > .active > a:hover [class^="icon-"],
.nav-list > .active > a:hover [class*=" icon-"] {
    background-image: url("../img/icons-navigation-orange.png")!important;
    color: #ec6957;
}

.nav-list a.accordion-toggle:hover [class^="icon-"],
.nav-list a.accordion-toggle:hover [class*=" icon-"],
.nav-list > .active > a.accordion-toggle:hover [class^="icon-"],
.nav-list > .active > a.accordion-toggle:hover [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-orange.png") !important;
    color: #ec6957;
}

.icon-train {
    background-position: -18px -14px;
}

.icon-car {
    background-position: -18px -56px;
}

.icon-look {
    background-position: -18px -99px;
}

.icon-tags {
    background-position: -18px -140px;
}

.icon-gears {
    background-position: -18px -182px;
}

.icon-alert {
    background-position: -18px -224px;
}

.icon-light-bulb {
    background-position: -18px -264px;
}

.icon-binoculars {
    background-position: -18px -308px;
}

.icon-users {
    background-position: -18px -348px;
}




.icon-paperclip {
    background-position: -18px -392px;
}

.icon-send {
    background-position: -18px -434px;
}

.accordion-inner {
    padding: 1em 0;
}

.accordion-group {
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin: 0;
    border-bottom: none;
}

.icon-chevron {
    background-image: url("../img/glyphicons-halflings.png");
    background-position: -313px -119px;
}

.active .icon-chevron {
    background-image: url("../img/glyphicons-halflings-orange.png");
    background-position: -288px -120px;
}

.icon-locked {
    background-image: url("../img/icons.png");
    background-position: -32px -98px;
    width: 26px;
    height: 26px;
}

.nav-list > li > a {
    background-color: #f0f0f0;
    color: #454547;
    border: 1px solid #d9d9d9;
    margin-top: -1px;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

.nav-list > li > a {
    padding: 1em 1.5em;
    line-height: 1em;
    display: block;
}

.nav-list > li.active > a {
    background-color: white!important;
    /*border-top: none; V 2.1.0.2
    border-bottom: none;*/
    color: #ec6957;
    text-shadow: none;
}

.nav-list > li:hover > a {
    color: #ec6957;
}

/**/
.add-on-table .thead div {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
}

.add-on-table .tbody div {
    border: 1px solid #d9d9d9;
    border-left-style: dotted;
    border-right-style: dotted;
}

.add-on-table label {
    background: #f0f0f0;
    margin: 0;
    padding: 0 0 0 1em;
}

.add-on-table .input-append input {
    background: white;
    text-align: right;
    box-shadow: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.add-on-table .input-append .add-on {
    background: white;
    text-align: left;
    border-radius: 0!important;
    color: #999;
    margin-top: 1px;
    border: none;
    padding-left: 0;
    padding: 0.4em 0; /* padding:4px 5px; */
}

.date {
    border-right: none;
}

    .date .add-on {
        border-radius: 0!important;
        background-color: white;
        border-left: none;
    }

/**/
.view .edit, .edit .view {
    display: none;
}

.edit .button-bar {
    background: #00b185;
    padding: 1em 0;
    max-width: 100%;
    color: white;
}

.score {
    background: #ec6957;
    color: white;
    padding: 1em 0;
}

    .score label {
        color: white;
        font-size: 10px;
    }

    .score i {
        background-image: url("../img/glyphicons-halflings-white.png");
    }

/* Remove border around inputs */
.view input:not(.nontrack), .view select:not(.nontrack),  .view a.dropdown-toggle {
    /*border: none!important;*/
    background: white!important;
    /*padding: 0.5em 0;*/
    box-shadow: none;
    cursor: text;
}
.view textarea {
    /*border: none!important;*/
    /*padding: 0.5em 0;*/
    box-shadow: none;
    cursor: text;
    background-color:rgb(238, 238, 238)!important;
}


    /* This was completely hiding the check boxes in view mode in IE (including v10)*/
    /*.view input[type="checkbox"]
    {
        display: none;
    }*/

    .view select + span {
        display: inline-block;
        width: 16px;
        height: 32px;
        background: white;
        position: absolute;
        margin-left: -16px;
    }

/* Buttons */
.btn-primary {
    background-color: #ec6957;
    background-image: none;
}

    .btn-primary:hover {
        background-color: #f5b5ac;
        background-image: none;
    }

.btn-secondary {
    background-color: #454547;
    background-image: none;
    color: white;
}

    .btn-secondary:hover {
        background-color: #454547;
        background-image: none;
        color: white;
    }

	.btn-secondary:focus {
        background-color: #454547;
        background-image: none;
        color: white;
        border: 3px solid rgb(51,153,255) !important;
    }

    .cancel:focus {
        border: 3px solid rgb(51,153,255) !important;
    }

.btn-tertiary {
    background-color: #f0f0f0;
    background-image: none;
}

    .btn-tertiary:hover {
        background-color: #f0f0f0;
        background-image: none;
    }

.edit .btn-tertiary:hover {
    color: #00b185;
}

/* Select dropdown fields */
a.dropdown-toggle {
    border: 1px solid #ccc!important;
    background: white;
    border-radius: 0!important;
    padding: 0.5em 1em;
}

    a.dropdown-toggle:hover, a.dropdown-toggle:focus {
        border-color: #ec6957!important;
        background: white;
    }

.edit a.dropdown-toggle:hover, .edit a.dropdown-toggle:focus, input:hover, input:focus {
    border-color: #00b185!important;
    background: white;
    color: #454547;
}

a.dropdown-toggle.btn-primary, a.dropdown-toggle.btn-primary:hover, .a.dropdown-toggle.btn-primary:focus {
    background: #ec6957!important;
    border-color: #ec6957!important;
    color: white;
}

ul.dropdown-menu {
    top: 2em;
    width: 100%;
}

.view ul.dropdown-menu {
    display: none;
}

ul.dropdown-menu a {
    text-decoration: none;
}

ul.dropdown-menu a:hover, ul.dropdown-menu a:focus {
    background: #ec6957;
    color: white;
}


/* used in create a crossing menu in the top menu */

.topmenu ul.dropdown-menu a:hover,
.topmenu ul.dropdown-menu a:focus {

    color: white!important;

}

.topmenu ul.dropdown-menu {
    top: 2em;
    width: 200px;
}


.edit ul.dropdown-menu a:hover, .edit ul.dropdown-menu a:focus {
    background: #00b185;
    color: white;

}

a.dropdown-toggle i.icon-chevron-down {
    background-image: url('../img/glyphicons-halflings-grey.png');
}

a.dropdown-toggle:hover i.icon-chevron-down,
a.dropdown-toggle:focus i.icon-chevron-down {
    background-image: url('../img/glyphicons-halflings.png');
}

.view a.dropdown-toggle i.icon-chevron-down {
    background-image: none;
}


.accordion-inner-no-border {
    border-top: none;
}

textarea {
    resize: vertical;
}

.text-center {
    text-align: center;
}

.no-boder {
    border: none;
}

.input-lessPadded {
    padding-left: 3px;
    padding-right: 3px;
}

.select-compass {
    padding-left: 0px;
    padding-right: 14px;
}

/* DATATABLES  (http://www.datatables.net/blog/Twitter_Bootstrap_2)*/
table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_desc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}

table.table thead .sorting {
    background: url('/assets/datatables/images/sort_both.png') no-repeat center right;
}

table.table thead .sorting_asc {
    background: url('/assets/datatables/images/sort_asc.png') no-repeat center right;
}

table.table thead .sorting_desc {
    background: url('/assets/datatables/images/sort_desc.png') no-repeat center right;
}

table.table thead .sorting_asc_disabled {
    background: url('images/sort_asc_disabled.png') no-repeat center right;
}

table.table thead .sorting_desc_disabled {
    background: url('/assets/datatables/images/sort_desc_disabled.png') no-repeat center right;
}

.dataTables_wrapper .row {
    max-width: 1024px;
    margin: 0 auto;
}

.dataTables_wrapper label {
    font-size: 12px;
}

.dataTables_filter {
    float: right;
}

.dataTables_paginate {
    float: right;
}

.dataTables_wrapper label input {
    height: 20px;
}


.separator {
    color: gray;
    background-color: lightgray;
    height: 3px;
}

div.filter_section {
    margin-top: 10px;
}

div.stackleft {
    float: left;
    margin-left: 20px;
}

div.row-even {
    background-color: whitesmoke;
}

div.row-odd {
    background-color: antiquewhite;
}

.busy-indicator {
     background-image:url('../img/loading.gif')
}

#road-accordion-inner, #predestrian-accordion-inner {
    padding-bottom:0px;
    padding-top:0px;



}

#road-accordion-inner, #predestrian-accordion-inner {
    padding-bottom:0px;
    padding-top:0px;



}
.accordion-inner-custom {
    padding-bottom:0px;
    padding-top:0px;
}


.crossing .accordion {
      margin-bottom: 0px;
      background-color:#eeeeee;

}
.crossing .accordion-heading .accordion-toggle {
    background-color:#eeeeee;
    text-decoration:none;
    font-size:10px;
    color:#454547;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    text-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px;

border-image-source: none;
border-image-width: 1;
border-left-color: rgb(217, 217, 217);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(217, 217, 217);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(217, 217, 217);
border-top-style: solid;
border-top-width: 1px;

margin-left: -15px;
margin-right: -15px;
margin-top: -1px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
}
    .crossing .accordion-heading .icon-arrow-more {
        background-image: url("../img/glyphicons-halflings.png");
    }




.field-validation-valid {
    display:none;
}

div.waiting-review-control-group {

 
border: 1px solid #438eb9 ;
border-radius: 4px ;
-moz-border-radius: 4px ;
-webkit-border-radius: 4px ;

}
div.waiting-review-control-group.review-conflict {

 
border: 1px solid red ;
border-radius: 4px ;
-moz-border-radius: 4px ;
-webkit-border-radius: 4px ;

}



div.waiting-review-control-group.solved {
        border: 1px solid lightgrey ;
}
.review-marking {
    float:right;
    display:block;
    background-color:blue;width:15px;height:13px;
    border: 1px solid #438eb9 ;
    border-radius: 2px ;
    -moz-border-radius: 2px ;
    -webkit-border-radius: 2px ;
    cursor:pointer;
}
.review-marking.review-conflict{
    float:right;
    display:block;
    background-color:red;width:15px;height:13px;
    border: 1px solid red ;
    border-radius: 2px ;
    -moz-border-radius: 2px ;
    -webkit-border-radius: 2px ;
    cursor:pointer;
}
.review-marking.review-conflict.solved {
    cursor:default;
    background-color:lightgrey;
}
.review-marking.solved {
    cursor:default;
    background-color:lightgrey;
}

.inline-form {
    margin:0px;
    display:inline-block;
}
.btn-type-edit {
    display:none;
}



.pedroad-report, .road-report 
{
        
}

.custom-report-field-holder
{


}
.report-sectionContainer {

}


.row-hover:hover {
    background-color: #f5f5f5;
}

.info-message {
    width:auto;display:inline-block;
    font-size:small;
    padding-left:3px;
    padding-right:3px;
    font-style:italic;
}
.info-message:before {
    content:"« ";
}


#lxm-loader-blocking {
    z-index:1000001;text-align:center;display:none;position:fixed;

}
#lxm-loader-blocking  div {

    background-image: url('../img/loading.gif');
    width:128px;height:128px;display:block;
}

ul.disabledList li a{
    color:gray;
    text-decoration:none;
    cursor:default;
}
ul.disabledList li a:hover{
    cursor:default;
    color:gray;
    cursor:default;
}

.reviewTabSummaryHolder {
    padding-left:4px;
    padding-right:4px;
    background-color:rgb(245, 245, 245);
}

.report-badge-normal {
  background-color: #00bbff;
  color: black;
}

.report-badge-highlight {
  background-color: yellow;
  color: black;
}
.robl {
    width: 500px;
}

.event-log-entry{
    font-size: xx-small;
}

.event-log-button {
    margin-bottom:5px;
}