﻿
.route-slider {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
    height: 60px;
    min-width: 40px;
}

.route-slider-box {
    position: relative;
    transition-duration: 0.8s;
    margin-right: 0;
    right: 0;
    z-index: 55;
    height: 100%;
}

.route-slider-icon {
    /*background: #757575;*/
    background: white;
    position: absolute;
    /*padding: 7px 10px 7px 13px;*/    
    border-radius: 10px;
    font-size: 16px;
    top: 0;
    left: 0px;
    width: 40px;
    color: #fff;
    cursor: pointer;
}

.route-slider-box-container {
    margin-left: 40px;
    right: 0px;
    background: #f2f8ff; 
    box-shadow: 5px -5px 15px 2px #444;
    height: 100%;
    width: 550px;
    display: none;
}

.route-slider.show {
    height: 100%;
}

    .route-slider.show .route-slider-box-container {
        display: block;
    }

.route-slider .form-group {
    margin-bottom: 8px;
}

#navToolbar, #iconToolbar {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    z-index: 50;
    background: #FFFFFF;
    padding: 8px;
    border-radius: 0px;
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.25);
    border: 1px solid #C6c8c9;
}

    #navToolbar a {
        display: block;
        color: #777;
        margin: 10px 0px;
    }

        #navToolbar a .disabled {
            display: block;
            color: #777;
        }

        #navToolbar a:hover, #iconToolbar a img:hover {
            display: block;
            color: #18a689;
        }

        #navToolbar a .active {
            display: block;
            color: #18a689;
        }


#iconToolbar {
    top:235px;
    width:51px;
}
#BasemapToggle {
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 50;
}

.RoutingProgressModel {
    background-color: #808080;
    opacity: 0.5;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

#StopsGridBody .selectedClass {
    background-color: #137863;
}

.sortable-placeholder {
    height: 1px;
    background-color: blue;
    box-shadow: 1px 0px solid #000000;
}

.ui-sortable-helper {
    background-color: rgba(26,179,148,0.4);
}

.stopShortHandle {
    color: #7a7777;
    float: left;
    padding-top: 3px;
    padding-left: 2px;
    padding-right: 2px;
    cursor: ns-resize;
}

.routestops .esriStop .esriStopIconColumn {
    width: 50px;
    padding-right: 0px;
    padding-left: 0;
}

.routestops .esriStop td {
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
}

.routestops .esriStop .esriStopIcon {
    width: 30px;
    float: left;
    height: 39px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 25px;
    font-family: serif;
    /*cursor: pointer;*/
    font-size: 15px;
    font-weight: 600;
    background-position: center center;
}

.routestops .esriStop .esriStopIcon {
    background: url("Images/esriDMTStop.png") no-repeat center center;
}

.routestops .esriStopOrigin .esriStopIcon {
    background: url("Images/esriDMTStopOrigin.png") no-repeat center center;
}

.routestops .esriStopDestination .esriStopIcon {
    background: url("Images/esriDMTStopDestination.png") no-repeat center center;
}

.restriction-mgmt-stops {
    width: 30px;
    float: left;
    height: 39px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 25px;
    font-family: serif;
    /*cursor: pointer;*/
    font-size: 15px;
    font-weight: 600;
    background-position: center center;
}

.restriction-mgmt-origin {
    background: url("Images/esriDMTStopOrigin.png") no-repeat;
}

.restriction-mgmt-destination {
    background: url("Images/esriDMTStopDestination.png") no-repeat;
}

.routestops .stopDelete {
    color: #7a7777;
}

.routestops {
    display: table;
}

    .routestops > div {
        display: table-row;
    }

        .routestops > div > div {
            display: table-cell;
            vertical-align: middle;
            padding-right: 18px;
        }

.intersectionClass {
    width: 95%;
}

.addressClass {
    width: 95%;
}

.simpleRestrictions .restrictionIconColumn .restrictionIcon {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    height: 29px;
    width: 50px;
    margin: 0;
    line-height: 21px;
    vertical-align: middle;
    font-size: 11px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left top;
}

