﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* DEFAULTS
----------------------------------------------------------*/
html, body, #container {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #424242;
}


#footer {
    position: absolute;
    top: 100%;
    margin-top: -36px;
    left: 0px;
    right: 0px;
    padding: 10px 20px;
    color: #5C6977;
    background-color: #DADEDE;
}

.header {
    height: 77px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: normal;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    margin: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.header h1 {
    position: absolute;
    right: 30px;
    margin: 0;
    padding: 0;
    top: 40px;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

a:link {
    font-weight: normal;
    /*color: #0066CC;*/
    color: white;
    text-decoration: none;
}

a:visited {
    color: #0066CC;
}

a:hover {
    text-decoration: none;
}

/* TAB MENU   
----------------------------------------------------------*/
div.hideSkiplink {
    background-color: #FFA035;
    width: 100%;
}

.navigation {
    width: 100%;
    background-color: #FFA035;
}

div.menu {
    float: none !important;
    margin: 0 !important;
}

#NavigationMenu {
    padding: 0 20px;
}

    #NavigationMenu ul ul {
        position: absolute;
        display: none;
    }

    #NavigationMenu ul li {
        display: inline-block;
        padding: 0 10px;
    }

        #NavigationMenu ul li li {
            display: block;
            padding: 0;
        }

div.menu ul a {
    color: #000000;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px;
    text-transform: capitalize;
    padding: 10px 0 6px;
    display: block;
    border-bottom: 4px solid #FFA035;
    background-image: none !important;
}

div.menu > [role=menubar] > li {
    margin: 0;
    cursor: pointer;
    padding: 0 10px;
}

    div.menu > [role=menubar] > li > a {
        color: #000000;
        font-family: Roboto, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500 !important;
        line-height: 20px;
        text-transform: capitalize;
        padding: 10px 0 6px;
        display: block;
        border-bottom: 4px solid #FFA035;
    }

        div.menu > [role=menubar] > li > a.popout {
            /*padding-right: 20px;
                background-position: right 55%;*/
            background-image: none;
        }

        div.menu > [role=menubar] li > a:hover,
        div.menu > [role=menubar] > li:hover > a,
        div.menu > [role=menubar] > li.active > a,
        div.menu > [role=menubar] > li > a.highlighted {
            border-bottom-color: #F17400;
            /*color: #000000;*/
            color: #FFF;
            background-color: transparent;
        }

    div.menu > [role=menubar] > li > ul,
    div.menu ul.dynamic {
        background-color: #FFFFFF !important;
        margin: 0 0 0 10px;
        border-radius: 4px;
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    }

    div.menu > [role=menubar] > li > ul {
        border-radius: 0px 0px 4px 4px;
    }

        div.menu > [role=menubar] > li > ul > li > a,
        div.menu ul.dynamic a {
            background-color: transparent !important;
            font-size: 14px !important;
            line-height: 18px;
            padding: 3px 8px;
            color: inherit !important;
            font-weight: normal;
            font-family: inherit;
            border: 8px solid #FFFFFF !important;
            margin-top: -8px;
            font-weight: 500 !important;
            font-family: Roboto, Arial, sans-serif;
        }

        div.menu > [role=menubar] > li > ul > li:last-child > a {
            border-radius: 0 0 4px 4px;
        }

        div.menu > [role=menubar] > li > ul > li:hover > a {
            background-color: #FFA035 !important;
            color: #FFFFFF !important;
        }

div.menu > [role=menubar] li li.has-popup > a {
    padding-right: 24px !important;
    position: relative;
    background-image: none;
}

    div.menu > [role=menubar] li li.has-popup > a:after {
        content: ' ';
        position: absolute;
        right: 4px;
        top: 4px;
        width: 16px;
        height: 16px;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6 12L10 8L6 4" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-size: cover;
        background-repeat: no-repeat;
    }

div.menu > [role=menubar] li li.has-popup:hover > a:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6 12L10 8L6 4" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

div.menu a.dynamic {
    background-color: transparent !important;
}

div.menu ul.dynamic {
    margin-left: -4px;
}

    div.menu ul.dynamic a {
        color: #000;
        margin-top: -8px;
    }

    div.menu ul.dynamic li:hover > a {
        background-color: #FFA035 !important;
        color: #FFFFFF !important;
    }

    div.menu ul.dynamic li:first-child a {
        margin-top: 0;
        border-radius: 4px 4px 0 0;
    }

    div.menu ul.dynamic li:last-child a {
        border-radius: 0 0 4px 4px;
    }

div.menu .level2 li {
    padding: 0;
}

div#NavigationMenu a.static {
    padding-left: 0;
    padding-right: 0;
}


.siteMapPath {
    font-size: 1.2em;
    font-weight: normal;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 10px 0px 5px 18px;
}
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    padding: 0;
    border: none;
    margin: 0;
    display: block;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

    fieldset.login input.textEntry {
        width: 260px;
        border: 1px solid #ccc;
    }

    fieldset.login input.passwordEntry {
        width: 260px;
        border: 1px solid #ccc;
    }

    fieldset.login image {
        padding: 10px;
    }

    fieldset.login div.logo {
        text-align: center;
    }

    fieldset.login .title {
        padding: 3px 0px 3px 0px;
        background-color: #F59E35;
        color: #FFFFFF;
        width: 305px;
        font-weight: bold;
        font-size: 1.2em;
        text-align: center;
    }

legend {
    color: #292929;
    font-family: Roboto;
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    margin: 0;
    display: block;
    padding: 5px 0 10px;
}

.bordered {
    border-top: 2px solid #5C6977;
}

input.textEntry {
    width: 180px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 180px;
    border: 1px solid #ccc;
}

input.dateEntry {
    width: 75px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 320px;
    text-align: left;
    background-color: #FFFFFF;
}


/* MISC  
----------------------------------------------------------*/
/*
.button
{
    border: none;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.9;
    background-color: #E77817;
    color: White;
}

.button:hover
{
    color: Black;
}

*/

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    position: absolute;
    right: 30px;
    white-space: nowrap;
    top: 20px;
}

    .loginDisplay a {
        padding-left: 11px;
        background-image: url(../Images/lock.png);
        background-repeat: no-repeat;
        background-position: left 2px;
        color: #5CA9CF;
        text-decoration: none;
    }


.failureNotification {
    color: #F94F21;
}

.form .field .failureNotification {
    position: absolute;
}

.form .field.static .failureNotification {
    position: static;
}

.form .in .failureNotification {
    display: block;
    clear: both;
    position: absolute;
    font-weight: normal;
    margin-top: -20px;
    padding-left: 30px;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
}

.gridEditRowTextBox {
    border: 1px solid red;
}

.button {
    padding: 2px 5px 2px 5px;
}



