﻿.input-small, input.input-small, select.input-small {
    width: auto;
    padding: 3px;
    height: 26px;
    margin-bottom: 0;
}

.crossing-map {
    background-color: #eeeeee;
    width: 240px;
    height: 280px;
}

ul.dropdown-menu {
    width: auto;
    width: initial;
}

.btn-toolbar {
    margin: 0;
}

.btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
}



.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ec6957;
  text-shadow: none;
}

.nav-list > li > a > i {
    margin-top: -2px;
}

.nav-list > li.active > a {
    margin-top: 1px;
    margin-bottom: 1px;
}

.nav > li > a.top-nav-btn {
    display: inline-block;
}

.nav > li > span {
    color: #999;
}

table td.td-right {
    text-align: right;
}

.btn {
    border: 1px solid #BBB !important;
    text-decoration: none;
    padding: 10px 20px;
}

.btn-small {
    padding: 3px 9px;
}

.form-field {
    margin-bottom: 7px;
}

.form-field input, .form-field select {
    max-width: 375px;
}

h4, h5 {
    min-height: 20px;
}

.footer {
    margin-top: 100px;
}

#lxm-loader {
    position: fixed; 
    top: 10px; 
    left: 50%; 
    margin-left: -55px; 
    width: 110px; 
    height: 22px; 
    display: none; 
    color: #fff; 
    background-color: #ce5444; 
    text-align: center
}

.button-bar { padding:1em 0; }

.main-content {
    margin-top: 20px;
}

.pagination {
    padding: 8px;
    margin: 10px 0;
}

.pagination a {
    cursor: pointer;
}

.pagination .pagination-info {
    margin-top: 5px;
    color: #999999;
}

.pagination ul > li > a,
.pagination ul > li > span {
    line-height: 30px;
    padding: 0 10px;
    margin: 0;
}

.pagination ul li.active a {
    border: 1px solid #ec6957;
    color: #fff;
}

.view-bar {
    background: #eee;
    padding: 1em 0;
    max-width: 100%;
    color: white;
    margin-bottom: 20px;
}

.view select + span {
    width: 17px;
    margin-left: -17px;
}

.view input, .view select {
    
    padding-left: 5px;
    padding-right: 5px;
}
.view input:not(.btn-primary), .view select {
    background-color: #FAFAFA !important;
}
.view input.btn-primary{
    background-color: rgb(236, 105, 87) !important;
}

.view input[type="checkbox"] {
    display: initial;
}

.table td {
    padding: 5px;
}

.tab-content {
    overflow: hidden;
}

input[type=radio] {
    margin-top: -3px;
}

input[type=text]:focus, textarea:focus, select:focus {
    /*border-color: #00b185;*/
}

.btn {
    background-image: none;
}

input.btn:hover, .btn:hover {
    border: 1px solid #BBB !important;
}

.btn-primary, .btn-primary:hover, input.btn-primary, input.btn-primary:hover {
    border: 1px solid #ec6957 !important;
    border-color: #ce5444 !important;
}

.btn-primary:hover, input.btn-primary:hover {
    background: #ce5444 !important;
    border-color: #ce5444 !important;
}

.input-append .add-on, .input-prepend .add-on {
    border: none;
    border-radius: 0 !important;
    height: 26px;
    line-height: 26px;
}

.navbar-inner {
    background-repeat: repeat-x;
    min-height: 90px;
}

.align-right {
    text-align: right;
}

.navbar li a:hover {
    color: #ec6957 !important;
}

.header .main-nav {
    margin-top: 50px;
}

#logo img.logo {
    height: 106px;
}

label {
    color: #000;
}

.button-bar.edit {
    background: #00b185;
    padding: 1em 0;
    max-width: 100%;
    color: white;
    margin-bottom: 20px;
}

.view-bar .lock-info {
    color: #000;
}

.crossing-form .help-inline {
    display: inline;
    padding-left: 0;
    vertical-align: initial;
    font-size: 12px;
}

/*input:hover, input:focus, select:hover, select:focus, textarea:focus, textarea:hover {
    color: #000;
    border-color: #FFF !important;
}*/

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 {
    color: #000;
    height: 34px;
}

select.input-value-changed, textarea.input-value-changed , input[type="text"].input-value-changed, 
input[type="date"].input-value-changed  {
    border-color: #00b185 !important;
    background: white;
}

select.input-validation-error, textarea.input-validation-error, input[type="text"].input-validation-error, 
input[type="date"].input-validation-error {
    border-color: #b94a48 !important;
    background: white;
}

.value-changed label {
    color: #00b185 !important;
}

.error label {
    color: #b94a48 !important;
}

.badge.tab-label {
    margin-left: 3px;
}

.max-width-unrestricted {
    max-width: initial;
}

/*div.input-append {
    margin-left:0px!important;
    
}*/



.active-accordion-toggle {
  color: #ec6957 !important;
  text-shadow: none !important;
}


/* jquery ui */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color:black;
    background-color:white;
    background:none;
    margin-bottom:9px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background:none;
    background-color:rgb(51,153,255);
}
.ui-multiselect-checkboxes label {
    overflow:hidden;
    white-space: nowrap;
}
.ui-multiselect {
    height:34px;
}

.ui-multiselect-checkboxes label input {
    margin-right:4px;
   top:-2px;
}
.ui-widget-header {
    font-weight:normal;
}

.ui-multiselect-all {
    display:none;
}


.icon-remove { /*should be pointer as it is used as button*/
 cursor:pointer;
}

.icon-alert-special {
  background-position: -144px -120px;
}



/* Border around Input */
input, textarea {
    border: 1px solid black;
}

/*.ui-helper-clearfix {
    width: 500px;
}*/

/* Decrease distance between labels and inputs */
label {
    margin-bottom: 0;
}

/* Darken HR elements*/
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0 0 4px 0;
    padding: 0;
}

/* TEXTAREA standard height and border colour match with other controls */
textarea {
    height: 96px !important;
    border: 1px solid #d9d9d9;
}

input[type="file"] {
    width: 400px;
}