.simpleRestrictions .restrictionIconColumn .warningIcon {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    height: 29px;
    width: 50px;
    margin: 0;
    line-height: 21px;
    vertical-align: middle;
    font-size: 11px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left top;
}

.simpleRestrictions .restrictionIconColumn {
    width: 21px;
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #b5bcc7;
}

.lblOverrideComment {        
    margin-left:19px;
}

.restrictionOverride {
    width: 102px;   
    padding: 10px; 
    vertical-align: middle;
    border-bottom: 1px solid #b5bcc7;
}

.lblOverride {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
.lblOverrideInput {
  width: 13px;
  height: 13px;
  padding: 0; 
  margin:1px !important;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}

table.simpleRestrictions > tbody > tr {
    cursor: pointer;
}

.plolygonRestriction .restrictionIcon {
    background-image: url("Images/restricted.png");
}

.lineRestriction .restrictionIcon {
    background-image: url("Images/restricted.png");
}

.pointRestriction .restrictionIcon {
    background-image: url("Images/restricted.png");
}

.plolygonRestriction .warningIcon {
    background-image: url("Images/restricted2.png");
}

.lineRestriction .warningIcon {
    background-image: url("Images/restricted2.png");
}

.pointRestriction .warningIcon {
    background-image: url("Images/restricted2.png");
}

.simpleRestrictions .restrictionTextColumn {
    padding: 5px 5px 5px 0px;
    vertical-align: middle;
    border-bottom: 1px solid #b5bcc7;
}

.simpleRestrictions .restrictionTextSeperator {
    margin-top: 5px;
    margin-bottom: 5px;
}

#pnlDirection {
    /*overflow-y: auto;
    max-height: 770px;*/
}

    #pnlDirection h4 {
        margin-bottom: 5px !important;
    }

#adminList ul {
    list-style: none;
}

#adminList li {
    list-style: none;
}
/**Override existing css**/

.PageHeader {
    margin: 0 0 0 0;
}

.mainDiv {
    margin: 0 0 0 0;
    height: 100%;
}

#page-wrapper {
    padding-bottom: 0px;
    height: 100%;
}

#content {
    height: 100%;
    padding: 60px 0 40px;
}

#placeHolderPanel {
    overflow-y: auto;
}
/**overriding esri css**/
.BasemapToggle .basemapTitle {
    width: 100%;
    font-size: 9px;
}

.esriDMTStop .esriRouteIcon {
    background-image: url("Images/esriDMTStop.png");
}

.esriDMTDepart .esriRouteIcon {
    background-image: url("Images/esriDMTStop.png");
}

.esriDMTStopDestination .esriRouteIcon {
    background-image: url("Images/esriDMTStopDestination.png");
}

.esriDMTStopOrigin .esriRouteIcon {
    background-image: url("Images/esriDMTStopOrigin.png");
}

.simpleDirections .esriRouteIconColumn .esriRouteIcon {
    font-family: 'Open Sans', Helvetica, sans-serif;
    height: 39px;
    width: 30px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 600;
    background-position: center center;
}

table.simpleDirections {
    font-weight: 300;
}

.simpleDirections .esriRouteIconColumn {
    width: 21px;
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #afafaf;
}

.simpleDirections .esriRouteTextColumn {
    padding: 25px 30px 15px 10px;
    vertical-align: top;
    border-bottom: 1px solid #afafaf;
}

.simpleDirections .esriRouteLength {
    top: 22px;
    padding: 2px 5px;
    border-radius: 0px;
    background-color: #f3f3f4;
}

table.simpleDirections > tbody > tr:first-child > td:nth-child(2),
table.simpleDirections > tbody > tr:last-child > td:nth-child(2) {
    padding-bottom: 25px;
}

table.simpleDirections > tbody > tr {
    cursor: pointer;
}

/*.dijitTooltipContainer {
    border: none;
    background-color: #F7F7F7;
    color: #333333;
    box-shadow: 0px 0px 0.75em #777777;
    -webkit-box-shadow: 0 0 0.75em #777777;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}*/