/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus {
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditMessage {
    color: #ff0000;
    font-weight: bold;
}

.MaskedEditError {
    background-color: #ffcccc;
}

.MaskedEditFocusNegative {
    background-color: #ffffcc;
    color: #ff0000;
}

.MaskedEditBlurNegative {
    color: #ff0000;
}

/* collapsePanel
----------------------------------------------------------*/

.collapsePanelHeader {
    width: 100%;
    height: 30px; /*background-image: url('../images/bg-menu-main.png');     background-repeat: repeat-x;*/
    color: Black;
    font-weight: bold;
}

    .collapsePanelHeader .showHideButton {
        width: 32px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 10px;
    }

/*Modal Popup*/
.modalBackground {
    background-color: #000000;
    opacity: 0.72;
    filter: alpha(opacity=72);
}

.modalPopup {
    /*background-color: #C2CCD1;
 border: none;
 
 -webkit-border-radius: 0px 3px 3px 0px;
  -khtml-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
     -ms-border-radius: 0px 3px 3px 0px;
      -o-border-radius: 0px 3px 3px 0px;
         border-radius: 0px 3px 3px 0px; */
}

.popupContent {
    background-color: #C2CCD1;
    border: none;
    padding: 10px 39px;
    /*-webkit-border-radius: 0px 0px 3px 3px;
  -khtml-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
     -ms-border-radius: 0px 0px 3px 3px;
      -o-border-radius: 0px 0px 3px 3px;
         border-radius: 0px 0px 3px 3px;*/
}

.modalPopup .modalEntry {
}

.modalPopup h2 {
    padding: 20px 38px 12px;
    margin: 0px;
    background-color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-family: Roboto;
    font-weight: normal;
    /*text-transform: uppercase;*/
    color: #444444;
    border-bottom: 2px solid #F59E35;
    -webkit-border-radius: 3px 3px 0px 0px;
    -khtml-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -ms-border-radius: 3px 3px 0px 0px;
    -o-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

.modalPopup table {
    /*margin-bottom: 20px;*/
}

    .modalPopup table.form {
        margin-bottom: 13px;
    }

        .modalPopup table.form.nw td {
            white-space: nowrap;
        }

            .modalPopup table.form.nw td.field {
                white-space: normal;
            }

.modalPopup .wrap table {
    margin-bottom: 0;
}

.modalPopup td {
    padding: 5px 10px 5px 0px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    vertical-align: top;
    color: #292929;
    width: 130px;
    empty-cells: hide;
}

    .modalPopup td.field {
        width: 79%;
    }

        .modalPopup td.field td {
            padding: 5px 0px;
        }

table.form {
    width: 100%;
}

.modalPopup .form td {
    vertical-align: middle;
}

.modalPopup td.bold {
    color: #5C6977;
    font-weight: normal;
    white-space: nowrap;
    width: 0;
}

.modalPopup .bordered td {
    width: 100%;
}

    .modalPopup .bordered td.bold {
        width: 0;
    }

.detail td.bold div {
    width: 200px;
    color: #292929;
    padding-top: 8px;
}

.bordered.left, .bordered.right {
    width: 48%;
}

.bordered {
    position: relative;
}

    .bordered.full table {
        width: 100% !important;
    }

    .bordered b {
        color: #5C6977;
        font-weight: normal;
    }

.modalPopup .close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
    background-image: url(../Images/close.png);
    text-indent: -20000px;
    cursor: pointer;
    overflow: hidden;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
}

/* GRID
----------------------------------------------------------*/

table.data {
    width: 100%;
}

.data th, .data td {
    font-weight: normal;
    padding: 8px 5px;
    color: #FFFFFF;
    border-right: 1px solid #6B7B89;
    background-color: #5C6977;
    vertical-align: top;
}

.data .gridRow td {
    background-color: #7E92A0;
}

.data .gridAlternateRow td {
    background-color: #6F8391;
}

.data .controls {
    cursor: pointer;
    width: 40px;
    position: relative;
}

    .data .controls .in {
        position: absolute;
        top: 50%;
        right: 0;
        background-image: url('../Images/settings_abg.png');
        height: 38px;
        padding-right: 41px;
        width: 123px;
        background-repeat: no-repeat;
        background-position: right top;
        margin-top: -19px;
        display: none;
    }

    .data .controls a {
        display: block;
        float: right;
        height: 38px;
        width: 41px;
        text-indent: -20000px;
        overflow: hidden;
        background-image: url(../Images/settings_a.png);
        background-repeat: no-repeat;
        right: 100%;
    }


.data .controlsUser {
    cursor: pointer;
    width: 40px;
    position: relative;
}

    .data .controlsUser .in {
        position: absolute;
        top: 50%;
        right: 0px; /*-15px;*/
        background-image: url('../Images/settings_abg.png');
        height: 38px;
        padding-right: 41px;
        width: 123px;
        background-repeat: no-repeat;
        background-position: right top;
        margin-top: -19px;
        display: none;
    }

    .data .controlsUser a {
        display: block;
        float: right;
        height: 38px;
        width: 41px;
        text-indent: -20000px;
        overflow: hidden;
        background-image: url(../Images/settings_a.png);
        background-repeat: no-repeat;
        right: 100%;
    }


.data .view {
    background-position: -41px 0;
}

.data .modify {
    background-position: -81px 0;
}

.data .delete {
    background-position: 0 0;
}

.data .controlWrap {
    background-image: url('../Images/settings.png');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    cursor: pointer;
}

/* PROGRESS 
------------------------------------------------------------*/

#blur {
    width: 100%;
    background-color: gray;
    moz-opacity: 0.5;
    khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 120;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#progress {
    z-index: 200;
    background-color: White;
    position: absolute;
    top: 50%;
    left: 50%;
    border: solid 1px black;
    height: 90px;
    width: 150px;
    text-align: center;
    background-position: center center;
    background-image: url('../Images/loading.gif');
    background-repeat: no-repeat;
    vertical-align: bottom;
}

    #progress .desc {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        left: 40px;
        padding-bottom: 5px;
    }
/*
.dropdown
{
    width: auto !important;
}

select:focus {
min-width: 220px;
max-width: 420px;
width: auto;
}
*/

html {
    height: 100%;
    /* position: relative;*/
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #424242;
    background-color: #F8FBFB;
    text-align: left;
    height: 100%;
    width: 100%;
    position: relative;
}

* + html body {
    height: auto !important;
    min-height: 100%;
    height: 100%;
}

input, select {
    margin: 0px;
    padding: 0px;
    outline: none;
}

select, option {
    vertical-align: middle;
}

table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
    color: #444444;
}

h2 {
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    color: #444444;
    padding-bottom: 10px;
}

body.loginPage {
    background-color: #36393A;
}

.login .logo {
    display: none;
}

#divLogin {
    width: 368px;
    left: 50%;
    margin: 100px 0px 0px -184px;
    position: absolute;
}

