/* here you can put your own css to customize and override the theme */

table.dataTable.responsive-no-label>tbody>tr.child span.dtr-title {
    display: none;
}

table.dataTable.responsive-no-label>tbody>tr.child span.dtr-data {
    margin: 15px 0;
    display: block;
    font-weight: 600;
}

ul.info-data {
    list-style: none;
    padding-left: 0;
    font-size: 17px;
}

ul.info-data>li {
    margin: 20px 0;
    vertical-align: middle;
}

ul.info-data>li>span.info-icon {
    font-size: 25px;
}

.tiles .tile .tile-body>img.icon {
    display: block;
    width: 65px;
    height: 65px;
    margin: 20px auto 0 auto;
    float: none;
}

.tiles .tile .tile-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 30px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
}

.bg-light {
    background-color: #737373;
}

.portlet-body {
    overflow: hidden;
}

td.actions {
    white-space: nowrap;
}

#applicationHost .navbar {
    display: none !important;
}

.data-label {
    text-align: right;
    font-weight: bold;
    margin-bottom: 5px;
}

.data-label:after {
    content: ":";
}

dd {
    padding: 0 0 0.5em 0;
}

.h4-contruction {
    text-align: center;
}

.form-section {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
}

.organizations-content .portlet-body {
    overflow: visible;
}

