@charset "utf-8";
/* CSS Document */
::-webkit-input-placeholder	{
    font-style: italic;
    color: #aaa;
}

:-moz-placeholder {
    font-style: italic;
    color: #aaa;
}

::-moz-placeholder {
    font-style: italic;
    color: #aaa;
}

:-ms-input-placeholder {
    font-style: italic;
    color: #aaa;
}
*{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
*:focus{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.boxholder {
    padding:10px 0px 0px 0px;
    width:95%;
    margin:0 auto;
    text-align:center;
    border:1px solid #ccc;
}
a.button{color:#fff;}
a.button:hover{color:#fff;}
a.button:visited{color:#fff;}


.box {
    width:98%;
    float:left;
    margin:5px; padding-bottom:10px;
    background-image:url(../images/boxheader.jpg);
    background-repeat:repeat-x;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px #CCC solid;
}
.box .boxtitle {
    margin:15px 0px 0px 0px; text-align:left; padding-left:10px; font-weight:bold; height:25px; color:#258dc8;
}
.box .boxcontent {
    margin:20px 0px 10px 0px;
    padding: 10px;
}
.form {
    text-align:left;
    vertical-align:top;
    display:inline-block;

}
.formAddUser{
    text-align:left;
    vertical-align:top;
}
.form:nth-child(odd) {
    margin:0px 5px 0px 0px;
}
.form:nth-child(even) {
    margin:0px 0px 0px 5px;
}
.form input {
    margin:2px 0px 8px 0px;
    border:1px #ccc solid;
    width:150px;
    height:20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 2px 2px 2px;
}
.form .label {
    margin:2px 0px 6px 0px;
    padding-top:6px;
    height:20px;
    border:none;
}
.form .dummyInput {
    margin:2px 0px 8px 0px;
    border:none;
    width:150px;
    height:20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.form input[class=small] {
    width:40px;
}
.form input[class=medium] {
    width:80px;
}
.form input[type=checkbox] {
    width:auto;
    height:auto;
    margin:-3px 0px 0px 0px;
}
.form input[type=radio] {
    width:auto;
    height:auto;
    margin:0px 0px 0px 0px;
}
.form textarea {
    width:150px;
    height:auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;border: 1px #ccc solid;
}
.boxtitle input{margin:-2px;}
.form textarea[class=full] {
    width:322px;
}
.SubmitBTN {
    color:#FFF; float:right; clear:right; margin:6px;
    text-align:center; border:0px;
    background: #34aa0d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzM0YWEwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTlhMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #34aa0d 1%, #299a0b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#34aa0d), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #34aa0d 1%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #34aa0d 1%,#299a0b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #34aa0d 1%,#299a0b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #34aa0d 1%,#299a0b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34aa0d', endColorstr='#299a0b',GradientType=0 ); /* IE6-8 */

    padding:6px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px; cursor:pointer;

}
.button {
    color:#FFF;
    text-align:center;
    background: #34aa0d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzM0YWEwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTlhMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #34aa0d 1%, #299a0b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#34aa0d), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #34aa0d 1%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #34aa0d 1%,#299a0b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #34aa0d 1%,#299a0b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #34aa0d 1%,#299a0b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34aa0d', endColorstr='#299a0b',GradientType=0 ); /* IE6-8 */

    padding:5px 15px 5px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float:right;

}

.button_danger {
    color:#FFF;
    text-align:center;
    background: #34aa0d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*http://colorzilla.com/gradient-editor/#cc1e1e+0,bc0000+100 */
    background: #cc1e1e; /* Old browsers */
    background: -moz-linear-gradient(top, #cc1e1e 0%, #bc0000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cc1e1e 0%,#bc0000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cc1e1e 0%,#bc0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1e1e', endColorstr='#bc0000',GradientType=0 ); /* IE6-9 */
    padding:5px 15px 5px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float:right;

}

.button_warning{
    color:#FFF;
    text-align:center;
    background: #34aa0d;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+99 */
    background: #ffaf4b; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
    padding:5px 15px 5px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float:right;
}

.boxcontent ul{
    padding:0px;
}
.boxcontent li{
    border-bottom:1px #a2a79f solid;
    list-style:none;
    padding:5px 0px 5px 0px;
}

.boxcontent li:last-child{
    border-bottom:none;
}
.boxcontent li li  {
    border-bottom:none;
    display:inline-block;
    vertical-align:top;
}
.my-placeholder { color: #aaa; }
.error_msg{color: grey;}
.left_div{float: left;}
.right_div{float: right;}
.div_450{width: 450px; float: left;}
.edit_button{cursor: pointer;}
.delete_button{cursor: pointer;}
.uploaded_image{padding: 8px;}
.red_button{background: red !important;}
.delete_customer_images{
    margin: 0 -18px;
    position: absolute;
    top: 20px;
}
.box .boxcontent{
    padding: 15px;
    margin-top: -15px;
}
.discountedlist li:first-child,.transactions_list li:first-child,.sbs_customerlist li:first-child, .bank_data_statistics li:first-child , .bank_data_list li:first-child , .language_manager li:first-child, .languagelist li:first-child, .ticketlist li:first-child,.customerlist li:first-child,.devicelist li:first-child,.statisticslist li:first-child,.userlist li:first-child{
    font-weight: bold;
}

.analytics_table_data{float: left;margin: 10px;padding: 10px;}
.statisticslist li li{width: 12%;}
.analytics_table_data li li, .language_manager li li{width: 24%;}
.customerlist li li{
    width: 15%;
}
.devicelist li li{
    width: 10%;
}
.discountedlist li li{
    width: 19%; text-align: center;
}
#device_history_log li li{ margin: 10px;}
.ticketlist li li,.languagelist li li{
    width: 11%;
}
.bank_data_statistics li li{width: 13%;}
.bank_data_list li li{width: 13%;}
.transactions_list li li,.userlist li li{
    width: 12%;
}
.noteslist li li{
    padding:2px 5px;
}
.discountedlist li li:first-child,.transactions_list li li:first-child,.sbs_customerlist li li:first-child, .bank_data_statistics li li:first-child, .bank_data_list li li:first-child, .language_manager li li:first-child, .languagelist li li:first-child,.ticketlist li li:first-child,.customerlist li li:first-child,.devicelist li li:first-child,.statisticslist li li:first-child,.userlist li li:first-child, analytics_table_data li li:first-child{
    padding-left: 15px;
}
.form .dummyInput {
    margin: 2px 0px -2px 0px;
    width: 75px;
    height: 14px;
    padding-top: 9px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
}
.plupload{
    top: 0px !important;
    left: 0px !important;
}
.sort_order,.download_history_reminder{cursor: pointer;}
.sort_order img{ width: 15px; vertical-align: middle;margin: -2px 0px 5px 5px;}
.entry_cars_list .cars_list{ overflow-y: scroll; height: 268px;}
.entry_cars_list button .ui-multiselect{width: 125px !important ;}
.exit_cars_list .cars_list{overflow-y: scroll; height: 268px;}
.entry_exit_list .cars_list{overflow-y: scroll; height: 175px;}
.device_deviceId{width: 80px !important;}
.car_parking_images{ width: 60px;}
.image_selection{vertical-align: top;}
#column_selection_dialog .column_selection_check{ float: right;}
.download_history_reminder{text-decoration: underline;}
.disabled_btn{background: #a9db80; /* Old browsers */
              /* IE9 SVG, needs conditional override of 'filter' to 'none' */
              background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZGI4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmM1NmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
              background: -moz-linear-gradient(top,  #a9db80 0%, #96c56f 100%); /* FF3.6+ */
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9db80), color-stop(100%,#96c56f)); /* Chrome,Safari4+ */
              background: -webkit-linear-gradient(top,  #a9db80 0%,#96c56f 100%); /* Chrome10+,Safari5.1+ */
              background: -o-linear-gradient(top,  #a9db80 0%,#96c56f 100%); /* Opera 11.10+ */
              background: -ms-linear-gradient(top,  #a9db80 0%,#96c56f 100%); /* IE10+ */
              background: linear-gradient(to bottom,  #a9db80 0%,#96c56f 100%); /* W3C */
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 ); /* IE6-8 */
}

.switch-button-label {
    float: left;

    font-size: 10pt;
    cursor: pointer;
}

.switch-button-label.off {
    color: #adadad;
}

.switch-button-label.on {
    color: #0088CC;
}

.switch-button-background {
    float: left;
    position: relative;

    background: #ccc;
    border: 1px solid #aaa;

    margin: 1px 10px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    cursor: pointer;
}

.switch-button-button {
    position: absolute;

    left: -1px;
    top : -1px;

    background: #FAFAFA;
    border: 1px solid #aaa;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.VS-interface {
    white-space: nowrap ;}
.ui-tooltip{max-width: 752px !important;}

.active{font-weight: 700; color: black;}
.inactive{font-weight: 200; color: black;}



/* New css is here   */

.clear{
    clear:both;
}

.dashboard-header{
    width: 97%; 
    border: 1px solid #e2ecf6;
    background-color: #f8f9fb; 
    height: 105px; 
    margin: 5px auto; 
    overflow: hidden;
}

.dashboard-header-wrap button{
    background: rgb(48,140,213);
    padding: 1px 15px;
    outline: 0;
    border: 0;
    line-height: 32px;
    margin: 0 3px;
    border-radius: 3px;
    display: inline-block;
    width: 125px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, rgb(48,140,213) 0%, rgb(27,119,185) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(48,140,213) 0%,rgb(27,119,185) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(48,140,213) 0%,rgb(27,119,185) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#308cd5', endColorstr='#1b77b9',GradientType=0 ); /* IE6-9 */
}


.dash-btn-right button{
    background: #fff;
    padding: 2px 15px;
    box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -moz-box-shadow: 0px 0px 0px;
    outline: o;
    border: 0;
    line-height: 32px;
    margin: 0 3px;
    border-radius: 3px;
    display: inline-block;
    width: 140px;
    color: #999;
}

span.search_btn_right{
    background: rgb(2,51,92); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(2,51,92) 0%, rgb(1,25,50) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(2,51,92) 0%,rgb(1,25,50) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(2,51,92) 0%,rgb(1,25,50) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02335c', endColorstr='#011932',GradientType=0 ); /* IE6-9 */
    padding: 11px 40px;
    color: #fff;
    border-radius: 4px;
    margin: 5px;

}

span.search_btn_right a{
    color: #fff;
    padding: 5px 8px;
    font-size: 14px;
}

.search_btn_right img{
    position: relative;
    top: 7px;
}

.dashboard-header-wrap button a{
    text-decoration: none;
    color: #fff;
}

.dashboard-header-wrap button img{
    position: relative;
    top: 8px;
    left: 8px;
    margin: 0 6px;
}

.analytic-btn-mainwrap{
    width: 208px;
    display: inline-block;
}

.analytic-btn-mainwrap img{    
    width: 98%;
    float: left;
    margin: 5px;
    padding-bottom: 10px;
    background-repeat: repeat-x;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px #CCC solid;
    border-radius: 50%;
    width: 24px;
    position: relative;
    top: 7px;
    margin: 0 7px;
    padding: 4px;
}

.analytic-btn-mainwrap span{
    font-size: 16px;
    color: #333;
    line-height: 50px;
}

.analytic-btn-wrap{
    width: 195px;
    border: 1px solid #e2ecf6;
    height: 60px;
    margin:-1px 5px;
}

.analytic-btn-wrap h4{
    line-height: 8px;
}

.graph-box{
    width: 49%;
    display: inline-block;
}
.graph-box .box{
    border: 1px solid #e2ecf6;
}

.graph-box h4{
    color: #333333;
}

#tit_color{
    color: #666;
}

#per_color{
    color: #13b816;
    font-size: 15px;
}

.img_content{
    float: left;
    padding-top: 8px;
}