#info {
    position: absolute;
    left: 15px;
    bottom: 5px;
    color: #000;
    z-index: 50;
    background-color: white;
}

.sideBar-div {
    position: absolute;
    top: 52px;
    right: 0px;
    height: 100%;
    overflow: hidden;
}

#mapSearchContainer {
    display: block;
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 90px;
    width: 50%;
}

.myTable1ColCustom {
    display: table;
    width: 100%;
    text-align: start;
}

    .myTable1ColCustom > div {
        display: table-row;
    }

        .myTable1ColCustom > div > div {
            display: table-cell;
            min-height: 25px;
        }

            .myTable1ColCustom > div > div:nth-child(3n+1) {
                text-align: right;
                vertical-align: middle;
                padding-right: 2px;
            }

            .myTable1ColCustom > div > div:nth-child(3n+2) {
                width: 0;
                align-content: initial;
                vertical-align: middle;
                width: 2px;
            }

            .myTable1ColCustom > div > div:nth-child(3n+3) {
                text-align: left;
                vertical-align: middle;
                align-content: initial;
                padding-left: 2px;
            }

.myTable2ColCustom {
    display: table;
    width: 100%;
    text-align: start;
}

    .myTable2ColCustom > div {
        display: table-row;
    }

        .myTable2ColCustom > div > div {
            display: table-cell;
            vertical-align: middle;
            min-height: 25px;
        }

            .myTable2ColCustom > div > div:nth-child(3n+1) {
                text-align: left;
                vertical-align: middle;
                padding-right: 2px;
                width: 19%;
            }

            .myTable2ColCustom > div > div:nth-child(3n+2) {
                width: 0;
                align-content: initial;
                vertical-align: middle;
            }

            .myTable2ColCustom > div > div:nth-child(3n+3) {
                text-align: left;
                vertical-align: middle;
                align-content: initial;
                padding-left: 2px;
                width: 43%;
            }

.Header {
    padding: 5px;
    /*margin: -5px 0px 15px -10px;*/
    width: 100%;
    background: #1ab394;
    color: white;
    min-height: 46px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.rowEdit {
    color: #E8AE56;
}

.addManually {
    margin-right: 5px;
    color: #fff;
    font-weight: 400;
}

.dataTable tbody tr:hover td {
    background-color: rgba(26,179,148,0.4) !important;
}

.selected {
    background-color: rgba(96, 190, 171, 0.40) !important;
}

.header-colour {
    color: #1ab394;
}

.routing-chevron-circle-up {
    padding-left: 5px;
    position: absolute;
    top: 3px;
}

.routing-chevron-circle-down {
    padding-left: 5px;
    position: absolute;
    bottom: 3px;
}

.plus-circle {
    font-size: 16px;
    color: #1687CE;
    padding: 5px;
}

.text-decoration {
    text-decoration: underline;
}

.gear-cog {
    font-size: 16px;
    padding: 5px;
}

.display-none {
    display: none;
}

.sidebar-dimensions-title {
    margin: 20px;
    color: #C5C5C5;
}

    .sidebar-dimensions-title > a {
        color: #18a689;
        padding-left: 5px;
    }

.route-tab-padding {
    padding: 0 15px 0 15px;
}

.routing-page-header > .header-label {
    margin-left: 15px;
}

.routing-page-header > .header-colon {
    margin: 0 1px 0 1px;
}

.header-margin {
    margin: 10px 0 10px 20px;
}

.basemapGallery {
    position: absolute;
    left: 16px;
    bottom: 35px;
    z-Index: 50;
}

.route-Two-Header {
    margin-top: 20px;
    background: #f3f3f4;
    min-height: 30px;
}

.dropdown-toggle {
    background: #1687CE;
    color: white;
}

.float-width {
    width: 50%;
}

.modal-header {
    height: 50px;
    background: #E1E1E1;
}

.modal-body {
    padding: 8px 30px 30px 30px;
}

.btnAddDisabled > a, .btnAddDisabled > span, .btnAddDisabled > i {
    color: #898989 !important;
    cursor: auto;
}

.highlight-restriction-type {
    border: 3px inset red;
}