.rotate-text {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /* Should be unset in IE9+ I think. */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

toast {
    z-index: 10000;
}

.ng-toast.ng-toast--top,
.ng-toast.ng-toast--top .ng-toast__list {
    top: 40px;
}

.form-group.form-md-line-input .form-control.ng-touched:not([readonly])~.help-block,
form.ng-submitted .form-group.form-md-line-input .form-control:not([readonly])~.help-block {
    color: #36c6d3;
    opacity: 1;
}

.fileinput input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.fileinput {
    overflow: hidden;
    position: relative;
}

.tag {
    cursor: pointer;
}

.tag:hover {
    background-color: #808080;
    text-decoration: line-through;
}

.media-content img {
    float: left;
    margin: 5px 5px 10px 0;
}

input.audio-progress[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    /*fix for FF unable to apply focus style bug */
    border: 1px solid white;
    /*required for proper track sizing in FF*/
    width: 150px;
    float: right;
    height: 25px;
}

input.audio-progress[type=range]::-webkit-slider-runnable-track {
    width: 180150;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input.audio-progress[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
    margin-top: -4px;
}

input.audio-progress[type=range]:focus {
    outline: none;
}

input.audio-progress[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input.audio-progress[type=range]::-moz-range-track {
    width: 150px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input.audio-progress[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
}


/*hide the outline behind the border*/

input.audio-progress[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input.audio-progress[type=range]::-ms-track {
    width: 150px;
    height: 5px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
}

input.audio-progress[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

input.audio-progress[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
}

input.audio-progress[type=range]:focus::-ms-fill-lower {
    background: #888;
}

input.audio-progress[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

.progress-top-bar {
    width: 205px;
}

.btn-dt {
    margin-right: 5px;
}

.filters {
    border-bottom: 1px solid #99a8b5;
    overflow: hidden;
}

.orginal-content {
    border: 1px solid #99a8b5;
    padding-top: 15px;
}

.form-help {
    font-size: 10px;
    color: red;
}

.img-thumbnail.selectedIMG {
    border: 10px lightblue solid;
}

.form-group.form-md-line-input .error-block {
    position: relative;
}

.app-version-container {
    float: right;
    color: #98a6ba;
    display: inline-block;
}

#app-version {
    margin-top: -40px;
}

.capitalize {
    display: inline-block;
}

.capitalize::first-letter {
    text-transform: uppercase;
}

.preview p {
    border-bottom: 1px solid #d3d3d3;
    padding: 5px 0;
    min-height: 30px;
}

.preview label {
    font-size: 10px;
    font-weight: 700;
}

.angular-google-map-container {
    height: 48vh;
}

@media (min-width: 992px){
    .page-content-wrapper .page-content {
        padding: 5px 5px 5px;
    }
}

.margin-top-5 { 
    margin-top: 5px; 
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.centered-button {
    margin: 0 auto;
}

.full-width {
    width: 100%;
}

.mouse-over-red:hover {
    background-color:rgb(235, 57, 57) !important;
}

i.icon-white-colored {
    color: white !important;
}

li.nav-item a span {
    color: white !important;
}

.no-border {
    border: 0;
    box-shadow: none;
}

.portlet.light {
    padding: 0 15px 15px !important;
}

.status-bar-item {
    display: inline-block;
    padding: 2px;
}

.status-button-div{
    background-color: #364150;
    border-color: #364150;
}

.routes-selected-table {
    float: left;
    width: 100%;
}

.title-row-selected-routes > div {
    font-size: 12pt;
    font-weight: bold;
    padding: 3px;
}

.route-selected-one-type > div{
    padding: 3px;
    font-size: 12pt;
}

.clearMapDivElem {
    cursor: pointer;
    width: 25px;
    height: 25px;
    overflow: hidden;
    margin: 10px 14px;
    position: absolute;
    top: 20px;
    right: 0px;
}

.clearMapButton {
    position: absolute;
    left: -52px;
    top: -86px;
    width: 164px;
    height: 175px;
    user-select: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.onMapButton {
    cursor: pointer; 
    width: 25px; 
    height: 25px; 
    overflow: hidden; 
    margin: 10px 14px; 
    position: absolute; 
    top: 34px; 
    right: 0px;
    background-color: white;
    border: none;
}

body {
    overflow-y: hidden;
}

.content.fade-in-up{
    max-height: 50vh;
    overflow-y: auto;
}

.dtReportsDiv > a {
    margin-right: 2px;
}

.row-bordered-top-bottom > td {
    border-collapse: collapse;
    border-bottom: 1px solid #ddd;
    cursor: pointer;    
}

.uibdatepickerhack {
    position: relative;
}

.uibdatepickerhack .dropdown-menu {
    position: relative;
    margin: 2px -100px;    
}

.custom-caption {
    padding: 5px;    
}

.custom-tabs {
    display: inline-block;
    padding: 5px;    
}

.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 0px;
}

.form-group {
    margin-bottom: 5px;
}

.selectedRouteRow > td, .selectedRouteRow > th {
    background-color: rgb(148, 215, 219);
}

.waypoints-type-table {
    
}

.overlay-lower-right {
    font-size: 60% !important;
    position: relative;
    right:-10px;
}
.my-green {
    color: #000000;
}

span.icon-stack-filter-remove {
    line-height: 20px;
}

.dtReportsDiv {
    display: inline-block;
    padding: 10px;
}

.advancedTabs {
    display: inline-block;
}

.column-elem-div,
.selectedColumnItem {
    font-size: inherit;
    margin: 0 auto;
    padding: 2px;
    text-align: center;
    border: 1px dotted white;
}

.availableColumns,
.selectedColumns,
.functionItems {
    font-size: inherit;
    background-color: #e1e5ec;
    border: 2px solid #e1e5ec;
    padding: 4px;
    overflow: auto;
    height: 250px;
}

.buttonAddSelectedColumns,
.buttonDropSelectedColumns {
    margin: 0 auto;
    display: block;
    padding: 10px;
    vertical-align: middle;
}

.selectedDiv {
    background-color: gray;
}

.selected {
    background-color: #b4bcc8;
}

availableListItem:focus,
availableListItem:hover {
    background-color: #b4bcc8;
}

.confirmedSelection {
    background-color: #afcee9;
}

.right-margin-mine {
    margin-right: 3px;
}

.new-board-btn {
    white-space: normal;
}

.waypoint-infowindow-icon{
    width: 35px;
    height: 35px;
}

input[type="search"] {
    width: 100%;
    background-color: #fff;
    border: 1px solid #c2cad8;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    color: #555;
    float: right;
}

.wpts-two-datatables > thead > tr > th, .main-title-row-header {
    text-align: center;
    cursor: pointer;
}

td.chart-colspanned-td-route {
    border-top: 1px solid #e7ecf1 !important;
    text-align: center;
}

.col-centered {
    float: none;
    margin: 0 auto;    
}

.chart-line {
    max-width: 650px;
}