fieldset.login {
    border: none;
    padding: 0;
    position: relative;
}

    fieldset.login span {
        display: block;
        visibility: hidden;
        position: absolute;
        width: auto;
        border-right: 4px solid #F94F21;
        height: 34px;
        margin-top: -43px;
        right: 41px;
        color: #F94F21;
        line-height: 34px;
        font-size: 12px;
        overflow: visible;
        z-index: 3;
        font-weight: normal;
        white-space: nowrap;
        padding-right: 10px;
        -webkit-border-radius: 0px 3px 3px 0px;
        -khtml-border-radius: 0px 3px 3px 0px;
        -moz-border-radius: 0px 3px 3px 0px;
        -ms-border-radius: 0px 3px 3px 0px;
        -o-border-radius: 0px 3px 3px 0px;
        border-radius: 0px 3px 3px 0px;
    }

.loginPage .failureNotification {
    color: #F94F21;
    font-weight: normal;
    font-style: normal;
    display: block;
    /*margin-top: -18px;*/
    position: absolute;
}

.loginPage .resetPasswordNotification {
    color: #F94F21;
    font-weight: normal;
    font-style: normal;
    display: block;
    margin-top: -18px;
    position: absolute;
}

#divLogin h4 {
    /*text-transform: uppercase;*/
    font-family: Roboto;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #444444;
    background-color: #FFFFFF;
    padding: 17px 40px 15px;
    border-bottom: 4px solid #5C6977;
    margin: 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -khtml-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -ms-border-radius: 3px 3px 0px 0px;
    -o-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

fieldset.login {
    display: block;
    background-color: #C2CCD1;
    padding: 28px 40px;
    margin: 0;
    border-bottom: 4px solid #5C6977;
}

    fieldset.login p {
        padding: 0px;
        margin: 0px;
    }

div.accountInfo {
    background-color: transparent;
}

fieldset.login input.textEntry, fieldset.login input.passwordEntry, fieldset.login label {
    width: 271px;
    border: 1px solid #99A9B1;
    padding: 8px 7px;
    position: relative;
    z-index: 2;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    color: #444444;
    outline: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

input:-webkit-autofill {
    border: 1px solid #99A9B1;
    background-color: #FFFFFF;
    color: #444444;
}

fieldset.login input.textEntry, fieldset.login input.passwordEntry {
    margin-bottom: 9px;
}

fieldset.login input:focus, fieldset.login input.fill, fieldset.login input.focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

fieldset.login label {
    position: absolute;
    z-index: 1;
    color: #747474;
    background-color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
}

fieldset.login .button {
    position: relative;
    border: none;
    border-bottom: 2px solid #E7830E;
    background-color: #FFA035;
    display: block;
    padding: 0px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    fieldset.login .button input {
        margin: 0;
        padding: 0;
        display: block;
        background-color: transparent;
        background-image: none;
        overflow: visible;
        font-size: 15px;
        font-family: Roboto;
        font-weight: normal;
        /*text-transform: uppercase;*/
        text-align: center;
        line-height: 33px;
        height: 33px;
        border: none;
        width: 100%;
        float: none;
        color: #FFFFFF;
        cursor: pointer;
    }

        fieldset.login .button input:hover {
            color: #FFFFFF;
        }

.headerContainer {
    position: relative;
}

#container {
    height: auto;
    padding: 30px 30px 70px;
}

#content {
}

.logo {
    position: absolute;
    left: 30px;
    top: 14px;
    background-image: url(../images/logo.png);
}

.header .logo img {
    opacity: 0;
    width: 150px;
    height: 45px;
}

.field {
    padding: 0px 0px 16px 105px;
    position: relative;
    line-height: 18px;
}


    /*.field.singles {padding-left: 84px;}*/
    .field.singles {
        padding-left: 95px;
    }
    /*Added by arpit surti on 26.10.2015*/
    .field.short {
        padding-left: 65px;
    }

    .field.shortest {
        padding-left: 100px;
    }

    .field div.singles input {
        position: absolute;
        width: 14px;
        /*height: 14px;*/
        height: 34px;
        border: none;
        background-color: transparent;
        margin-top: 1px;
    }

    .field label {
        position: absolute;
        left: 0px;
        color: #5C6977;
        margin-top: 8px;
        margin-left: -27px; /*Added by arpit surti on 26.10.2015*/
    }

.field_conf label {
    position: absolute;
    left: 0px;
    color: #5C6977;
    margin-top: 8px;
}

.field.singles label {
    margin: 0px;
    line-height: 34px;
}

.field table label {
    display: block;
    /*width: 60px;By arpit  surti on 23.10.2015*/
    width: 64px;
    position: static;
    padding-left: 17px;
    color: #292929;
    font-size: 12px;
    text-transform: capitalize;
    margin: 0px;
}

