html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,tt,var,b,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block}header ul,.header ul,#header ul,footer ul,.footer ul,#footer ul,nav ul{margin:0;padding:0;list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}ins{text-decoration:underline}del{text-decoration:line-through}mark{background:none}abbr[title],dfn[title]{border-bottom:1px dotted #000}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,button,textarea,select{margin:0;padding:0}input,select,a img{vertical-align:middle}@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular.eot') format('embedded-opentype'),
    url('../fonts/myriadpro-regular.woff') format('woff'),
    url('../fonts/myriadpro-regular.ttf') format('truetype'),
    url('../fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* global css  */
body { background:  url(../images/bg.jpg) no-repeat; font-family: 'antennalight'; color: #002447; font-size: 14px;  background-size: cover; -webkit-font-smoothing: antialiased; font-size-adjust: none; font-variant:normal;}
ol, ul { margin: 0; padding: 0; list-style: none; }
ul li{padding-top:5px;}
.ul_list_style_disc {list-style-type: disc; margin: 10px 30px;}
.pagewidth { margin: 0 auto; width: 1000px;  }
h1, h2, h3, h4, h5, th { font-weight: normal; -webkit-font-smoothing: antialiased; font-size-adjust: none; font-variant:normal; -moz-osx-font-smoothing: grayscale;  }
.clearfix:after { content: " "; visibility: hidden; display: block; height: 0; clear: both; }
.pb0 { padding-bottom: 0!important; }
.pb5 { padding-bottom: 5px !important; }
.row { width: 100%; float: left; }
img { vertical-align: top; max-width: 100%;  }
.img_width_25px{width:25px !important; height:25px !important;}
.img_width_30px{width:30px !important; height:30px !important;}
.img_width_215px{width:215px !important;}
input, textarea { -webkit-font-smoothing: antialiased; font-size-adjust: none; font-variant:normal; -moz-osx-font-smoothing: grayscale; border-radius: 0; font-weight: normal; /*outline: none;*/ }

/* fonts css*/
@font-face { font-family: 'antennalight'; src: url('../fonts/antenna-light-webfont.eot'); src: url('../fonts/antenna-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/antenna-light-webfont.woff') format('woff'), url('../fonts/antenna-light-webfont.ttf') format('truetype'), url('../fonts/antenna-light-webfont.svg#antennalight') format('svg'); font-weight: normal; ont-style: normal }

@font-face { font-family: 'Antenna-Bold'; src: url('../fonts/Antenna-Bold.eot?') format('eot'), url('../fonts/Antenna-Bold.otf')  format('opentype'), url('../fonts/Antenna-Bold.woff') format('woff'),  url('../fonts/Antenna-Bold.ttf')  format('truetype'), url('../fonts/Antenna-Bold.svg#Antenna-Bold') format('svg'); }

a{color:#0075bf;}

/*header div style starts here*/
.header_menu {
    background-color: rgb(140, 193, 193);
    display: flex;
    flex-direction: column;
    text-align: center;
    z-index: 1;
}

.header_menu > nav {
    background-color: white;
    display: none;
    flex: 1;
}

.header_menu nav > ul {
    list-style-type: none;
}

.header_menu nav > ul > li {
    padding: 0px !important;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    position: relative;
}

.header_menu nav > ul > li:last-of-type {
    border-bottom: none;
}

.header_menu nav > ul > li > a {
    display: block;
    color: rgba(0,0,0,.65);
    font-weight: 700;
    font-size: 15px;
    padding: 1.5rem 0;
    text-decoration: none;
    transition: 250ms all ease;
}

.header_menu nav > ul > li > a span.toggle {
    background-color: #002447;
    border-radius: 3rem;
    color: #f2f2f2;
    font-size: 0.75em;
    font-weight: 500;
    padding: 2px 8px;
    text-transform: lowercase;
}

.header_menu nav > ul > li > a span.caret {
    display: none;
}

.header_menu > nav > ul > li:hover > a {
    color: rgb(140, 193, 193);
}

.header_menu > nav > ul > li > nav {
    background-color: #002447;
    border-radius: 1.5em;
    box-shadow: 0 2px 8px rgba(0,0,0,.6);
    display: none;
    overflow: hidden;
    position: absolute;
    width: 320px !important;
    margin-right: 60%;
    max-height: 500px;
    overflow-y: auto;
}

.header_menu > nav > ul > li > nav > ul > li > a {
    padding: 10px;
    line-height: 23px;
    color: rgba(0,0,0,.65);
    transition: 300ms all ease;
}

.header_menu > nav > ul > li > nav > ul > li:hover > a {
    background-color: #002447;
    color: rgba(255,255,255,1);
}

.header_menu > nav > ul > li > nav > .text-info {
    color: #0076bf !important; font-size: 15px; margin-top: 1% ;
}

.header_menu > nav > ul > li > .info-tooltip {
    background-color: #002447;
    border-radius: 1.5em;
    box-shadow: 0 2px 8px rgba(0,0,0,.6);
    display: none;
    overflow: hidden;
    position: absolute;
    width: 570px !important;
    margin-right: -75%;
    max-height: 500px;
    overflow-y: auto;
}

.header_menu > nav > ul > li > .info-tooltip .ul_list_disc {
    list-style-type: disc !important; margin: -8px 30px;
}

/* Medium screens */
@media all and (min-width: 600px) {
    .header_menu {
        background-color: white;
        flex-direction: row;
        line-height: 40px;
        position: fixed;
        text-align: left;
        width: 100%;
        height: 50px;
        z-index: 1;
    }

    .header_menu > nav {
        background-color: transparent;
        display: block;
    }

    .header_menu > nav > ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
    }

    .header_menu nav > ul > li {
        border-bottom: none;
    }

    .header_menu nav > ul > li > a {
        padding: 0 1.25rem;
    }

    .header_menu nav > ul > li > a span.toggle {
        display: none;
    }

    .header_menu nav > ul > li > a span.caret {
        border-bottom: 4px solid transparent;
        border-top: 4px solid rgba(0,0,0,.65);
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-radius: 1px;
        content: "";
        display: inline-block;
        height: 0;
        margin: 0 0 0 .25rem;
        transition: 250ms all ease;
        width: 0;
        vertical-align: middle;
    }

    .header_menu nav > ul > li:hover > a span.caret {
        border-top-color: rgb(140, 193, 193);
        transform: rotate(270deg);
    }

    .header_menu > nav > ul > li:hover > nav {
        background-color: #ffffff;
        border-radius: .25em;
        box-shadow: 0 2px 8px rgba(0,0,0,.6);
        display: block;
        line-height: 3em;
        right: -50%;
        width: 196px;
    }
}

#switch_role_div{
    overflow-y: auto !important;
    max-height: 500px !important;
}
.sw_selected_role {
    color: #fff !important;
    background: #79b942;
}
.platform_green_txt
{
    color: #79b942 !important;
}
/*header div style ends here*/


::-webkit-input-placeholder { color:#969696; }
::-moz-placeholder { color:#969696; opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { color:#969696; } /* ie */
input:-moz-placeholder { color:#969696; }
/***************Message******************/
.create-account p.thankyou { color: #ed1c24; font-family: 'Antenna-Bold'; font-weight: normal; padding-top: 7px; clear: both; }
.login-left p.thankyou { color: #ed1c24; font-family: 'Antenna-Bold'; font-weight: normal; padding-top: 7px; clear: both; }

p.thankyou { color: #ed1c24; font-family: 'Antenna-Bold'; font-weight: normal; padding-top: 7px; clear: both; }
p.success { color: #79B942 !important; font-family: 'Antenna-Bold' !important; font-weight: normal; padding-top: 7px; clear: both; }

select {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 400;
    color: #444;
    padding: 5px;
    width: 100%;
    height: 35px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(../images/down-arrrow.png),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
}
select[disabled]{
    background-color: lightgrey !important;
    background-image: url(../images/down-arrrow.png),
    linear-gradient(to bottom, lightgrey 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
}

.input_field input {
    padding: 5px;
    height: 24px !important;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #e0e0e0;
    color: #002447;
    font-size: 14px;
    font-family: 'antennalight';
}

.input_field input[type="text"] .error {
    border: 1px solid #ed1c24;
}
.input_field input[type="password"] .error {
    border: 1px solid #ed1c24;
}

.span_error {
    color: #ed1c24;
    cursor: pointer;
}

.block_error {
    border: 1px solid #ed1c24;
}

/****** New Css Class *************/
.width-0px{width: 0px}
.width-100px{width: 100px}
.width-90per{ width: 90%;}
.width-70per { width: 70% !important;}
.width-160px {width:160px;}
.width-150px{width: 150px;}
.width-217px{width: 217px;}
.width-auto{width: auto;}
.min-width-100px{min-width: 100px;}
.min-width-115px{min-width: 115px;}
.min-width-135px{min-width: 135px;}
.min-width-120px{min-width: 120px;}
.min-width-110px{min-width: 110px;}

.p_rl_15px { padding: 0 15px; !important;}
.padd-rightleft-10px { padding: 0 10px;}
.padd-rightleft-5px { padding: 0 5px;}
.padd-top-5px { padding-top: 5px;}
.padd-top-10px { padding-top: 10px;}
.padd-top-20px { padding-top: 20px;}
.padd-top-25px { padding-top: 25px;}
.padd-top-22px{padding-top: 22px;}
.padd-top-30px{padding-top: 30px;}
.padd-top-0px { padding-top: 0px !important;}
.padd-bottom-0px { padding-bottom: 0px !important;}
.padd-bottom-10px {padding-bottom: 10px !important;}
.padd-bottom-20px {padding-bottom: 20px !important;}
.padd-right-20px {padding-right: 20px;}
.ptb_10px{padding: 10px 0px;}
.ptb_20px{padding: 20px 0px;}
.plr_15px{padding: 0px 15px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p5 {padding: 5px !important;}
.pl0 {padding-left: 0px !important;}

.mar0px{margin: 0px !important;}
.mar20px{margin: 20px !important;}
/*margin-left starts*/
.mar-left-110px{margin-left: 110px;}
.mar-left-130px{margin-left: 130px;}
.mar-left-70{margin-left:70px}
.mar-left-8px{margin-left:8px}
.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
.ml-12 { margin-left: 12px; }
.mar-left-150px{margin-left: 150px;}
.mar-left-350px{margin-left: 350px;}
.mar-left-210px{margin-left: 210px !important;}
.mar-left-20px{margin-left: 20px !important;}
.ml0{margin-left: 0px !important;}
/*margin-left ends*/

/*margin-right starts*/
.mar-right-0px{margin-right: 0px;}
.mar-right-10px{margin-right: 10px;}
.mar-right-18px{margin-right: 18px;}
.mar-right-100px {
    margin-right: 100px;
}
/*margin-right ends*/
/*margin-top starts*/
.mar-top-0px { margin-top: 0px !important;}
.mt5{margin-top: 5px !important;}
.mar-top-6px { margin-top: 6px;}
.mar-top-40px{margin-top:40px}
.mar-top-15px{margin-top: 15px;}
.mar-top-12px{margin-top: 12px;}
.margin-on-top { margin-top : 30px;}
.margin_top10 { margin-top: 10px; !important;}
.mtb_10px {margin: 10px 0px !important;}
.mtb_20px {margin: 20px 0px !important;}
.mtb_30px {margin: 30px 0px !important;}
/*margin-top ends*/
/*margin-bottom starts*/
.margin_btm10 { margin-bottom: 10px;}
/*margin-bottom ends*/

.text-align-left { text-align: left;}
.text-align-center { text-align: center !important;}
.float-none{float: none;}

.font-size28{font-size: 28px !important;}
.font-size20{font-size: 20px !important;}
.font-size10{font-size: 10px !important;}
.bold_font{font-weight: bold;}
/****** New Css Class *************/


/* check box Start */
.radio-button { width: 100%; float: left; }
.radiobox { position: relative; margin-top: 2px; padding: 0; }
.radiobox input[type=radio] { display: none; }
.radiobox label { padding-left: 22px; display: block; padding-top: 4px; }
.radiobox label:before { border-radius: 8px; }
.radiobox input[type=radio]:checked + label:before { content: ""; border: 3px solid #d7d7d7; height: 4px; width: 4px; background: #333; border-radius: 50%; text-align: center; }
.radiobox label:before { padding: 2px; content: ""; display: inline-block; width: 8px; height: 8px; position: absolute; left: 0; top: 5px; background-color: #d7d7d7; border-radius: 50%;  }

.checkbox { position: relative; margin-top: 2px; padding: 2px; height: 18px; }

.checkbox input[type=checkbox] { display: none; }
.checkbox label { padding-left: 22px; display: block;  }
.checkbox input[type=checkbox]:checked + label:before { content: ""; border: 3px solid #d7d7d7; height: 8px; width: 8px; background: #333; text-align: center; border-radius: 0; }
.checkbox label:before { padding: 2px; content: ""; display: inline-block; width: 13px; height: 13px; position: absolute; left: 0; top: 2px; background-color: #d7d7d7; border-radius: 0px; }
/***********REmote Transaction New UI***********/
#remote_user_details .table-title2{  width:100%; font-size:20px; text-align:center; padding:6px 0px 6px 0px; font-family: 'Antenna-Bold'; letter-spacing: 1px; }
#remote_user_details .td-label2{ padding:7px 0 7px 18px; font-family: 'Antenna-Bold'; font-size:14px; text-align: left; vertical-align:bottom; border-left: none; border-right: none; font-weight: normal; }
#remote_user_details .td-pound {text-align: left; padding-left:20px;padding-top: 8px;}
#remote_station_details .table-title2{  width:100%; font-size:20px; text-align:center; padding:6px 0px 6px 0px; font-family: 'Antenna-Bold'; letter-spacing: 1px; }
#remote_station_details .td-label2{ padding:7px 0 7px 18px; font-family: 'Antenna-Bold'; font-size:14px; text-align: left; vertical-align:bottom; border-left: none; border-right: none; font-weight: normal; }
#remote_station_details .td-pound {text-align: left; padding-left:20px;padding-top: 8px;}
.edit_link { float: right;font-size: 11px; color:#0075BF;}

/* check box End */

/* custom css  */
.step-wrapper { background: #fff; border-radius: 7px; padding: 30px 42px; width: 778px; margin: 110px auto 10px auto; box-shadow: 2px 2px 5px #999; border: 1px solid #e3e3e2; color: #002447; font-size: 14px; line-height: 24px; font-family: 'antennalight'; min-height: 500px; }
.step-wrapper p { padding: 8px 0 15px 0; }
.step-wrapper h1 { color: #79b942; font-size: 48px; line-height: 48px; font-family: 'Antenna-Bold'; padding-bottom: 16px; }
.step-wrapper h2 { color: #002447; font-size: 20px; line-height: 34px; font-family: 'Antenna-Bold'; border-bottom: 1px solid #335067; margin-bottom: 7px; }

.step-menu { width: 100%; float: left; }
.step-menu li { float: left; color: #002447; font-size: 18px; line-height: 28px; padding: 0 15px 5px 0; min-width: 174px; font-family: 'Antenna-Bold'; cursor:pointer;}
.step-menu span { font-size: 20px; color: #fff; }
.step-menu li span { width: 32px; height: 32px; color: #fff; text-align: center; line-height: 32px; display: inline-block; margin-right: 5px; background: #002447; border-radius: 50%; }
.step-menu li.current span { background: #79b942; }
.step-menu li.current { color: #79b942; }
.step-menu li:first-child { padding-left: 0px; }

.smartcard-detail { width: 100%; float: left; padding-bottom: 35px; }
.smartcard-detail .radiobox label:before { top: 6px; }

.payment_detail { width: 100%; float: left; padding-bottom: 35px; }

.pass-detail { width: 100%; float: left; }
.pass-detail .leftcolum { float: left; width: 260px; padding-right: 60px; }
.pass-detail .onecolumn { float: left; width:82%; padding-right: 60px; }
.pass-detail .inputtype { width: 100%; float: left; padding-bottom: 20px; }
.pass-detail textarea { padding: 8px 3%; width: 94%; height: 85px; float: left; resize: none; background: #fff; border: 1px solid #e0e0e0; border-radius: 5px; box-shadow: 1px 1px 5px #e0e0e0; color: #002447; font-size: 14px; font-family: 'antennalight'; }
.pass-detail .rightcolum { float: left; width: 260px; }

.event-detail { width: 100%; float: left; }
.event-detail .leftcolum { float: left; width: 260px; padding-right: 60px; }
.event-detail .rightcolum { float: left; width: 260px; padding-left:20px; }

.shipping-address { width: 100%; float: left; }
.shipping-address .leftcolum { float: left; width: 260px; padding-right: 60px; }
.shipping-address .inputtype { width: 100%; float: left; padding-bottom: 20px; }
.shipping-address textarea { padding: 8px 3%; width: 94%; height: 85px; float: left; resize: none; background: #fff; border: 1px solid #e0e0e0; border-radius: 5px; box-shadow: 1px 1px 5px #e0e0e0; color: #002447; font-size: 14px; font-family: 'antennalight'; }
.shipping-address .rightcolum { float: left; width: 260px; }
.inputtype { width: 100%; float: left; padding-bottom: 10px;}
.inputtype input[type="text"] { padding: 1px 3%; width: 94%; height: 30px !important; border: 1px solid #e0e0e0; border-radius: 5px; box-shadow: 1px 1px 5px #e0e0e0; color: #002447; font-size: 14px;  font-family: 'antennalight'; }
.inputtype input[type="password"] { padding: 4px 6px; width: 94%; border: 1px solid #e0e0e0; border-radius: 5px; box-shadow: 1px 1px 5px #e0e0e0; color: #002447; font-size: 14px;  font-family: 'antennalight'; }
.inputtype input[type="text"].error { border: 1px solid #ed1c24; }
.inputtype input[type="password"].error { border: 1px solid #ed1c24; }
.inputtype input[type="text"].small { box-shadow: 5px 5px 5px #d7d7d7; text-align: center; width: 65px; padding: 4px; margin-right: 10px; }

.left-row input[type="text"].hasDatepicker.error { border: 1px solid #ed1c24; }
.left-row input[type="text"].hasDatepicker { padding: 5px; width: 65%; height: 20px !important; border: 1px solid #e0e0e0; border-radius: 5px; box-shadow: 1px 1px 5px #e0e0e0; color: #002447; font-size: 14px;  font-family: 'antennalight'; }

.shipping-address .rightcolum .inputtype { padding-bottom: 12px; }

.button-bar { width: 100%; float: left; text-align: center; padding-top: 60px; }
.button-bar.width-0px{ width: 0px;}
.button-bar.width-90per{ width: 90%;}
.button-bar.width-70per { width: 70%;}
.button-bar.padd-top-10px { padding-top: 10px;}
.button-bar.padd-top-5px { padding-top: 5px;}
.button-bar.padd-top-20px { padding-top: 20px;}
.button-bar.padd-top-25px { padding-top: 25px;}
.button-bar.padd-top-22px { padding-top: 22px;}
.button-bar.padd-top-30px { padding-top: 30px; !important;}
.button-bar.padd-top-0px { padding-top: 0px;}
.button-bar.text-align-left { text-align: left;}
.button-bar.padd-bottom-20px {padding-bottom: 20px;}
.button-bar.mar-right-40px{margin-right: 40px; !important;}
.button-bar.mar-top-0px{margin-top: 0px;}
.button-bar.mar-top-40px {margin-top: 40px;}
.button-bar.float-none{float: none;}
.button-bar.float-right{float: right;}
.connector-selection-box { display: inline-block; vertical-align: top;border-width: 1px; border: solid #0175be;cursor: pointer; padding: 15px; }
.connector-selection-box-selected { display: inline-block; vertical-align: top;border-width: 1px; border: solid #00CC00; background: green;color: white; cursor: pointer; padding: 15px; }
.connector-selection-box-unavailable { display: inline-block; vertical-align: top;border-width: 1px; border: solid grey; background: dimgrey;color: white; cursor: pointer; padding: 15px; }


.button-bar input[type="submit"]{ background: #ccc; border-radius: 7px; color: #fff; border: 1px solid #e0e0e0; font-family: 'Antenna-Bold';  font-size: 14px; min-width: 200px; text-align: center; height: 30px; line-height: 30px; vertical-align: middle; margin-right: 23px; cursor: pointer; padding: 0 10px; font-weight: normal; outline: none;}
.button-bar input[type="submit"]:hover{background:#969696;}
/*.button-bar input[type="submit"]:focus{background:#969696;}*/
.button-bar input[type="submit"]:active{background:#878787;}
.button-bar input[type="submit"].min-width-60px{min-width: 60px;}
.button-bar input[type="submit"].min-width-100px{min-width: 100px;}
.button-bar input[type="submit"].min-width-115px{min-width: 115px;}
.button-bar input[type="submit"].min-width-120px{min-width: 120px;}
.button-bar input[type="submit"].min-width-135px{min-width: 135px;}
.button-bar input[type="submit"].width-150px{width: 150px;}
.button-bar input[type="submit"].width-217px{width: 217px;}
.button-bar input[type="submit"].min-width-110px{min-width: 110px;}
.button-bar input[type="submit"].float-none{float: none;}
.button-bar input[type="submit"].width-auto{width: auto;}
.button-bar input[type="submit"].mar-right-0px{margin-right: 0px;}
.button-bar input[type="submit"].padd-rightleft-10px{padding: 0 10px;}
.button-bar input[type="submit"].mar-right-10px{margin-right: 10px;}
.button-bar input[type="submit"].mar-top-15px{margin-top: 15px;}
.button-bar input[type="submit"].green { background: #79b942; border: 1px solid #79b942; }
.button-bar input[type="submit"].green-dark { background: darkgreen; border: 1px solid #79b942; }
.button-bar input[type="submit"].blue { background: #002447; border: 1px solid #002447; }
.button-bar input[type="submit"].text_transform_capitalize { text-transform: uppercase; }

.button-bar input[type="submit"].green:hover{background: #5aac44;}
/*.button-bar input[type="submit"].green:focus{background: #5aac44;}*/
.button-bar input[type="submit"].green:active{background:#248F24;}
.button-bar input[type="submit"].blue:hover{background:#274091;}
/*.button-bar input[type="submit"].blue:focus{background:#274091;}*/
.button-bar input[type="submit"].blue:active{background:#6879B2;}


.card-info { margin-top: 20px; width: 100%; float: left; }
.card-info .colum { width: 230px; float: left; padding-right: 45px; }
.card-info .sec-colum { width: 220px; float: left; padding-right: 45px; }
.card-info .third-colum { width: 180px; padding: 0; }
.card-info label { padding-left: 4px; font-size: 14px; font-family: 'antennalight'; }

.notifaction { margin-top: 0; padding-bottom: 20px;  }
/* registration steps End */

/* Login page Start  */
.step-wrapper.login { padding: 22px 42px;  width: 660px; }
.step-wrapper.login h1 { color: #002447; text-align: center; font-size: 36px; line-height: 36px; padding-bottom: 10px; font-family: 'Antenna-Bold'; }
.blue-text { color: #0076bf !important; font-size: 12px; line-height: 24px; text-align: center; padding-top:0; }

.login-row { width: 100%; float: left; padding-top: 20px; }
.login-left { float: left; border-right: 1px solid #b7b7b7; width: 292px; padding-right: 40px; }
.login-left h2 { text-align: center; color: #898989; font-size: 24px; line-height: 36px; border: 0; padding-bottom: 10px; }
.login-left label { color: #002447; font-size: 14px; line-height: 36px; font-family: 'antennalight'; display: block; width: 100%; float: left; }
.login-left input[type="text"]{ height: 31px; }
.login-left input[type="password"]{ height: 31px; }
.login-left a { font-size: 11px; text-decoration: none; color: #002447; }
.login-left a:hover { text-decoration: underline; }


.login-button { width: 100%; float: left; text-align: center; padding-top: 10px; }
.login-button input[type="submit"] { border-radius: 4px; color: #fff; font-size: 14px; line-height: 32px; height: 32px; text-align: center; background: #79ba43; border: 0; min-width: 135px; font-family: 'Antenna-Bold'; cursor: pointer; font-weight: normal; }
.login-button input[type="submit"]:hover{background: #5aac44;}
/*.login-button input[type="submit"]:focus{background: #5aac44;}*/
.login-button input[type="submit"]:active{background: #248F24;}
.login-button input[type="submit"].blue-btn { min-width: 100px;margin-top: 10px; background: #0076c0; }
.login-button span.or-text { display: block; text-align: center; color: #002447; font-size: 14px; font-family: 'Antenna-Bold';padding: 7px 0 3px 0; }
.fb_reset{float:left !important;}

.login-right { float: right; width: 280px; line-height: 21px; }
.login-right h2 { border: 0px; color: #0076bf; text-align: center; font-size: 24px; padding-bottom: 0px;  }
ul.unorderlist { padding-left: 15px; padding-bottom: 10px; }
ul.unorderlist li { width: 100%; float: left; position: relative; text-indent: 20px; line-height: 36px; color: #002447; }
ul.unorderlist li:before { content: ""; background: url(../images/dsic.png) no-repeat; width: 11px; height: 11px; position: absolute; left: 0px; top: 12px; }

/* Login page End */

.create-account { padding-top: 20px; }
.create-account .card-info { margin-top: 10px; width: 500px; }
.create-account p.blue-text { text-align: left; font-size: 14px; padding: 0; }
.create-account .colum:first-child { padding-right: 18px; }
.create-account .colum  { width: 240px; padding: 0; }
.create-account a { text-decoration: underline; color: #0065a5; font-size: 14px; }
.create-account a:hover { text-decoration: none; }
.create-account input[type="text"]:after { content:"*"; color: #f00; }
/*.create-account .button-bar { width: 70%; }*/

/* Account Setup */

#account_setup p.blue-text { text-align: left; font-size: 14px; padding: 0; margin-bottom: 10px; }

/*Forgot Password*/

.forgot-password { padding-top: 20px; }
.forgot-password .card-info { margin-top: 10px; width: 500px; }
.forgot-password p.blue-text { text-align: left; font-size: 14px; padding: 0; }
.forgot-password .colum:first-child { padding-right: 18px; }
.forgot-password input[type="text"]:after { content:"*"; color: #f00; }
/*.forgot-password .button-bar { width: 70%; }*/

.forgotpassword-detail { width: 100%; float: left; padding-bottom: 35px; }
.forgotpassword-detail .radiobox label:before { top: 6px; }


.congratulation  h4 { font-size: 18px; font-family: 'antennalight'; padding: 10px 0 20px 0;  }
.congratulation ul.unorderlist { margin-left: 30px; }
.congratulation ul.unorderlist li { line-height: 28px; }
.congratulation ul.unorderlist li:before { top: 7px; }
.button-bar.congratulation { text-align: center; }
.button-bar.congratulation input[type="submit"] { min-width: 300px; }

.startcharging-popup { width: 620px; padding: 20px; margin: 100px auto 0 auto; text-align: center; position: relative; z-index: 9999999999; position: absolute; top:3%; left: 50%; margin-left: -310px;  }
.startcharging-popup h1 { border-bottom: 1px solid #8d8d8d; font-size: 24px; line-height: 36px; color: #79b942; padding-bottom: 0px; }
.startcharging-popup h5 { font-size: 14px; padding: 10px 0; }
.startcharging-popup .changing-left { float: left; width: 240px; text-align: left; }
.startcharging-popup h3 { color: #73c054; font-size: 14px; line-height: 21px; font-family: 'Antenna-Bold'; padding-bottom: 0;  }
.startcharging-popup p { color: #002447; font-size: 12px; line-height: 21px; padding-top: 0; }
.startcharging-popup .changing-left .colum { min-height: 100px; float: left; margin: 0 0 30px}
.startcharging-popup .changing-left address { margin-left: 67px; font-style: normal; color: #002447; font-size: 12px; line-height: 16px; }
.startcharging-popup span { float: left; color: #002447; font-size: 12px; line-height: 16px; }
.startcharging-popup .colum .row { padding-bottom: 5px; }

.changing-right { float: right; width: 310px; text-align: left; font-size: 12px; line-height: 18px; }
.changing-right p { font-size: 12px; line-height: 18px; }
.pop-up h1{font-size: 24px; line-height: 36px; color: #79b942; padding-bottom: 0px;}
.table-list { border: 1px solid #dedede; max-width: 250px; margin-left:20px; border-radius: 3px; text-align: center; box-shadow: 3px 3px 5px #d7d7d8; /*margin: 0 30px;*/ padding: 5px 1%; width: 98%; }
.table-list th { color: #73c054; font-size: 14px; line-height: 28px; font-family: 'Antenna-Bold'; padding-bottom: 0; font-weight: normal; }
.table-list td { border-top: 1px solid #e7e7e7; line-height: 28px; color: #002447; font-size: 12px; line-height: 21px; }

.bottom-div { width: 100%; float: left; color: #002447; font-size: 11px; line-height: 18px; text-align: center; padding-top: 30px;  }
.bottom-div ul { margin-left: 150px; text-align: left; padding-bottom: 20px; }
.bottom-div a { text-decoration: underline; color: #0075be; font-size: 12px; }
.bottom-div a:hover { text-decoration: none; }

/*.startcharging-popup .button-bar { padding-top: 25px; }
.startcharging-popup .button-bar input[type="submit"]{ min-width: 115px; border: 0px; border-radius: 5px; margin-right: 10px; }
.startcharging-popup .button-bar input[type="submit"].blue { background: #002447; }*/

.close-btn { position: absolute; top: 15px; right: 18px; width: 14px; height: 14px; display: block; }

.copyright-text { text-align: center; color: #000; font-size: 10px; line-height: 36px; }
.PCI_logo { text-align: center; padding-top: 20px; }

/* dashboard page start */
html, body { height: 100%; }
.dashboard { background: none; min-height: 100%; }

.leftsidebar { float: left; min-height: 100%; background: #002447; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; position: fixed; top: 0; left: 0; z-index: 999999; }
.leftsidebar .inner-leftside { width: 190px; padding: 0 2px 0 12px; float: left; }

.logo { padding: 5px 0 10px 0; width: 100%; float: left; }

.welcome-div { padding: 10px 0 5px 0; width: 90%; text-align: center; }
.welcome-div h3 { color: #79b942; font-size: 14px; line-height: 14px; font-family: 'Antenna-Bold'; font-weight: normal; padding-bottom: 3px; }

nav.menu { width: 100%; float: left; padding-top: 20px; }
nav.menu li { float: left; width: 100%; border-bottom: 1px solid #b4bbc2; padding: 10px 0; }
nav.menu li a { text-decoration: none; font-size: 14px; line-height: 21px; color: #fff; font-family: 'antennalight'; display: block; position: relative; }
nav.menu li.parent > a:after { content: ""; border-top: 10px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; position: absolute; left: auto; top: 7px; margin-left: 10px; }
nav.menu li a:hover { color: #79b942;}
nav.menu li a.active { color: #79b942; font-weight: bold;}
nav.menu li a.active:after { border-top: 10px solid #79b942;}

/* submenu css */
nav.menu li ul { margin-top: 0px; padding-top: 0px; padding-left: 12px; }
nav.menu li li { border: 0; padding: 8px 0; }
nav.menu li li a { font-size: 14px; color: #c2c2c2; line-height: 17px; }

.rightsidebar { margin-left: 220px; padding: 70px 0 20px 0; max-width: 775px;  }
h1 { color: #79b942; font-size: 48px; line-height: 48px; font-family: 'Antenna-Bold'; padding-bottom: 10px; }


.page-loading { float: right; padding: 20px 10px 0 0;  }
.page-loading a { color: #73c054; font-size:  9px; line-height: 36px; font-family: 'antennalight'; padding-right: 30px; background: url(../images/loading-img.gif) right top no-repeat; background-size: auto 70%; display: block; text-decoration: none; font-style: italic;  }

.locatorlist-page-loading { float: right; }
.locatorlist-page-loading a { color: #73c054; font-size:  9px; line-height: 36px; font-family: 'antennalight'; padding-right: 30px; background: url(../images/loading-img.gif) right top no-repeat; background-size: auto 70%; display: block; text-decoration: none; font-style: italic;  }

.dashboard-left { width: 500px; float: left; }

.dashboard-colume { color: #002542; border-radius: 8px; background: #fff; border: 1px solid #d7d7d7; box-shadow: 3px 3px 5px #dcdcdc; padding: 10px 12px; font-family: 'antennalight'; margin-bottom: 15px; }
.dashboard-colume h2 { border-bottom: 2px solid #e7e7e7; font-family: 'Antenna-Bold'; padding-bottom: 5px; color: #002447; font-size: 20px; line-height: 26px; text-align: center;  }

.charging-left { width: 250px; padding-top: 13px; float: left; }
.current-status h3 { color: #002542; font-size: 14px; font-family: 'Antenna-Bold'; padding-top: 17px; }
.current-status .fuel-image { float: left; padding-top: 7px; }
.current-status .fuel-image img{width:57px; }
.current-status .fuel-content { margin-left: 80px; padding-top: 0px; }
.current-status .fuel-content .complete { color: #79b942; font-size: 24px; text-transform: uppercase; display: block; padding-bottom: 10px; font-family: 'Antenna-Bold'; }
.current-status .fuel-content .charging { color: #E1D001; font-size: 24px; text-transform: uppercase; display: block; padding-bottom: 10px; font-family: 'Antenna-Bold'; }
.current-status .fuel-content .authorized { color:#E8008E; font-size: 24px; text-transform: uppercase; display: block; padding-bottom: 10px; font-family: 'Antenna-Bold'; }
.current-status .fuel-content .timedout { color:#9A0B10; font-size: 24px; text-transform: uppercase; display: block; padding-bottom: 10px; font-family: 'Antenna-Bold'; }
.current-status .fuel-content .fault { color:#D13E48; font-size: 24px; text-transform: uppercase; display: block; padding-bottom: 10px; font-family: 'Antenna-Bold'; }
.current-status .fuel-content .charged { color:#3CB24C; font-size: 24px; text-transform: uppercase; display: block; padding-bottom: 10px; font-family: 'Antenna-Bold'; }
.current-status .fuel-content .noactivity { color:#ED9F51; font-size: 24px; text-transform: uppercase; display: block; padding-bottom: 10px; font-family: 'Antenna-Bold'; }
.current-status .fuel-content .subheadeing {  font-size: 14px;display: block; padding-bottom: 5px; font-family: 'Antenna-Bold'; }
.current-status .fuel-content p { color: #002447; font-size: 14px; line-height: 18px; font-family: 'antennalight'; }

.charging-right { float: right; width: 200px; padding-top: 10px; }
.charging-right .meater { width: auto; float: left; padding-bottom: 5px; }
.charging-right ul { margin-right: 8px; }
.charging-right li { float: left; background: url(../images/meater-box-bg.png) no-repeat; width: 39px; height: 51px; font-family: 'MyriadProRegular'; font-size: 46px; line-height:  51px; text-align: center;}
.charging-right .meater.miles li{color: #79b942;}
.charging-right li img { vertical-align: top; }
.charging-right span.kwh-txt { color: #002447; padding: 10px 0 0 0; font-size: 25px; line-height: 26px; font-family: 'antennalight'; text-align: left; display: block; }
.charging-right span.kwh-txt em { font-style: normal; font-size: 10px; color: #002447; line-height: 10px; display: block; }

.map-row { width: 100%; float: left; border-top: 1px solid #e7e7e7; padding: 15px 0 5px 0; margin-top: 20px;  }
.map-row h3  { background: url(../images/available-small.png) no-repeat; padding: 0 0 10px 30px; }
.map-row h3 span { display: block; font-family: 'antennalight'; font-size: 14px; }

.graph { width: 100%; float: left; }

.table-Recent-list { width: 100%; float: left; }
.table-Recent-list th { color: #79b942; font-size: 14px; font-family: 'Antenna-Bold'; text-align: left; padding: 5px 5px 5px 5px; }
.table-Recent-list td { color: #002447; font-size: 12px; font-family: 'antennalight'; text-align: left; padding: 9px 5px 2px 5px; border-top: 1px solid #dfdfdf; }

.dashboard-right { float: left; margin-left: 10px; width: 255px; }
.dashboard-right .dashboard-colume { border-radius: 4px; font-size: 14px; }
.dashboard-right p { font-size: 14px; padding-top: 10px; line-height: 16px;  }

.account-overview { min-height: 230px; }
.account-overview li { width: 100%; float: left; color: #002542; padding: 16px 0 2px 0; font-size: 14px; word-wrap:break-word; color: #002447; }
.account-overview li strong { font-family: 'Antenna-Bold'; font-weight: normal; }
.account-overview #overview_subsec1 strong { font-family: 'Antenna-Bold'; font-weight: normal; }
.account-overview #overview_subsec2 strong { font-family: 'Antenna-Bold'; font-weight: normal; }
.account-overview #overview_subsec3 strong { font-family: 'Antenna-Bold'; font-weight: normal; }

.support li { position: relative; font-size: 14px; padding: 16px 0 2px 23px; color: #224160; }
.support li:before { content: ""; position: absolute; top: 20px; left: 0; border-radius: 50%; border: 6px solid #acacac; }
.support li.active:before { border: 6px solid #79b942; }
.support li.open:before { border: 6px solid #79b942; }
.support li.closed:before { border: 6px solid #F30D0D; }
.support li strong { font-family: 'Antenna-Bold'; font-weight: normal; display: block; }

.download ul { text-align: center; padding: 10px 0 7px 0; width: 100%; float: left; }
.download li { padding-top: 8px;  width: 100%; float: left; }

.table-Recent-list td.center { text-align: center;}
.td-center { text-align: center !important;}
.mobile-menu { display: none; padding: 5px; background: #002447; color: #fff; position: absolute; left: 172px; right: auto; top: 5px; width: 28px; }

.leftside { background: #193048; width: auto; float: left; height: auto; min-height: 100%; position: fixed; z-index: 9999999999; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.leftside.active1 { margin-left: 0px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;}
.leftsidebar.active1 { opacity: 1; }
.myaccount { padding-top: 70px; max-width: 710px; }
.myaccount p { padding-top: 4px; }
.myaccount h1 { padding-bottom: 27px; }
.myaccount h2 { color: #002542; font-size: 20px; line-height: 34px; font-family: 'Antenna-Bold'; border-bottom: 1px solid #335067; margin-bottom: 2px; padding-bottom: 3px; }
.myaccount h3 { font-family: 'Antenna-Bold'; font-size: 14px; padding-bottom: 15px; }
/*.myaccount .button-bar { padding-top: 22px; }
.myaccount .button-bar input.green[type="submit"] { min-width: 120px; border-radius: 5px; }*/

.account-left { float: left; width: 230px; padding: 25px 20px 0 0; }
.account-left address { font-style:  normal; line-height: 17px; padding-bottom: 15px; }

.rightsidebar p.thankyou { color: #ed1c24; font-family: 'Antenna-Bold'; font-weight: normal; padding-top: 7px; clear: both; }
.account-right { float: right; width: 455px; padding: 25px 0px 0 0; }
.account-right .card-info .colum { width:  49%; padding: 0; padding-right:  2%; }
.account-right .card-info { margin-top: 5px; }
.account-right .colum.last { padding-right: 0; }

.account-row { width: 100%; float: left; padding-bottom: 47px; }
.account-head { width: 100%; float: left; }
.account-head a { text-decoration: none; color: #79b942; float: right;font-size: 12px; outline: none;}

.alert-icon { border-radius: 50%; text-align: center; color: #79b942; font-size: 19px;margin-bottom: 30px; font-family: 'Antenna-Bold'; background: #002447; display: block; float: left; width: 29px; height: 29px; line-height: 30px; margin-top: 7px;margin-right: 15px; }
.alert-row p { margin-left: 40px;  }
.progress-bar { width: 50%; float: left; padding-top: 5px; }
.progress-bar .inner-progress { background: #c2c2c2; border-radius: 5px; color: #fff; font-family: 'Antenna-Bold'; height: 36px; float: left; width: 100%; margin-top: 2px;  }
.progress-bar span.complate { background: #79b942; width: 40%; display: block; line-height:  36px; height:  36px; text-align: center; border-radius: 5px 0px 0px 5px;  }

.progress .rightside { float: right; width: 44%; padding-top: 10px; }

.ordercard-left { float: left; width: 470px; }
.ordercard-left .image { float: left; width:  140px;  }
.card-content { margin-left: 156px; }

ul.link-list { margin-top:  5px; width: 100%; float: left; }
ul.link-list li { padding: 0 24px 0 21px; position: relative; float: left; }
ul.link-list li:before { border-radius: 50%; background: #acacac; width: 13px; height: 13px; position: absolute; top: 2px; left: 0; content: ""; }
ul.link-list li a {text-decoration:  none; color: #acacac; font-size: 14px; }
ul.link-list li.active a {  font-weight: bold; color: #79b942; }
ul.link-list li.active:before { background: #79b942; }
ul.link-list li ul li:before{ background: #ffffff; }
.card-content address { padding-top:  25px; width: 100%; float: left; font-style: normal; word-wrap: break-word; }
.card-content address a {text-decoration: none; color: #79b942;  }
.ordercard-right { float: right; width:  215px; }
.ordercard-right li { padding:  5px 0 2px 0; }

.notification ul.link-list li { width: 85%; margin: 7px 0; }
.account-row  h5 { color: #002447; font-family: 'antennalight'; font-size: 14px; padding-bottom: 10px;  }
.green-text { color: #79b942 !important; font-family: 'Antenna-Bold'}
.white-text { color: #ffffff !important; font-family: 'Antenna-Bold'}
.green-background { background-color: #79b942 !important;}
.red-background { background-color: #B22222 !important;}


/* my account page Start */

/* price plane page Start */
.price-plane { max-width: 96%; }
.dashboard-colume.price-policy { padding-bottom: 30px; }
.price-policy h2 { border-bottom: 2px solid #E7E7E7; }
.price-policy .colum-left { float: left; width:  20%; padding-left: 7px; }
.price-policy .colum-right { float: left; width:  75%; }
.price-policy .colum-right span.col { width: 13%; display:  inline-block; font-size: 12px; line-height: 21px; text-align: center; padding-top: 5px; }
.price-policy .colum-right span.col:first-child { padding-left: 35px; }
.price-policy .row { border-bottom: 1px solid #E7E7E7; padding: 5px 0; }
.price-policy .row.head { border-bottom: 3px solid #E7E7E7; padding: 5px 0; }
.price-policy h3 { padding-top: 2px; color: #79B942; font-family: 'Antenna-Bold'; }
.price-policy address { font-style: normal; font-size: 12px; line-height: 18px; padding: 5px 0 10px 0; }
.price-policy .selctbox .selectboxit-text {width: auto; padding-right: 40px; font-size: 10px;  }
.price-policy .selctbox .selectboxit-container .selectboxit.selectboxit-btn span { height: 20px; line-height: 20px; }
.price-policy .selectboxit-container {width: auto!important; }
.price-policy .selectboxit-container .selectboxit.selectboxit-btn, .price-policy.selectboxit-container .selectboxit.selectboxit-btn span { height: 20px; line-height: 20px; border-radius: 1px; }
.price-policy .selectboxit-arrow-container { width: 18px; }
.price-policy .row.row-spacing { padding: 15px 0 5px 0; }
.price-policy .selectboxit-container .selectboxit-options { padding: 0 3%; }
.selectboxit-text{padding: 5px; text-indent: 0px !important;}
.selectboxit-btn{height: 34px !important;}
.selectboxit-btn span{height: 34px !important;}

.dashboard-colume.action-menu { margin-top: 68px; width: auto; float: left; max-width: 934px; }
.report-pagecontent { margin-top: 50px; }

.report-pagecontent .dashboard-colume.action-menu { margin-top: 0;}
.hide-link { text-decoration: none; color: #79b942; margin: 0 0 7px 5px; display: inline-block; font-size:  12px; }
.hidden {display: none;}
.action-form { width: 100%; float: left; padding: 5px 0; border-bottom: 3px solid #E7E7E7; }
.action-form .formleft { float: left; width: 242px; }
.action-form .formright { float: right; border-radius: 5px; border: 1px solid #E7E7E7; }
.action-form .formright input[type="text"]{ border: 0; width: 202px; background: #fff; padding: 2px 5px; height: 22px; float: left; border-radius: 5px; }
.action-form .formright input[type="submit"]{ border: 0; width: 29px; background: #fff; padding: 0; height: 26px; float: left; background: url(../images/search-icon.png) center center no-repeat; font-size:0; cursor: pointer; border-left: 3px solid #d7d7d7; padding: 5px; }

.table-content-area { width: 100%; float: left; margin: 0 -1.6%; width: 103%;   }
.table-content-area .row { width:  960px; padding:  1px;  }
.table-content-area th { border-bottom: 3px solid #d7d7d7; color: #79b942; font-size:  14px; font-family: 'Antenna-Bold'; padding: 7px 15px; text-align: center; font-weight:  normal; }
.table-content-area tbody tr:first-child td { padding-top:  20px; }
.table-content-area td:first-child { text-align: left; }
.table-content-area th:first-child { text-align: left; }
.table-content-area td { border-bottom: 1px solid #d7d7d7;  color: #002447; font-size: 12px; line-height: 21px; font-family: 'antennalight'; padding: 8px 15px; border-bottom: 1px solid #d7d7d7;text-align: center;}
.blue-txt { color: #0075BF; }
.light-blue-txt { color: #33ccff; }
.red-text { color: #FF0000 !important; font-size: 12px; }
.table-content-area .alignleft { text-align:left; }
.table-content-area tr:nth-child(even) { border: 1px solid #d7d7d7; border-radius: 2px; }
.table-content-area tr:nth-child(even) td { background: #ebebeb; }
.table-content-area td .selectboxit.selectboxit-btn span { height: 18px; line-height: 18px; border-radius: 1px; }
.table-content-area td .selctbox .selectboxit-text { font-size:  10px; }
.table-content-area td .selectboxit-container .selectboxit.selectboxit-btn { height: 18px; line-height: 18px;}
.table-content-area .selectboxit-container .selectboxit-options { padding:  0px 0; }
.table-content-area .selectboxit-option .selectboxit-option-anchor { font-size:  11px; padding:  0 6px; }
.table-content-area .selectboxit-default-arrow { background-size: 8px; }
.table-content-area .selectboxit-container .selectboxit.selectboxit-btn { border-radius: 2px; }

.table-content-area.table-detail .row { width: 980px; }

.list-pagination { width: 100%; float: left; padding: 10px 0; border-top: 1px solid #d7d7d7; margin-top: 20px; font-size: 12px; }
.list-pagination .paginatop-text { float: left; }
.list-pagination .page-link { float: right; }
.list-pagination li { float: left; border-left: 1px solid #002447; padding: 0 6px; line-height: 14px;  }
.list-pagination li:first-child { border: 0; }
.list-pagination li a { text-decoration: none; color: #002447; font-size: 12px; line-height: 14px; }

/* map page */
.map-page { max-width: 100%; margin-left: 200px; border-left: 1px solid #c3cbd4; padding: 50px 0px 20px 0px; min-height: 100%; position: relative; }
#map-canvas { display: block; background:center center no-repeat; background-size: cover; position: fixed !important; top: 50px; width: 100%; min-height: 100%; height: 100%; z-index: 0; }
.location-list {background: none repeat scroll 0 0 #fff;box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);height: 100%;left: -331px;min-height: 100%;padding: 5px;position: absolute;top: 40px;transition: all 0.5s ease-in-out 0s;width: 320px;z-index: 99999;}
#locations {height: 100%;min-height: 100%;overflow-x: hidden;overflow-y: scroll;padding-top: 2px;width: 100%;}
#station_locator{overflow-y: hidden;}
.location-list .row {float: left;margin-left: 3px;width: 97%; }
.location-list.active { left: 0; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;padding: 0 1px 0 5px; }
.location-top { padding: 14px 0; width: 100%; float: left; height: 100px; }
.location-top p { font-size:  12px; line-height:  14px; padding-bottom:  1px; }
.location-top p label { font-family: 'Antenna-Bold'; display: inline-block; padding-right: 5px; font-weight: normal; }

.map-location-row { padding: 10px 5px; box-shadow: 0px 0px 0px 1px #d7d7d7; border-radius: 4px; margin-bottom: 10px; }
.map-location-row.active { box-shadow: 0px 0px 0px 3px #0075bf; }
.map-location-row:hover { box-shadow: 0px 0px 0px 3px #0075bf; }
.map-icon { width: 67px; text-align: center; float: left; font-family: 'antennalight'; font-size: 10px; color: #707070; padding-top: 5px; }
.map-icon .map-text { dispaly: block; }
.map-icon span { font-family: 'Antenna-Bold'; display: inline-block; padding-right: 3px; color: #79b942; }
.location-list-right { margin-left: 77px; }
.st-col { float: right; width: 79px; text-align: center; color: #79b942; font-family: 'Antenna-Bold'; font-size: 10px; line-height: 11px; }
.st-col span { font-size: 31px; line-height: 31px; display: block; }
.location-list-right address { color: #707070; font-size:  10px; line-height: 11px; font-family: 'antennalight'; font-style: normal;  }
.location-list-right address span  { display: block; font-size:  12px; line-height: 14px; padding: 2px 0 1px 0; }
.location-list-right address span a { font-family: 'Antenna-Bold'; text-decoration: none; color: #002447;  }
.location-list-right address span a:hover { text-decoration:  underline; }
.location-list-right span.price { font-family: 'Antenna-Bold'; font-size: 12px; color: #0075bf; }

.locaction-btn { display: block; position: absolute; bottom: 8px; right: -35px; background: url(../images/hide-show-btn.png) -58px 0px no-repeat; height: 115px; width: 40px; font-size: 0; }
.locaction-btn.active { background-position: -10px 0px; }

.searchbox { background: #73c054; padding: 3px; float: left; margin: 35px 0 0 377px;position: relative; }
.searchbox input[type="text"]{ border: 0; width: 368px; background: #fff; padding: 2px 5px; height: 22px; float: left; }
.searchbox input[type="submit"]{ border: 0; width: 59px; background: #fff; padding: 0; height: 26px; float: left; background: url(../images/serch-icon.png) center center no-repeat; font-size:0; cursor: pointer;}

.station-map-list { float: left; margin: 0 3% 0 7%; }
.station-map-list li { position: relative; padding: 0px 0 0px 30px; font-family: 'antennalight'; font-size: 14px; }
.station-map-list li:before { background: #39b54a; border-radius: 50%; width: 21px; height: 21px; content: ""; position: absolute; left: 0; top: 0; }
.station-map-list li.blue-dsic:before { background: #0054a6;}
.station-map-list li.gray-dsic:before { background: #898989;}
.station-map-list li.green-dsic:before { background: #39B54A;}
.station-map-list li.blue-dsic .locator_station_name:hover{cursor: pointer; text-decoration: underline;}
.more-arrow { display: block; float: right; }
.back-arrow { display: block; float: left; }
#StartChargingNowBack-btn{margin-top:30px;}
#StartChargingNowMore-btn{margin-top:30px;}

.mapinfobox {background: #fff; min-width: 360px; width:auto; height:760px; padding:0 5px 0 0; position: relative; z-index: 99; clear: both;}
.mapinfobox .close-btn { display: block; font-size: 0; position: absolute; top: 8px; right: 11px;  background: url(../images/close-btn.png) center center no-repeat; width: 14px; height: 14px; }
.mapinfobox .row { border-bottom: 1px solid #c6c6c6; padding:10px 0px; margin: 0 3%; width: 94%; }
.mapinfobox .st-col { padding-top: 40px; float: left; }
.mapinfobox .location-list-right address { font-size: 14px; line-height: 18px; }
.mapinfobox .location-list-right address span { font-size: 14px; line-height: 18px;  }
.mapinfobox .row.map-row { width: 100%; border: 0; margin: 0; }
/*.mapinfobox .button-bar{float: left;padding-top:10px;text-align:center;width:100%;}*/
.direction-col { float: right; border-radius: 4px; box-shadow: 0px 0px 0px 1px #d7d7d7; text-align: center; padding: 5px; margin: 0 5px 0 0; }
.direction-col:hover {box-shadow: 0px 0px 0px 1px #898989;}
.direction-col span { display: block; color: #002447; font-size: 11px; font-family: 'Antenna-Bold'; padding-top: 4px; }

.graph-img { float: left; }
.change-btn {float: right; margin-top: 45px; border-radius: 5px; box-shadow: 0px 0px 0px 1px #d7d7d7; text-align: center; padding: 8px 25px 8px 8px; background: url(../images/right-arrow.png) right center no-repeat; text-decoration: none; color: #002447; font-size: 12px; font-family: 'Antenna-Bold'; width: 45px; }
.change-btn:hover {box-shadow: 0px 0px 0px 1px #898989;}

.cost-row { width: 100%; float: left; color: #002447; border-bottom: 1px solid #c6c6c6; text-align: center; padding: 5px 0; font-size: 10px; }
.cost-row span { font-size:  16px; font-family: 'Antenna-Bold'; display: block;  }
.cost-row .cost-left { width: 30%; float: left; font-size: 12px; }
.cost-row .cost-right span { color: #79b942; font-size: 14px; }

.time-discription { width: 100%; float: left; color: #002447; padding: 7px 0; font-size: 10px; }
.time-discription .time-left { width: 55%; float: left; }
.time-discription .time-left li { width: 100%; float: left; color: #707070; font-size: 12px; line-height: 15px; }
.time-discription .time-left li span { width: 35px; display: block; float: left; text-align: left; }
.time-discription h4 { color: #002447; font-size: 14px; display: block; font-family: 'Antenna-Bold'; }
.discription-right p { font-size: 12px; color: #707070; line-height: 18px; }

.mapkey { background: #dfebff; padding: 5px; position: absolute; bottom: 45px; right: 45px; text-align: center; border-radius:5px; box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1); width: 90px; }
.mapkey h3 { font-family: 'Antenna-Bold'; }
.mapkey li { width: 100%; float: left; text-align: center; padding-top: 5px; }
.mapkey li a { display: block; color: #fff; font-size:  12px;text-decoration: none; height: 21px; line-height: 21px; background: #39b54a; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); border-radius: 4px; padding: 0 5px; }
.mapkey li.gray a { background: #898989; }
.mapkey li.blue a { background: #0054a6; }

.loc-green { position: absolute; top: 0; left: 0; background: url(../images/green-loc-icon.png) center center no-repeat; display: block; width: 33px; height: 53px; }
.loc-blue { position: absolute; top: 0; left: 0; background: url(../images/blue-loc-icon.png) center center no-repeat; display: block; width: 33px; height: 53px; }
.loc-blue1 { top: 104px; left: 565px; }
.loc-blue2 { top: 215px; left: 540px; }
.loc-blue3 { top: 227px; left: 508px; }
.loc-blue4 { top: 415px; left: 435px; }
.loc-green1 { top: 80px; left: 695px; }
.loc-green2 { top: 257px; left: 422px; }
.loc-green3 { top: 384px; left: 565px; }
.loc-green4 { top: 357px; left: 670px; }
.loc-green5 { top: 382px; left: 650px; }

.current-location { position: absolute; top: 180px; left: 575px; }

/* jyoti css  */
.account-overview-section{  width:254px;  margin:40px  0px 0px 52px; float:left; }
.account-overview-section .account-overview{min-height:245px; float:left; width:254px; border:1px solid #e7e7e7; box-shadow: 0 3px 5px 3px #E1E1E1;}
.account-overview-section .account-overview h2{ font-size:20px; color:#002447; text-align:center; font-family: 'Antenna-Bold'; border-bottom:1px solid #e7e7e7; margin:0px 17px 0px 17px; padding-top:5px; line-height:32px; text-transform:capitalize;}

.account-overview { min-height: 230px; }
.account-overview li { width: 100%; float: left; color: #002542; padding: 16px 0 2px 0; font-size: 14px; word-wrap:break-word; color: #002447; }
.account-overview li strong { font-family: 'Antenna-Bold'; font-weight: normal; }


.loadind-section{ text-align:center; margin:43px 0px 0px 0px;}

.support-section{ width:254px; margin:40px 0px 0px 52px; float:left; }
.support-section .support{ float:left; width:254px; border:1px solid #e7e7e7; box-shadow: 0 3px 5px 3px #E1E1E1;;}
.support-section .support h2{ text-transform:capitalize; font-size:20px; color:#002447; text-align:center; font-family: 'Antenna-Bold'; border-bottom:1px solid #e7e7e7; margin:0px 17px 0px 17px; padding-top:5px; line-height:32px;}

.ticket-submit{ margin:20px 0px 0px 17px; }
.noticket-submit{ margin:20px 0px 0px 0px; }
.ticket-submit h3{ font-size:14px; color:#8dc63f; font-family: 'Antenna-Bold'; padding:0px 0px 15px 0px;  }
.ticket-submit p{ font-size:14px; color:#002447;  font-family: 'antennalight'; padding:0px 0px 42px 0px;}

.submit-button{ width:200px; text-align:center; margin: 0px 0px 40px 0px;}
.submit-button a{ font-family: 'Antenna-Bold'; text-decoration:none; font-size:14px; color: #FFF; text-transform:capitalize; background:#8dc63f; padding: 5px 25px 5px 25px; border-radius:4px;}

/*======report page CSS
================================*/
.rightsidebar.report-rightside { max-width: 998px;}
.rightsidebar.report-rightside h1 { padding-bottom:10px; }
.left-charging-section h2{ color: #002542; font-family: 'Antenna-Bold'; font-size: 20px; line-height: 40px; padding-top:15px; border-bottom: 2px solid #335168;}
.left-charging-section p{padding-top:8px; color: #002447; font-family:'antennalight'; font-size: 14px;}
.rightsidebar h3{ padding-bottom:7px; font-size:14px; color:#002447; font-family: 'Antenna-Bold';}
/* Device list  and uptime report  width */
.devicelist_report.rightsidebar.report-rightside { max-width: 100%;}
.devicelist_report.rightsidebar.report-rightside h1 { padding-bottom:10px; }
.uptime_report.rightsidebar.report-rightside { max-width: 100%;}
.uptime_report.rightsidebar.report-rightside h1 { padding-bottom:10px; }

#report-header-section h2{ color: #002542; font-family: 'Antenna-Bold'; font-size: 20px; line-height: 40px; padding-top:15px; border-bottom: 2px solid #335168;}
#report-header-sectionleft-charging-section p{padding-top:8px; color: #002447; font-family:'antennalight'; font-size: 14px;}


.data-range{ margin:46px 0px 0px 0px; width:465px; float:left; }
.data-range .colum  {padding: 15px 15px 15px 0px; float:left; width:175px; }
.data-range .colum.width-160px {width:160px;}
.data-range h3{ padding-bottom:7px; font-size:14px; color:#002447; font-family: 'Antenna-Bold'; }
.data-range .left-row { width: 150px; float:left; margin:0px 18px 0px 0px; }
.data-range .select-drop img{ float:right; }
.data-range .check-box { float: left; width: 465px; color:#002542; font-size:14px;font-family: 'antennalight'; }
.data-range input, .data-range textarea, .data-range select {float: left; margin: 4px 12px 0 0; font-size:14px; font-family:'antennalight'; color:#002542; }
.data-range input{float: left;width:112px; margin: 4px 5px 0 0; font-size:14px; height:30px !important; font-family:'antennalight'; color:#002542;}
.data-range img{ float:left;}
.data-range p{ font-size:12px; font-family:'antennalight'; color:#0075bf; padding:20px 0px 0px 0px ;}

.data-content { float:left; width:465px; } /* support content CSS */
.data-content .row {padding-bottom: 4px; }
.data-content label{ float:left; width:130px; font-size:14px; color:#002447; font-family: 'antennalight'; text-transform: uppercase; padding: 8px 0 17px;  }
.data-content .selctbox { float: left; width: 300px; }
.data-content  p.blue-text {font-size:12px; font-family:'antennalight'; color:#0075bf; padding-bottom:10px; text-align: left;}
.data-content .custom_label{ float:left; width:170px; font-size:12px; color:#002447; font-family: 'antennalight';}

.user-detail input, .user-detail select { width:280px; height:17px; border-radius: 4px; float: left; margin: 4px 12px 0 0px; padding: 5px;  border:1px solid #E4E4E4; font-size:14px; font-family:'antennalight'; color:#002542; }
.user-detail{ margin:18px 0px 0px 0px; float:left;}
.user-detail .row { padding-bottom: 10px; }
.user-detail label {font-size:14px; font-family:'antennalight'; float:left; padding: 12px 12px 0px 0; text-transform: uppercase; width:107px; }
/*.user-detail .button-bar { padding-top: 30px; width: 90%;  }
.user-detail .button-bar input[type="submit"].green { width: auto; float: none; min-width: 110px; border-radius: 5px; }*/

.table-content-section .table-title2{  color:#002447; width:100%; font-size:20px; text-align:center; padding:6px 0px 6px 0px; font-family: 'Antenna-Bold'; letter-spacing: 1px; }
.table-content-section .table-title3{  color:#002447; width:100%; font-size:16px; text-align:center; padding:6px 0px 6px 0px; font-family: 'Antenna-Bold'; letter-spacing: 1px; }
.table-content-section .td-label2{ padding:7px; font-family: 'Antenna-Bold'; font-size:14px; color:#79b942; text-align: left; vertical-align:bottom; border-left: none; border-right: none; font-weight: normal; }
.table-content-section{  margin: 70px 20px 10px 0; box-shadow: 4px 4px 5px #E0E0E0; border-radius:4px; width:450px; float:right; border:1px solid #dedede;}
.table-content-section .table-title4{ background-color:#320639;color:#FFF; text-transform:uppercase; font-size:13px; text-align:center; padding:6px 0px 6px 0px; margin-bottom:12px; font-family: 'HelveticaNeueBold'; letter-spacing: 1px; }
.description{ text-align:center; font-size:13px; font-style:italic; color:#707070; margin-bottom:30px;}
.table-content-section .table-content {padding: 0 12px; width: 421px;}
.table-content-section td {padding:3px 0px 9px 0px; text-align:center; border-top: 1px solid #dedede; border-left: -1px solid #FFFFFF; font-family:'antennalight'; vertical-align: bottom; font-size:12px;}


/*==========map-list page CSS
=================================*/

.map-list-popup .overlay { position:  fixed; top: 0; left: 0; height: 100%; width: 100%; background: rgba(125, 125, 125, 0.5); z-index: 99999999; }
.map-list-popup .map-popup-inner { width:468px; margin:0px;  background: #fff; padding: 0px; position:  absolute; top: 20%; left: 50%; margin: -50px 0 0 -230px; z-index: 99999999; box-shadow: 2px 2px 5px #999; border-radius: 7px }
.map-list-popup .congratulation-div {margin:0;}
.map-list-popup .congratulation-div h2{text-transform:capitalize; font-size:24px; color:#79b942; text-align:center; font-family: 'Antenna-Bold'; border-bottom:1px solid #a9a9a9; margin:0px 22px 0px 22px; padding-top:15px; line-height:32px; }
.map-list-popup .congratulation-div h2 img{ float:right;}

.map-list-popup .charging-section{ text-align:center; margin: 19px 67px 0; }
.map-list-popup .charging-section .smallertext{font-size: 11px;}
.map-list-popup .charging-section h3{ font-size:14px; color:#002447; font-family: 'antennalight'; padding:0px 0px 15px 0px;  }
.map-list-popup .charging-section p{ font-size:18px; color:#0076bf; font-family: 'Antenna-Bold';  padding:10px 0px 20px 0px;}
.map-list-popup .ok-button{ width:auto; text-align:center; margin: 20px 0px 40px 0px;}
.map-list-popup .ok-button a{ font-family: 'Antenna-Bold'; text-decoration:none; font-size:14px; color: #FFF; text-transform:capitalize; background:#8dc63f;  padding: 5px 38px; border-radius:4px;}

/*=======Overview Page CSS
==============================*/
.rightsidebar.overview-page { max-width: 860px;} /* rightsidebar-section CSS */
.rightsidebar-section{  float:right; max-width:956px; width: 100%; margin: 5px 0 0 30px; }

.bng-station{ width: 100%; float: left; } /* bng section CSS */
.bng-station-test{ border:1px solid #d7d7d7; padding: 12px 0 10px 19px; box-shadow:3px 4px 3px #E1E1E1; font-family: 'antennalight'; }
.bng-station-test h2{ font-size:20px; font-family: 'Antenna-Bold'; line-height:21px;}
.bng-station-test h3{ color:#79b942; font-size:14px; color:#002447;}

/* right content CSS */
.right-content{ width:100%; float:right;}
.location{ float:left; width:269px; margin: 10px 23px 0 0; box-shadow: 3px 4px 3px #E1E1E1; border:1px solid #d7d7d7; }
.location h2{ font-size:14px; font-family: 'antennalight';  text-transform:uppercase; padding-left:12px; padding-top:10px; color:#002542; }
.location span{ font-size:48px; line-height: 48px; padding-top: 5px; font-family: 'Antenna-Bold'; color:#79b942; display: block; }
.location.last { margin-right: 0; }

#org-summary .location {
    float: left;
    width: 220px;
    margin: 10px 7px 0 0;
    box-shadow: 3px 4px 3px #E1E1E1;
    border: 1px solid #d7d7d7;
}
#loc-summary .location {
    float: left;
    width: 220px;
    margin: 10px 7px 0 0;
    box-shadow: 3px 4px 3px #E1E1E1;
    border: 1px solid #d7d7d7;
}
#usage_table_container #sessionbilling_table_wrapper {max-height: 500px;}
p1.chk {
    width: 8px;
    height: 8px;
    background-color: #ccc;
    position: absolute;
    margin-top: 4px;
    margin-right: 0px;
    border: 3px solid #ccc;
}

p1.checked{background-color: #000;}


/* add-new CSS */
.add-new{ float:right;  background-image: url(../images/arrow2.png) 123px 7px no-repeat;   padding: 0 18px 12px 0; }
.add-new a{ font-size:12px; text-decoration:none; text-transform: capitalize; color:#0075be; font-family: 'antennalight';  }

/*======support page CSS
================================*/
.rightsidebar.support-rightside { padding-top: 17px;} /* right sidebar CSS */
.rightsidebar.support-rightside h1 { color: #79B942; font-family: 'Antenna-Bold'; font-size: 48px; line-height: 48px; padding: 11px 0; border-bottom: 1px solid #d7d7d7;}
.rightsidebar p {font-family: 'antennalight'; padding-top:8px;font-style: normal;line-height: 23px; font-size: 14px !important;}
.cost-right p{font-family: 'antennalight'; padding-top:8px;font-style: normal;line-height: 23px;font-size:10px !important;}
.cost-row p{font-family: 'antennalight'; padding-top:8px;font-style: normal;line-height: 23px;font-size:10px !important;}
.location-top p{font-family: 'antennalight'; padding-top:2px;font-style: normal;line-height: 23px;font-size:13px !important;}
.ticket-form h2{ color: #002542; font-family: 'Antenna-Bold'; font-size: 20px; line-height: 48px; padding-top:10px;  border-bottom: 2px solid #335168;}
.support-type{ width:710px; padding-top:12px;}
.support-content { float:left; width: 100%; padding-top: 30px; } /* support content CSS */
.support-content label{ float:left; width:106px; font-size:14px; color:#002447; font-family: 'antennalight'; text-transform:capitalize; padding: 8px 0 17px 0; }
.support-content .selctbox { float: left; width: 300px; }
.text {box-shadow: 1px 1px 5px #E0E0E0; width:598px; border:1px solid #dfdfdf; height:29px; margin-top:15px; border-radius:6px;}
.support-content input, .support-content textarea { width:598px; box-shadow: 1px 1px 5px #E0E0E0; margin:0; border-radius: 4px; border:1px solid #dfdfdf; resize:none;}
.support-rightside .submit{ text-align:center; width:100%; margin-top:40px; float: left;}
.support-rightside .submit input[type="submit"] { background-color:#79b942; font-size:14px; border:0; color:#FFF; text-transform:capitalize; padding: 6px 30px 5px;  border-radius: 4px; font-family: 'Antenna-Bold'; cursor:pointer; }

.table-content-area.support-history { width:  104%; margin: 0 -2% 0 -2%;  }
.table-content-area.support-history .row { width:  100%; min-width: 774px; margin:  0; }


/*********** Subscriber Dashboard css ***********/

#resolution_form .support-content label{ float:left; width:170px; font-size:14px; color:#002447; font-family: 'antennalight'; text-transform:capitalize; padding: 8px 0 17px 0; }
#station-utilization-loading, #recent-transaction-loading,#download-loading,#fossilfuel_displaced-loading,#ticket-list-loading, #charging_status-loading, #account-overview-loading, #revenue-loading, #clustered-map-loading, #chr-prk-loading, #system-power-loading, #top-charging-loading{ float: left; padding: 20px 10px 0 0;  }
#station-utilization-loading a, #recent-transaction-loading a,#download-loading a,#fossilfuel_displaced-loading a,#ticket-list-loading a, #charging_status-loading a,#account-overview-loading a, #revenue-loading a, #clustered-map-loading a, #chr-prk-loading a, #system-power-loading a, #top-charging-loading a { color: #73c054; font-size:  9px; line-height: 36px; font-family: 'antennalight'; padding-right: 30px; background: url(../images/loading-img.gif) right top no-repeat; background-size: auto 70%; display: block; text-decoration: none; font-style: italic; float:left;}
#clustered_map { width: 100%; height: 350px;}
img { max-width: none; }
#charge_park, #esgraph {height:200px;min-height:220px;}
.topmargin{margin-top:10px;}
.download ul{display:none;}
.download p{display:none;}
#current_charging_map { width: 100%; height: 205px;}
#location_stations { width: 100%; height: 205px;}
#notification_sepup p.blue-text {font-size: 14px;margin-bottom: 10px;padding: 0;text-align: left;}
#recent_transactions{width:100%; border-spacing:0;}
#top-charging{width:100%; border-spacing:0;}
#fd_graph{height: 250px; }
#membership .card-info { margin-top: 20px; }
#membership .smartcard-detail p{margin-top: 10px;}
#membership .smartcard-detail h2{margin-top: 20px;}
#sub_paymnents .card-info .sec-colum { width: 175px; float: left; padding-right: 45px; }
#sub_paymnents p.blue-text { font-size: 14px;margin-bottom: 10px;padding: 0;text-align: left; }
#support_ticket_list .table-content-area tbody tr:first-child td { padding-top:  0px; }
/*.mapinfobox { background: none repeat scroll 0 0 #fff;clear: both;float: left;height: 722px;  padding: 15px 20px 0;position: relative;width: 330px;z-index: 99;}
.mapinfobox .row { border-bottom: 1px solid #c6c6c6; padding: 8px 0; margin: 0 0; width:100%; }*/

.cost-row { width: 100%; float: left; color: #002447; border-bottom: 1px solid #c6c6c6; text-align: left; padding: 5px 0; font-size: 10px; }
.cost-row span { font-size:  19px; font-family: 'Antenna-Bold'; display: block; font-size: 19px; }
.cost-row .cost-left { width: 30%; float: left; font-size: 12px; }
.cost-row .cost-right span { color: #79b942; text-align: right; padding-right:20px; }
.cost-row .cost-right p{ text-align: right; }


#ui-datepicker-div{font-size: 0.9em;}
.ui-menu{height: 400px; overflow: auto !important;}
.sustain_graph{width:400px;float:left;}
.sustain_total{width:98%;text-align:center;font-size: 1em; font-weight: bold; margin-bottom: 3px; padding: 0px;}
.stbbutton{background-color: #eeeef4;border-color: #000000;border-style: solid;border-width: 1px;color: #000000;font-family: Verdana,sans-serif;font-size: 11px;font-weight: bold;padding: 0 2px;}
.smallgraytextgrey{font: bold 11px Tahoma,sans-serif;color: grey;}
.mediumgraytextgrey{font: normal 14px Tahoma,sans-serif;color: grey !important;}
#billing .report-pagecontent {margin-top: 30px;}
#billingReport .table-content-section{  margin: 20px 20px 0 20px; box-shadow: 4px 4px 5px #E0E0E0; border-radius:4px; max-width:450px; float:right; border:1px solid #dedede;}
#usageReport .table-content-section{  margin: 20px 20px 0 20px; box-shadow: 4px 4px 5px #E0E0E0; border-radius:4px; border:1px solid #dedede;}
#notification_setup p.blue-text{text-align: left;}
#myshipping p.blue-text{text-align: left;}
p.accthankyou { color: #ed1c24; font-family: 'Antenna-Bold'; font-weight: normal; padding-top: 7px; clear: both; }
.pass_nos {font-family: 'antennalight';}
.notconfig {font-family: 'antennalight';}


#mycontactform p.blue-text{text-align:left;}

/*#usageReport .button-bar { width: 100%; float: left; text-align: left; padding-top: 25px; padding-bottom: 20px; }
#usageReport .button-bar input[type="submit"]{ background: #ccc; border-radius: 7px; color: #fff; border: 1px solid #e0e0e0; font-family: 'Antenna-Bold';  font-size: 14px; min-width: 120px; text-align: center; height: 30px; line-height: 26px; vertical-align: middle; margin-right: 23px; cursor: pointer; padding: 0 15px; font-weight: normal;}
#usageReport .button-bar input[type="submit"].green { background: #79b942; border: 1px solid #79b942; }

#billingReport .button-bar { width: 100%; float: left; text-align: left; padding-top: 25px; padding-bottom: 20px; }
#billingReport .button-bar input[type="submit"]{ background: #ccc; border-radius: 7px; color: #fff; border: 1px solid #e0e0e0; font-family: 'Antenna-Bold';  font-size: 14px; min-width: 120px; text-align: center; height: 30px; line-height: 26px; vertical-align: middle; margin-right: 23px; cursor: pointer; padding: 0 15px; font-weight: normal;}
/*#billingReport .button-bar input[type="submit"].green { background: #79b942; border: 1px solid #79b942; }*/
#notification_setup .radiobox label:before {top: 1px;}
.table-content-area .selectboxit-option .selectboxit-option-anchor {font-size: 15px;padding: 0 6px;}
#start {font-size: 14px; !important;}
#end {font-size: 14px;}
#mycontactform .inputtype input[id="address"] {padding: 4px 5% 4px 1%;}
#semacardadd p.blue-text{text-align: left;}
#change_password p.blue-text{text-align: left;}
#myeventtype a{cursor:default;}
#myactivecardtype {font-family: 'antenna-bold';}
#myactivecardtype .sc_disp{line-height: 20px;}
#myactivecardtype  .sc_value{font-family: 'antennalight'; font-size: 13px;}
#myactivecardtype  .sc_label{font-family: 'antennalight'; font-size: 10px;}

#myactivecardtype span a{cursor:pointer; text-decoration:underline;color:#2707F7;}

#mycardtab a{margin-right: 0px;}
#ticketregisterform p.blue-text{text-align: left;}
#myaddress p.blue-text{text-align: left;}

/*.submit-button { width: 100%; float: left; text-align: center; padding-top: 10px; }
.submit-button input[type="submit"] { border-radius: 4px; color: #fff; font-size: 14px; line-height: 32px; height: 32px; text-align: center; background: #79ba43; border: 0; min-width: 135px; font-family: 'Antenna-Bold'; cursor: pointer; font-weight: normal; }
.submit-button input[type="submit"].blue-btn { min-width: 135px; background: #0076c0; }
.submit-button input[type="submit"].green-btn { min-width: 135px; background: #79b942; }
.submit-button input[type="submit"].grey-btn { min-width: 135px; background: #cccccc; }
.submit-button span.or-text { display: block; text-align: center; color: #002447; font-size: 14px; font-family: 'Antenna-Bold'; text-transform: uppercase; padding: 7px 0 3px 0; }
#map-container{margin-top: 2px;}

.data-range{ margin:46px 0px 0px 0px; width:465px; float:left; }
.data-range .colum {padding: 15px 0 15px 0px; float:left; width:160px; }
.data-range input {float: left;width:112px; margin: 4px 5px 0 0; font-size:14px; height:18px; font-family:'antennalight'; color:#002542; }
.data-range img{ float:left;}
.data-range .colum .left-row{width:150px;}
.data-range .colum .left-row img{float: left;}
.data-range h3{ padding-bottom:7px; font-size:14px; color:#002447; font-family: 'Antenna-Bold'; }
.user-detail {float: left;width: 50%;}

#notickets {margin-top: 10px;}

#ticket_history .submit-button input[type="submit"].green-btn { min-width: 175px; background: #79b942; }
#ticket_history .submit-button input[type="submit"].grey-btn { min-width: 175px; background: #cccccc; }
.fb-login{margin-top: 10px;}

/*#ticketregisterform  .submit{ text-align:center; width:100%; margin-top:40px; float: left;}
#ticketregisterform  .submit input[type="submit"] { background-color:#79b942; font-size:14px; border:0; color:#FFF; text-transform:capitalize; padding: 6px 30px 5px;  border-radius: 4px; font-family: 'Antenna-Bold'; cursor:pointer; }*/

#ticketregisterform textarea { width:93%; box-shadow: 1px 1px 5px #E0E0E0; margin:0; border-radius: 4px; border:1px solid #dfdfdf; resize:none;}
#billingReport .data-range {float: left;margin: 10px 0 0; width:44%;}
#billingReport .data-range .colum {float: left;padding: 10px 0;width: 160px;}

#usageReport .data-range {float: left;margin: 10px 0 0; }
#usageReport .data-range .colum {float: left;padding: 10px 0;width: 160px;}




#memberDetailsPopUp .table-content-section {margin-right: 1%;}
#memberDetailsPopUp .table-content-section {border: 1px solid #dedede;border-radius: 4px;box-shadow: 4px 4px 5px #e0e0e0;margin: 30px 20px 0 0;width: 550px;}
#chargingDetailsPopUp .table-content-section {margin-right: 1%;}
#chargingDetailsPopUp .table-content-section {border: 1px solid #dedede;border-radius: 4px;box-shadow: 4px 4px 5px #e0e0e0;margin: 30px 20px 0 0;width: 450px;}
#chargingDetailsPopUp .step-wrapper {background: none repeat scroll 0 0 #fff;border: 1px solid #e3e3e2;border-radius: 7px;box-shadow: 2px 2px 5px #999;color: #002447;font-family: 'antennalight';font-size: 14px;line-height: 24px;margin: 150px auto 10px;min-height: 335px;padding: 30px 42px;width: 778px;}
#chargingDetailsPopUp .startcharging-popup { width: 500px; padding: 20px; margin: 300px auto 0 auto; text-align: center; position: fixed; z-index: 9999999999; top:3%; left: 50%; margin-left: -310px;  }
#tgDetailDiv .table-content-section {border: 1px solid #dedede;border-radius: 4px;box-shadow: 4px 4px 5px #e0e0e0;float: right;margin: 10px 20px 0 0;}
#currDetailDiv .table-content-section {border: 1px solid #dedede;border-radius: 4px;box-shadow: 4px 4px 5px #e0e0e0;float: right;margin: 10px 20px 0 0;}

#gferrorPopUp .table-content-section {margin-right: 1%;}
#gferrorPopUp .table-Recent-list {float: left;margin-left: 5px;width: 98%;}
#gferrorPopUp .table-content-section {border: 1px solid #dedede;border-radius: 4px;box-shadow: 4px 4px 5px #e0e0e0;margin: 30px 0 0 0;width: 100%;}
#gferrorPopUp .table-content-section .table-content {width: 96%;}
#gferrorPopUp .step-wrapper {background: none repeat scroll 0 0 #fff;border: 1px solid #e3e3e2;border-radius: 7px;box-shadow: 2px 2px 5px #999;color: #002447;font-family: 'antennalight';font-size: 14px;line-height: 24px;margin: 150px auto 10px;min-height: 335px;padding: 30px 42px;width: 778px;}
#gferrorPopUp .startcharging-popup { width: 800px; padding: 20px; margin: 300px auto 0 auto; text-align: center; position: relative; z-index: 9999999999; position: absolute; top:3%; left: 50%; margin-left: -310px;  }

#tgDetailDiv .table-content-section { float: left;margin-right: 1%;width: 100%;}
#tgDetailDiv .table-content-section .td-label2 {border-left: medium none;border-right: medium none;color: #79b942;font-family: 'Antenna-Bold';font-size: 14px;font-weight: normal;padding: 7px 0 7px 10px;text-align: left;vertical-align: bottom;}
#tgDetailDiv #container {float:left; width:48%;}
#tgDetailDiv #transaction_rate_details { float: left;margin-left: 3px;width: 51%;}
#tgDetailDiv #station_details { float: left;margin-right: 5px;width: 51%;}
#tgDetailDiv .table-content-section .table-content {float: left;padding: 0 12px;width: 310px;}
#tgDetailDiv .startcharging-popup { width: 950px; padding: 20px; margin: 100px auto 0 auto; text-align: center; position: relative; z-index: 9999999999; position: absolute; top:3%; left: 50%; margin-left: -310px;  }
#tgDetailDiv .clearfix:after {clear: both;content: " ";display: block;height: 0;visibility: hidden;}

#currDetailDiv .table-content-section { float: left;margin-right: 1%;width: 100%;}
#currDetailDiv .table-content-section .td-label2 {border-left: medium none;border-right: medium none;color: #79b942;font-family: 'Antenna-Bold';font-size: 14px;font-weight: normal;padding: 7px 0 12px 10px;text-align: left;vertical-align: bottom;}
#currDetailDiv #container {float:left; width:53%;}
#currDetailDiv #transaction_rate_details { float: left;margin-left: 3px;width: 51%;}
#currDetailDiv #station_details { float: left;margin-right: 5px;width: 46%;}
#currDetailDiv .table-content-section .table-content {float: left;padding: 0 12px;width: 310px;}
#currDetailDiv .startcharging-popup { width: 770px; padding: 20px; margin: 300px auto 0 auto; text-align: center; position: fixed; z-index: 9999999999; top:3%; left: 50%; margin-left: -310px;  }
#currDetailDiv .clearfix:after {clear: both;content: " ";display: block;height: 0;visibility: hidden;}
#currDetailDiv .step-wrapper{min-height: 380px;}

/*#usage_report .user-detail .button-bar {padding-top: 0;width: 90%;}*/

#ticketDetailsPopUp .table-content-section {margin-right: 1%;}
#ticketDetailsPopUp .table-content-section {border: 1px solid #dedede;border-radius: 4px;box-shadow: 4px 4px 5px #e0e0e0;margin: 30px 20px 0 0;width: 450px;}
#ticketDetailsPopUp .step-wrapper {background: none repeat scroll 0 0 #fff;border: 1px solid #e3e3e2;border-radius: 7px;box-shadow: 2px 2px 5px #999;color: #002447;font-family: 'antennalight';font-size: 14px;line-height: 24px;margin: 150px auto 10px;min-height: 335px;padding: 30px 42px;width: 778px;}
#ticketDetailsPopUp .startcharging-popup { width: 500px; padding: 20px; margin: 300px auto 0 auto; text-align: center; position: relative; z-index: 9999999999; position: absolute; top:3%; left: 50%; margin-left: -310px;  }

#fossilfuelpage {cursor:pointer;}
#chargingsessionpage {cursor:pointer;}
#tickethistorypage {cursor:pointer;}
#accountoverviewpage {cursor:pointer;}
#ticketDetailsPopUp .table-content-section .td-labelth {border-left: medium none;border-right: medium none;color: #79b942;font-family: 'Antenna-Bold';font-size: 14px;font-weight: normal;padding: 7px 0 7px 18px;text-align: left;vertical-align: top; border-top: 1px solid #FFFFFF;}
#ticketDetailsPopUp .table-content-section .td-poundth {text-align: left; padding-left:20px;padding-top: 8px;border-top: 1px solid #FFFFFF;}
#ticketDetailsPopUp .table-content-section .td-label2 {border-left: medium none;border-right: medium none;color: #79b942;font-family: 'Antenna-Bold';font-size: 14px;font-weight: normal;padding: 7px 0 7px 18px;text-align: left;vertical-align: top;}
#ticketDetailsPopUp .table-content-section .td-pound {text-align: left; padding-left:20px;padding-top: 8px;}
#membership .account-row { width: 100%; float: left; padding-bottom: 0px; }
/*#usage_report .button-bar {text-align: left;}*/

#accountoverview_widget .disable {color:#969696; font-size: 12px;}
#accountoverview_widget .declined {color:#bc3131; font-size: 12px;}
#accountoverview_widget .expiresoon {color:#FF6600; font-size: 12px;}
#accountoverview_widget .activation_required {color:#FF6600; font-size: 12px;}
#accountoverview_widget .message_text {font-size: 12px;}
.location-top .page-loading {float: right;padding:0;}

#accountoverview_widget
.account-head a {color: #79b942;display: block;font-size: 12px;float:left;margin-top: 0;text-decoration: none;}

#status_bar_graph{width:150px;height:130px;}
#status_bar_graph svg{width:150px;height:134px !important;}
.prkfee-list { border: 1px solid #dedede; max-width: 560px; margin-left:20px; border-radius: 3px; text-align: center; box-shadow: 3px 3px 5px #d7d7d8; /*margin: 0 30px;*/ padding: 5px 1%; width: 98%; }
.prkfee-list th { color: #73c054; font-size: 14px; line-height: 28px; font-family: 'Antenna-Bold'; padding-bottom: 0; font-weight: normal; }
.prkfee-list td { border-top: 1px solid #e7e7e7; line-height: 28px; color: #002447; font-size: 12px; line-height: 21px; }

.engfee-list { border: 1px solid #dedede; max-width: 560px; margin-left:20px; border-radius: 3px; text-align: center; box-shadow: 3px 3px 5px #d7d7d8; /*margin: 0 30px;*/ padding: 5px 1%; width: 98%; }
.engfee-list th { color: #73c054; font-size: 14px; line-height: 28px; font-family: 'Antenna-Bold'; padding-bottom: 0; font-weight: normal; }
.engfee-list td { border-top: 1px solid #e7e7e7; line-height: 28px; color: #002447; font-size: 12px; line-height: 21px; }
#printBtn {width:100%; float:right;}
#printBtn object {float:right;text-align: right;}
/*#change_password .button-bar {float: left;padding-top: 10px;text-align: left;width: 100%;}*/
#carddetails .ordercard-left { float: left; width:100%}
#carddetails { padding-bottom: 0px !important; }
#status_image img{width:57px;}
#myaccount_semachargepass .ordercard-left{float: left;width:50%;}
#myaccount_semachargepass .ordercard-right{float: right;width:45%; text-align: right;}
#network_pass .account-row{    float: left;padding-bottom: 35px;width: 100%;}
#pass_display {margin-bottom: 20px;}

#semanetworkpass .account-right { float: left; width: 100%; padding: 25px 0px 0 0; }
#semanetworkpass .account-right .card-info { margin-top: 10px; width: 590px; }
#semanetworkpass .account-right .colum:first-child { padding-right: 18px; }
#semanetworkpass .account-right .card-info .colum { width:  283px; padding: 0 4% 0 0; }

#semanetworkpass .account-right .colum.last { padding-right: 0; }
.contact-left address { font-style:  normal; line-height: 17px; padding-bottom: 15px; }
#user_address p {width:500px;}
#ticket_information p {width:500px;}

.line{float:left; border-top: 1px solid #dfdfdf; width:100%;padding: 10px;}
.top-line{float:left; border-top: 1px solid #dfdfdf; width:100%;}
#leftArrow {float: left;width: 10%;height: 85px;}
#rightArrow {float: left;width: 10%;height: 85px;}
#centerSpace {float: left;width: 80%;height:85px;overflow: hidden;}
#centerSpace ul {white-space: nowrap;overflow: hidden; padding-bottom: 2px;}
#centerSpace ul li {display: inline-block;float: left;list-style-type: none; top: 2px;margin: 1%;width: 130%;padding-bottom: 1px;}
#centerSpace ul li img {width: 100%;}

#overview_subsec1 {padding: 16px 0 2px;}
#overview_subsec2 {padding: 16px 0 2px;float:left; border-top: 1px solid #dfdfdf; width:100%;}
#overview_subsec3 {padding: 16px 0 2px; float:left; border-top: 1px solid #dfdfdf; width:100%;}
#overview_subsec4 {padding: 16px 0 2px; float:left; border-top: 1px solid #dfdfdf; width:100%;}
#dataTable_status_legend{ border : 1px solid #d7d7d7; border-radius : 2px; padding : 6px;float:left;margin-left:0px;}
#supportticket_table_info{width:250px;}
#forgotpassword-form .submit-button { width: 100%; float: left; text-align: left; padding-top: 10px; }
table.display{width:100% !important;}

p.orangetext{color:#FF6600;}
p.smallertext{font-size: 11px;}

.locator_station_name{font-size: 10px;display: block;}

p#member_message{line-height:11px;}
.ChargeNow-box p{padding-top:0;padding-bottom:5px;}
/******Usage  Report new  css *************/
.pricingTableHeader{
    float:left;
    border:1px solid #dedede;
    width:281px;
    margin-top: 10px;
    font-size:12px;
    background-color: #C3C8E5;
}
.pricingTableLeftTd{
    float:left;
    border-bottom:1px solid #dedede;
    border-right:1px solid #dedede;
    width:120px;
    padding-left:3px;
    height:22px;
    background-color: #6F83F2;
}
.pricingTableRightTd{
    float:left;
    border-bottom:1px solid #dedede;
    padding-left:3px;
    width:153px;
    height:22px;
    background-color: #C3C8E5;
}
.pricingTableLeftBottom{
    float:left;
    border-right:1px solid #dedede;
    width:120px;
    padding-left:3px;
    height:22px;
    background-color: #6F83F2;
}
.pricingTableRightBottom{
    float:left;
    padding-left:3px;
    width:153px;
    height:22px;
    background-color: #C3C8E5;
}
.pricingComputationHeader{
    float:left;
    border-top:1px solid #dedede;
    border-left:1px solid #dedede;
    border-right:1px solid #dedede;
    width:100%;
    margin-top: 10px;
    font-size:12px;
}
.pricingComputationLable{
    float:left;
    border-bottom:1px solid #dedede;
    width:950px;
    padding-left:3px;
    height:22px;
}
.pricingComputationLableBgk{
    background-color: #dedede;
    width: 623px;
}
.pricingComputationTdFirst{
    float:left;
    border-bottom: 1px solid #dedede;
    border-right:1px solid #dedede;
    width:134px;
    padding-left:3px;
    height:22px;
}
.pricingComputationTdLeft{
    float:left;
    border-bottom:1px solid #dedede;
    border-right:1px solid #dedede;
    width:180px;
    padding-left:3px;
    height:22px;
}

.pricingComputationTdRight{
    float:left;
    border-bottom:1px solid #dedede;
    padding-left:3px;
    width:70.1px;
    height:22px;
}
.pricingComputationHrFirst{
    float:left;
    border-bottom:1px solid #dedede;
    border-right:1px solid #dedede;
    width:134px;
    padding-left:3px;
    height:22px;
    background-color:#ffffff;
    color: #79b942;
    font-family: 'Antenna-Bold';
}
.pricingComputationHrLeft{
    float:left;
    border-bottom:1px solid #dedede;
    border-right:1px solid #dedede;
    width:180px;
    padding-left:3px;
    height:22px;
    background-color: #ffffff;
    color: #79b942;
    font-family: 'Antenna-Bold';
}
.pricingComputationHrRight{
    float:left;
    border-bottom:1px solid #dedede;
    padding-left:3px;
    width:70.1px;
    height:22px;
    background-color:#ffffff;
    color: #79b942;
    font-family: 'Antenna-Bold';
}

.pricingAppliedComputationHrRight{
    float:left;
    border-bottom:1px solid #dedede;
    padding-left:3px;
    width:75.1px;
    height:22px;
    background-color:#ffffff;
    color: #79b942;
    font-family: 'Antenna-Bold';
}
.pricingComputationBottomFirst{
    float:left;
    border-bottom:1px solid #dedede;
    border-right:1px solid #dedede;
    width:134px;
    padding-left:3px;
    height:22px;
    background-color:#ffffff;
    color: #79b942;
    font-family: 'Antenna-Bold';
}
.pricingComputationBottomLeft{
    float:left;
    border-bottom:1px solid #dedede;
    border-right:1px solid #dedede;
    width:180px;
    padding-left:3px;
    height:22px;
    background-color:#ffffff;
    color: #79b942;
    font-family: 'Antenna-Bold';
}

.pricingComputationBottomRight{
    float:left;
    border-bottom:1px solid #dedede;
    padding-left:3px;
    width:70.1px;
    height:22px;
    background-color:#ffffff;
    color: #79b942;
    font-family: 'Antenna-Bold';
}

.pricingAppliedComputationTdRight{
    float:left;
    border-bottom:1px solid #dedede;
    padding-left:3px;
    width:75.1px;
    height:22px;
}

.pricingInUse{
    float:left;
    border-bottom:1px solid #dedede;
    border-right:1px solid #dedede;
    width:120px;
    padding-left:3px;
    height:22px;
    background-color:#ffffff;
    color: #79b942;
}

.pricingRateComputationHeader{
    float:left;
    border-top:1px solid #dedede;
    border-left:1px solid #dedede;
    border-right:1px solid #dedede;
    width:532px;
    margin-top: 10px;
    font-size:12px;
}
.pricingRateComputationLable{
    float:left;
    border-bottom:1px solid #dedede;
    width:529px;
    padding-left:3px;
    height:22px;
}

#usageDateSummary {border: 1px solid #a4a4a4; margin-top: 10px;}
#usageDetailSummary{border: 1px solid #a4a4a4; margin-top: 10px;}
#chargingSessionDetails{border: 1px solid #a4a4a4; margin-top: 10px;}

#usageSummary table{border-collapse: separate;border-spacing: 2px 3px;width: 60%;}
#usageSummary table .tdleft{width:26%; background-color:#e2e2e2; margin: 2px; }
#usageSummary table .tdright{width:24%; background-color:#f4f4f4; margin: 2px; }
#usageSummary table tr:hover{background: none repeat scroll 0 0 rgba(0,0,0,0); color:#585858;}
#usageSummary table tr td:hover{background: none repeat scroll 0 0 rgba(0,0,0,0); color:#585858; }

#chargeDetails table{border-collapse: separate;border-spacing: 2px 3px;width: 90%;}
#chargeDetails table .tdleft{width:24%; background-color:#e2e2e2; margin: 2px; }
#chargeDetails table .tdright{width:24%; background-color:#f4f4f4; margin: 2px; }
#chargeDetails table tr:hover{background: none repeat scroll 0 0 rgba(0,0,0,0); color:#585858;}
#chargeDetails table tr td:hover{background: none repeat scroll 0 0 rgba(0,0,0,0); color:#585858; }

/*********** Admin Locations css ***********/
.locations-colume { color: #002542; border-radius: 8px; background: #fff; border: 1px solid #d7d7d7 !important; box-shadow: 3px 3px 5px #dcdcdc; padding: 5px 10px; font-family: 'antennalight'; margin-bottom: 15px; border-width: 1px 0 0 1px !important;}
.locations-colume h2 { border-bottom: 2px solid #e7e7e7; font-family: 'Antenna-Bold'; padding-bottom: 5px; color: #002447; font-size: 20px; line-height: 26px; text-align: center;  }
.locations-colume.action-menu { width: 97%; float: left; }

.action{border:1px solid #d3d3d3;background:none repeat scroll 0 0 #fff;font-weight:400;color:#555;border-radius:2px;-moz-border-radius:2px;display:inline;white-space:nowrap;padding:2px 2px 2px 5px;font-family: antennalight;font-size: 11px;border-radius: 2px;}
/*.action:hover{border:1px solid #d3d3d3;background:#e6e6e6 url(../images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x!important;font-weight:400;color:#555;border-radius:2px;-moz-border-radius:2px;display:inline;white-space:nowrap}*/
table.dataTable tbody tr.selected{background-color: #DAE3E9 !important;}
.dataTables_wrapper td:first-child{text-align:left}
.dataTables_wrapper td{border-bottom:1px solid #d7d7d7;color:#002447;font-family:'antennalight';font-size:12px;line-height:21px;padding:8px 15px;text-align:center}
.dataTables_wrapper tr:nth-child(2n){border:1px solid #d7d7d7;border-radius:2px}
.table-content-area th:first-child{text-align:left}
.dataTables_wrapper th:first-child{text-align:left}
.dataTables_wrapper th{color:#79b942;font-family:'Antenna-Bold';font-size:14px;font-weight:400;padding:7px 15px;text-align:center;-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:-moz-use-text-color -moz-use-text-color #d7d7d7;border-image:none;border-style:none none solid;border-width:0 0 3px}

.rightsidebar textarea{background:none repeat scroll 0 0 #fff;border:1px solid #e0e0e0;border-radius:5px;box-shadow:1px 1px 5px #e0e0e0;color:#002447;float:left;font-family:'antennalight';font-size:14px;height:85px;padding:8px 3%;resize:none;width:94%}
.location-row{float:left;width:100%}
.location-address{float:left;margin-top:17px;text-align:center;width:29px}

#laTempMap span,#laTempMap1 span{display:table-cell;vertical-align:middle}
.location-info{color:#000;font-size:9px;line-height:18px;text-align:left;}
.location-address{float:left;margin-top:7px;text-align:center;width:29px}
.location-row{float:left;width:100%}
.location-details-right{float:left;margin-left:33px; margin-top:15px;}
.location-details-left{float:left;margin:5px 0 10px;width:46%;}
.location-details-dashboard{float:left;margin:5px 0 10px;width:100%;}
.location-details-left h3, .location-details-dashboard h3{color:#002447;font-family:antennalight;font-style:normal;font-size:14px;padding-bottom:7px;line-height:25px; margin-top: 10px;}
.location-details-right h3,.table-Recent-list h3{color:#002447;font-family:'Antenna-Bold';font-size:14px;padding-bottom:7px}
.form_background{border:1px solid #CFCFCF;height:148px;padding:12px}
.err_msg{clear:both;color:#ed1c24;font-family:Antenna-Bold;font-weight:400;padding-top:7px}
.normal,.select-drop select{background:0 0;height:32px;-webkit-appearance:none;border:1px solid #E0E0E0;border-radius:5px;box-shadow:#E0E0E0 1px 1px 5px;color:#002447;font-family:antennalight;font-size:14px;padding:4px 3%;width:100%}
#location_contacts_table_wrapper{width:97%}
.succ_msg{clear:both;color:#79b942;font-family:Antenna-Bold;font-weight:400;padding-top:7px}
/*input.gobutton{background:none repeat scroll 0 0 #79ba43;border:0;border-radius:4px;color:#fff;cursor:pointer;font-family:Antenna-Bold;font-size:14px;font-weight:400;height:32px;line-height:32px;min-width:135px;text-align:center}*/
input.skipbutton{background:none repeat scroll 0 0 #ccc;border:1px solid #e0e0e0;border-radius:4px;color:#fff;cursor:pointer;font-family:Antenna-Bold;font-size:14px;font-weight:400;height:32px;line-height:32px;min-width:135px;text-align:center}
.location_entrypoint_text p{color:#002447;font-family:antennalight;font-size:14px;padding-bottom:15px;}
.rightsidebar p.err_msg{clear:both;color:#ed1c24;font-family:Antenna-Bold;font-weight:400;padding-top:7px}
.rightsidebar p.succ_msg{clear:both;color:#79b942;font-family:Antenna-Bold;font-weight:400;padding-top:7px}
/*.form-button-bar{padding-top:20px;width:100%}*/

#lcd-container .lcd-msg{border:1px solid #e0e0e0;border-radius:5px;box-shadow:1px 1px 5px #e0e0e0;color:#002447;padding:4px 3%;width:90%;text-align:center;font-size:12px;font-family:monospace}
.create-lcd-msg{border:1px solid #e0e0e0;border-radius:5px;box-shadow:1px 1px 5px #e0e0e0;color:#002447;padding:4px 3%;width:90%;text-align:center;font-size:12px;font-family:monospace}
.lcd-display{float:left;width:100%}
.data-range .colum-lcd{float:left;width:210px;padding:15px 0}
.station-right{float:right;margin:46px 0 0;width:486px}
.station-right h3{color:#002447;font-family:'Antenna-Bold';font-size:14px;padding-bottom:7px}
.note_text{color:#666;float:left;font:.7em Tahoma,sans-serif;padding-right:0;padding-top:28px}
#dummy_text{font-family:'DejaVu Sans Mono',monospace!important;font-size:1.2em;background-image:url(../images/6s_lcd_blank.png);background-repeat:no-repeat;text-align:center;width:312px;height:126px}
#slider-code{height:110px;overflow:hidden;margin-left:30px;margin-right:29px}
#slider-code .viewport{float:left;width:100%;height:74px;overflow:hidden;position:relative;text-align:center;margin-top:27px;margin-left:0}
#slider-code .overview{list-style:none;position:absolute;padding:0}
#slider-code .overview li{float:left;margin:1px 42px 26px -43px;padding:1px;height:121px;width:200px}
.overview li p{font-family:'DejaVu Sans Mono',monospace!important}
#service_div{width:100%}
.location-section{float:left;margin:6px 0 0;width:465px}
.clear-top{margin-top:10px}
.price-policy .colum-center{float:left;width:900px}
.pikachoose{width:520px;margin:0 auto}
.pika-thumbs{padding:0 16px}
.pika-thumbs li{width:144px;height:74px;margin:10px 0 0 17px;padding:0;overflow:hidden;float:left;list-style-type:none;padding:3px;margin:0 5px;background:#fafafa;border:1px solid #e5e5e5;cursor:pointer}
.pika-thumbs li:last{margin:0}
.pika-thumbs li .clip{position:relative;height:100%;text-align:center;vertical-align:center;overflow:hidden}
.pika-stage,.pika-textnav{width:860px}
.pika-stage{position:relative;background:#fafafa;border:1px solid #e5e5e5;padding:10px 10px 40px;text-align:center;height:350px;margin-left:-190px}
.pika-stage img{height:350px}
.pika-stage .caption{position:absolute;background:#000;background:rgba(0,0,0,0.75);border:1px solid #141414;font-size:11px;color:#fafafa;padding:10px;text-align:right;bottom:50px;right:10px}
.pika-stage .caption p{padding:0;margin:0;line-height:14px}
.pika-imgnav a{position:absolute;text-indent:-5000px;display:block;z-index:3}
.pika-imgnav a.previous{background:url(../images/prev.png) no-repeat left 45%;height:100%;width:50px;top:10px;left:10px;cursor:pointer}
.pika-imgnav a.next{background:url(../images/next.png) no-repeat right 45%;height:100%;width:50px;top:10px;right:10px;cursor:pointer}
.pika-imgnav a.play{background:url(../images/play.png) no-repeat 0 50%;height:100px;width:44px;top:0;left:50%;display:none;cursor:pointer}
.pika-imgnav a.pause{background:url(../images/pause.png) no-repeat 0 50%;height:100px;width:44px;top:0;left:50%;display:none;cursor:pointer}
.pika-textnav{overflow:hidden;margin:10px 0 0;bottom:10px;position:absolute}
.pika-textnav a{font-size:12px;text-decoration:none;color:#333;padding:4px}
.pika-textnav a.previous{float:left;width:auto;display:block}
.pika-textnav a.next{float:right;width:auto;display:block}
.pika-tooltip{font-size:12px;position:absolute;color:#fff;padding:3px;background-color:rgba(0,0,0,0.7);border:3px solid #000}
.pika-counter{position:absolute;bottom:45px;left:15px;color:#fff;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius:5px;border-radius:5px}
.pika-loader{background:url(../images/loading-img.gif) 3px 3px no-repeat #000;background-color:rgba(0,0,0,0.9);color:#fff;width:60px;font-size:11px;padding:5px 3px;text-align:right;position:absolute;top:15px;right:15px}
.jcarousel-skin-pika .jcarousel-container-horizontal{padding:15px 20px;overflow:hidden}
.jcarousel-skin-pika .jcarousel-clip-horizontal{height:90px;width:485px}
.jcarousel-skin-pika .jcarousel-item-horizontal{margin-right:10px}

#domMessage{padding:10px}
.tab_clk{background-color:#f7941d;background-image:linear-gradient(to bottom,#f2f5f6,#f7941d);border:1px solid #f7941d;border-radius:3px;color:#000;cursor:pointer;display:inline-block;font-weight:700;padding:3px 10px;text-decoration:none}
.tab_trf{background-color:#0054A6;background-image:linear-gradient(to bottom,#f0f0f0,#0054A6);border:1px solid #d1dcdf;border-radius:3px;color:#000;cursor:pointer;display:inline-block;padding:3px 10px;text-decoration:none}
label.small{float:left;font-size:12px;height:15px;width:35px}
.rate_tree .verysmall{display:inline-block;font-size:12px;height:13px;margin:0;text-align:center;width:60px;font-size:11px;height:13px;margin:0;text-align:center;font-family: antennalight;}
.rate_tree .selectboxit-container{display:inline-block;position:relative;vertical-align:top;width:18%!important; font-size: 12px;}
#plntypeSelectBoxItContainer{display:inline-block;position:relative;vertical-align:top;width:50%!important}
#pricing_inputs_container{width:495px;margin-top:20px}
.days{border-bottom:1px solid;margin-bottom:3px; padding-bottom : 10px;}
#treeShort{width:75%;list-style-type:none}
#treeChargePlan{list-style-type:none}
#treeDetailed{list-style:none}
.rate_tree #main_label{width:125px}
#recent_transactions{width:100%;border-spacing:0}
#fd_graph{height:250px}
#membership .card-info{margin-top:20px}
#membership .smartcard-detail p{margin-top:10px}
#sub_paymnents .card-info .sec-colum{width:175px;float:left;padding-right:45px}
#sub_paymnents p.blue-text{font-size:14px;margin-bottom:10px;padding:0;text-align:left}
#support_ticket_list .table-content-area tbody tr:first-child td{padding-top:0}
/*.mapinfobox{background:none repeat scroll 0 0 #fff;clear:both;float:left;height:700px;padding:15px 0 0;position:relative;width:375px;z-index:99}
.mapinfobox .row{border-bottom:1px solid #c6c6c6;padding:5px 0;margin:0;width:100%} */
.cost-row{width:100%;float:left;color:#002447;border-bottom:1px solid #c6c6c6;text-align:left;padding:5px 0;font-size:10px}
.cost-row span{font-size:19px;font-family:'Antenna-Bold';display:block;font-size:19px}
.cost-row .cost-left{width:30%;float:left;font-size:12px}
.cost-row .cost-right span{color:#79b942;text-align:right;padding-right:20px}
.cost-row .cost-right p{text-align:right}

#terms_and_conditions_container{height:500px;padding-right:10px;overflow-y:scroll}
.terms{padding:8px 5px 8px 14px;border:1px solid #2C83B9}
.terms-info{background-color:#BFC8D0;border-color:#002542;letter-spacing:.2px;}
#naa_notice{float:left;font-size:12pt;line-height:35px;text-align:center;width:100%;background-color:#BFC8D0;padding-left:5px;line-height:25px;text-align:center;margin:3px 8px 25px 0}
.notice{padding:8px 1px;border:1px solid #2C83B9;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.notice-info{background-color:#ddf;border-color:#002542;letter-spacing:.2px}
.terms_and_conditions{float:left;width:100%;line-height:25px}
.terms_and_conditions h1{color:#79b942;font-family:'Antenna-Bold';font-size:29px;line-height:30px;padding-bottom:35px;text-align:center}
.terms_and_conditions h2{color:#79b942;font-family:'Antenna-Bold';font-size:15px;line-height:30px;padding-bottom:35px;text-align:center}
.terms-and-conditions-wrapper{background:none repeat scroll 0 0 #fff;border:1px solid #e3e3e2;border-radius:7px;box-shadow:2px 2px 5px #999;color:#002447;font-family:'antennalight';font-size:14px;line-height:24px;margin:50px auto 10px;min-height:400px;padding:30px 42px;width:850px}
.terms-and-conditions-wrapper h2{color:#002447;font-family:'Antenna-Bold';font-size:20px;line-height:34px;margin-bottom:1px;margin-top:20px}
.terms-and-conditions-wrapper h1{color:#79b942;font-family:'Antenna-Bold';font-size:15px;line-height:30px;margin-bottom:1px;margin-top:10px;text-align:center}
.terms-and-conditions-wrapper h3{color:#002447;font-family:'Antenna-Bold';font-size:14px;line-height:30px;margin-bottom:1px;margin-top:10px;text-align:left}
.renewal_container {background:none repeat scroll 0 0 #fff;border:1px solid #e3e3e2;border-radius:7px;box-shadow:2px 2px 5px #999;color:#002447;font-family:'antennalight';font-size:14px;line-height:24px;margin:50px auto 10px;min-height:500px;padding:30px 42px;width:1078px}
.renewal_container h1 {color:#79b942;font-family:'Antenna-Bold';font-size:25px;line-height:30px;margin-bottom:1px;margin-top:10px;text-align:left}
.renewal_container h2{color:#002447;font-family:'Antenna-Bold';font-size:20px;line-height:34px;margin-bottom:1px;margin-top:20px}
.renewal_container h3 {
    padding-bottom: 7px;
    font-size: 14px;
    color: #002447;
    font-family: 'Antenna-Bold';
}
#evaluation_mode_notice{background-color:#BFC8D0;float:left;font-size:12pt;line-height:25px;margin:3px 8px 25px 0;padding-left:5px;text-align:center;width:99%}
#modal_close_button{text-align:center;position:relative;margin-top:33px}
.data-content input{border:1px solid #e4e4e4;border-radius:4px;color:#002542;float:left;font-family:'antennalight';font-size:14px;height:17px;margin:4px 12px 0 0;padding:5px;width:280px}

.modal{display:none;position:fixed;z-index:100;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,0.40);opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity = 30);filter:alpha(opacity = 30)}

.fileinput-button{position:relative;overflow:hidden}
.fileinput-button input{position:absolute;top:0;right:0;margin:0;opacity:0;filter:alpha(opacity=0);transform:translate(-300px,0) scale(4);font-size:23px;direction:ltr;cursor:pointer}
.fileupload-buttonbar .btn,.fileupload-buttonbar .toggle{margin-bottom:5px}
.fileupload-processing .fileupload-loading{display:block}
@media (max-width: 767px){.fileupload-buttonbar .toggle,.files .toggle,.files .btn span{display:none}
    .files .name{width:80px;word-wrap:break-word}
}

.rightsidebar #image_div textarea{width:64%}
#upload_inputs{margin-left:35px}
.bd .rate_tree{width:99%;list-style-type:none;padding-left:0}
#hours_of_operations_table{border-collapse:inherit}
.gallery ul{list-style:none}
.gallery ul li{float:left;padding:15px}
.gallery ul li:nth-child(8n+1){clear:both}

.loc-gallery ul{list-style:none}
.loc-gallery ul li{float:left;padding:13px}
.loc-gallery ul li:nth-child(4n+1){clear:both}

#operation_hours p{line-height:14px}
#tab_plans p{line-height:14px}
#lcd-container .colum{padding:0}
#location_form .blue-text{text-align:left}
#station_form .blue-text{text-align:left}
#frm_priceplan .blue-text{text-align:left}
#subscriber_form .blue-text{text-align:left}
#admin_user_form .blue-text{text-align:left}
#user_group_form .blue-text{text-align:left}
#resolution_form .blue-text{text-align:left}

.common_usr_details { width : 99%; margin-top : 0px;}
/*.user-detail .button-bar { text-align: left;}*/
.user-detail .thankyou { font-size: 14px;}
.low-margin { margin-top:2px; }
/*.common_usr_details .button-bar { padding-top:5px;}*/
#locations_table { width: 100%; }
.location-form-right {float: left;margin: 0 0 0;width: 63%;}
.location-more-width {width: 50%;}
.less-width {width: 39%;border: 1px solid #dedede;border-radius: 4px;box-shadow: 4px 4px 5px #e0e0e0;margin: 20px 20px 0 0;padding: 15px;}
#laTempMap{display:table;height:318px;text-align:center;width:100%}
#laTempMap1{display:table;height:285px;text-align:center;width:100%}
.pricing-form-inputs-container {border: 1px solid #dedede;border-radius: 4px; box-shadow: 4px 4px 5px #e0e0e0; margin: 20px 20px 0 0;padding: 15px;width: 96.5%;}
.station-form-inputs-container {margin: 20px 20px 0 0;padding: 0px;width: 28%;height : auto;}
.station-more-width {width: 44%;}
.auto-height {height : auto;}
.station-form-right {float: left;margin: 12px 0 0;width: 50%;}
.less-margin {margin-top : 5px;margin-bottom : 15px; padding-bottom: 13px;}
.left-float {float : left;}
#downloadexcel {float:left;margin-left:30px;margin-bottom:20px;}
#downloadpdf{float:right;margin-right:55px;margin-bottom:20px;}
#individual_park_graph{height:220px;}
#individual_charge_graph{height:220px;}
#cardnumber{font-size: 25px; letter-spacing: 4px; width: 530px; height: 30px;}
.dataTables_wrapper th { text-align: left; }
.dataTables_wrapper td { text-align: left; }
.dataTables_wrapper td.right_justified{text-align:right;}
.dataTables_wrapper th.right_justified{text-align:right;}
.newcolum { margin : 5px;}
.morepadding { padding-bottom: 15px;}
.more-width {width:32%;}
.padding-top { padding-top: 10px;}
.bordered { border : 1px solid #dedede; border-radius : 4px; box-shadow : 4px 4px 5px #e0e0e0; padding : 15px;}
#map_canvas2 {width: 936px; height: 378px;}
.moretextareawidth{ width : 930px;}
.moretextareawidth textarea { padding : 7px 14px;}
input.smallbutton { background: none repeat scroll 0 0 #79ba43;border: 0 none;border-radius: 4px;color: #fff;cursor: pointer;font-size: 14px;font-weight: 400;height: 24px;min-width: 80px;text-align: center; margin-left:11px;}
.pricingsmall {margin: 0px 10px  0px 100px; height: 16px; vertical-align: top;}
.nofloat {float : none;}

.org_overview{cursor:pointer;display:block;font-family:antennalight;font-size:16px;line-height:30px}
.lessheight a{line-height: 20px;}
.topnav {float: left;padding-top: 20px;width: 100%;}
ul.topnav {padding: 0;margin: 0;font-size: 1em;line-height: 0.5em;list-style: none;}
ul.topnav li {border-bottom: 1px solid #b4bbc2;float: left;padding: 9px 0;width: 100%;}
ul.topnav ul li {border-bottom: 0px solid #b4bbc2;float: left;padding: 10px 0;width: 100%;}
ul.topnav li a {line-height: 0px;font-size: 14px;padding: 11px 5px;color: #fff;display: block;text-decoration: none;  position:relative; font-family: 'antennalight';}

ul.topnav {
    border:0;
    padding:8px 0;
}

ul.topnav li li a {
    color:#C2C2C2;
    font-size:14px;
    line-height:10px;
}

ul.topnav li.parent > a:after { content: ""; border-top: 10px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; position: absolute; left: auto; top: 7px; margin-left: 10px; }
ul.topnav li a:hover { color: #79b942;}
ul.topnav li a.active { color: #79b942; font-weight: bold;}
ul.topnav li a.active:after { border-top: 10px solid #79b942;}

ul.topnav ul { margin: 0;padding: 0;display: none;}
ul.topnav ul li {margin: 0;padding: 0;clear: both;}
ul.topnav ul li a {padding-left: 10px;font-size: 14px;font-weight: normal;outline:0;}
ul.topnav ul li a:hover {color:#79b942;}
ul.topnav ul ul li a {padding-left: 20px;}
ul.topnav ul ul li a:hover {color:#79b942;}
ul.topnav ul ul ul li a {padding-left: 30px;}
ul.topnav ul ul ul li a:hover {color:#79b942;}
ul.topnav span{float:right;}
/*.mar_left110px{margin-left:110px;text-align: left;}*/
.button_arrow {margin-left:6px;margin-top:4px; height : 7px; width : 11px;}
.pricing_button_arrow {margin-left:6px;margin-top:0px; height : 7px; width : 11px;}


.rightsidebar .nopadding { padding : 5px;}

.location-form-right { float: left;margin: 0 0 0;width: 51%;}
#laTempMap { display: table;height: 318px;text-align: center;width: 100%;}
#laTempMap1 {display: table;height: 287px;text-align: center;width: 100%;}
.location-form-inputs-container {margin: 20px 20px 0 0;padding: 15px;width: 40%;}
#location-form-navigation {margin-top: 0px;}
.location-more-width {width : 80%;}
.fullwidth {width : 85%; margin : 0px;}
#operations_message {color: #79B942; font-family: 'Antenna-Bold' !important; font-weight: normal; padding-top: 7px; clear: both;}
.rightsidebar h2 { border-bottom: 2px solid #e7e7e7;color: #002447; font-family: 'Antenna-Bold';font-size: 20px; line-height: 26px; padding-bottom: 5px;}
.rightsidebar h4 { color: #002447; font-family: 'Antenna-Bold';font-size: 16px; line-height: 26px; padding-bottom: 5px;}
.paddingbottom {padding-bottom: 15px;}
.verysmall {margin-right: 10px;padding: 4px;text-align: center;width: 65px;height: 16px;margin: 0 10px 0 100px;vertical-align: top;}

.less-line-height { line-height: 28px;}
#location-message {min-height: 0px;}
#location-address-container {min-height: 0px;}
.full-width { width : 95%;}
.org-full-width { width : 100% !important; max-width: 980px;}
.small-margin { margin : 8px;}
#stnTempMap { border: 1px solid silver;display: table;height: 328px;text-align: center;width: 100%;}
.stn-full-width { width: 48%;}
.stn-lcd-width { width : 38%;}
#contacts_table_container { float:left; width: 100%;}
.lcd-left-input { width : 190px;}
.lcd-right-input { margin-left: 35px;width: 190px;}
#warr_desc { width : 790px;}
.contacts-less-width{ margin: 20px 20px 0 0; width: 39%;}
.locationcontacts-less-width{ margin: 20px 20px 0 0; width: 60%;}
.organizationcontacts-less-width{ margin: 20px 20px 0 0; width: 50%;}
.additional-info-width { width : 85%;}
.location-additional-info-container {background: none repeat scroll 0 0 #fff;color: #002447;font-family: 'antennalight';font-size: 14px;line-height: 24px;}
.info-fullwidth {margin: 0;width: 95%;}
.info-tab_fullwidth {margin: 0;width: 115%;}
.location-additional-info-top-margin { margin-top : 20px;}
.half-width { width : 50%;}
.table-Recent-list address { float: left; font-style: normal;padding-top: 15px;width: 100%;word-wrap: break-word;}
#following_pass {padding-bottom: 20px;}
#smartcard_numbers_list {margin-bottom:15px;}
.alignCenter {text-align: center !important;}

#locations_table th:nth-child(3),
#locations_table th:nth-child(4) { text-align: left;}
#user_address p { width: 500px;}
.organization-form-inputs-container { margin: 0px 20px 0 0;padding: 1px;width: 45%;}
.organization-form-right{ float: left;margin: 20px 0 0;width: 45%;}
.organization-access { float: left; padding: 25px 20px 0 0; width: 230px;}
.organization-access address{ font-style:normal;line-height:13px;padding-bottom:15px;width:500px;}
#status_utilization {cursor:pointer;}
#most_recent_transaction {cursor:pointer;}
#revenue_and_cost {cursor:pointer;}
#station_locator {cursor:pointer;}
#charging_and_parking {cursor:pointer;}
.textalignleft {text-align: left!important;}
#users_membership_heading{color:#79b942;display:block;float:left;font-size:12px;line-height:34px;margin-top:5px;text-decoration:none;margin-bottom:20px}
.lesstoppadding{padding-top:5px}
.popup-overlay{width:100%;height:100%;position:fixed;background:rgba(196,196,196,.85);top:0;left:100%;opacity:0;-ms-filter:"alpha(Opacity=0)";-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;-ms-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}
.overlay .popup-overlay{opacity:0.3;left:0}
.popup{position:fixed;top:25%;left:50%;z-index:-9999}
.popup .popup-body{background:#fff;background:-moz-linear-gradient(top,#fff 0,#f7f7f7 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f7f7f7));background:-webkit-linear-gradient(top,#fff 0,#f7f7f7 100%);background:-o-linear-gradient(top,#fff 0,#f7f7f7 100%);background:-ms-linear-gradient(top,#fff 0,#f7f7f7 100%);background:linear-gradient(to bottom,#fff 0,#f7f7f7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);opacity:0;min-height:150px;width:700px;margin-left:-495px;margin-top:-115px;padding:20px;-ms-filter:"alpha(Opacity=0)";-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;-ms-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;position:relative;-moz-box-shadow:1px 2px 3px 1px #b9b9b9;-webkit-box-shadow:1px 2px 3px 1px #b9b9b9;box-shadow:1px 2px 3px 1px #b9b9b9;text-align:center;border:1px solid #e9e9e9}
.popup.transitioning,.popup.visible{z-index:9999}
.popup.visible .popup-body{opacity:1;-ms-filter:"alpha(Opacity=100)"}
.popup .popup-exit{cursor:pointer;display:block;width:24px;height:24px;float:right;left:50px;margin-right:-25px;margin-top:-13px;top:150px;right:195px;background:url(../images/close-btn.png) no-repeat}
.popup .popup-content{overflow-y:auto}
.popup-content .popup-title{font-size:24px;border-bottom:1px solid #e9e9e9;padding-bottom:10px}
.popup-content p{font-size:13px;text-align:justify}
.table_column_left {float : left;width : 20%; border : 1px solid #ebebeb;}
.table_column_right {margin-left : 20px;float : left;width : 70%;}
#pass_numbers { border-top : 0px solid #dfdfdf;}
#subscriber_edit { float:left;width:94%;}
#subscriber_add {float:left;}
#utilization_excelReport {float : left;margin-right : 10px;}
#utilization_pdfReport {float : right; margin-right: 50px;}
#utilization_summary {padding : 2px;}
.line-margin-bottom {margin-bottom : 15px;}
/***************************************Super Admin  Css ******************/

#refund_select_type .card-info { margin-top: 20px; width: 40%; float: left; }
#refund_select_type .card-info .inputtype{float: left;padding-bottom: 10px;width: 70%;}
#refund_select_type .refund_lable {width: 20%; float: left;margin-top: 25px; }

#confirm_initiate_refund{margin-top: 10px; margin-bottom: 10px;}
#initiate_refund_btn{margin-top: 10px; }


#account_refund_form .inputtype{width:51%;}
#account_refund_form .amount_info{margin-top: 10px;float:left;}
#account_refund_form #date_section{float:left;width:51%;}

#refund_credittrans_table .inputtype{width:51%;}

.organization-overview{ width: 100%; float: left; } /* bng section CSS */
.organization-overview-test{ border:1px solid #d7d7d7; padding: 12px 0 10px 19px; box-shadow:3px 4px 3px #E1E1E1; font-family: 'antennalight' !important; }
.organization-overview-test h2{ font-size:20px; font-family: 'Antenna-Bold' !important; line-height:21px; }
.organization-overview-test h3{ color:#79b942; font-size:14px; color:#002447; font-family:  'antennalight' !important; }
.no-border-bottom { border-bottom: 0px solid #e7e7e7 !important;}

.org_access_more_width { width : 300px;}

.enrollment-detail input, .enrollment-detail select { width:280px; height:17px; border-radius: 4px; float: left; margin: 4px 12px 0 0px; padding: 5px;  border:1px solid #E4E4E4; font-size:14px; font-family:'antennalight'; color:#002542; }
.enrollment-detail .selctbox { width:280px; height:17px; border-radius: 4px; float: left; margin: 4px 12px 0 0px; padding: 0px;  border:1px solid #E4E4E4; font-size:14px; font-family:'antennalight'; color:#002447; }
.enrollment-detail{ margin:18px 0px 0px 0px; float:left;}
.enrollment-detail .row { padding-bottom: 10px; }
.enrollment-detail label {font-size:14px; font-family:'antennalight'; float:left; padding: 12px 12px 0px 0;  width:30%; }
.enrollment-detail .button-bar { padding-top: 30px; width: 100%; text-align: left; }
.enrollment-detail .button-bar input[type="submit"].green { width: auto; float: none; min-width: 110px; border-radius: 5px; }
.enrollment-detail .radiobox {float:left;padding: 0;position: relative;width: 99%;}
.enrollment-detail .radiobox label { padding-left: 22px; display: block; margin-top: 0px; width: 75%;}
.enrollment-detail .radiobox label:before { top: 13px;}

.no-left-margin { margin-left : 0px;}
.site-conf-less-width { width : 46%;}

.cs-details-table-content-section {
    float: left;
    margin: 20px 20px 0 0;
    width: 650px;
}
#private_stations_col .radiobox label:before { top: 2px;}
#private_stations_col span{font-size: 12px;}

.cs-details-table-content-section .table-title2{  color:#002447; width:100%; font-size:20px; text-align:left; padding:6px 0px 6px 0px; font-family: 'Antenna-Bold'; letter-spacing: 1px; }
.cs-details-table-content-section .td-label2{ padding:7px 0 7px 18px; font-family: 'Antenna-Bold'; font-size:14px; color:#79b942; text-align: left; vertical-align:bottom; border-left: none; border-right: none; font-weight: normal; }
.cs-details-table-content-section .table-title4{ background-color:#320639;color:#FFF; text-transform:uppercase; font-size:13px; text-align:center; padding:6px 0px 6px 0px; margin-bottom:12px; font-family: 'HelveticaNeueBold'; letter-spacing: 1px; }
.description{ text-align:center; font-size:13px; font-style:italic; color:#707070; margin-bottom:30px;}
.cs-details-table-content-section .table-content {padding: 0 12px; width: 421px;}
.cs-details-table-content-section td {padding:3px 0px 9px 0px; text-align:center; border-top: 1px solid #dedede; border-left: -1px solid #FFFFFF; font-family:'antennalight'; vertical-align: bottom; font-size:12px;}

#clorid {
    color: #000000;
    font-family: 'Antenna-Bold';
    font-size: 14px;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    padding: 5px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 110px;
    height: 40px;
}

#refund_select_type .refundlable {float: left;color: #79b942;font-family: "Antenna-Bold";font-size: 14px;
    padding: 5px;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
}
#mark_station_form{
    width:50%;
    float:left;
}
.user_filter_section{width:100%;float:left;}
/*.user_filter_section .button-bar{padding-top:0;}*/
/*#remote_user_filter_section{margin-top: 35px;}*/
#remote_user_filter_section .user-detail label{width:157px;}
/*#remote_user_filter_section .user-detail .button-bar {text-align: center;}*/
#remote_filter_section{margin-top: 35px;}
#remote_filter_section .user-detail label{width:180px;}
.remote_col1{width:59%;float:left;}
.remote_col2{width:40%;float:left;}
.remote-row{float: left;width: 100%;}
/*.remote_col2 .button-bar { width: 100%; float: left; text-align: center; padding-top: 0px; }
.remote_col2 .button-bar input[type="submit"]{ background: #ccc; border-radius: 7px; color: #fff; border: 1px solid #e0e0e0; font-family: 'Antenna-Bold';  font-size: 14px; width:100px; text-align: center; height: 30px; line-height: 30px; vertical-align: middle; margin-right: 23px; cursor: pointer; padding: 0 20px; font-weight: normal; }
.remote_col2 .button-bar input[type="submit"].green { background: #79b942; border: 1px solid #79b942; }*/

#remoteTransStatusDiv .step-wrapper { background: #fff; border-radius: 7px; padding: 30px 42px;  margin-top: 200px; box-shadow: 2px 2px 5px #999; border: 1px solid #e3e3e2; color: #002447; font-size: 14px; line-height: 24px; font-family: 'antennalight'; min-height:150px;  }
.remotecharging-popup { width: 300px; padding: 20px; margin: 100px auto 0 auto; height: 150px; text-align: center; position: relative; z-index: 9999999999; position: absolute; top:3%; left: 50%; margin-left: -310px;  }
.remotecharging-popup h1 { border-bottom: 1px solid #8d8d8d; font-size: 24px; line-height: 36px; color: #79b942; padding-bottom: 0px; }
.remotecharging-popup h5 { font-size: 14px; padding: 10px 0; }
.remotecharging-popup .changing-left { float: left; width: 300px; text-align: left; }
.remotecharging-popup h3 { color: #73c054; font-size: 14px; line-height: 21px; font-family: 'Antenna-Bold'; padding-bottom: 0;  }
.remotecharging-popup p { color: #002447; font-size: 12px; line-height: 21px; padding-top: 0; }
.remotecharging-popup .changing-left .colum { min-height: 100px; float: left; margin: 0 0 30px}
.remotecharging-popup .changing-left address { margin-left: 67px; font-style: normal; color: #002447; font-size: 12px; line-height: 16px; }
.remotecharging-popup span { float: left; color: #002447; font-size: 12px; line-height: 16px; }
.remotecharging-popup .colum .row { padding-bottom: 5px; }

/*.remotecharging-popup .button-bar { padding-top: 25px; }
.remotecharging-popup .button-bar input[type="submit"]{ min-width: 115px; border: 0px; border-radius: 5px; margin-right: 10px; }
.remotecharging-popup .button-bar input[type="submit"].blue { background: #002447; }*/
#usage_table_container{margin-top: 20px;}
#chargingSessionTableGrid{margin-top: 30px;}

#usage_table_container .radiobox {float:left;padding: 0;position: relative;width: 24%;}
#usage_table_container .radiobox label { padding-left: 22px; display: block; margin-top: 3px; }
.forms-blue-text {
    font-family: 'antennalight';
    font-size: 12px;
    text-align: left;
    line-height: 24px;
    padding-top: 8px;
    color: #0076bf;
}

.forms-inputs-container {
    margin: 5px 20px 0 0;
    padding: 15px;
    width: 40%;
}

.small-address {
    height: 50px !important;
}

.min-margin-top {
    margin-top: 15px;
}

.entity:hover {
    cursor: pointer;
}

.floatleft {
    float: left !important;
}

.location-notes-photos {
    float: left;
    width: 450px;
}

.location-notes-photos .table-title2 {
    color: #002447;
    width: 100%;
    font-size: 20px;
    text-align: left;
    padding: 6px 0px 6px 0px;
    font-family: 'Antenna-Bold';
    letter-spacing: 1px;
}

.text-fullwidth {
    width: 95% !important;
}

.nopadding-bottom {
    padding-bottom: 0px;
}

.member-nonmember {
    margin-top: 10px;
    margin-bottom: 10px;
}

#org_contacts_header {
    margin-top: 30px;
}

#warr_desc {
    width : 94%;
}

#upload_resp {
    margin-top:10px;
}

.more-margin-top {
    margin-top: 20px;
}

#pricing-details-page-summary {
    margin-top:30px;
}

.pricing-summary-font{
    font-size: 14px;
}

.clear-bottom {
    padding:20px;width:100%;
}

#myContainer {width: 65%;}
#location-details-summary {margin-top:30px;}
.clear-both {clear:both;}
.clear {clear:both;}
.clear-left {clear:left;}
.float-left {float : left;}
.txt-align-left { text-align: left; }
.txt-align-center { text-align: center; margin-left: -79px; width: 500px;}
.member-payment-padding {padding-bottom: 15px;}
.menu-highlight {color:#79b942;}
#enrollment-container {float:left;width:94%;}
.station-slider {width:400px; text-align: center;}
#group-details-width {width:500px;}
.cent-width {width:100%;}
#hour_err_msg {color:#CC0033;}
#delMsg {float:right;}
#username_info{width: 45%;}
.administrators-table-legend { padding : 6px;float:left;margin-left:0px;}
.org-table-legend {border : 1px solid #d7d7d7; border-radius : 2px; padding : 6px;float:left;margin-left:200px; }
.width {width:98% !important}
.reports-sections{margin-top: 20px;}
.float-right {float : right;}
.first-td{ padding-top:25px;}

.device-black{background-color:#000;text-align:left}
.device-green{background-color:green;text-align:left}
.device-yellow{background-color:#ff0;text-align:left}
.device-red{background-color:red;text-align:left}
.devices-err-msg{color:#C03;font-size:12px}
.graph-wrapper{margin-top:10px}
.vertical-align-middle{vertical-align:middle}
.mb20{margin-bottom:20px !important;}
.mb0{margin-bottom:0px !important;}
#pcg-day{width:13%}
#pcg-hrs{width:58%}
#pcg-rate{width:9%}
#pcg-none{width:10%}
.no-margin-left{margin-left:0}
.org-dashboard-line{float:left; border-top: 1px solid #dfdfdf; width:100%;}
.widgets-text{font-size: 10px;}
#user_address_pricing p{width:700px}
#pricing_details{width:900px;}
.less-font-size{font-size : 12px;}
.pricing-more-width{ width : 345px;}
.pricing-line {border-top : 1px solid #dfdfdf; width: 96%;}
#wrap {width:600px;margin:0 auto;}
#left_col {float:left;width:130px;font-size: 12px;}
#right_col {float:left;width:300px;font-size: 12px;margin-left:10px;}

sup{color:#79B942;}
.private_station_label{font-size:8px;float:left; }
.public_station_label{font-size:8px;float:left; }

/****************TollTip ****************/

/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 0.8em;color: #000}
#JT_copy p.tool_description{margin-bottom: 8px;  color: #0075BF;}
#JT_copy p.tool_description span {color : red }
#JT_copy p.small_text {font-size: 0.7em;color: #000 ; margin-bottom: 10px;}

/* ----- base links ----- */
/*a:link {color: #CC6633;}
a:visited {color: #CC6633;}
a:hover {color: #999966;}
a:active {color: #CC6633;}
a:focus{color: #CC6633;}*/

p {line-height:1.3em;margin:0px 10px 10px 10px;}
hr{margin:10px 0;color:#999999;}

.formInfo a, .formInfo a:active, formInfo a:visited{
    background-color:#FF0000;
    font-size: 1.3em;
    font-weight:bold;
    padding:1px 2px;
    margin-left:5px;
    color:#FFFFFF;
    text-decoration: none;
}

.formInfo a:hover{
    color:#660000;
    text-decoration: none;
}

/* ---------- jtip ---------------------------------------------------------------*/

#JT_arrow_left{
    background-image: url(../images/arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    left:-12px;
    height:25px;
    width:10px;
    top:-3px;
}

#JT_arrow_right{
    background-image: url(../images/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    height:23px;
    width:11px;
    top:-2px;
}

#JT {
    position: absolute;
    z-index:100;
    border: 2px solid #CCCCCC;
    background-color: #fff;
}

#JT_copy{
    padding:10px 10px 10px 10px;
    color:#333333;
}

.JT_loader{
    background-image: url(../images/loading-img.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    height:12px;
}

#JT_close_left{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight:bold;
}

#JT_close_right{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight:bold;
}

#JT_copy p{
    margin:3px 0;
}

#JT_copy img{
    padding: 1px;
    border: 1px solid #CCCCCC;
}

.jTip{
    cursor:help;
    text-decoration: none;
    color: #0075BF;
}

.table-align-center {text-align: center;}
.tbl_align_right {text-align: right !important;}
#member_details_container {width : 700px;}
#role_description {font-size: 11px;}
.admin-timezone-width { width : 465px !important; }

.loc-map-margin { margin-top : 40px;}
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    color: green;
    display: inline-block;
    height: 0;
    margin-left: 10px;
    vertical-align: middle;
    width: 0;
}


.detailspricingsmall {
    height: 16px;
    margin: 0 10px 0 0;
    vertical-align: top;
    font-size : 11px;
    font-family : antennalight;
}

#role_description {
    width:900px;
}

#role_description ul {
    margin-top: -5px;
}

#role_description li {
    line-height : 18px;
    font-size : 11px;
}

#role_description ul.unorderlist li:before {
    margin-top: -5px;
}

#role_description p {
    margin-top : -15px;
    font-size : 11px !important;
}

.textul-li {
    font-size: 11px;
}

.data-range-width {
    width:985px;
}

.zero-padding {
    padding:0px;
}

.data-content-width {
    width:800px;
}

.org-summary {
    text-align: right;font-size:12px !important; margin-right : 35px;margin-right : 35px;
}

.text-description {
    font-size : 11px !important;
}

#login-as {
    float: left;
    font-size: 12pt;
    line-height: 25px;
    margin: 3px 8px 25px 0;
    padding-left: 5px;
    text-align: center;
    width: 99%;
    color : red;
}

.notice-info1 {
    border-color: red;
    letter-spacing: 0.2px;
}

.notice1 {
    border: 1px solid red;
    border-radius: 4px;
    padding: 8px 1px;
}

.login_logo{width:100%;text-align: center;}

.additional-filters-input {
    width : 305px !important;
}

#remoteTransStatusDiv img {vertical-align:middle;}

.meter-half-width {
    width : 75%;
}

.table-Recent-list .td-label2 {
    border-left: medium none;
    border-right: medium none;
    color: #79b942;
    font-family: "Antenna-Bold";
    font-size: 14px;
    font-weight: normal;
    padding: 7px 0 7px 18px;
    text-align: left;
    vertical-align: bottom;
}

.hours-of-operations-border {
    border: 1px solid #dedede;
    border-radius: 4px;
    box-shadow: 4px 4px 5px #e0e0e0;
    float: right;
    width: auto;
    min-width:450px;
}

.more-space {
    width: 755px !important;
}

#loc-details-section-header {
    text-align:center;
    font-family: 'Antenna-Bold';
    font-size:19px;
    margin-bottom:10px;
}

.almost-width {
    width: 96%;
}

.eighty-width {
    width : 80% !important;
}

.left-graph { width : 65%;}
.right-graph { width : 35%;}
.margin-less {margin : 0px; width : 100% !important;}
.align-left { text-align : left !important; }

.no-margin {
    margin : 0px;
}

.min-margin {
    margin-top : 45px;
}

ul.users-list, ul.members-list { margin-top:  5px; width: 100%; float: left; }
ul.users-list li, ul.members-list li { padding: 0 24px 0 21px; position: relative; float: left; }
ul.users-list li:before, ul.members-list li:before{ border-radius: 50%; background: #acacac; width: 13px; height: 13px; position: absolute; top: 2px; left: 0; content: ""; }
ul.users-list li a, ul.members-list li a{text-decoration:  none; color: #acacac !important; font-size: 14px !important;font-weight:normal !important; font-family: "antennalight"; }
ul.users-list li.active a, ul.members-list li.active a {  font-weight: bold !important; color: #79b942 !important; }
ul.users-list li.active:before, ul.members-list li.active:before { background: #79b942; }
ul.users-list li ul li:before, ul.members-list li ul li:before{ background: #ffffff; }

.member-action, .invite-action{border:1px solid #d3d3d3;backg1round:none repeat scroll 0 0 #fff;font-weight:400;color:#555;border-radius:2px;-moz-border-radius:2px;display:inline;white-space:nowrap;padding:2px 2px 2px 5px;font-family: antennalight;font-size: 11px;border-radius: 2px;}
.more-margin-left {
    margin-left : 100px;
}

.v-separator
{
    content: "";
    display: inline-block;
    width: 0px;
    float : left;
    height: 200px;
    border-right: 1px solid #fafafa;
    border-left: 1px solid #b4b4b4;
    padding: 0;
}

.half-width { width : 53% !important; }

.upload-photos {vertical-align: bottom;}

.station-details-upload-left { float: left; font-family: Antenna-Bold; font-size: 17px;margin-top: 25px;width: 95%;}
.station-details-upload-right{ float: left; margin-left : 15px; width: 3%;}

.location-details-upload-left { float: left; font-family: Antenna-Bold; font-size: 17px;margin-top: 25px;width: 70%;}
.location-details-upload-right{ color: #79b942 !important;display: block;float: left;font-size: 12px;margin-top: 27px;text-decoration: none;width: 29%;margin-left: 4px;cursor:pointer;  }
.almost-cent { width : 93% !important;}
.line-height {line-height: 32px; color : #79b942; font-family: "Antenna-Bold"; font-weight: normal; font-size: 14px;
    text-align: left; padding : 3px 0 6px 5px; vertical-align : center; border-bottom: 1px solid #dedede; width : 45% !important;}
.line-height_0 {line-height: 0px !important;}
#field-service-container {width: 80%; margin-left : 20px;}
.border-bottom { border-bottom: 1px solid #dedede; width : 45% !important;vertical-align : bottom; }
#access-pricing-container {margin-left : 20px;}
.map-margin {margin-top : 45px;}

.menu-green-bold { color : #79b942 !important; font-family: 'antennalight'; font-weight : bold; }
.menu-green { color : #79b942 !important; }
.menu-grey { color : #c2c2c2 !important;}
/**************Reset Password *********/

.row_password{float:left;width:46%;}
.row_retypepassword{float:left;width:46%; margin-left: 15px;}
/*****************Added to members grid  in super  admin*************/
.mCS_no_scrollbar{width:100% !important;}
.selectbox-border-error { border : 1px solid #ed1c24 !important;}
.remove-error-border{ border: 1px solid #e0e0e0 !important;}
.point-cursor {cursor: pointer;}

.operation-hours-border { background : none repeat scroll 0 0 #7f92A0 !important;}
.reports-pad-bottom {padding-bottom :20px !important; }

.ui-widgets-border {border : 1px solid #aaaaaa;}
/*******************Visibility in station ****************/
.visibility-desc{margin-top: 15px; width : 45%;}
#card_scan_container {margin-bottom: 20px;}
#assign-sema-pass {display:inline;margin-left:30px;}
.print-no-margin {margin-top : 107px;}
#refresh-number {display:inline;vertical-align: middle; margin-left:5px;}

#printnumber {
    font-size: 25px;
    height: 30px;
    letter-spacing: 4px;
    width: 530px;
}


#multiple_login_users_message { float : left; text-align: left;}
.more-top { top : 23px;}
#choose_role { float : left; font-size: 16px; font-weight: normal; padding: 8px !important;}
#block_status {margin-left:12px;}
.space{ padding-right: 20px;}

.intermediate-login-popup {
    left: 49%;
    margin: 100px auto 0 -310px;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 19%;
    width: 623px;
    z-index: 2147483647;
    min-height: 275px !important;
}

.validation_code_upper {text-transform: uppercase}
.orgcontact_edit_ahref{cursor:pointer; text-decoration: underline;}

/**************FAQ*********************/
#faq p.first_question{font-weight: bold;}
#faq p.question{font-weight: bold;margin-top: 25px;}

/*** Datatable css  for ground fault  report ****/


.table_rowgrouping td.group {
    background-color: #f4f4f4 !important;
    border-bottom: 1px solid #a19b9e !important;
    border-top: 1px solid #a19b9e !important;
    cursor: pointer;
}


.dataTables_wrapper .group-row td{background-color:#ffffff !important;}

.expanded-group {
    background:url(../images/minus.jpg) no-repeat 0% 50% scroll transparent;
    padding-left:15px !important;
}

.collapsed-group {
    background:url(../images/plus.jpg) no-repeat 0% 50% scroll transparent;
    padding-left:15px !important;
}
.add_links{text-align: right;}
.add_links{padding:10px 18px 10px 0 !important;}
.ui-widget-content a{color: #0075bf !important;}
.ui-widget-overlay{position: fixed !important;}

/**************Firmware upload and distribute *********/
.fw-list-filter {width:675px;}
.fw-label {width : 210px !important;}
.fw-active-label {width : 310px !important;}
/************Device list table ************/

/******** Field Service Program ******/
.loadinggif { background:  url('../images/loading-img.gif') no-repeat right center; background-size: auto 70%; }

/************** Devices List Firmware Distribute **********/
.strto-camelcase {text-transform: none !important; width : 160px !important;}

.member-details-table-row {
    display: table-row;
}

.member-details-table-cell {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
}

.member-details-table-cell p {
    font-family: 'antennalight';
    font-size: 14px !important;
    font-style: normal;
    line-height: 18px;
    padding-top: 10px;
}

.member-details-table-left {
    font-weight: bold;
}

.member-details-table-right {
    margin-left: 30px;
}

.notification-label {
    font-weight: bold;
    padding-bottom: 5px;
}

#su-member-details {
    padding-bottom: 30px;
}

#notification_details_container {
    width : 700px;
}

#non_configured {
    color: #ff6600 !important;
    display: block;
    float: right;
    font-size: 12px;
    line-height: 34px;
    margin-top: 5px;
    text-decoration: none;
    cursor: default;
}

.inner-step-menu { width: 100%; float: left; }
.inner-step-menu li { float: left; color: #002447; font-size: 18px; line-height: 28px; padding: 0 3px; min-width: 174px; font-family: 'Antenna-Bold'; cursor:pointer;}
.inner-step-menu span { font-size: 20px; color: #fff; }
.inner-step-menu li span { width: 32px; height: 32px; color: #fff; text-align: center; line-height: 32px; display: inline-block; margin-right: 10px; background: #002447; border-radius: 50%; }
.inner-step-menu li.current span { background: #79b942; }
.inner-step-menu li.current { color: #79b942; }
.inner-step-menu li:first-child { padding-left: 0px; }

.table-legend{padding:5px; text-align: center;}


/****************** Photo Upload **********************/
/*.file_input{background:#79ba43;border:0;border-radius:4px;color:#fff;cursor:pointer;font-family:Antenna-Bold;font-size:14px;font-weight:400;height:32px;line-height:32px;min-width:100px;text-align:center}*/
#files{width:85%}
#progress_info{font-size:10pt}
#abort,#error,#error2,#fileinfo,#warnsize{color:#aaa;display:none;font-size:10pt;font-style:italic;margin-top:10px}
#photos_container{width:95%}
#photos_container ul{white-space:nowrap}
#photos_container ul li{list-style:none;display:inline}
div.show-image{position:relative;float:left}
div.show-image:hover img,div.show-image:hover span{opacity:.2}
div.show-image:hover div.photo-img-txt img,div.show-image:hover div.photo-img-txt span{opacity:1.9}
div.show-image:hover input{display:block}
div.show-image input{position:absolute;display:none}
div.show-image input.update{bottom:38px;left:10%}
div.show-image input.delete{bottom:38px;left:55%}
.location-photos-frame{border:1px solid #d7d7d7;box-shadow:3px 4px 3px #e1e1e1;float:left;margin:20px 10px 10px 0;height:230px;width:280px}
.img_align{text-align:center;display:inline-block}
.photo-img{float:right;margin:0 0 0 15px}
.location-photos-frame p{font-family:antennalight;font-size:13px!important;font-style:normal;padding-top:8px;text-align:center}
#locations_photo_uploader{max-width:230px;cursor:pointer;display:block;margin:-40px 13px}
.photo-layout{float:left;width:90%}
/*#file_uploader_button{margin-left:-32px}*/
.card-content li img{margin-top:-9px}
.marginleft5px{margin-left:5px}
.marginleft10px{margin-left:10px}
.marginleft20px{margin-left:20px}
.marginleft25px{margin-left:25px}
.marginleft50px{margin-left:50px}
.margintop5px{margin-top:5px}
.photo-img-txt{float:right;margin-right:5px;position:relative;top:-220px}
.photo-img-align{vertical-align:middle}
.upload_form_cont{background:-moz-linear-gradient(#fff,#f2f2f2);background:-ms-linear-gradient(#fff,#f2f2f2);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#f2f2f2));background:-webkit-linear-gradient(#fff,#f2f2f2);background:-o-linear-gradient(#fff,#f2f2f2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2')";background:linear-gradient(#fff,#f2f2f2);width:60%;color:#000;overflow:hidden}
#upload_form{padding:20px;width:95%;margin-top:30px;text-align:center}
#preview{background-color:#fff;display:block;float:right;width:200px;margin-top:50px}
#upload_form>div{margin-bottom:10px}
#remaining,#speed{float:left;width:100px}
#b_transfered{float:right;text-align:right}
.clear_both{clear:both}
.photo-img-title{display:none;color:#79b942;font-family:Antenna-Bold;font-size:14px;font-weight:400;line-height:14px}
.uploader_input{background:#79ba43;border:0;border-radius:4px;color:#fff;cursor:pointer;font-family:Antenna-Bold;font-size:14px;font-weight:400;height:32px;line-height:32px;text-align:center;width:217px;margin-top:15px}
.location_photos_types{vertical-align:middle}

.width600{width : 600px !important;}
.width200{width : 200px !important;}
.width250{width : 250px !important;}
.width50{width : 50px !important;}
.notexttransform{ text-transform: none !important;}
#add_note_link{text-decoration: none;}
#meterComments .data-content{width: 100%;}
.padding-bottom-30 { padding-bottom : 30px;}
.deactivate-button input[type="button"] { border-radius: 4px; color: #fff; font-size: 14px; line-height: 32px; height: 32px; text-align: center; background: #79ba43; border: 0; min-width: 135px; font-family: 'Antenna-Bold'; cursor: pointer; font-weight: normal; }
.deactivate-button input[type="button"]:hover{background: #5aac44;}
#deactivate-h2,#activate-h2 { border-bottom: 1px solid #dfdfdf !important;color: #002542;font-family: 'antennalight' !important;font-size: 14px;line-height: 40px;padding-top: 25px;}
.topmargin50 {margin-top: 50px !important;}
.topmargin20 {margin-top: 20px !important;}
.drag-drop-info{
    color: #0075bf;
    font-size: 12px;
    width: 100%;
}

.pricing-popup-width {
    width:650px !important;
}
#station-form-navigation { width:1100px !important; }
ol {
    counter-reset: foo;
    display: table;
}

ol > li {
    counter-increment: foo;
    display: table-row;
    font-size: 13px;
}

ol > li::before {
    content: counter(foo) ".";
    display: table-cell;
    text-align: right;
}
.twocolumnright {float: left; margin-left: 20px;margin-top : 30px;}
.width2 {width:2% !important;}
.width3 {width:3% !important;}
.width5 {width:5% !important;}
.width8 {width:8% !important;}
.width10 {width:10% !important;}
.width12 {width:12% !important;}
.width15 {width:15% !important;}
.width16 {width:16% !important;}
.width20 {width:20% !important;}
.width23 {width:23% !important;}
.width25 {width:25% !important;}
.width26 {width:26% !important;}
.width27 {width:27% !important;}
.width30 {width:30% !important;}
.width32 {width:32% !important;}
.width35 {width:35% !important;}
.width40 {width:40% !important;}
.width42 {width:42% !important;}
.width45 {width:45% !important;}
.width48 {width:48% !important;}
.width52 {width:52% !important;}
.width53 {width:53% !important;}
.width56 {width:56% !important;}
.width60 {width:60% !important;}
.width63 {width:63% !important;}
.width65 {width:65% !important;}
.width70 {width:70% !important;}
.width72 {width:72% !important;}
.width75 {width:75% !important;}
.width80 {width:80% !important;}
.width85 {width:85% !important;}
.width95 {width:95% !important;}
.width98 {width:98% !important;}
.width90 {width:90% !important;}
.width100 {width:100% !important;}

.width-20px {
    width : 20px !important;
}
.width-95px {
    width : 95px !important;
}
.width-120px {
    width : 120px !important;
}
.width-240px {
    width : 240px !important;
}
.width-280px {
    width : 280px !important;
}
.width-290px {
    width : 290px !important;
}
.width-400px {
    width: 400px !important;
}
.width-445px {
    width: 445px !important;
}
.width-550px {
    width: 550px !important;
}
.width-600px {
    width: 600px !important;
}
.width-350px {
    width: 350px !important;
}
.width-700px {
    width: 700px !important;
}
.width-850px {
    width: 850px !important;
}
.width-900px {
    width: 900px !important;
}
.height-500px{
    height: 500px !important;
}
.height-40px{
    height: 40px !important;
}
.height-30px{
    height: 30px !important;
}
.height-35px{
    height: 35px !important;
}
.height-20px{
    height: 20px !important;
}
.min-height-440x
{
    min-height: 400px !important;
}

.left_vertical_line {
    border-left: 1px solid #999999;
}

.ref_filter_left{float:left; text-align: left; margin-top : 15px; font-family: 'Antenna-Bold'; font-size:15px;}
.ref_filter_right { float:left; margin-left : 10px; padding : 10px;}

.cellular_modem_text {float:right;margin-right: 110px;margin-top:5px;width:50%;}
#station_plugs_container label {color: #002447;font-size: 12px;line-height: 21px;padding-top: 0  }
.role_label { width : 160px !important;}
.padding-top-zero { padding-top : 0px !important;}
.max-width { width : 100% !important;}
.admin_email {margin-left : 10px;display:inline !important; width : 165px !important;}
#admin_email_container {width : 800px !important;}
.ph_extension {float:right !important; width: 20% !important; margin-right : 0px !important; box-shadow: none !important;}
.contact_phone {width:65% !important;}
.other_phone {width:75% !important;}
.payout { padding-top: 40px; max-width: 900px;}
.payout-display{font-size:14px; color:#002447; font-family: 'antennalight'; padding: 8px 0 17px;}
.left-space {margin-left: 20px; width : 45%;}

.card-detail label {
    float: left;
    font-family: "antennalight";
    font-size: 14px;
    font-weight: bold;
    padding: 12px 12px 0 0;
    text-transform: none;
    width: 178px;
}

.card-detail .row
{
    padding-bottom: 0px;
}

.card-detail input
{
    width: 102px;
}

.card-detail .nopadding
{
    padding: 0px;
}

.popup-content textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #e0e0e0;
    color: #002447;
    float: left;
    font-family: "antennalight";
    font-size: 14px;
    height: 85px;
    padding: 8px 3%;
    resize: none;
    width: 94%;
}
#member_info {
    font-size: 20px;
    height: 20px;
    letter-spacing: 1px;
    width: 530px;
}
.box_shadow
{
    box-shadow: 1px 1px 5px #e0e0e0 !important;
}
#jstree li[aria-level="1"] > a > i > span {
    font-size: 10px;
    background-color: #fff;
    padding: 1px 4px;
    border-radius: 50%;
    font-weight: bold;
    margin-left: -14px;
    margin-top: 10px;
    border: 1px solid #888;
    font-family: Sans-serif;
    line-height: 13px;
}

#jstree li > a > i > span {
    font-size: 10px;
    background-color: #fff;
    padding: 1px 4px;
    border-radius: 50%;
    font-weight: bold;
    margin-left: -14px;
    margin-top: 10px;
    border: 1px solid #888;
    font-family: Sans-serif;
    line-height: 13px;
}
#jstree li[aria-level="1"] > a > i
{
    background: url(../../stats_files/images/org_icon_red.png) -2px no-repeat !important;
}
.small_paragraph
{
    font-size: 11px !important;
    line-height: 16px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    color: #002447;
    font-family: "antennalight";
}
.float_left
{
    text-align: left !important;
}
.border_bottom
{
    border-bottom: none !important;
}

.curr_conversion_table
{
    width: 385px;
    border-top: 1px solid #dedede;
    margin-bottom: 3px;
}
.curr_conversion_table td
{
    border-top: none;
    text-align: left;
    padding: 2px 0 3px 5px;
}

.blue-text-right-align {
    color: #0076bf;
    font-size: 12px !important;
    padding: 10px;
    float: right;
}

.blue-text-left-align {
    color: #0076bf;
    font-size: 12px !important;
    padding: 10px;
    float: left;
}

.text_report_msg
{
    color: #002447;
    font-family: "antennalight";
    font-size: 12px;
    padding: 8px 0 17px;
    text-align: left;
}

.text-transform{
    text-transform: none !important;
}

/* Fix for firefox google maps issue */
.gm-style{overflow: hidden;}

.reduce_margin_7px
{
    margin-bottom: -7px;
}

#chg_timesSelectBoxItOptions
{
    max-height: 140px !important;
}

.ui-state-active .ui-icon, .ui-state-default .ui-icon {
    margin: 8px;
    float: left;
}

#tabs-min .ui-state-active .ui-icon, #tabs-min .ui-state-default .ui-icon {
    margin: 5px -16px;
    float: left;
}

.ui-tabs-anchor{
    outline: none;
}

.ui-tabs .ui-tabs-panel{
    float: none !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    text-decoration: none;
}

.small-btn-grey
{
    text-decoration: none;
    text-transform: uppercase;
}

.no-border {
    border: none !important;
}

.no-box-shadow{
    box-shadow: none !important;
}

.ui-dialog .ui-dialog-buttonpane{
    border: none !important;
}

.hidden {
    display: none;
}

.popup-grid{
    width: 400px; max-height: 368px; overflow: auto;
}

.ui-tabs.ui-widget-content{
    border: none !important;
}

.ui-tabs .ui-widget-header, .ui-tabs .ui-state-active{
    border: none !important;
    background: none !important;
    font-weight: bold;
}
.ui-tabs .ui-state-default a{color: #555555 !important;}
.ui-tabs .ui-state-active a{color: #79b942 !important;}

.ui-tabs .ui-state-default{
    border: none !important;
    background: none !important;
    font-weight: normal;
}

.ui-tabs li{font-weight: normal;font-size: 16px;font-family: 'Antenna-Bold';}
.ui-tabs li a img{width: 22px;}
#tabs-min ul{padding: 10px 2px;}
.ui-tabs .ui-tabs-nav li{margin-right: 5px;}

body{
    min-width:720px; /* Doesn't allow content to be resized lesser than this width. */
}

/* Fix for firefox google maps issue */
.gm-style{overflow: hidden;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #40E0D0;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    line-height: 35px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #40E0D0;
}

input:focus + .slider {
    box-shadow: 0 0 1px #40E0D0;
}


input:checked + .slider:before {
    -webkit-transform: translateX(165px);
    -ms-transform: translateX(165px);
    transform: translateX(165px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    color: #fff;
    font-weight: bolder;
}

.slider.round:before {
    border-radius: 50%;
}

/* -----control panel style sheets begin---- */
.controlpanel_button{
    background: #79b942; border: 1px solid #79b942;
    border-radius: 7px;
    font-family: 'Antenna-Bold';
    font-size: 14px;
    min-width: 120px;
    text-align: center;
    height: 30px;
    line-height: 26px;
    vertical-align: middle;
    margin-right: 23px;
    cursor: pointer;
    padding: 0 15px;
    font-weight: normal;
}
.divTableCell, .divTableHead {
    border: 1px solid #ffffff;
    display: table-cell;
    padding: 3px 10px;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}
.controlpanel .row{
    width: 100%;
    float: left;
}
.controlpanel #div_row_with_border{
    border-bottom: 1px solid #dfdfdf;
}
.controlpanel input[type='text'],[type='number']{
    width: 195px;
    border-radius: 4px;
    float: left;
    margin: 4px 12px 0 0px;
    padding: 5px;
    border: 1px solid #E4E4E4;
    font-size: 14px;
    font-family: 'antennalight';
    color: #002542;
}
.controlpanel select{
    background:0 0;
    height:32px;
    border:1px solid #E0E0E0;
    border-radius:5px;
    box-shadow:#E0E0E0 1px 1px 5px;
    color:#002447;
    font-family:antennalight;
    font-size:14px;
    padding:4px 3%;
    width:100%;
    min-width: 150px;
}

.controlpanel .row_col_md1{
    width:8.3%;
    float: left;
}
.controlpanel .row_col_md2{
    width:16.7%;
    float: left;
}
.controlpanel .row_col_md3{
    width:25%;
    float: left;
}
.controlpanel .row_col_md4{
    width:33.3%;
    float: left;
}
.controlpanel .row_col_md5{
    width:41.6%;
    float: left;
}
.controlpanel .row_col_md6{
    width:50%;
    float: left;
}
.controlpanel .row_col_md7{
    width:58.3%;
    float: left;
}
.controlpanel .row_col_md8{
    width:66.8%;
    float: left;
}
.controlpanel .row_col_md9{
    width:75%;
    float: left;
}
.controlpanel .row_col_md12{
    width:100%;
    float: left;
}

.controlpanel-last-resp{
    border: 1px solid silver;
    display: table;
    height: 150px;
    text-align: center;
    width: 100%;
}

.controlpanel .labeltext{
    width:14.3%;
    float: left;
    margin-top : 10px;
    font-weight: bold;
    font-size: larger;
}

.divlTable
{
    display: table;
}
.divlTitle
{
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
.divlHeading
{
    display: table-row;
    font-weight: bold;
    text-align: center;
}
.divlRow
{
    display: table-row;
}
.divlCell
{
    display: table-cell;
    border: solid;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
}

.list1
{
    display: block !important;
}
/*selectBoxIt style starts here*/

.selectboxit-option
{
    display: block !important;
}
.selectboxit-selected {
   /* background: rgb(121, 185, 66);*/
    background: #DAE3E9;
}
.selectboxit-container .selectboxit-options{max-height: 230px !important;}

/*selectBoxIt style ends here*/

/* View Report Button */
.button-bar input.green[type="submit"].float-right {
    float: right;
}

/* Filter alignment */
.overflow_auto{
    overflow-y: auto !important;
}

.report-details-left{float:left;margin:5px 0 10px;width:48%;}

.checkbox_div label{
    float: none;
    padding-left: 22px;
    padding-top: 0;
}

.font-antenna{
    font-family: 'antennalight' !important;
}

.disabled {
    pointer-events: none !important;
    cursor: default !important;
}
.rightcolum_padding{
    padding-left: 40%;
}


/**** Aeris Consumption Report Table Css ******/
.thead_height {
    height: 52px;
}

.tbody_height {
    height: 52px;
}

.tbl_width {
    width: 80%;
}

.tcell_height {
    height: 30px;
}

.tcell_align_right {
    text-align: right;
}

.tcell_align_center {
    text-align: center;
}
.tbl_width tr td {
    border: 1px solid #b4bbc2;
}

.opacity04 {
    opacity: 0.4;
}
.opacity1 {
    opacity: 1;
}
.padding0
{
    padding: 0px !important;
}
.padding_10px
{
    padding: 10px !important;
}


/********************* New Registration Flow Styles *********************/


.fa-gray {
    color: grey;
}

.x-small {
    font-size: x-small;
}

.hide-show {
    width: 94%;
    margin: 0 3% 0 -22.5%;
    position: relative;
    z-index: 5;
    display: none;
}

.red-text {
    color : red;
}

.green-text {
    color: green;
}
.black-text {
    color: black;
}

.loc-modules-fullwidth {
    width : 135%;
}

.compulsory-align-left {
    text-align: left !important;
}

.header-right {float: right; font-size: 12px; }


/**** stripe details popup Css ******/
#stripeDetailsPopUp .table-content-section {margin: 20px 0px 10px 0; box-shadow: 4px 4px 5px #E0E0E0;  border-radius: 4px; border: 1px solid #dedede;  vertical-align: middle; position: relative; left: 3em; top: 1em; float: left}
#stripeDetailsPopUp .table-content-section .table-content{width: 95%}
#stripeDetailsPopUp .table-content-section td {padding:3px 2px 2px 0px; text-align:center; border-top: 1px solid #dedede; border-left: -1px solid #FFFFFF; font-family:'antennalight'; vertical-align: bottom; font-size:12px;}
#stripeDetailsPopUp .table-content-section .column-title{  color:#002447; width:100%; font-size:14px; text-align:center; padding:1px 0px 1px 0px; font-family: 'Antenna-Bold'; letter-spacing: 1px; }
#stripeDetailsPopUp .table-content-section .td-label{ padding:1px 0 1px 18px; font-family: 'Antenna-Bold'; font-size:12px; text-align: left; vertical-align:bottom; border-left: none; border-right: none; font-weight: normal;color: #79b942; width: 30% }
#stripeDetailsPopUp .table-content-section .td-pound {text-align: left; padding-left:20px;padding-top: 1px;}

/**** charging details Css ******/
#treeNDetailed .selectboxit-container{display:inline-block;position:relative;vertical-align:top;width:12%!important; font-size: 12px;}

/*****on-off button css start******/

.onoffswitch {
    position: relative; width: 55px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 20px; padding: 0; line-height: 20px;
    border: 0px solid #fff; border-radius: 30px;
    background-color: #9E9E9E;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 30px; margin: -5px;
    background: #EBEBEB;
    position: absolute; top: 0; bottom: 0;
    right: 31px;
    border-radius: 30px;
    box-shadow: 0 6px 12px 0px #757575;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #627A6B;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #627A6B;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
    background-color: #1BB015;
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
}

/*toggle swich buttons style starts here*/
.toggle_switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.toggle_switch input {display:none;}

.toggle_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle_slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .toggle_slider {
    background-color: #2ab934;
}

input:focus + .toggle_slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .toggle_slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.toggle_slider .on
{
    display: none;
}

.toggle_slider .on, .toggle_slider .off
{
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked+ .toggle_slider .on
{display: block;}

input:checked + .toggle_slider .off
{display: none;}

/*--------- END --------*/

/* Rounded toggle_sliders */
.toggle_slider.round {
    border-radius: 34px;
}

.toggle_slider.round:before {
    border-radius: 50%;}
/*toggle swich buttons style ends here*/
/* remove highcharts.com for all charts*/
.highcharts-credits {
    display: none !important;
}

.secWidth {width: 60%;}
.lblMargin {margin: -40px 0 0 0;width: 60%!important;}
.divMargin {margin-left:165px;}
.txtWidth {width: 435px !important;}
.txtLeft {margin-left: 125px;}
.txtLeft1 {margin-left: 80px;}
.txtLeft2 {margin-left: 70px;}

.selcontainer .box {
    width:600px;  display:table;
}
.selcontainer .box .box-row {
    display:table-row;
}
.selcontainer .box .box-cell {
    display:table-cell; vertical-align: top;
}
.step-menu li {
    min-width: 135px; !important;
}

/*network services styling starts */

.section_align_center {
    width: 530px; /*can be in percentage also.*/
    height: auto;
    margin: 0 auto;
    padding: 10px;
}
.display_inline_block
{
    display: inline-block !important;
}
.display_inline
{
    display: inline;
}
.display_none
{
    display: none;
}
.ul_bullet_point
{
    list-style:disc;margin: 16px;
}
#nw_service_log_table td{
    vertical-align: middle;
}
.fixed_tb_layout
{
    table-layout: fixed !important;
}

.renewal_submit_button {
    margin-top: -50px;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody
{
    border-bottom: none !important;
}
/*network service ends here */

.mainDiv{
    margin: 0 0 -33px 63%;
}
.OrgLbl{
    margin: -25px 0 0 0;
    font-weight: 800;
    color: #002447;
    padding-top: 8px;
}
.divRound { background-color: #002447 !important; }
input:checked + .divRound {
    background-color: #2ab934 !important;
}
input:checked + .divRound:before {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px) !important;
}

.slider {

    background-color: #002447;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2ab934;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(55px);
}
.toggleNoteBtn{
    margin: 30px 0 35px 0;
}
.noteOrgLbl {
    margin-top: -28px;
}
.noteLoclbl {
    cursor: pointer;margin: -21px 0 0 188px;
}
.noteUllist {
    display:inline-block;width:100%;overflow:auto;
}
.displayBlock {
    display:block;
}
.noteToogelLoc{
    color: #2ab934;
    cursor: default;
}
.noteToogleorg {
    font-weight: unset;
    cursor: pointer;
}
.toogelNote {
    color: #002447;
    font-weight: 800;
    cursor: default;
}
.toggleNoteOrg {
    font-weight: unset;
    color: #002447;
    cursor: default;
}
/*------ ADDED CSS ---------*/
.slider:after
{
    content:'';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider:after
{
    content:'';
}

/*--------- END --------*/

.timeline-horizontal_notes {
    list-style: none;
    position: relative;
    display: inline-block;
}

.timeline-horizontal_notes:before {
    height: 3px;
    top: 200px;
    bottom: 26px;
    left: 56px;
    right: 0;
    width: 90%;
    margin-bottom: 20px;
}

.timeline_notes_stn:before {
    position: absolute;
    content: " ";
    background-color: #eeeeee;
    margin-left: -1.5px;
    margin-top: 70px;
}

.timeline-horizontal_notes .timeline-item_notes {
    display: table-cell;
    height: 240px;
    width: 20%;
    float: none !important;
    padding-left: 0px;
    padding-right: 20px;
    vertical-align: bottom;
}

.timeline_notes_stn .timeline-item_notes {
    margin-bottom: 20px;
    position: relative;
}

.timeline_notes_stn .timeline-item_notes .timeline-badge_notes {
    color: #fff;
    width: 45px;
    line-height: 52px;
    font-size: 15px;
    text-align: center;
    position: absolute;
    top: 180px;
    left: 10%;
    margin-left: -25px;
    background-color: #7c7c7c;
    border: 3px solid #ffffff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline_notes_stn .timeline-item_notes .timeline-badge_notes.success {
    background-color: #59ba1f;
}

.timeline-horizontal_notes .timeline-item_notes .timeline-badge_notes {
    top: 242px;
    bottom: 16px;
    left: 43px;
    font-size: 12px;
    font-weight: bold;
    line-height: 47px;
}

.success {
    color: #79B942;
    font-family: Calibri, sans-serif !important;
    font-weight: normal;
    clear: both;
}

.timeline-horizontal_notes .timeline-item_notes .timeline-panel_notes {
    top: auto;
    display: inline-block;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 310px;
    margin-bottom: 84px;
    font-size: 12px;
    line-height: 1.5em;
    padding: 5px;
}

.timeline_notes_stn .timeline-item_notes .timeline-panel_notes {
    position: relative;
    float: left;
    right: 16px;
    border: 1px solid #c0c0c0;
    background: #ffffff;
    border-radius: 2px;
    padding: 5px 10px;
    -webkit-box-shadow: 0px 1px 5px 3px #ccc;
    box-shadow: 0px 1px 5px 3px #ccc;
}

.timeline_notes_stn .timeline-item_notes .timeline-panel_notes .timeline-body_notes > p, .timeline_notes_stn .timeline-item_notes .timeline-panel_notes .timeline-body_notes > ul {
    margin-bottom: 0;
    position: relative;
}
.timeline-badge_notes_body
{
    padding: 5px;
    line-height: 1.5em;
    font-size: 12px;
    top: auto;
    width: 310px;
    margin: auto;
    border-radius: 2px;
    border: 1px solid #c0c0c0;
    background: #ffffff;
    box-shadow: 0px 1px 5px 3px #ccc;
    display: inline-block;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
}

.timeline-badge_notes_arrow
{
    width: 0px;
    height: 0px;
    border-style: solid;
    margin: 0px 0 70px 27px;
    border-width: 20px 15px 0 15px;
    border-color: #c0c0c0 transparent transparent transparent;
    line-height: 0px;
    _border-color: #e15915 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000')
}
.timeline_notes_stn .timeline-item_notes .timeline-badge_notes.info {
    background-color: #5bc0de !important;
}
.stnNoteoverflow{
    overflow-y:scroll;
    overflow-x: none;
    min-height: 100px;
    max-height: 100px;
    word-break: break-word;
}
.NoteoverFlow {
    min-height: 100px;
    max-height: 100px;
    word-break: break-word;
}

.stnemailNote {
    float: right;
    color: #326ebc;
}

.stnDivAddNote {
    margin-top: -60px;
    float: right;
}

.textAreaResizeNone {
    resize: none;
}
.filtercolumn {
    top: 240px !important;
}
.filtercolumnBottom {
    margin: -5px 0 15px 0;
}
.mtrColorP {
    color: #002447;
    font-weight: 800;
}
.stnorgfontsize {
    font-size: 14px;
}
.stnNoteadd_linksTop {
    margin: -60px 0 0 0;
}
/* renewal log datatable length */
#renewal_log_table_length .selectboxit.selectboxit-btn
{
    min-width: 130px !important;
}
/*accordian style starts here */
.custom_accordion {
    background-color: #fefffa;
    max-width: 800px;
    margin: 20px auto;
    border-top: 2px solid grey;
    border-left: 1px solid grey;
    line-height: 1.6;
    box-shadow: 1px 5px 10px 1px #a4bac1;
}
.custom_accordion__item {
    border-bottom: 1px solid #dce7eb;
}
.custom_accordion__title {
    padding: 15px 15px 15px 40px;
    display: block;
    position: relative;
    font-weight: 400;
}
.custom_accordion__title:before {
    font-family: FontAwesome;
    content: "\f055";
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 12px;
    color: #44BBA4;
}
.custom_accordion__title h5 {
    font-family: 'Antenna-Bold';
    border-bottom: 1px solid #fefffa;
    display: inline-block;
    color: #002447;
}
.custom_accordion__title:hover, .custom_accordion__title:focus {
    cursor: pointer;
    outline: none;
}
.custom_accordion__title:hover h5, .custom_accordion__title:focus h5 {
    border-bottom-color: #a8bdc4;
    display: inline-block;
}
.is-expanded .custom_accordion__title:before {
    content: "\f056";
}
.custom_accordion__content-inner {
    padding: 0 40px 10px 40px;
}
.custom_accordion__content {
    transition: height 0.3s ease-out;
    height: 0;
    overflow: hidden;
}
.custom_accordion__content-inner .fa-li
{
    top: 0.5em;
}
/*accordian style ends here */

/*last status report style starts here*/
.sema_custom_tooltip {
    cursor: help;
    text-decoration: none;
    position: relative;
}
.sema_custom_tooltip span {
    margin-left: -999em;
    position: absolute;
}
.sema_custom_tooltip:hover span {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute;
    left: 1em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    min-width: 350px;
    color: #ffffff;
}
.tip_critical {
    padding: 10px;
    background: #002447;
    background-clip: padding-box;
}
.vertical-align-top{
    vertical-align :top;
}

.vertical-align-sub{
    vertical-align :sub;
}

.vertical-align-super{
    vertical-align :super;
}

/*last status report style ends here*/

.multi_search_radio_btns
{
    line-height: 20px;
}

/*last status report style ends here*/
.disabledSubmit {
    background: #878787 !important;border: 1px solid #878787;
}

/*last status report style ends here*/
.grey_card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 5px;
    background-color: #f1f1f1;
}

.grey_bg
{
    background-color: #f1f1f1;
}

.cursor-pointer {
    cursor: pointer !important;
}
.cursor-default {
    cursor: default !important;
}
.word_break{
    word-break: break-all;
    width: 500px;
}

/*last status report style ends here*/


.older-nav-button {
    cursor: pointer;
}
.newer-nav-button {
    cursor: pointer;
}

.vertical-align-middle-horizontal-align-center{
    vertical-align: middle;
    text-align: center;
}
.display-inline-width-full{
    width: 100%;
    display: inline-block;
}
.auto-scroll{
    overflow: auto;
}
.full-width{
    width: 100%;
}
.display-inline-align-left{
    float: left;
    display: inline-block;
}

/* lcd batch update style starts here */
.stns_selected_div{
    max-height: 130px;
    overflow: auto;
}
.batch_lcd_sn_div
{
    width: 78px;height:20px;margin:5px;background-color: #DAE3E9;
}
.batch_lcd_close_btn
{
    width:10px;
    height:10px;
    margin-left:3px;
    margin-bottom:5px;
}
/* lcd batch update style ends here */
.label-width-38 {
    width: 38% !important;
}

.re-assign-pop-up-table {
    float: left;
    margin: 5px 0px;
    width: 690px
}
.stn-border {
    border: 1px solid red;
}

.not-allowed {
    cursor: not-allowed !important;
}

.nw-progress {
    display: none;
    position: relative;
    margin: 20px 20px 20px 0px;
    width: 400px;
    background-color: #ddd;
    border: 1px solid blue;
    left: 1px;
    border-radius: 3px;
}

.nw-progress-bar {
    background-color: green;
    width: 0%;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.nw-percent {
    position: absolute;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -20px;
    -webkit-border-radius: 4px;
}

/*dates and dropdowns styles and alignments starts here*/
.short_fields_design input, .short_fields_design select { width:100px; height:17px; border-radius: 4px; float: left; margin: 0px 12px 0 0px; padding: 5px;  border:1px solid #E4E4E4; font-size:14px; font-family:'antennalight'; color:#002542; }
.short_fields_design .selctbox { width:100px; height:17px; border-radius: 4px; float: left; margin: 4px 12px 0 0px; padding: 0px;  border:1px solid #E4E4E4; font-size:14px; font-family:'antennalight'; color:#002447; }
/*dates and dropdowns styles and alignments ends here*/

/* Push notification Toggle Button CSS */
.slider { position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #9c9c9c9e;
    -webkit-transition: .4s; transition: .4s; border-radius: 34px; }
.slider:before { position: absolute; content: ""; height: 25px; width: 25px; left: 4px;right: 10px; bottom: 4px;
    background-color: white; transition: .4s;border-radius: 50%; -webkit-transition: .4s; }
.notification_switch_div input:checked + .slider { background-color: #2ab934; }
.notification_switch_div input:focus + .slider   {  box-shadow: 0 0 1px #2196F3; }
.notification_switch_div input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px);
    transform: translateX(55px); }
.slider:after { color: white;display: block;position: absolute;transform: translate(-50%,-50%);top: 50%;left: 50%;
    font-size: 10px;font-family: Verdana, sans-serif; }
.notifications_card { background:#FFF; border:1px solid #AAA; border-bottom:3px solid #BBB;padding:20px;margin:15px;
    width: 45%; overflow:hidden; }
.push-label { font-family: 'antennalight'; padding-top: 8px;font-style: normal;line-height: 23px;
    font-size: 14px !important;color: #002447;}

/* End Here  */

/* Last Status Report Additional Columns */
.error-description-table {
    margin-top: 10px !important;
    width: 90% !important;
    float: left !important;
}
.border-red { border: 0.1px solid red}
.border-orange { border: 0.1px solid orange}


.station-stage-txt {font-family: 'Antenna-Bold'; font-weight: normal; }

/*contacts styles starts here */
#contact_list_dropdownSelectBoxItOptions li:first-child a{color: red !important;}
#bill_to_contact_list_dropdownSelectBoxItOptions li:first-child a{color: red !important;}
#remit_to_contact_list_dropdownSelectBoxItOptions li:first-child a{color: red !important;}

/* Dropdown Button */
.dropdownbtn {
    background-color: #79b942;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #79b942;
}

/* The container <div> - needed to position the dropdown content */
.dropdown_div {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-div-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-div-content a {
    color: #002447;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
    width: 200px;
}

/* Change color of dropdown links on hover */
.dropdown-div-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown_div:hover .dropdown-div-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown_div:hover .dropdownbtn {background-color: #3e8e41;}

/*contacts styles ends here */

.loc_summary_hierarchy
{
    max-width: 700px;
    width: 700px;
    margin-left: 45px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    box-shadow: 3px 3px 5px #dcdcdc;
    color: #002542;
    margin-bottom: 15px;
    padding: 10px 12px;
}

.checkbox_hierarchy
{
    float: right;
    width: 177px;
}

.no_border_bottom
{
    border-bottom: none;
}

.line-height22px
{
    line-height: 22px;
}

.small-span
{
    width: 40px;
    float: left;
    padding-left: 8px;
}

#widget_clustered_map
{
    height: 392px;
    width: 1153px;
    display: none
}

.stn-life-cycle-tab { width: 100%; float: left; }
.stn-life-cycle-tab li { float: left; color: #002447; font-size: 18px; line-height: 28px; padding: 0 15px 5px 0; min-width: 174px; font-family: 'Antenna-Bold'; cursor:pointer;}
.stn-life-cycle-tab span { font-size: 20px; color: #fff; }
.stn-life-cycle-tab li span { width: 32px; height: 32px; color: #fff; text-align: center; line-height: 32px; display: inline-block; margin-right: 5px; background: #002447; border-radius: 50%; }
.stn-life-cycle-tab li.current span { background: #79b942; }
.stn-life-cycle-tab li.current { color: #79b942; }
.stn-life-cycle-tab li:first-child { padding-left: 0px; }

.switch {
    position: relative;
    display: inline-block;
    width: 151px;
    height: 34px;
}
.switch input {display:none;}

input:checked + .slider:before {
    -webkit-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
}

.text_switch {
    color: white;
}

.text_switch:after {
    position: absolute;
    top: 11px;
    right: 25px;
    content: "User Timezone";
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    font-size: 10px;
}
.text_switch:before {
    position: absolute;
    top: 11px;
    left: 25px;
    content: "UTC Timezone";
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    font-size: 10px;
}

input + .slider + .text_switch:after {
    opacity: 1;
}
input + .slider + .text_switch:before {
    opacity: 0;
}


input:checked + .slider + .text_switch:after {
    opacity: 0;
}

input:checked + .slider + .text_switch:before {
    opacity: 1;
}

/*custom table style starts here*/
.custom_table th {
    font-family: 'Antenna-Bold';
    border: 1px solid #ddd;
    padding: 5px !important;
    font-size: 14px;
    text-align: left;
    color: #4CAF50;
}

.custom_table td {
    border: 1px solid #ddd;
    padding: 5px !important;
    font-size: 12px;
}

.custom_table .head_row {
    color: #79b942 !important;
}

.custom_table .bottom_row {
    color: #79b942 !important;
}

/*custom table style ends here*/

.auto-width {width : auto !important;}

.width-200px { width : 150px !important;}

.lm_grid_switch {
    color: white;
}

.lm_grid_switch:after {
    position: absolute;
    top: 9px;
    right: 15px;
    content: "InActive";
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    font-size: 15px;
}
.lm_grid_switch:before {
    position: absolute;
    top: 9px;
    left: 15px;
    content: "Active";
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    font-size: 15px;
}

input + .slider + .lm_grid_switch:after {
    opacity: 1;
}
input + .slider + .lm_grid_switch:before {
    opacity: 0;
}
input:checked + .slider + .lm_grid_switch:after {
    opacity: 0;
}
input:checked + .slider + .lm_grid_switch:before {
    opacity: 1;
}

.toggleBtn-less-margin {
    margin : 20px 0 24px 0;
}

ul.ui-autocomplete {
    z-index: 1100;
}

.ui-menu .ui-menu-item
{
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
    color: #0075bf !important;
    font-size: 14px;
}

#refresh_button {
    background: #79b942;
    border-radius: 7px;
    color: #fff;
    border: 1px solid #e0e0e0;
    font-family: 'Antenna-Bold';
    font-size: 14px;
    min-width: 120px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-right: 23px;
    cursor: pointer;
    padding: 0 10px;
    font-weight: normal;
    outline: none;
}

.green-btn-white-txt{
    background: #79b942; border: 1px solid #79b942;
    border-radius: 7px;
    font-family: 'Antenna-Bold';
    font-size: 14px;
    min-width: 120px;
    text-align: center;
    height: 30px;
    line-height: 26px;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 15px;
    font-weight: normal;
    color: white;
    margin: 5px;
}
#station_list_text{
    word-break: break-word;
}

/* org address as location address style starts here */
.loc_form_check { font-size: 40px !important; color: #bfbdbd; }
.loc_cancle { font-size: 40px !important; color: #bfbdbd; margin-left: 15%;}
.loc_form_check:hover { color: #00FF00; } /* CSS link hover (green) */
.loc_cancle:hover { color: #ff0000; } /* CSS link hover (green) */
.timezone_div { margin-top: -95px;width: 95%;margin-left: 2%;}
.loc_form_col_check { margin: -35px 0 25% 75%;}
/* org address as location address style end here */

.ui-closable-tab, .ui-icon-circle-close {
    background-image: url("../../stats_files/images/ui-icons_444444_256x240.png") !important;
}

#sticky_sidebar{
    float: right;
    width: 310px;
    color: #ffbdbd;
    will-change: min-height;
    margin-right: 30px;
}

#sticky_sidebar .sidebar__inner{
    border: 2px solid #79b942;
    padding: 0px;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    min-height: 75px;
    background-color: #79b942;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
#sick_container:after{
    display: block;
    content: "";
    clear: both;
}
#control_panel_status{
    background-color: #fff;
    min-height: 55px;
    font-weight: normal;
    color: #000000;
    text-align: left;
    font-size: 11px;
    padding-left: 2px;
}
#control_panel_msg
{
    background-color: #fff;
    min-height: 7px;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    padding-left: 2px;
}
#control_panel_msg .thankyou { color: #ed1c24;  padding-top:1px;  clear: both; }
#control_panel_msg .success { color: #000066 !important;  padding-top:1px; clear: both; }

.nocase { text-transform : none !important }


.fleet_constraints_switch {
    color: white;
}

.fleet_constraints_switch:after {
    position: absolute;
    top: 11px;
    right: 25px;
    content: "Vehicle";
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    font-size: 15px;
}
.fleet_constraints_switch:before {
    position: absolute;
    top: 11px;
    left: 25px;
    content: "Group";
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    font-size: 15px;
}

input + .slider + .fleet_constraints_switch:after {
    opacity: 1;
}
input + .slider + .fleet_constraints_switch:before {
    opacity: 0;
}


input:checked + .slider + .fleet_constraints_switch:after {
    opacity: 0;
}

input:checked + .slider + .fleet_constraints_switch:before {
    opacity: 1;
}

.requiredTxt { color: #3887e4;}
.width-30per {width: 30% !important;}
.width-42per {width: 42% !important;}
.fleet_form { width: 100% !important; }
.ml-13px { margin-left: 13px !important; }
.fleet_width70 { width: 100% !important; }
.fleet_width40per { width: 65% !important; }
.fleet_payment_card { width: 46% !important; margin-right: -17px }
.fleet_form_payment { width: 60% !important; }
.fleet_mr_left65 { margin-left: 65px !important; }
.fleet-text-right { text-align: right !important; }
.fleet_container_min_height { min-height: 300px !important; }

.fleet_schedule_switch {
    color: white;
}

.fleet_schedule_switch:after {
    position: absolute;
    top: 11px;
    right: 15px;
    content: "All Days";
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    font-size: 10px;
}
.fleet_schedule_switch:before {
    position: absolute;
    top: 11px;
    left: 15px;
    content: "Day Of Week";
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    font-size: 10px;
}

input + .slider + .fleet_schedule_switch:after {
    opacity: 1;
}
input + .slider + .fleet_schedule_switch:before {
    opacity: 0;
}


input:checked + .slider + .fleet_schedule_switch:after {
    opacity: 0;
}

input:checked + .slider + .fleet_schedule_switch:before {
    opacity: 1;
}
.v-align-super{
    vertical-align: super;
}

.disabled-row {
}
.disabled-row td input{
    background: lightslategray;
    pointer-events: none;
    cursor: default;
}

.tab-background-blue{
    background: #002447;
}
.ui-timepicker-wrapper {
    width : 11.5em !important;
}
.td-left{
    background: #F8F8F8;
    padding-left: 15px;
    padding-right: 5px;
}
.td-right{
    background: #F8F8F8;
    padding-right: 15px;
    padding-left: 5px;
}
.heading-tab{
    background: #E5E5E5;
    padding: 20px;
}
.heading-tab label{
    color: #002a80;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}
.padding-left-10{
    padding-left: 25px;
}
.disabled-input{
    background: #eee;
    pointer-events: none;
    cursor: default;
}
.fleet_payment_card1 { width: 46% !important; margin-right: -4px }

.nocase { text-transform : none !important }

#fleet_orgs { line-height: 1.1 }
/* station monitor report - error seen report css*/
.err_seen_toolbar{
    float: right !important;
}

.err_seen_toolbar input[type="button"]
{
    border: 1px solid;
    padding: 3px;
    background: none;
    background-color: #e9e9e9;
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
}
/* station monitor report - error seen report css ends*/

.clear-button
{
    background: #7fbadf;
    border: 1px solid #7fbadf;
    min-width: 135px;
    border-radius: 7px;
    color: #fff;
    font-family: 'Antenna-Bold';
    font-size: 14px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
  /*  margin-right: 23px;*/
    cursor: pointer;
    padding: 0 10px;
    font-weight: normal;
    outline: none;
}

.inputtype h3
{
    color:#405c71;
    font-family: 'Antenna-Bold';
}

.text-decoration-none
{
    text-decoration: none;
}

.green-heading {
    color: #79b942;
    font-family: 'Antenna-Bold';
}

.visibility_hidden
{
    visibility: hidden;
}

.auto-height {height : auto !important;}

.data-range input[type='checkbox'].auto-height {height: auto !important;}

.font-size15px
{
    font-size: 15px !important;
}
.scroll-overflow-600
{
    max-height: 600px;
    overflow: scroll;
}

/*station Utilization*/
.color_in_use {
    color: #79b942;
}

.color_idle {
    color: #33ccff;
}

.color_offline {
    color: #ff794d;
}

.color_disabled {
    color: #ed1c24;
}

.grey_text {
    color: #505050;
}

/*station checks and balance page css - begin*/
#cpgs_login_body{
    background: rgba(0, 0, 0, 0) url("../../stats_files/images/bg.jpg") no-repeat scroll 0 0 / cover;
    color: #002447;
    font-family: "antennalight";
    font-size: 14px;
    font-size-adjust: none;
    font-variant: normal;
}
.cpgs_login_container {
    padding-top: 15px;
    color: #002542;
}
.cpgs_login_div{
    margin: -230px 0 0 -230px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e3e3e2;
    border-radius: 7px;
    box-shadow: 2px 2px 5px #999;
    color: #002447;
    font-size: 14px;
    line-height: 24px;
    padding: 30px 42px;
    position: absolute;
    max-width: 500px;
    width: 100% !important;
    max-height: 410px;
    height: 100% !important;
    z-index: 15;
    top: 50%;
    left: 50%;
}
.cpgs_login_div h2{
    color: #002447;
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 10px;
    text-align: center;
}
.cpgs_form_group_login{
    text-align: center;
}
#cpgs_custom_btn {
    background: white none repeat scroll 0 0;
    border: thin solid #888;
    border-radius: 5px;
    box-shadow: 1px 1px 1px grey;
    color: #444;
    display: inline-block;
    white-space: nowrap;
    width: 100% !important;
    max-width: 190px;
}

.cpgs_label {
    font-family: serif;
    color: #002542;
    font-size: 14px;
    font-weight: bold;
}

.cpgs_icon {
    background: transparent url("../../stats_files/images/g-normal.png") no-repeat scroll 5px 50%;
    display: inline-block;
    height: 42px;
    vertical-align: middle;
    width: 42px;
}

.cpgs_button_text {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 42px;
    padding-right: 42px;
    vertical-align: middle;
}
/*station checks and balance page css -ends*/


.station_type_switch {
    color: white;
}

.station_type_switch:after {
    position: absolute;
    top: 11px;
    right: 25px;
    content: "Commercial";
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    font-size: 10px;
}
.station_type_switch:before {
    position: absolute;
    top: 11px;
    left: 25px;
    content: "Home";
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    font-size: 10px;
}

input + .slider + .station_type_switch:after {
    opacity: 1;
}
input + .slider + .station_type_switch:before {
    opacity: 0;
}


input:checked + .slider + .station_type_switch:after {
    opacity: 0;
}

input:checked + .slider + .station_type_switch:before {
    opacity: 1;
}

.width-40per {width: 40% !important;}
.date-selection-div input[type="text"] { padding: 4px 3%; width: 80%; border: 1px solid #e0e0e0; border-radius: 5px; box-shadow: 1px 1px 5px #e0e0e0; color: #002447; font-size: 14px;  font-family: 'antennalight'; }

.user-detail-half-width{
    width: 560px; !important;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("../images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
#dt_example{font:80%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;margin:0;padding:0;color:#333;background-color:#fff}#dt_example #container{width:800px;margin:30px auto;padding:0}#dt_example #footer{margin:50px auto 0 auto;padding:0}#dt_example #demo{margin:30px auto 0 auto}#dt_example .demo_jui{margin:30px auto 0 auto}#dt_example .big{font-size:1.3em;font-weight:bold;line-height:1.6em;color:#4E6CA3}#dt_example .spacer{height:20px;clear:both}#dt_example .clear{clear:both}#dt_example pre{padding:15px;background-color:#F5F5F5;border:1px solid #CCCCCC}#dt_example h1{margin-top:2em;font-size:1.3em;font-weight:normal;line-height:1.6em;color:#4E6CA3;border-bottom:1px solid #B0BED9;clear:both}#dt_example h2{font-size:1.2em;font-weight:normal;line-height:1.6em;color:#4E6CA3;clear:both}#dt_example a{color:#0063DC;text-decoration:none}#dt_example a:hover{text-decoration:underline}#dt_example ul{color:#4E6CA3}.css_right{float:right}.css_left{float:left}.demo_links{float:left;width:50%;margin-bottom:1em}#demo_info{padding:5px;border:1px solid #B0BED9;height:100px;width:100%;overflow:auto}#dt_example code{font-family:Menlo, Monaco, Consolas, "Courier New", monospace;padding:2px 4px !important;white-space:nowrap;font-size:0.9em;color:#D14;background-color:#F7F7F9;border:1px solid #E1E1E8;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}#dt_example div.syntaxhighlighter code{padding:0 !important}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("../images/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("../images/sort_asc.png")}table.dataTable thead .sorting_desc{background-image:url("../images/sort_desc.png")}table.dataTable thead .sorting_asc_disabled{background-image:url("../images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("../images/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}
@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}div.dt-button-collection-title{text-align:center;padding:0.3em 0 0.5em;font-size:0.9em}button.dt-button,div.dt-button,a.dt-button{position:relative;display:inline-block;box-sizing:border-box;margin-right:0.333em;margin-bottom:0.333em;padding:0.5em 1em;border:1px solid #999;border-radius:2px;cursor:pointer;font-size:0.88em;line-height:1.6em;color:black;white-space:nowrap;overflow:hidden;background-color:#e9e9e9;background-image:-webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);background-image:-moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);background-image:-ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);background-image:-o-linear-gradient(top, #fff 0%, #e9e9e9 100%);background-image:linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;outline:none}button.dt-button.disabled,div.dt-button.disabled,a.dt-button.disabled{color:#999;border:1px solid #d0d0d0;cursor:default;background-color:#f9f9f9;background-image:-webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:-moz-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:-ms-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:-o-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9')}button.dt-button:active:not(.disabled),button.dt-button.active:not(.disabled),div.dt-button:active:not(.disabled),div.dt-button.active:not(.disabled),a.dt-button:active:not(.disabled),a.dt-button.active:not(.disabled){background-color:#e2e2e2;background-image:-webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:-moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:-ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:-o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');box-shadow:inset 1px 1px 3px #999999}button.dt-button:active:not(.disabled):hover:not(.disabled),button.dt-button.active:not(.disabled):hover:not(.disabled),div.dt-button:active:not(.disabled):hover:not(.disabled),div.dt-button.active:not(.disabled):hover:not(.disabled),a.dt-button:active:not(.disabled):hover:not(.disabled),a.dt-button.active:not(.disabled):hover:not(.disabled){box-shadow:inset 1px 1px 3px #999999;background-color:#cccccc;background-image:-webkit-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:-moz-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:-ms-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:-o-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:linear-gradient(to bottom, #eaeaea 0%, #ccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc')}button.dt-button:hover,div.dt-button:hover,a.dt-button:hover{text-decoration:none}button.dt-button:hover:not(.disabled),div.dt-button:hover:not(.disabled),a.dt-button:hover:not(.disabled){border:1px solid #666;background-color:#e0e0e0;background-image:-webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:-moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:-ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:-o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0')}button.dt-button:focus:not(.disabled),div.dt-button:focus:not(.disabled),a.dt-button:focus:not(.disabled){border:1px solid #426c9e;text-shadow:0 1px 0 #c4def1;outline:none;background-color:#79ace9;background-image:-webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:-moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:-ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:-o-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9')}.dt-button embed{outline:none}div.dt-buttons{position:relative;float:left}div.dt-buttons.buttons-right{float:right}div.dt-button-collection{position:absolute;top:0;left:0;width:150px;margin-top:3px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.4);background-color:white;overflow:hidden;z-index:2002;border-radius:5px;box-shadow:3px 3px 5px rgba(0,0,0,0.3);-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-button-collection button.dt-button,div.dt-button-collection div.dt-button,div.dt-button-collection a.dt-button{position:relative;left:0;right:0;width:100%;display:block;float:none;margin-bottom:4px;margin-right:0}div.dt-button-collection button.dt-button:active:not(.disabled),div.dt-button-collection button.dt-button.active:not(.disabled),div.dt-button-collection div.dt-button:active:not(.disabled),div.dt-button-collection div.dt-button.active:not(.disabled),div.dt-button-collection a.dt-button:active:not(.disabled),div.dt-button-collection a.dt-button.active:not(.disabled){background-color:#dadada;background-image:-webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:-moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:-ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:-o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');box-shadow:inset 1px 1px 3px #666}div.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}div.dt-button-collection.fixed.two-column{margin-left:-150px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.two-column{width:300px;padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}div.dt-button-collection.three-column{width:450px;padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}div.dt-button-collection.four-column{width:600px;padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-collection .dt-button{border-radius:0}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);background:-ms-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-moz-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-o-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0,0,0,0.3)), color-stop(1, rgba(0,0,0,0.7)));background:-webkit-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:radial-gradient(ellipse farthest-corner at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);z-index:2001}@media screen and (max-width: 640px){div.dt-buttons{float:none !important;text-align:center}}button.dt-button.processing,div.dt-button.processing,a.dt-button.processing{color:rgba(0,0,0,0.2)}button.dt-button.processing:after,div.dt-button.processing:after,a.dt-button.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:' ';border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear}
div.DTS tbody th,div.DTS tbody td{white-space:nowrap}div.DTS tbody tr.even{background-color:white}div.DTS div.DTS_Loading{position:absolute;top:50%;left:50%;width:200px;height:20px;margin-top:-20px;margin-left:-100px;z-index:1;border:1px solid #999;padding:20px 0;text-align:center;background-color:white;background-color:rgba(255, 255, 255, 0.5)}div.DTS div.dataTables_scrollHead{background-color:white}div.DTS div.dataTables_scrollBody{z-index:2}div.DTS div.dataTables_scroll{background:url('../images/loading-background.png') repeat 0 0}
.context-menu-list{margin:0;padding:0 0px 0 0;min-width:120px;max-width:250px;display:inline-block;position:absolute;list-style-type:none;border:1px solid #DDD;background-color:#FFF;-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.5);-moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.5);-ms-box-shadow:0 2px 5px rgba(0, 0, 0, 0.5);-o-box-shadow:0 2px 5px rgba(0, 0, 0, 0.5);font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px}.context-menu-item{padding:2px 2px 2px 24px;position:relative;-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none;line-height:20px;color : #999;}.context-menu-separator{padding-bottom:0;border-bottom:1px solid #DDD}.context-menu-item > label > input,.context-menu-item > label > textarea{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.context-menu-item.hover{cursor:pointer;background-color:#d3d3d3}.context-menu-item.disabled{color:#d3d3d3;}.context-menu-input.hover,.context-menu-item.disabled.hover{cursor:default;background-color:#EEE}.context-menu-submenu:after{content:">";color:#666;position:absolute;top:0;right:3px;z-index:1}.context-menu-item.icon{min-height:18px;background-repeat:no-repeat;background-position:4px 2px}.context-menu-item.icon-edit{background-image:url(images/page_white_edit.png)}.context-menu-item.icon-cut{background-image:url(images/cut.png)}.context-menu-item.icon-copy{background-image:url(images/page_white_copy.png)}.context-menu-item.icon-paste{background-image:url(images/page_white_paste.png)}.context-menu-item.icon-delete{background-image:url(images/page_white_delete.png)}.context-menu-item.icon-add{background-image:url(images/page_white_add.png)}.context-menu-item.icon-quit{background-image:url(images/door.png)}.context-menu-input > label > *{vertical-align:top}.context-menu-input > label > input[type="checkbox"],.context-menu-input > label > input[type="radio"]{margin-left:-17px}.context-menu-input > label > span{margin-left:5px}.context-menu-input > label,.context-menu-input > label > input[type="text"],.context-menu-input > label > textarea,.context-menu-input > label > select{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.context-menu-input > label > textarea{height:100px}.context-menu-item > .context-menu-list{display:none;right:-5px;top:5px}.context-menu-item.hover > .context-menu-list{display:block}.context-menu-accesskey{text-decoration:underline}@media screen and (max-width: 1340px){.rightsidebar.overview-page{max-width:78%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rightsidebar-section{max-width:100%;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.loc-blue,.loc-green,.current-location{display:none}.searchbox{margin:20px 140px 0 0;float:right}.location{width:31.7%;margin:2% 2% 0 0}.bng-station-test{margin-top:40px}.price-policy .colum-left{width:27%}.price-policy .colum-right{width:70%}.table-content-area{width:100%;margin:0}.table-content-area.table-detail .row{width:100%}.table-content-area th,.table-content-area td{white-space:nowrap}.data-range{width:50%}.data-content{width:100%}.table-content-section{width:45%;margin-right:1%}.table-content-section .table-content{width:96%;padding:0 2%}.data-range .check-box{width:100%}}@media screen and (max-width: 980px){.dashboard-right{width:31%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dashboard-left{width:67%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.charging-left{width:55%}.current-status .fuel-content{margin-left:70px}.charging-right .meater{width:55%}.charging-right li{width:33%}.charging-right span.kwh-txt{font-size:18px}.current-status .fuel-content .heading{font-size:18px;padding-bottom:0px}.current-status .fuel-content p{font-size:12px}.charging-right{width:45%}.dashboard-right p,.support li,.account-overview li{font-size:13px}.leftsidebar{position:fixed;top:0;left:0;z-index:99999;height:100% !important}.inner-leftside{height:100% !important;min-height:100%;overflow-y:scroll}.leftsidebar .inner-leftside{opacity:0}.rightsidebar{margin-left:0;padding:10px;padding-top:60px}.mobile-menu{display:block}.leftsidebar .leftside-active{opacity:1}.leftsidebar{margin-left:-172px}.leftsidebar.active1{margin-left:0px}.location-list{z-index:999}.data-range .colum{padding:5px 0;width:50%;min-width:180px}.data-content label{padding:5px 0 5px 0}.data-content .row{padding-bottom:10px}.table-content-section .td-label2{padding:5px 5px;font-size:12px;vertical-align:middle}.table-content-section td{font-size:11px;vertical-align:middle;padding:10px 0}.rightsidebar.overview-page{max-width:100%}}@media screen and (max-width: 860px){.step-wrapper{width:98%;padding:30px 22px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:50px auto}.step-menu li{font-size:14px;min-width:20%;padding:0 10px 10px 0}.button-bar input[type="submit"]{width:41%;margin-bottom:10px}.shipping-address .leftcolum{width:45%;padding-right:10%}.shipping-address .rightcolum{width:45%}.step-wrapper.login{width:98%;padding:30px 22px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:50px auto}.login-left{padding-right:5%;width:45%}.login-right{width:48%}.congratulation ul.unorderlist{margin-left:0}.account-left{width:30%;padding-right:2%}.account-right{width:60%}.ordercard-left{width:60%}.ordercard-right{width:35%}.location{margin:2% 3% 0 0;width:30.7%}.startcharging-popup{margin-left:5%;left:0;width:90%}}@media screen and (max-width: 640px){.step-wrapper h1{font-size:36px}.login-left{padding-right:0;width:100%;border:0;border-bottom:1px solid #999;padding-bottom:20px}.login-right{width:100%;padding-top:20px}.step-wrapper.login h1{font-size:28px;line-height:31px}.step-wrapper h1{font-size:28px;line-height:33px;padding-bottom:5px}.login-left h2,.login-right h2{text-align:left;font-size:18px}.step-wrapper.login{padding:20px 10px}.step-wrapper.login p.blue-text br{display:none}.create-account .card-info{width:100%;margin:0}.create-account .colum,.create-account .colum:first-child{width:100%;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.create-account p.blue-text{padding-bottom:10px}.radiobox label{font-size:13px}.radiobox label a{font-size:13px}.changing-right{width:100%;padding-top:20px}.startcharging-popup .changing-left{width:100%}.bottom-div ul{margin:0}.dashboard-right{width:100%;margin:0}.dashboard-left{width:100%}.account-left{width:100%;padding-right:0%}.account-right{width:100%;padding:0}.inputtype input[type="text"]{font-size:13px}p.thankyou{font-size:13px}.ordercard-left{width:100%}.ordercard-right{width:100%}.myaccount h1{font-size:36px}.price-policy .colum-left{width:100%;padding-bottom:10px}.price-policy .colum-right{width:100%}.price-policy .colum-right span.col:first-child{padding-left:7px}.price-policy .colum-right span.col{text-align:left;padding-left:7px}.action-form .formleft{width:100%;padding-bottom:10px}.action-form .formright{width:100%}.action-form .formright input[type="text"]{width:90%}.action-form .formright input[type="submit"]{width:27px;float:right}.data-range,.table-content-section{width:100%;padding:0;margin:30px 0 0 0}.location-form-right{width:100%;padding:0;margin:30px 0 0 0}.location{width:47%;margin:10px 1%}.location.last{margin:10px 1%}.location span{font-size:38px}.support-content .selctbox{width:99%}}@media screen and (max-width: 480px){.step-wrapper.login h1{font-size:21px}.step-wrapper.login h1 br{display:none}.charging-right{width:100%}.charging-right .meater{width:auto}.charging-right li{width:auto}.myaccount h2{font-size:16px}.account-head a{margin-top:0}.searchbox{margin:50px 0 0 0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.searchbox input[type="text"]{width:80%}.searchbox input[type="submit"]{width:15%}.mapinfobox{margin:20px 0 0 0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.location-list{width:90%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;left:-90%}.mapkey{position:relative;bottom:auto;right:auto;width:100%;float:left;z-index:9999;margin-top:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mapkey li a{padding:5px}.map-list-popup .map-popup-inner{width:90%;margin:0;left:5%}.map-list-popup .charging-section{margin:10px}}@media screen and (max-width: 360px){.shipping-address .leftcolum{width:100%;padding-right:0%}.shipping-address .rightcolum{width:100%}.button-bar input[type="submit"]{margin-right:2%}.step-menu li{padding:0 0 10px 0;width:100%}.card-info .colum{width:100%;padding:0}.card-content{margin:0;width:100%;float:left}.progress-bar{width:100%;float:left}.progress .rightside{width:100%;float:left}.change-btn{width:90%}}.mCSB_container{width:auto;margin-right:30px;overflow:hidden}.mCSB_container.mCS_no_scrollbar{margin-right:0}.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{margin-right:30px}.mCustomScrollBox>.mCSB_scrollTools{width:16px;height:100%;top:0;right:0}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;height:100%;margin:0 auto;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;text-align:center}.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown{display:block;position:relative;height:20px;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{top:100%;margin-top:-40px}.mCSB_horizontal>.mCSB_container{height:auto;margin-right:0;margin-bottom:30px;overflow:hidden}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{margin-bottom:0}.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{width:100%;height:16px;top:auto;right:auto;bottom:0;left:0;overflow:hidden}.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{margin:0 20px}.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:99%;height:8px;margin:4px 0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{width:30px;height:100%}.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:6px auto;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{display:block;position:relative;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer;float:left}.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{margin-left:-40px;float:right}.mCustomScrollBox{clear:both;-ms-touch-action:none}.mCustomScrollBox>.mCSB_scrollTools{opacity:0.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCustomScrollBox:hover>.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background:none;border:1px solid #d7d7d7;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#0075bf;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:#0075BF}.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:#0075BF}.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight{background-image:url(mCSB_buttons.png);background-repeat:no-repeat;opacity:0.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonUp:hover,.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover{opacity:0.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonUp:active,.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active{opacity:0.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{background:#000;background:rgba(0,0,0,0.15)}.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#000;background:rgba(0,0,0,0.75)}.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,0.85)}.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(0,0,0,0.9)}.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{width:4px;background:#fff;background:rgba(255,255,255,0.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background:#fff;background:rgba(255,255,255,0.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(255,255,255,0.85)}.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(255,255,255,0.9)}.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{width:4px;background:#000;background:rgba(0,0,0,0.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background:#000;background:rgba(0,0,0,0.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,0.85)}.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(0,0,0,0.9)}.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{width:4px;background:#fff;background:rgba(255,255,255,0.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background:#fff;background:rgba(255,255,255,0.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(255,255,255,0.85)}.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(255,255,255,0.9)}.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{width:4px;background:#000;background:rgba(0,0,0,0.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background:#000;background:rgba(0,0,0,0.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,0.85)}.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(0,0,0,0.9)}.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{background:#fff;background:rgba(255,255,255,0.1)}.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%}.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{background:#000;background:rgba(0,0,0,0.15)}.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px;background:#000;background:rgba(0,0,0,0.75)}.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,0.85)}.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(0,0,0,0.9)}.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.selectboxit-container{position:relative;display:inline-block;vertical-align:top;width:100% !important}.selectboxit-container *{font:14px Helvetica, Arial;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;-o-user-select:none;user-select:none;outline:none;white-space:nowrap}.selectboxit-container .selectboxit{width:100% !important;cursor:pointer;margin:0;padding:0;border-radius:0px;overflow:hidden;display:block;position:relative;background:#fff;text-align:left}.selectboxit-container span,.selectboxit-container .selectboxit-options a{height:24px;line-height:24px;display:block}.selectboxit-container .selectboxit.selectboxit-btn{height:26px;line-height:26px;border-radius:5px}.selectboxit-container .selectboxit.selectboxit-btn span{height:26px;line-height:26px}.selectboxit-container .selectboxit:focus{outline:0}.selectboxit-text{text-indent:5px;width:80%;overflow:hidden;text-overflow:ellipsis;float:left;color:#002447;font-size:14px;font-family:'antennalight'}.selectboxit .selectboxit-option-icon-container{margin-left:5px}.selectboxit-container .selectboxit-options{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:100% !important;*width:100%;margin:0 0 0 1px;padding:2px 3%;list-style:none;position:absolute;overflow-x:hidden;overflow-y:auto;font-weight:700;cursor:pointer;display:none;z-index:9999999999999;border-radius:0;text-align:left;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#fff;box-shadow:0 0 0 1px #ccc}.selectboxit-option .selectboxit-option-anchor{padding:0 2px}.selectboxit-option .selectboxit-option-anchor:hover{text-decoration:none}.selectboxit-option,.selectboxit-optgroup-header{text-indent:0;margin:0;list-style-type:none;padding:0px !important;float:left;width:100%}.selectboxit-option-first{border-top-right-radius:6px;border-top-left-radius:6px}.selectboxit-optgroup-header + .selectboxit-option-first{border-top-right-radius:0px;border-top-left-radius:0px}.selectboxit-option-last{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.selectboxit-optgroup-header{font-weight:bold}.selectboxit-optgroup-header:hover{cursor:default}.selectboxit-arrow-container{width:26px;position:absolute;right:0px;border-left:2px solid #d7d7d7}.selectboxit .selectboxit-arrow-container .selectboxit-arrow{margin:0 auto;position:absolute;top:34%;right:0;left:0}.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon{top:30%}.selectboxit-option-icon-container{float:left}.selectboxit-container .selectboxit-option-icon{margin:0;padding:0;vertical-align:middle}.jqueryui .ui-icon{background-color:inherit}.jqueryui .ui-icon-triangle-1-s{background-position:-64px -16px}.selectboxit-btn{background:none;border:1px solid #e4e4e4;border-radius:20px}.selectboxit-btn.selectboxit-enabled:hover,.selectboxit-btn.selectboxit-enabled:focus,.selectboxit-btn.selectboxit-enabled:active{color:#fff;background:#fff}.selectboxit-btn.selectboxit-enabled:hover,.selectboxit-btn.selectboxit-enabled:focus{color:#fff;text-decoration:none;background-position:0 -15px}.selectboxit-default-arrow{width:11px;height:11px;background:url(../images/down-arrrow.png) no-repeat}.selectboxit-list{background-color:#ffffff}.selectboxit-list .selectboxit-option-anchor{color:#002447}.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor{color:#999}.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor{color:#999}/****datatable Css for migrating into html5 buttons begin******/
.data-table-icons{font-size: 10px;}
.action-form .formright input[type="search"]{ border: 0; width: 202px; background: #fff; padding: 2px 5px; height: 22px; float: left; border-radius: 5px; }
.data-table-small-button{padding: 0.25em 0.5em;}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover { background: none; color: black!important;}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {background: none;  color: black!important;}
.dataTables_wrapper .dataTables_paginate .paginate_button { padding : 4px; margin-left: 0px; display: inline; border: 0px;}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {border: 0px;}
.dataTables_wrapper button.dt-button, div.dt-button, a.dt-button {padding: 0.25em 0.5em;}
table.dataTable.no-footer{border-bottom: 1px solid #ddd; }
table.dataTable tfoot th { border-top: 0;}
table.dataTable thead th, table.dataTable thead td {border-bottom: medium solid #ddd;}
table.dataTable.display tbody td {border-top: none;}
.dataTable.display tbody td {border-top: none;}
.dataTables_wrapper .selectboxit-container .selectboxit.selectboxit-btn {min-width: 200px;}
/**** datatable Css for migrating into html5 buttons ends******/