input.textbox, input.textbox_md, .field select {
    color: #292929;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #99A9B1;
    padding: 8px;
    width: 230px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.field select {
    width: 208px;
    line-height: 34px;
    padding: 0px;
    height: 34px;
}

.ff .field select {
    padding: 8px;
}

.field.shortest select {
    width: 140px;
}

.form.reservation, .form.users {
    border-top: 4px solid #FAA037;
    border-bottom: 4px solid #5C6977;
    padding: 2px 0px;
    margin-bottom: 30px;
}

    .form.reservation.visible {
        border-bottom: 4px solid #5C6977;
        padding-bottom: 2px;
    }

    .form.reservation .in {
        background-color: #C2CCD1;
        padding: 29px 0px 27px;
    }

.form .panel {
    float: left;
    width: 330px;
    padding-left: 30px;
}

.field .calendar {
    /*margin: 15px 0 -10px 16px;*/
}

.calendar input.textbox {
    width: 70px;
}

td.field input.textbox, td.field select {
    width: 300px;
}

td.field input.textbox_md, td.field select_md {
    width: 240px;
}


td.field select {
    width: 318px;
}

td.field .select_md {
    width: 258px;
}

.nw td.field td select {
    width: 250px;
    height: 110px;
}

.buttons span, .buttons ins {
    display: block;
    float: left;
    text-decoration: none;
    border-bottom: 2px solid #E7830E;
    background-color: #FFA035;
    margin-right: 14px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.buttons ins {
    background-color: #5C6977;
    border-color: #435160;
}

.buttons.fr span, .buttons.fr ins {
    margin: 0px 0px 0px 14px;
    float: right;
}

.buttons input, .buttons a, .modalPopup .button {
    display: block;
    font-family: Roboto;
    font-weight: normal;
    overflow: visible;
    font-size: 17px;
    line-height: 32px;
    height: 32px;
    padding: 0px 16px;
    /*text-transform: uppercase;*/
    color: #FFFFFF;
    text-decoration: none;
    margin: 0px;
    border: none;
    background-image: none;
    background-color: transparent;
    float: left;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.modalPopup .button {
    display: block;
    float: left;
    text-decoration: none;
    border-bottom: 2px solid #E7830E;
    background-color: #FFA035;
    margin: 0px 14px 15px 0px;
    text-transform: none;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.modalPopup .field .button {
    font-size: 12px;
    line-height: 20px;
    float: none;
    text-align: center;
    margin: 5px auto;
    display: block;
    width: 100px;
}

.modalPopup .button.grey {
    background-color: #798797;
    border-bottom-color: #687684;
}

.modalPopup .button.fr {
    float: right;
    margin: 0px 0px 15px 14px;
}

.form .buttons {
    padding-left: 65px;
}

#form1 {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.addReservation {
    position: absolute;
    overflow: visible;
    background-image: none;
    background-color: transparent;
    border: none;
    display: block;
    background-image: url(../Images/add.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    color: #39A3D8;
    /*text-transform: uppercase;*/
    font-family: Roboto;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    padding-left: 24px;
    margin-top: -30px;
    right: 80px;
    cursor: pointer;
}

.cancellation {
    background-color: #5C6977;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 18px;
    padding: 26px 35px;
    font-style: italic;
    margin-top: -3px;
    position: relative;
    -webkit-border-radius: 0px 0px 3px 3px;
    -khtml-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -ms-border-radius: 0px 0px 3px 3px;
    -o-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}

    .cancellation .button {
        font-style: normal;
        /*text-transform: uppercase;*/
    }

.modalPopup .cancellation .button.fr {
    margin-top: -7px;
}

.toggler {
    position: absolute;
    right: 30px;
    margin-top: -38px;
    width: 41px;
    height: 38px;
    background-image: url(../Images/opened.png);
    overflow: hidden;
    text-decoration: none;
}

    .toggler.closed {
        background-image: url(../Images/closed.png);
    }

.fr {
    float: right;
}

.fl {
    float: left;
}

.fn {
    float: none;
}

.db {
    display: block;
}

.di {
    display: inline;
}

.dn {
    display: none;
}

.cb {
    clear: both;
}

.cn {
    clear: none;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.ps {
    position: static;
}

.vt {
    vertical-align: top;
}

.vb {
    vertical-align: bottom;
}

.fixer {
    padding: 0px;
    margin: 0px;
    height: 0px;
    width: 0px;
    font-size: 0px;
    line-height: 0px;
    clear: both;
    overflow: hidden;
    display: block;
}

.modalPopupBottom {
    background: #fff;
    -webkit-border-radius: 0px 0px 3px 3px;
    -khtml-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -ms-border-radius: 0px 0px 3px 3px;
    -o-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}


/*Added By Arpit Surti*/
.gridview a {
    margin: auto 1%;
    border-radius: 50%;
    background-color: #7E92A0;
    padding: 5px 10px 5px 10px;
    color: #fff;
    text-decoration: none;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
}

.gridview span {
    background-color: #fff;
    color: #7E92A0;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
}

.label {
    color: #5c6977;
}

.exportData {
    position: absolute;
    overflow: visible;
    background-image: none;
    background-color: transparent;
    border: none;
    display: block;
    background-image: url(../Images/excel.png);
    background-repeat: no-repeat;
    /*background-position: 0px 3px;*/
    color: #39A3D8;
    /*text-transform: uppercase;*/
    font-family: Roboto;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    height: 25px;
    padding-left: 25px;
    margin-top: -16px;
    right: 30px;
    cursor: pointer;
}


/******************************************************************************/
.radioRes {
    background-color: transparent;
    border: medium none;
    height: 34px;
    margin-top: 1px;
    position: absolute;
    width: 14px;
    outline: medium none;
    padding: 0;
    padding-left: 95px;
    line-height: 34px;
    margin: 0;
}

    .radioRes label {
        color: #292929;
        display: block;
        font-size: 12px;
        margin: -29px 8px 4px 21px;
        padding-top: 3px;
        position: static;
        text-transform: capitalize;
        width: 64px;
    }


    .radioRes input {
        background-color: transparent;
        border: medium none;
        height: 34px;
        line-height: 34px;
        margin-top: -35px;
        outline: medium none;
        padding: 0 0 0 95px;
        position: absolute;
        width: 14px;
    }

.reslabel {
    line-height: 34px;
    color: #5c6977;
}


.resDropDown {
    line-height: 18px;
    padding: 8px;
    position: relative;
    height: 34px;
    line-height: 34px;
    width: 208px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.calendarRes {
    width: 70px;
    background-color: #ffffff;
    border: 1px solid #99a9b1;
    border-radius: 2px;
    color: #292929;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 8px;
}


@media (max-width: 1280px) {
    .form .panel {
        width: 32% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .field, .field.singles, .field.short {
        padding-left: 100px;
    }

        .field.wide {
            padding-left: 130px;
        }

        .field.short {
            padding-left: 90px;
        }

    .form .buttons {
        padding-left: 0;
    }

    .field label {
        margin-left: 0;
    }

    .field table label {
        width: 55px;
    }

    .panel div.field input.textbox, .panel div.field select, .panel .calendar input.textbox {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.field select {
        width: 100% !important;
    }

    .form.reservation td input.textbox {
        width: 140px;
    }

    .form.reservation td .buttons {
        padding-left: 30px;
        white-space: nowrap;
    }

        .form.reservation td .buttons span, .form.reservation td .buttons ins {
            float: none;
            display: inline-block;
        }
}

@media (max-width: 768px) {
    .form .panel {
        float: none !important;
        width: auto !important;
        padding: 0 !important;
        margin: 0 30px;
    }

    .field, .field.singles, .field.short, .field.wide {
        padding-left: 135px;
    }
}

.address .field span.failureNotification {
    right: 170px !important;
}

.field span.failureNotificationCCExpiryMonth {
    right: 185px !important;
}

.field span.failureNotificationCCExpiryYear {
    right: 30px !important;
}



.field span.failureNotificationEmail {
    right: 170px !important;
}

/*Kunal vyas (1/8/2017)*/
.field span.failureNotification {
    display: block;
    visibility: hidden;
    position: absolute;
    width: auto;
    border-right: 4px solid #F94F21;
    height: 34px;
    margin-top: -33px;
    right: 9px;
    color: #F94F21;
    line-height: 34px;
    font-size: 12px;
    overflow: visible;
    z-index: 3;
    font-weight: normal;
    white-space: nowrap;
    padding-right: 20px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -khtml-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}







.field span.failureNotificationRoleName {
    display: block;
    visibility: hidden;
    position: absolute;
    width: auto;
    border-right: 4px solid #F94F21;
    height: 34px;
    margin-top: -33px;
    right: 93px;
    color: #F94F21;
    line-height: 34px;
    font-size: 12px;
    overflow: visible;
    z-index: 3;
    font-weight: normal;
    white-space: nowrap;
    padding-right: 20px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -khtml-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.data .ProfilecontrolsUser {
    cursor: pointer;
    width: 40px;
    position: relative;
}

    .data .ProfilecontrolsUser .in {
        position: absolute;
        top: 50%;
        right: 0px; /*-15px;*/
        background-image: url('../Images/settings_abg.png');
        height: 38px;
        padding-right: 41px;
        width: 400px;
        background-repeat: no-repeat;
        background-position: right top;
        margin-top: -19px;
        display: none;
    }

    .data .ProfilecontrolsUser a {
        display: block;
        float: right;
        height: 38px;
        width: 41px;
        text-indent: -20000px;
        overflow: hidden;
        background-image: url(../Images/Profile_settings.png);
        background-repeat: no-repeat;
        right: 100%;
    }




.ProfilePopupGrid .in {
    position: absolute;
    top: 50%;
    right: 0px; /*-15px;*/
    background-image: url('../Images/settings_abg.png');
    height: 38px;
    padding-right: 41px;
    width: 400px;
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: -19px;
    display: none;
}

.ProfilePopupGrid a {
    display: block;
    float: right;
    height: 38px;
    width: 41px;
    text-indent: -20000px;
    overflow: hidden;
    background-image: url(../Images/settings_a.png);
    background-repeat: no-repeat;
    right: 100%;
}

.requiredField {
    color: red;
    padding-left: 2px;
}


/* Dev GRID
----------------------------------------------------------*/


table.dvdata {
    width: 100% !important;
}


    table.dvdata tr {
        height: 35px;
    }

.dvdata table th, .dvdata table td {
    font-weight: normal;
    padding: 8px 5px;
    color: #FFFFFF;
    background-color: #5C6977;
    vertical-align: top;
}

.dvdata table .gridRow td {
    background-color: #7E92A0;
}

.dvdata table .gridAlternateRow td {
    background-color: #6F8391;
}

.dvdata .controls {
    cursor: pointer;
    width: 40px;
    position: relative;
}

    .dvdata .controls .in {
        position: absolute;
        top: 50%;
        right: 0;
        background-image: url('../Images/settings_abg.png');
        height: 38px;
        padding-right: 41px;
        width: 123px;
        background-repeat: no-repeat;
        background-position: right top;
        margin-top: -19px;
        display: none;
    }

    .dvdata .controls a {
        display: block;
        float: right;
        height: 38px;
        width: 41px;
        text-indent: -20000px;
        overflow: hidden;
        background-image: url(../Images/settings_a.png);
        background-repeat: no-repeat;
        right: 100%;
    }


.dvdata .controlsUser {
    cursor: pointer;
    width: 40px;
    position: relative;
}

    .dvdata .controlsUser .in {
        position: absolute;
        top: 50%;
        right: 0px; /*-15px;*/
        background-image: url('../Images/settings_abg.png');
        height: 38px;
        padding-right: 41px;
        width: 123px;
        background-repeat: no-repeat;
        background-position: right top;
        margin-top: -19px;
        display: none;
    }

    .dvdata .controlsUser a {
        display: block;
        float: right;
        height: 38px;
        width: 41px;
        text-indent: -20000px;
        overflow: hidden;
        background-image: url(../Images/settings_a.png);
        background-repeat: no-repeat;
        right: 100%;
    }


.dvdata .view {
    background-position: -41px 0;
}

.dvdata .modify {
    background-position: -81px 0;
}

.dvdata .delete {
    background-position: 0 0;
}

.dvdata .controlWrap {
    background-image: url('../Images/settings.png');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    cursor: pointer;
}

.ProfilecontrolsUser {
    cursor: pointer;
    width: 40px;
    position: absolute;
    height: 35px;
}

    .ProfilecontrolsUser .in {
        position: absolute;
        top: 50%;
        right: 0px; /*-15px;*/
        background-image: url('../Images/settings_abg.png');
        height: 38px;
        padding-right: 41px;
        width: 400px;
        background-repeat: no-repeat;
        background-position: right top;
        margin-top: -19px;
        display: none;
    }

    .ProfilecontrolsUser a {
        display: block;
        float: right;
        height: 38px;
        width: 41px;
        text-indent: -20000px;
        overflow: hidden;
        background-image: url(../Images/Profile_settings.png);
        background-repeat: no-repeat;
        right: 100%;
    }

.PopupHeader {
    padding: 20px 38px 12px !important;
    margin: 0px;
    background-color: #FFFFFF !important;
    font-size: 18px;
    line-height: 24px;
    font-family: Roboto;
    font-weight: normal;
    /* text-transform: uppercase; */
    color: #444444;
    border-bottom: 2px solid #F59E35 !important;
    -webkit-border-radius: 3px 3px 0px 0px;
    -khtml-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -ms-border-radius: 3px 3px 0px 0px;
    -o-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

/*Kunal Vyas (17/8/2017)*/
.gridDDL {
    width: 100% !important;
    line-height: 34px;
    padding: 0px;
    height: 34px;
}

.profile_fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    /*padding-left: 0.75em;*/
    padding-right: 0.75em;
    border: 1px solid !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    width: 47%;
    float: right;
    margin: 5px;
    height: 355px;
    margin-bottom: 20px;
}

.profile_data {
    /*width: auto !important;*/
    margin: 10px;
}

.buttons profile_ins {
    background-color: #5C6977;
    border-color: #435160;
}

.profile_dttable {
    border: 1px solid #aba5a5;
    padding: 5px;
}

    .profile_dttable tr {
        border: 1px solid #aba5a5 !important;
        padding: 5px;
    }

    .profile_dttable td {
        border: 1px solid #aba5a5 !important;
        padding: 5px;
    }

.profile_inner {
    border: none !important;
}

    .profile_inner tr {
        border: none !important;
    }

    .profile_inner td {
        border: none !important;
    }

.profile_textArea {
    width: 98%;
}

.profile_lnkBtn {
    color: #39A3D8 !important;
    font-size: 15px;
}

.profile_lnk_Selected {
    color: #F59E35 !important
}

.modulepopup_addroles {
    width: 600px;
}

.td_addroles_rolename {
    width: 50px;
}

.mpdelentry_addroles {
    overflow: auto;
    max-height: 500px;
}

.gridDDL_addroles {
    width: 100% !important;
    line-height: 34px;
    padding: 0px;
    height: 34px;
}

.grid_addroles {
    margin: 0px !important;
    width: 100% !important;
}

.table_addroles {
    width: 100%;
}

.div_close_right {
    float: right;
}

.button_close_left {
    float: left;
}

.insbutton_close_right {
    float: right !important;
}

.modulepopup_userphone {
    width: 700px;
}

.content_userphone {
    height: 265px;
}

.content_table {
    margin: 10px 0px 0px 10px;
    border: 1px;
}

.td_content_label {
    width: 120px;
    text-align: left;
}

.td_content_label_tooltip {
    width: 200px;
}

.model_phone {
    width: 700px;
}

.div_phonenumbercountrycode {
    width: 40px;
    float: left;
}

.div_phonenumber {
    width: 165px;
    float: left;
    padding-left: 30px;
}

.div_phonenumber_ext {
    float: left;
    padding-left: 0px !important;
}

.td_profile_phone {
    text-align: left;
}

.label_ext {
    width: 30px;
}



.model_email {
    width: 700px;
}

.tabstyle {
    Padding-Left: 35px;
    Padding-Right: 35px;
}

.content_email {
    height: 235px;
}

.table_profile_email {
    margin: 10px 0px 0px 10px;
    border: 1px;
}

.td_profile_email {
    width: 120px;
    text-align: left;
}

.modalpopup_addresses {
    width: 700px;
}

.div_content_addresses {
    height: 350px;
}

.table_profile_addresses {
    margin: 10px 0px 0px 10px;
    border: 1px;
}

.td_profile_addresses {
    width: 120px;
}

.div_radiovuttonlist_profile_addresses {
    margin: 10px 0px 0px 10px;
    height: 350px;
}

.div_radiovuttonlistreview_profile_addresses {
    width: 400px;
    height: 30px;
}

.modalpopup_userrole {
    width: 550px;
}



.dttable {
    border: 1px solid #aba5a5;
    padding: 5px;
    width: 100%;
}

    .dttable tr {
        border: 1px solid #aba5a5 !important;
        padding: 5px;
    }

    .dttable td {
        border: 1px solid #aba5a5 !important;
        padding: 5px;
    }

.inner {
    border: none !important;
}

    .inner tr {
        border: none !important;
    }

    .inner td {
        border: none !important;
    }

.close_div_userrole {
    width: 25px !important;
}

.close_div_userrole {
    width: 820px;
    height: 50px;
}

.close_table_userrole {
    width: 100%;
}

.modalpopup_paymentmethod {
    width: 1200px;
}

.div_content_paymentmethord {
    height: 505px;
}

.td_paymentmethod {
    width: 120px;
}

.dropdown_max_paymentmethod {
    max-width: 400px;
}

.dropdown_min_paymentmethod {
    width: 140px !important;
}

.chkbox_paymentmethod {
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: left;
}

.fieldset_legend {
    text-align: left;
}

.dxtc-strip .dxtc-stripContainer {
    height: 0px !important;
}

.dxtc-content {
    background: #C2CCD1 !important;
}

.dxtcLite > .dxtc-content {
    border: 1px solid #A8A8A8;
    background-color: none !important;
    padding: 0px !important;
}

.modalpopup_useractive {
    width: 550px;
}

.image_useractive {
    width: 70px !important;
}

.text_useractive {
    width: 100% !important;
    padding-top: 20px !important;
}

.img_height {
    height: 50px;
}

.Dev_Select {
    padding: 5px;
    width: 230px;
}

.proflie_addedit_modal {
    width: 950px;
}

.textArea {
    width: 98%;
}

.table_manage_profiles {
    width: 100%;
}

.td_manage_profiles {
    text-align: left;
    width: 80%;
}

.table_pnl_manage_profile {
    width: 100%;
    background-color: #c2ccd1;
}

.td_pnl_manage_profile {
    text-align: right;
    padding: 5px;
    width: 10%;
}

.td_pnl_manage_profile_left {
    text-align: left;
    padding: 5px;
}

.div_button {
    float: left;
    width: 600px !important
}

.span_button {
    float: right !important;
    margin-right: 0px !important;
}

.gridview_role {
    margin: 10px 10px 10px 0px;
    width: 600px !important;
}

.in a {
    width: 40px !important;
}

.data .controlsUser .in {
    width: 400px !important;
}

.table_permission {
    width: 100%;
    background-color: #c2ccd1;
}

.td_right_booker {
    text-align: right;
    padding: 5px;
    width: 80px;
}

.td_left_booker {
    text-align: "left";
    padding: 5px;
    width: 210px !important;
}

.td_right_passanger {
    text-align: right;
    padding: 5px;
}

.td_left_passanger {
    text-align: "left";
    padding: 5px;
}

.combobox {
    Width: 100%;
}

.button_add {
    padding-left: 5px !important;
    margin-top: 18px !important;
}

.td_right_multiple {
    text-align: right;
    padding: 5px;
    vertical-align: top
}

.multiple_listbox {
    text-align: left;
    padding: 5px;
}

.td_remove {
    vertical-align: top;
    padding-top: 5px;
}

.btn_remove {
    padding-left: 5px !important;
    vertical-align: top;
}

#MainContent_ucPaymentMethod_tab_C0, #MainContent_ucPaymentMethod_tab_C1 {
    background: #C2CCD1 !important;
}

.dxtc-strip .dxtc-stripContainer {
    height: 0px !important;
}

.dxtc-content {
    background: #C2CCD1 !important;
}

.dxpcLite .dxpc-content, .dxdpLite .dxpc-content {
    padding: 0px !important;
}

/*#MainContent_popup_uc_cbCountry_DDD_PW-1, #MainContent_uconProfileAddEdit_cbCountry_DDD_PW-1 {
    left: 0% !important;
    top: 87% !important;
}

#MainContent_popup_uc_CmbState_DDD_PW-1, #MainContent_uconProfileAddEdit_CmbState_DDD_PW-1 {
    left: 0% !important;
    top: 87% !important;
}*/
/*#MainContent_uc_ASPxCallbackPanel1_cbCountry_DDD_PW-1, #MainContent_uc_ASPxCallbackPanel1_CbState_DDD_PW-1 {
    left: 0px !important;
    top: 87% !important;
}*/
.modalEntry .dxpcDropDown.dxpclW.dxpc-ddSys {
    left: 0px !important;
    top: 87% !important;
}

.dxtcSys.dxtc-init > .dxtc-stripContainer {
    visibility: visible !important;
}


.td_grouplist {
    height: 150px !important;
    width: 215px !important;
}

.group_fieldset {
    height: 320px !important;
}

.lstlabel_top {
    vertical-align: top !important;
}

.ddlusername {
    width: 215px !important;
}

.remove_top {
    vertical-align: top !important;
}

.height_popcontent {
    height: 250px !important;
    background-color: transparent;
}

.dxgvTable {
    /*border-collapse: collapse !important;*/
}

/*New After designer release*/
.ProfilePopupGridMain {
    cursor: pointer;
    width: 40px;
    height: 30px;
    position: absolute;
}

    .ProfilePopupGridMain .in {
        position: absolute;
        top: 50%;
        right: 0px; /*-15px;*/
        background-image: url('../Images/settings_abg.png');
        height: 38px;
        padding-right: 41px;
        width: 400px;
        background-repeat: no-repeat;
        background-position: right top;
        margin-top: -19px;
        display: none;
    }

    .ProfilePopupGridMain a {
        display: block;
        float: right;
        height: 38px;
        width: 41px;
        text-indent: -20000px;
        overflow: hidden;
        background-image: url(../Images/settings_a.png);
        background-repeat: no-repeat;
        right: 100%;
    }

.RolePopupGridMain {
    cursor: pointer;
    width: 40px;
    height: 30px;
    position: absolute;
}

    .RolePopupGridMain .in {
        position: absolute;
        top: 50%;
        right: 0px; /*-15px;*/
        background-image: url('../Images/settings_abg.png');
        height: 38px;
        padding-right: 41px;
        width: 400px;
        background-repeat: no-repeat;
        background-position: right top;
        margin-top: -19px;
        display: none;
    }

    .RolePopupGridMain a {
        display: block;
        float: right;
        height: 38px;
        width: 41px;
        text-indent: -20000px;
        overflow: hidden;
        background-image: url(../Images/Role_settings_a.png);
        background-repeat: no-repeat;
        right: 100%;
    }

.infomsg {
    display: none;
    width: 303px;
    position: absolute;
    height: 15px;
    background-color: #f59e35;
    float: right;
    /* top: 0px; */
    color: #ffffff;
    /* right: 50%; */
    border-radius: 0px 0px 5px 5px;
    padding: 5px 10px;
    /* align-items: center; */
    /* right: 50px; */
}

.field span.failureNotificationPhoneTypeNumber {
    right: 273px !important;
}

.field span.failureNotificationPhoneCategoryExt {
    right: 172px !important;
}

.field span.failureNotificationPhoneCountryCode {
    right: 420px !important;
    padding-right: 3px !important;
}

.textbox_ext {
    width: 80px;
}

.td_content_label_tooltip {
    width: 200px;
}

.modalpopup_userrole_1 {
    width: 550px;
    height: 700px;
    overflow: scroll;
}

.controloptions {
    /*width: 40px;
    height: 38px;*/
    position: absolute;
}

.ProfilePopupGrid {
    cursor: pointer;
    width: 8%;
    height: 30px !important;
    position: relative;
}

/**********************************/
/*      Res Status Ride                          */
/**********************************/

.border_bottom {
    border-bottom: 2px solid #5C6977;
    padding: 5px;
}

.popupContent .chkBox {
    position: absolute;
    font-size: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 20px;
    background-color: inherit;
}

    .popupContent .chkBox input {
        top: 50%;
        left: 50%;
        margin: -7px 0 0 -4px;
        position: absolute;
    }

.popupContent .dxnbLite .dxnb-gr {
    margin-bottom: 8px;
}

.CH, .CI, .DS, .EN, .ND, .NB, .NS, .OL, .DO, .PU, .XL, .CL, .RC, .IP, .SB, .SE, .CE,
.popupContent .dxnbLite .dxnb-header, .popupContent .dxnbLite .dxnb-headerCollapsed {
    background-color: #003300;
    color: #3A3838 !important;
    display: block;
    white-space: nowrap;
    padding: 8px 16px;
    text-align: center;
    font-size: 14px;
}

.popupContent .dxnbLite .dxnb-header, .popupContent .dxnbLite .dxnb-headerCollapsed {
    background-color: #FFF !important;
    border: none;
    width: auto !important;
    margin: 0 0 0 20px !important;
    position: relative;
    text-align: left;
    font-size: 13px !important;
    font-weight: normal;
    padding: 8px 48px 8px 8px !important;
    font-weight: normal !important;
    overflow: visible;
}

.popupContent .dxnbLite .vendor {
    margin-left: 32px;
}

    .popupContent .dxnbLite .vendor .dxnb-header, .popupContent .dxnbLite .vendor .dxnb-headerCollapsed {
        margin-left: 8px !important;
    }

.popupContent .dxnbLite .dxnb-header div, .popupContent .dxnbLite .dxnb-headerCollapsed div {
    background-color: inherit;
}

.popupContent .dxnbLite .dxnb-header > span:first-child, .popupContent .dxnbLite .dxnb-headerCollapsed > span:first-child {
    font-weight: bold !important;
}

    .popupContent .dxnbLite .dxnb-header > span:first-child span, .popupContent .dxnbLite .dxnb-headerCollapsed > span:first-child span {
        font-weight: normal !important;
    }

.popupContent .dxnbLite .headerCollapsedLeft span, .popupContent .dxnbLite .headerLeft span {
    position: absolute;
    left: 50%;
    margin-left: -100px;
}

.CH, .popupContent .dxnbLite .dxnb-header.CH, .popupContent .dxnbLite .dxnb-headerCollapsed.CH {
    color: #FFF !important;
    background-color: #003300 !important;
}

.CI, .popupContent .dxnbLite .dxnb-header.CI, .popupContent .dxnbLite .dxnb-headerCollapsed.CI {
    background-color: #548235 !important;
    color: #FFF !important;
}

.DS, .popupContent .dxnbLite .dxnb-header.DS, .popupContent .dxnbLite .dxnb-headerCollapsed.DS {
    background-color: #E2EFDA !important;
}

.EN, .popupContent .dxnbLite .dxnb-header.EN, .popupContent .dxnbLite .dxnb-headerCollapsed.EN {
    background-color: #C6E0B4 !important;
}

.ND, .popupContent .dxnbLite .dxnb-header.ND, .popupContent .dxnbLite .dxnb-headerCollapsed.ND {
    background-color: #F7CAAC !important;
}

.NB, .popupContent .dxnbLite .dxnb-header.NB, .popupContent .dxnbLite .dxnb-headerCollapsed.NB {
    background-color: #FFF !important;
}

.NS, .popupContent .dxnbLite .dxnb-header.NS, .popupContent .dxnbLite .dxnb-headerCollapsed.NS {
    background-color: #C00000 !important;
    color: #FFF !important;
}

.OL, .popupContent .dxnbLite .dxnb-header.OL, .popupContent .dxnbLite .dxnb-headerCollapsed.OL {
    background-color: #A9D08E !important;
}

.DO, .popupContent .dxnbLite .dxnb-header.DO, .popupContent .dxnbLite .dxnb-headerCollapsed.DO {
    background-color: #F4B083 !important;
}

.PU, .popupContent .dxnbLite .dxnb-header.PU, .popupContent .dxnbLite .dxnb-headerCollapsed.PU {
    background-color: #375623 !important;
    color: #FFF !important;
}

.XL, .popupContent .dxnbLite .dxnb-header.XL, .popupContent .dxnbLite .dxnb-headerCollapsed.XL {
    background-color: #660000 !important;
    color: #FFF !important;
}

.CL, .popupContent .dxnbLite .dxnb-header.CL, .popupContent .dxnbLite .dxnb-headerCollapsed.CL {
    background-color: #C65911 !important;
}

.RC, .popupContent .dxnbLite .dxnb-header.RC, .popupContent .dxnbLite .dxnb-headerCollapsed.RC {
    background-color: #C65911 !important;
}

.IP, .popupContent .dxnbLite .dxnb-header.IP, .popupContent .dxnbLite .dxnb-headerCollapsed.IP {
    background-color: #FCE4D6 important;
    color: #FFF !important;
}

.SB, .popupContent .dxnbLite .dxnb-header.SB, .popupContent .dxnbLite .dxnb-headerCollapsed.SB {
    background-color: #BDD7EE !important;
}

.SE, .popupContent .dxnbLite .dxnb-header.SE, .popupContent .dxnbLite .dxnb-headerCollapsed.SE {
    background-color: #8EA9DB !important;
}

.CA, .popupContent .dxnbLite .CA .dxnb-header, .popupContent .dxnbLite .CA .dxnb-headerCollapsed {
    background-color: #F8CBAD !important;
    color: #BE4D19 !important;
}

.AC, .popupContent .dxnbLite .AC .dxnb-header, .popupContent .dxnbLite .AC .dxnb-headerCollapsed {
    background-color: #C4E1B3 !important;
    color: #648A4A !important;
}

.RespBody {
    padding-right: 0px !important;
}

.rptResStatusHeader {
    padding-bottom: 8px !important;
}

.width_100 {
    width: 100% !important;
}

.resStatusPopupWidth {
    width: 80vw;
}

.resdetails {
    width: 80vw;
}

.closeDiv {
    width: 80vw;
}

.resStatuspopupContent {
    /*height: 530px;*/
    height: 100%;
    overflow: auto;
    display: block;
    align-items: center;
}


.resStatusNote {
    width: 100%;
    display: flex;
    padding-top: 10px;
}

    .resStatusNote .section {
        width: 100%
    }

    .resStatusNote .left-col {
        width: 100% !important;
        font-weight: 700;
    }

    .resStatusNote .right-col {
        width: 100% !important;
    }

    .resStatusNote .parentDiv {
        width: 100% !important;
        padding-top: 10px !important;
        padding-bottom: 15px !important;
        display: flex;
    }

    .resStatusNote .header {
        height: 16px !important;
        font-size: 12px !important;
        font-weight: 700;
        padding-left: 0px !important;
        padding-bottom: 8px !important;
        font-family: Arial, Helvetica, sans-serif;
    }

.resStatus {
    width: 100%;
    display: flex;
    padding-top: 40px !important;
}

    .resStatus .section {
        width: 50%;
        padding: 10px 10px 10px 0px;
    }

    .resStatus .parentDiv {
        width: 100% !important;
        padding-top: 10px !important;
        /*padding-bottom: 15px !important;*/
        display: flex;
    }


    .resStatus .left-col.driver {
        width: 20% !important;
        /*float: left !important;*/
    }

    .resStatus .right-col.driver {
        width: 80% !important;
        /*float: right !important;*/
    }

    .resStatus .left-col.vehicle {
        width: 26% !important;
        /*float: left !important;*/
    }

    .resStatus .right-col.vehicle {
        width: 74% !important;
        /*float: right !important;*/
    }

    .resStatus .header {
        height: 16px !important;
        font-size: 12px !important;
        font-weight: 700;
        padding-left: 0px !important;
        padding-bottom: 8px !important;
        font-family: Arial, Helvetica, sans-serif;
    }

.resStatuscol_25 {
    width: 25%;
}

.resStatuscol_50 {
    width: 50%;
}

.resStatuscol_90 {
    width: 90% !important;
}

.resStatuscol_10 {
    width: 10% !important;
}

.divResStatus {
    overflow-y: auto;
    height: 490px !important;
    overflow: auto !important;
    display: block !important;
}


#divPUDO {
    padding-bottom: 5px !important;
}

.dvCloseOutInfo {
    padding-top: 20px !important
}

    .dvCloseOutInfo .dxgvControl, .dvCloseOutInfo .dxgvDisabled {
        background-color: transparent;
    }

.stop {
    width: 50% !important;
}

.tblHeader {
    width: 100%;
    border-bottom: 2px solid #F59E35;
}

    .tblHeader td {
        padding: 0px !important;
        width: 100%;
        background-color: white;
    }

    .tblHeader h2 {
        border-bottom: 0px;
        padding-right: 0px !important;
        border-radius: 0px;
    }


#tdRideHeading {
    width: 12%;
    min-width: 195px;
}

#tdRideHeadingDetail {
    width: 88%;
}

#spnConfirmationNoHeading {
    padding-top: 8px;
    margin: 0px;
    background-color: #FFFFFF;
    font-size: 15px;
    line-height: 48px;
    font-family: Roboto;
    font-weight: normal;
    display: block;
}

.btnViewReceipt {
    margin-top: 4px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#MainContent_ucEmailReceiptPopUp_PW-1.dxpcLite.dxpclW.dxpc-mainDiv.dxpc-shadow {
    top: 200px !important;
}

#pnlEmailReceipt input[type='checkbox'] {
    vertical-align: middle !important;
    margin-right: 5px;
    display: inline-block;
}

.divEmailReceipt table {
    width: 100%;
}

#MainContent_ucEmailReceiptPopUp_ASPxPanel2_ucEmailReceipt1_cpEmailReceipt_divClose {
    height: 15px;
}

.divEmailReceipt {
    height: 110px;
}

.adjustLoadingPosition {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

#MainContent_ucResStatusReceipt_cpResStatus_LPV {
    width: 100px !important;
}

#MainContent_ucEmailReceipt_cpEmailReceipt_LPV {
    width: 100px !important;
}

.dxnbLite .dxnb-header, .dxnbLite .dxnb-headerCollapsed {
    background-color: #faa43f;
    color: white;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    width: 98%;
    white-space: inherit;
    height: 17px;
}

.dxnb-content {
    width: 98%;
    border: none !important;
}

.dxgvControl, .dxgvDisabled {
    border: none !important;
}

.resdetails legend {
    color: #292929;
    font-family: Roboto;
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
    /* text-transform: uppercase; */
    margin: 0;
    display: block;
    padding: 5px 0 10px;
    position: static;
}

.resdetails .popupContent {
    padding: 5px 20px;
}

.resdetails td {
    padding: 5px 10px 5px 0px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    vertical-align: top;
    color: #292929;
    width: 130px;
    empty-cells: hide;
}

#MainContent_ucResStatusReceipt_cpResStatus_navResStausReceipt_ITC0i0_documentViewer_0_Splitter_0_CC td {
    width: 0px;
    padding: 0px;
}

.Traditionalemail {
    width: 550px !important;
}

.modalBackgroundCL {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.setMargin {
    margin: 0px 14px 15px 0px;
}

#MainContent_ucResStatusReceipt_dvNewReg td {
    padding-bottom: 20px;
}

#tdRideHeading h2 {
    padding-left: 22px !important;
}

.cpResStatusTraditionalHeight {
    background-color: #C2CCD1;
}

.dvCloseOutInfo td {
    vertical-align: middle !important;
}

.btnViewReceipt {
    margin-bottom: 5px !important;
}

.emailReceiptTD {
    width: 7px !important;
    max-width: 7px !important;
    padding-right: 0px !important;
}

.CE, .popupContent .dxnbLite .dxnb-header.CE, .popupContent .dxnbLite .dxnb-headerCollapsed.CE {
    background-color: #FFD966 !important;
}

.noEmailClass {
    color: red !important;
}

.insCancelButtonPadding {
    margin-bottom: 15px !important;
}

.traditionalEmailCSSMsg {
    padding-top: 2px;
    padding-bottom: 6px;
    padding-left: 5px;
    margin-left: 10px;
}

.infomsgnew {
    display: none;
    height: 5px;
    background-color: #f98f99;
    float: right;
    color: #000000;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 10px 14px 5px;
    margin-top: 61px;
    text-align: right;
    margin-right: 3px;
    position: absolute;
    width: 95%;
    margin-left: 10px;
}

    .infomsgnew .messagetext {
        float: left;
    }

    .infomsgnew .close {
        float: right;
    }

    .infomsgnew a, .infomsgnew a:hover, .infomsgnew a:visited, .infomsgnew a:active {
        color: #000000 !important;
    }
