﻿/* Marsh css framework not recommended to modify ------------------------------------------------------------------------*/
/* web font */

/*@import url(//fonts.googleapis.com/css?family=Open+Sans);*/
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v10-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), 
    url('fonts/open-sans-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v10-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/* Common */

command, article, aside, figure, figcaption, footer, header, mark, nav, ruby, section, canvas, source, audio, video, embed, datalist, details, html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, details, embed, hgroup, main, menu, output, summary, time {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}
mark, rp, rt, ruby, summary, time {
    display: inline;
}
body {
    font-family: Open Sans, Arial, verdana, sans-serif !important;
    font-size: 13px;
    color: #666;
    line-height: 1;
    height: 99%;
    width: 100%;
}
img, fieldset {
    border: 0;
}
ul, ol, li {
    list-style: none;
}
ul{
    margin-bottom:0 !important;
}
em, address {
    font-style: normal;
}
/* Headers */

h2 {
    font-family: Open Sans;
    color: #1c1c1c;
    font-weight: bold !important;
    padding-top: 5px;
}
h3 {
    margin-bottom: 20px !important;
}
h5 {
    font-size: 15px !important;
    margin-bottom: 15px !important;
}
/* login */

.login_area_background {
    margin: 0 auto;
    width: 390px;
    height: 320px;
    border: 1px solid #ccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 50px;
    -moz-box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.28);
    -webkit-box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.28);
    box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.28);
    padding: 35px 60px 53px 60px;
    -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=80);
}
.login_area {
    margin: 0 auto;
    width: 390px;
    border: 1px solid #ccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 50px;
    -moz-box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.28);
    -webkit-box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.28);
    box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.28);
    padding: 35px 60px 53px 60px;
    -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.25);
}
.login_area_form {
    margin: 0 auto;
    width: 390px;
    padding: 36px 61px 53px 61px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -195px;
}
#login_wrap {
    position: absolute;
    top: 50%;
    margin-top: -190px;
    /* half of #content height*/
    left: 0;
    width: 100%;
}
.login_body {
    background: url('../../Images/background.jpg') no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    position: absolute;
}
.login_body_image {
    background: url('../../Images/background_bmw1.jpg') no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    position: absolute;
}
.login_input {
    width: 180px;
    float: left;
}
div.login_input input[type="text"] {
    display: block;
    width: 174px;
    margin-bottom: 4px !important;
    -moz-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.28);
    -webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.28);
    box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.28);
}
.login_button {
    float: right;
}
.login_button button {
    line-height: 49px;
}
.login_title {
    color: #fff;
    font-size: 46px;
    margin-bottom: 20px;
}
.login_title_background {
    color: #666;
    font-size: 46px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
.login_area div.glyphicon, .login_area_background div.glyphicon, .login_area_form div.glyphicon {
    font-size: 60px;
    color: #fff;
    text-align: center;
    width: 268px;
}
#login_wrap a {
    color: #0196ce;
    text-decoration: underline;
    margin-right: 30px;
}
.login_footer {
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    line-height: 34px;
    color: #606863;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
}
.login_body .footer a {
    font-size: 16px;
}
.login_body .footer span {
    padding: 0 15px;
}
/* layout */

#wrap {
    min-width: 1240px;
    position: relative;
}
#container {
    margin: 0 auto;
    width: 1240px;
    padding: 0 15px 50px 15px;
}
#container:after {
    display: table;
    clear: both;
    content: '';
}
#container_list {
    margin: 0 auto;
    width: 1240px;
    padding: 0 15px 50px 15px;
}
#container_list:after {
    display: table;
    clear: both;
    content: '';
}
#container_large {
    margin: 0 auto;
    width: 1240px;
    padding: 0 15px 50px 15px;
}

    #container_large:after {
        display: table;
        clear: both;
        content: '';
    }
.footer {
    border-top: 1px solid #ddd;
    margin: 50px;
    height: 10px;
    background: #fafafa;
}
.footer div.footer_text {
    margin-top: 10px;
    color: #888;
}
#content {
    width: 930px;
    float: right;
}
/* layout_icontext*/

.layout_icontext div {
    display: table-cell;
}
.layout_icontext div.right_area {
    padding-left: 20px;
}
.warning_icon {
    display: table-cell;
    vertical-align: middle;
    padding: 0 23px 0 10px;
    border-right: 1px solid #ccc;
}
.color_warning {
    color: #e74c3c;
    font-size: 25px;
}
/* header nav */

.nav_container {
    height: 55px;
    background-color: #043172 !important;
    border-bottom: 5px solid #0196ce;
}
.top_bar_nav {
    height: 55px;
    background-color: #043172 !important;
    color: #c7c6c6;
    border-bottom: solid 5px #0196ce;
    width: auto;
    display: block;
    visibility: visible;
}
.top_bar_nav:after {
    display: inline-block;
}
.top_bar_nav ul {
    position: relative;
}
.top_bar_nav ul:after {
    content: "";
    clear: both;
}
.dept1 > li > ul > li > ul {
	left: 100%;
	top: 0;
}
.dept1 > li > ul > li .icon_c_expand {
	line-height: 0;
	color: #666 !important;
}
.dept2>li>ul{
    border-top:1px solid #0196ce !important;
}
.dept2 > li > a {
    margin-right:4px;
    margin-left:-1px;
}
.top_bar_nav ul ul {
    background-color: #fff;
    position: absolute;
    top: 100%;
    /*box-shadow: 3px 3px 12px 1px #dcdfe3;*/
    filter: progid: DXImageTransform.Microsoft.dropShadow (OffX='2', OffY='2', Color='#dcdfe3', Positive='true');
    padding: 10px 0px !important;
    float: left;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.top_bar_nav ul ul li {
    float: none;
    position: relative;
}
.top_bar_nav ul ul li a {
    width:101%;
    height:35px;
    line-height:1;
    /*height: 100%;*/
    /*line-height: 50%;*/
    color: #777 !important;
    font-size: 13px;
    padding: 10px 25px 10px 15px;
    white-space: nowrap;
}
.top_bar_nav ul ul li a:hover {
    background-color: #f4f4f4;
    color: #000 !important;
}
.top_bar_nav ul li {
    position: relative;
    float: left;
    z-index: 100;
    margin: 0 2px;
    color: #222;
   /* width:160px; */

}
.top_bar_nav ul li img {
    padding-left: 15px;
}
.top_bar_nav ul li ul {
    display: none;
    height: auto;
    margin: 0;
    padding: 0;
    border:1px solid #0196ce;
    border-top:none;
    width:160px; 
}
.top_bar_nav ul li ul:before a {
    display: inline;
}
.top_bar_nav ul li:hover ul {
    display: block;
}
.top_bar_nav ul li a {
    display: block;
    text-decoration: none;
    color: #efefef !important;
    font-size: 15px;
    height: 55px;
    line-height: 50px;
    padding: 0 25px 0 15px;
    /*width:auto;*/
}

.top_bar_nav ul li a:hover , .keep_main_menu {
    text-decoration: none;
    color: #fff !important;
    background: #0196ce;
 /*.top_bar_nav ul li.selected > a, .top_bar_nav ul li.selected > span,*/
}

.dept2>.keep_main_menu>a:first-child{
    color:#555 !important;
}

.brand_logo {
    font-size: 20px;
    color: #fff !important;
}
.top_bar_nav ul li a.brand_logo:hover {
    background-color: transparent;
}
.nav_right {
    float: right;
}
.nav_right span.icon {
    margin-top: 3px;
}
.nav_right a span {
    font-size: 12px;
}
/* left menu */

.side_nav {
    display: block;
    padding: 20px;
    list-style-type: none;
    list-style-position: outside;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
    width: 250px;
    float: left;
    background-color: #fafafa;
}
.side_nav li.heading, .side_nav li.heading a {
    color: #0093cf;
    font-weight: bold;
    margin-top: 10px;
}
.side_nav li:not(.heading) {
    padding-left: 10px;
}
.side_nav li {
    margin-left: 5px;
    color: #046399;
    line-height: 1.8em;
    text-decoration: none;
}
.side_nav li a {
    color: #046399;
}
.side_nav li.selected {
    background-color: #fdf4f7;
    text-decoration: none;
}
.side_nav li a.selected {
    color: #e13b71;
    font-weight: bold;
    text-decoration: none;
    background-color: #fdf4f7;
}
.side_nav li a:hover {
    color: #e13b71;
    font-weight: bold;
    text-decoration: none;
    background-color: #fdf4f7;
}
input[type="text"]::-ms-clear {
	display: none;
}
input[type="text"], input[type="password"], textarea, select {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}
input[type="text"].number {
    text-align: right;
}
input[type="password"]:focus, textarea:focus, select:focus {
    -moz-box-shadow: 0 0 5px #51cbee;
    -webkit-box-shadow: 0 0 5px #51cbee;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid #51cbee !important;
    background-color: #eee;
}
input[type="text"]:focus:not([readonly=readonly]) {
    -moz-box-shadow: 0 0 5px #51cbee;
    -webkit-box-shadow: 0 0 5px #51cbee;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid #51cbee !important;
    background-color: #eee;
}
/* for user guide from Bootstrap */

.highlight {
    margin-top: 20px;
}
pre {
    font-size: 15px !important;
}
/* layout-table */

.layout_table_container {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    display: table;
    margin: 15px 0 0 0;
}
.display_row {
    display: table-row;
}
.display_cell_title, .display_devider, .display_cell_contents {
    display: table-cell;
    border-bottom: 1px solid #e2e2e2;
}
.display_cell_title {
    width: 145px;
    font-family: Open Sans, Arial, verdana, sans-serif !important;
    font-size: 13px !important;
}
div.cell_label {
    width: 160px;
    display: table-cell;
}
.cell_input_content, .cell_input_etc, .cell_input_etc_long {
    display: table-cell;
    font-size: 12px;
    color: #888;
}
.cell_input_content input[type="text"] {
    width: 150px;
}
.cell_input_content_small {
    display: table-cell;
    font-size: 12px;
    color: #888;
}

    .cell_input_content_small input[type="text"] {
        width: 150px;
    }
.display_cell_row_double input[type="text"], .display_cell_row_double textarea, .display_cell_row_double select{
    width: 150px;
}
.cell_input_etc {
    width: 245px;
}
.cell_input_etc, .cell_input_etc_long {
    display: table-cell;
}
.display_cell_contents button {
    font-size: 13px;
}
.display_cell_row_double > div.cell_input_content, .display_cell_row_etc > div.cell_input_etc {
    width: 252px;
}
.display_cell_row_single > div.cell_input_content > div.box {
    margin-bottom: 0;
}
.display_cell_row_double > div.cell_input_content_small {
    width: 252px;
}

.display_cell_row_single > div.cell_input_content_small > div.box {
    margin-bottom: 0;
}
.display_cell_title label {
    width: 145px;
    color: #046399;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
}
.display_devider {
    width: 2px;
    background: #0093cf;
}
.display_cell_table {
    display: table;
    width: 100%;
    padding: 5px 0 5px 0;
}
.display_cell_row_single, .display_cell_row_double, .display_cell_row_etc {
    padding: 7px 0;
    width: 100%;
}
.display_cell_row_single .two_column_layout {
    padding: 0 15px;
}
.display_cell_row_single label {
    padding: 3px 10px 4px 15px;
    font-size: 13px;
    font-weight: normal;
    width: 160px;
    line-height: 11px;
}
.display_cell_row_single input[type="text"], .display_cell_row_single input[type="password"] {
    width: 530px;
    font-size: 13px;
}
.display_cell_row_single textarea {
    width: 545px;
}
.display_cell_row_single select {
    width: 530px;
    font-size: 13px;
}
.display_cell_row_single select.lg {
    width: 434px;
    font-size: 13px;
}
.display_cell_row_single input[type="radio"], .display_cell_row_single input[type="checkbox"] {
    margin-top: 0px;
}
.display_cell_row_double label {
    padding: 0px 10px 0px 15px;
    font-weight: normal;
    width: 145px;
    margin-bottom: 0 !important;
    /*line-height: 11px;*/
}
.display_cell_row_double textarea {
    width: 150px;
    border: 1px solid #cacaca;
    border-radius: 3px;
    height: 100px;
    padding: 2px 7px;
    font-size: 13px;
}
.display_cell_row_double select, .display_cell_row_double input[type="text"] {
    font-size: 13px;
}
.display_cell_row_double input[type="text"] {
    width: 150px;
}
.display_cell_row_double input[type="text"].md, .display_cell_row_single input[type="text"].md {
    width: 200px;
}
.display_cell_row_double select.md {
    width: 200px;
}

    .display_cell_row_double radio.md {
        width: 200px;
    }
.display_cell_row_etc label {
    padding: 3px 10px 4px 15px;
    font-size: 13px;
    font-weight: normal;
    width: 150px;
}
.table_layout_last_section {
font-size: 13px !important;
padding: 20px 15px !important;
}
/* input */
input[type="text"].tiny, input[type="password"].tiny, textarea.tiny, select.tiny{
    width:70px;
}
input[type="text"].sm, input[type="password"].sm, textarea.sm, select.sm{
    width:100px;
}
input[type="text"].md, input[type="password"].md, textarea.md, select.md{
    width:150px;
}
input[type="text"].lg, input[type="password"].lg, textarea.lg, select.lg{
    width:530px;
}
textarea {
    border: 1px solid #cacaca;
    border-radius: 3px;
    padding: 2px 7px;
    font-size: 13px;
}
input[type="text"], input[type="password"] {
    border-radius: 3px;
    height: 33px;
    font-size: 13px;
    color: #222;
    padding: 2px 7px;
    border: 1px solid #cacaca;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
input[type="text"], textarea, select, button, label {
    vertical-align: middle;
    font-family: Open Sans, verdana, arial, sans-serif;
    font-size: 13px;
	color: #666;
    /*line-height: 100%;*/
	/*margin-bottom: 10px !important;*/
}
input[readonly] {
    background-color: #f7f7f7;
    border: 1px solid #eee !important;
}
input:checked[type="checkbox"], input[type="checkbox"] {
    width: auto;
    height: auto;
    padding: 0;
    vertical-align:middle;
    margin:0 !important;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline;
    padding-left: 5px;
    padding-right: 10px;
    margin-bottom: 10px !important;
    vertical-align: baseline;
}
select {
    font-size: 13px;
    color: #666;
    padding: 2px;
    height: 33px;
    border: 1px solid #cacaca;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075);
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 3px;
    padding-left: 5px;
}
.calendar {
    border-radius: 3px 0 0 3px !important;
    border-right: 0 !important;
    width: 103px !important;
}
.with_button_lg {
    border-radius: 3px 0 0 3px !important;
    border-right: 0 !important;
    width: 466px !important;
}
.with_button_md {
    border-radius: 3px 0 0 3px !important;
    border-right: 0 !important;
    width: 134px !important;
}
.with_button_sm {
    border-radius: 3px 0 0 3px !important;
    border-right: 0 !important;
    width: 90px !important;
}
span.mandatory {
    font-weight: bold;
    color: #e13b71;
    margin-left: -14px;
    font-size: 11px;
    display: inline-table;
    margin-bottom: 3px;
    vertical-align: middle;
}
/* status area in edit(table-layout) */

.modify_data {
    color: #0093cf !important;
    font-size: 13px !important;
}
/* buttons */

.btn {
    /*box-shadow: 1px 1px 1px #dcdfe3;*/
    /*margin-bottom: 10px !important;*/
}
button.btn_create:hover, button.btn_create:active, button.btn_create:visited, button.btn_create:focus {
    color: #fff;
}
a.btn_create:hover, a.btn_create:active, a.btn_create:visited, a.btn_create:focus {
    color: #fff;
}
button.btn_default:hover, button.btn_default:active, button.btn_default:visited, button.btn_default:focus {
    color: #717171;
}
a.btn_default:hover, a.btn_default:active, a.btn_default:visited, a.btn_default:focus {
    color: #717171;
}
.btn_default a:hover, .btn_default a:visited, .btn_default a:active, .btn_default a:focus {
    text-decoration: none;
    color: #717171;
}
a.btn_delete:hover, a.btn_delete:active, a.btn_delete:visited, a.btn_delete:focus {
    color: #fff;
}
button.btn_delete:hover, button.btn_delete:active, button.btn_delete:visited, button.btn_delete:focus {
    color: #fff;
}
button.btn_info:hover, button.btn_info:active, button.btn_info:visited, button.btn_info:focus {
    color: #fff;
}
a.btn_info:hover, a.btn_info:active, a.btn_info:visited, a.btn_info:focus {
    color: #fff;
}
a.btn_delete {
    color: #fff !important;
}
.btn_lg {
    padding: 10px 25px !important;
}
.btn_sm {
    padding: 5px 10px 6px 10px !important;
    font-size: 13px !important;
}
.btn_tiny {
    padding: 4px 10px !important;
    font-size: 11px !important;
}
.btn_create {
    background-color: #0095ca;
    border: solid 1px #03629c;
    color: #fff;
}
.btn_delete {
    background-color: #e13b71 !important;
    border: solid 1px #d63368 !important;
    color: #fff;
}
.btn_info {
    background-color: #93d3ec !important;
    border: solid 1px #84bed4 !important;
    border-bottom-color: #b3b3b3 !important;
    color: #fff;
}
.btn_icon_textbox {
    display: inline-block;
    *display: inline;
    padding: 7px 11px;
    margin-bottom: 0;
    margin-left: -4px;
    *margin-left: .3em;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    height: 33px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #93d3ec;
    *background-color: #93d3ec;
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 1px #dcdfe3;
    border-radius: 0 3px 3px 0;
}
.btn_text_textbox {
    display: inline-block;
    *display: inline;
    padding: 8px 10px;
    margin-bottom: 0;
    margin-left: -4px;
    *margin-left: .3em;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    height: 33px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #93d3ec;
    *background-color: #93d3ec;
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 1px #dcdfe3;
    border-radius: 0 3px 3px 0;
}
.btn_default {
    text-shadow: 1px 1px 0px #f8f8f8;
    color: #717171;
    border: 1px solid #cfcece !important;
    background: #fff !important;
    /*fallback for non-CSS3 browsers*/
    
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb) to(#f1f1f1));
    /*old webkit*/
    
    background: -webkit-linear-gradient(#fbfbfb, #f1f1f1);
    /*new webkit*/
    
    background: -moz-linear-gradient(#fbfbfb, #f1f1f1);
    /*gecko*/
    
    background: -ms-linear-gradient(#fbfbfb, #f1f1f1);
    /*IE10*/
    
    background: -o-linear-gradient(#fbfbfb, #f1f1f1);
    /*opera 11.10+*/
    
    background: linear-gradient(#fbfbfb, #f1f1f1);
    /*future CSS3 browsers*/
    
    -pie-background: linear-gradient(#fbfbfb, #f1f1f1);
    /*PIE*/
    
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fbfbfb', endColorstr='#f1f1f1');
    box-shadow: 1px 1px 1px #dcdfe3;
}
.btn_red {
    color: red;
}
/* container */

.box {
    border: solid 1px #cacaca;
    color: #666;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    line-height: 1.5em;
}
.box.background_color {
    background-color: #f7f7f7;
}
.box.background_color.selection span.glyphicon.glyphicon-star.mandatory {
    margin-right: -12px;
}
.box.background_color.selection div {
    margin-bottom: 5px;
}
.box.rounded {
    border-radius: 3px;
}
.box.shadow {
    box-shadow: 1px 1px 1px #dcdfe3;
}
.box.selection div.box_button {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
    text-align: right;
}
.box.selection {
    padding: 20px 20px 15px 20px;
}
.box.selection label {
    width: 100px;
    /*margin-right: 10px;*/
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
}
.box.selection button {
    font-size: 13px;
    padding: 5px 12px !important;
}
.box.selection input.with_button_md {
    width: 100px;
}
.box.selection select, .box.selection input[type="text"], .box.selection textarea {
    margin-left: 10px;
}
.input_selection {
    margin-right: 3px;
    margin-bottom: 5px;
}
div.input_selection {
    display: inline-block;
}
div.box_button {
    padding: 0 10px;
    margin-bottom: -10px;
}
.box.selection h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom:
}
/* navigation - tabs with badge */

.main_tab_area {
    margin: 15px 0 0 0;
    border-bottom: 1px solid #e3e3e3;
}
.main_tab_area:after {
    content: '';
    display: block;
    clear: both;
}
.main_tab_area li {
    float: left;
}
.main_tab_area li a {
    border-left: 0px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background-position: 0% 0%;
    display: block;
    padding: 0 27px;
    margin-bottom: -1px;
    height: 40px;
    line-height: 40px;
    background-color: #f4f5f7;
    background-repeat: repeat-x;
    background-attachment: scroll;
    color: #666;
    border-radius: 10px 10px 0px 0px;
    text-decoration: none;
    font-size:12pt;
}


.main_tab_area li:first-child a {
    border-left: 1px solid #e3e3e3;
}
.main_tab_area li:first-child.on a, .main_tab_area li:first-child.selected a, .main_tab_area li:first-child a:hover, .main_tab_area li:first-child a:visited {
    border-left: 1px solid #e3e3e3;    
}

.main_tab_area li.on a, .main_tab_area li a:hover, .main_tab_area li a:active {
    border-left: 0px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background-position: 0% 0%;
    color: #666;
    text-decoration: none;
    padding-right: 27px;
    background-color: #fefefe;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background: #e8e8e8;
    background: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background: linear-gradient(top, #fff 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8', GradientType=0);
}

.main_tab_area li.selected a {
    border-left: 0px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background-position: 0% 0%;
    color: #fff;
    text-decoration: none;
    padding-right: 27px;
    background-color: #0196ce !important;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background: #e8e8e8;
    background: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background: linear-gradient(top, #fff 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8', GradientType=0);
}
a > span.badge {
    margin-left: 5px;
    background: #93a1b4;
    border-bottom: none;
    height:21px;
    width:25px;
    font-size:11pt;
    color:#fff;
}

.selected a > span.badge {
    color: #0196ce;
    background:#fff;
}
/* Tool Tip */

[data-title] {
    position: relative;
    text-decoration: none;
}
[data-title]:after, [data-title]:before {
    position: absolute;
    z-index: 100;
    opacity: 0;
}
[data-title]:after {
    content: attr(data-title);
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #222;
    border-radius: 5px;
    text-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
[data-title]:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
}
[data-title]:hover:after, [data-title]:hover:before {
    opacity: 1;
}
/* Top tips */

[data-title].top_tip:after, [data-title].top_tip:before {
    -webkit-transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
    bottom: 90%;
    left: -9999px;
    margin-bottom: 12px;
}
[data-title].top_tip:before {
    border-color: #222 transparent transparent transparent;
    margin-bottom: 0;
}
[data-title].top_tip:hover:after, [data-title].top_tip:hover:before {
    bottom: 100%;
    left: 0;
}
[data-title].top_tip:hover:before {
    left: 15px;
}
/* Bottom tip */

[data-title].bottom_tip:after, [data-title].bottom_tip:before {
    -webkit-transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
    top: 90%;
    left: -9999px;
    margin-top: 12px;
}
[data-title].bottom_tip:before {
    border-color: transparent transparent #222 transparent;
    margin-top: 0;
}
[data-title].bottom_tip:hover:after, [data-title].bottom_tip:hover:before {
    top: 100%;
    left: 0;
}
[data-title].bottom_tip:hover:before {
    left: 15px;
}
/* Right tip */

[data-title].right_tip:after, [data-title].right_tip:before {
    -webkit-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    top: -9999px;
    left: 96%;
    margin-left: 12px;
}
[data-title].right_tip:before {
    border-color: transparent #222 transparent transparent;
    margin-left: 0;
}
[data-title].right_tip:hover:after, [data-title].right_tip:hover:before {
    left: 100%;
    top: 0;
}
[data-title].right_tip:hover:before {
    top: 7px;
}
/* Left tip */

[data-title].left_tip:after, [data-title].left_tip:before {
    -webkit-transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
    top: -9999px;
    right: 96%;
    margin-right: 12px;
}
[data-title].left_tip:before {
    border-color: transparent transparent transparent #222;
    margin-right: 0;
}
[data-title].left_tip:hover:after, [data-title].left_tip:hover:before {
    right: 100%;
    top: 0;
}
[data-title].left_tip:hover:before {
    top: 7px;
}
/* tooltip hover */

a[data-title]:hover {
    background: #f0f3f7;
}
/* loading spinner ie 10+ */

#loading_ani {
    position: relative;
    width: 37px;
    height: 46px
}
.loading_block {
    position: absolute;
    background-color: #FFFFFF;
    width: 6px;
    height: 14px;
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-transform: scale(0.4);
    -moz-animation-name: fadeG;
    -moz-animation-duration: 1.1199999999999999s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-transform: scale(0.4);
    -webkit-animation-name: fadeG;
    -webkit-animation-duration: 1.1199999999999999s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 5px 5px 5px 5px;
    -ms-transform: scale(0.4);
    -ms-animation-name: fadeG;
    -ms-animation-duration: 1.1199999999999999s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 5px 5px 5px 5px;
    -o-transform: scale(0.4);
    -o-animation-name: fadeG;
    -o-animation-duration: 1.1199999999999999s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 5px 5px 5px 5px;
    transform: scale(0.4);
    animation-name: fadeG;
    animation-duration: 1.1199999999999999s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}
#block01 {
    left: 0;
    top: 17px;
    -moz-animation-delay: 0.41999999999999993s;
    -moz-transform: rotate(-90deg);
    -webkit-animation-delay: 0.41999999999999993s;
    -webkit-transform: rotate(-90deg);
    -ms-animation-delay: 0.41999999999999993s;
    -ms-transform: rotate(-90deg);
    -o-animation-delay: 0.41999999999999993s;
    -o-transform: rotate(-90deg);
    animation-delay: 0.41999999999999993s;
    transform: rotate(-90deg);
}
#block02 {
    left: 5px;
    top: 6px;
    -moz-animation-delay: 0.5599999999999999s;
    -moz-transform: rotate(-45deg);
    -webkit-animation-delay: 0.5599999999999999s;
    -webkit-transform: rotate(-45deg);
    -ms-animation-delay: 0.5599999999999999s;
    -ms-transform: rotate(-45deg);
    -o-animation-delay: 0.5599999999999999s;
    -o-transform: rotate(-45deg);
    animation-delay: 0.5599999999999999s;
    transform: rotate(-45deg);
}
#block03 {
    left: 16px;
    top: 2px;
    -moz-animation-delay: 0.7s;
    -moz-transform: rotate(0deg);
    -webkit-animation-delay: 0.7s;
    -webkit-transform: rotate(0deg);
    -ms-animation-delay: 0.7s;
    -ms-transform: rotate(0deg);
    -o-animation-delay: 0.7s;
    -o-transform: rotate(0deg);
    animation-delay: 0.7s;
    transform: rotate(0deg);
}
#block04 {
    right: 5px;
    top: 6px;
    -moz-animation-delay: 0.8399999999999999s;
    -moz-transform: rotate(45deg);
    -webkit-animation-delay: 0.8399999999999999s;
    -webkit-transform: rotate(45deg);
    -ms-animation-delay: 0.8399999999999999s;
    -ms-transform: rotate(45deg);
    -o-animation-delay: 0.8399999999999999s;
    -o-transform: rotate(45deg);
    animation-delay: 0.8399999999999999s;
    transform: rotate(45deg);
}
#block05 {
    right: 0;
    top: 17px;
    -moz-animation-delay: 0.9799999999999999s;
    -moz-transform: rotate(90deg);
    -webkit-animation-delay: 0.9799999999999999s;
    -webkit-transform: rotate(90deg);
    -ms-animation-delay: 0.9799999999999999s;
    -ms-transform: rotate(90deg);
    -o-animation-delay: 0.9799999999999999s;
    -o-transform: rotate(90deg);
    animation-delay: 0.9799999999999999s;
    transform: rotate(90deg);
}
#block06 {
    right: 5px;
    bottom: 4px;
    -moz-animation-delay: 1.1199999999999999s;
    -moz-transform: rotate(135deg);
    -webkit-animation-delay: 1.1199999999999999s;
    -webkit-transform: rotate(135deg);
    -ms-animation-delay: 1.1199999999999999s;
    -ms-transform: rotate(135deg);
    -o-animation-delay: 1.1199999999999999s;
    -o-transform: rotate(135deg);
    animation-delay: 1.1199999999999999s;
    transform: rotate(135deg);
}
#block07 {
    bottom: 0;
    left: 16px;
    -moz-animation-delay: 1.26s;
    -moz-transform: rotate(180deg);
    -webkit-animation-delay: 1.26s;
    -webkit-transform: rotate(180deg);
    -ms-animation-delay: 1.26s;
    -ms-transform: rotate(180deg);
    -o-animation-delay: 1.26s;
    -o-transform: rotate(180deg);
    animation-delay: 1.26s;
    transform: rotate(180deg);
}
#block08 {
    left: 5px;
    bottom: 4px;
    -moz-animation-delay: 1.4s;
    -moz-transform: rotate(-135deg);
    -webkit-animation-delay: 1.4s;
    -webkit-transform: rotate(-135deg);
    -ms-animation-delay: 1.4s;
    -ms-transform: rotate(-135deg);
    -o-animation-delay: 1.4s;
    -o-transform: rotate(-135deg);
    animation-delay: 1.4s;
    transform: rotate(-135deg);
}
@-moz-keyframes fadeG {
    0% {
        background-color: #8e8e8e
    }
    100% {
        background-color: #FFFFFF
    }
}
@-webkit-keyframes fadeG {
    0% {
        background-color: #8e8e8e
    }
    100% {
        background-color: #FFFFFF
    }
}
@-ms-keyframes fadeG {
    0% {
        background-color: #8e8e8e
    }
    100% {
        background-color: #FFFFFF
    }
}
@-o-keyframes fadeG {
    0% {
        background-color: #8e8e8e
    }
    100% {
        background-color: #FFFFFF
    }
}
@keyframes fadeG {
    0% {
        background-color: #8e8e8e
    }
    100% {
        background-color: #FFFFFF
    }
}
/* loading spinner ie 8+ */
.loading_spinner {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    /* Rounds out the halo */
    
    opacity: .7;
    /* Some subtle opacity to help blend with variable background colors */
}
.loading_spinner.basic {
    height: 46px;
    width: 46px;
    background: url('../../Images/loading_gif_46x46.gif');
}
/* Table */
/* Data */

table {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*border-collapse: separate !important;*/
    border: 1px solid #ddd;
    width: 100%;
}
table th {
    text-align: center;
    color: #555;
    border-right: 1px solid #ddd;
}
table th:first-child {
    border-radius: 5px 0 0 0;
}
table th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 0px;
}
.table_basic.grid {
    border-radius: 5px 5px 0 0;
}
table.table_basic.data {
    font-size: 13px;
}
.table_basic.data th, .table_basic.data td {
    font-family: Open Sans, Arial, verdana, sans-serif !important;
}
.table_basic.data th {
    padding: 6px 0 8px 0 !important;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    color:#222222;
}

table.table_basic.data thead tr:hover  {
    background-color:#f4f5f7 !important;
}
.table_basic.data tr:hover  {
    background-color:#fefced;
}

table.table_basic.data td {
    color: #666666;
    border-right: 1px solid #ddd;
    text-align: center;
    border-bottom: 1px solid #eee;
	padding: 5px 13px;
    line-height: 11px;
    font-size:13px;
}
.table_basic.data th input[type=checkbox] {
    margin-left: 3px;
}
.table_basic.data input[type=text] {
    height: 28px;
}
.table_basic.data tr:first-child td {
    padding-top: 5px;
}
.table_basic.data tr:last-child td {
    padding-bottom: 5px;
}
.table_basic.data button {
    font-size: 13px;
}
table.table_basic.data tr:last-child td {
    border-bottom: none;
}
table.table_basic.data thead {
    background: #f4f5f7;
    height:35px;
}
table.in_cell_row td {
    padding: 5px 13px;
}
/* grid */

table.table_basic.grid thead {
    background: #f8f8f8;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f4f4f4));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #f8f8f8 0%, #f4f4f4 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #f8f8f8 0%, #f4f4f4 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f4f4f4', GradientType=0);
    /* IE6-9 */
}
.table_basic.grid th {
    border-bottom: 1px solid #0093cf;
    height: 45px;
    line-height: 45px;
}
.table_basic.grid td {
    border-bottom: 1px solid #ddd;
}
.table_basic.grid tr:last-child td {
    border-bottom: none;
}
.table_basic.grid tr:last-child td:first-child {
    border-radius: 0;
}
.table_basic.grid tr:last-child td:last-child {
    border-radius: 0;
}
.table_basic.grid tr:nth-child(even) {
    background: #f3f5f9;
}
.table_basic.grid td {
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
	border-right:1px solid #ddd;
}
.table_basic.grid td.grid_input {
    padding-bottom: 0;
	border-right:1px solid #ddd;
}
.table_basic.grid td.grid_input select, td.grid_input input[type="text"] {
    width: 100%;
}
/* steps */

.step {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 15px 15px 5px 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.step_title {
    font-weight: bold;
    font-size: 15px;
    margin-right: 20px;
}
.step_chevron {
    border: 21px solid transparent;
    border-left: 21px solid #d4d4d4;
    border-right: 0;
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 1;
}
.step_chevron:before {
    border: 20px solid transparent;
    border-left: 20px solid #fff;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    top: -20px;
}
.step_all {
    border: 1px solid #d4d4d4;
    background: #fff;
    border-radius: 5px;
}
.step_all li {
    height: 42px;
    display: inline-block;
    position: relative;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 20px;
}
.step_all li:first-child {
    padding-left: 15px;
}
.step ul, .step_one ul {
    display: inline-block;
    height: 43px;
    margin-right: 10px;
}
.step_one span {
    color: #aaa;
}
.step_one .step_all {
    font-size: 14px;
}
.step_one {
    font-size: 18px;
}
.step_text.selected {
    color: #0196ce !important;
    font-weight: bold;
    font-size:15pt;
    margin-bottom: -10px;
}
.two_column_layout.step>.right_area> button {
    margin-bottom: 5px !important;
    margin-top: 5px;
}
.two_column_layout div.right_area button {
    margin-bottom: 5px;
}
/* layout-document */

.layout_document_container {
    padding-left: 10px;
}
/* pagenation */

.pager_area {
    height: 67px;
    border: 1px solid #ddd;
    padding: 15px 20px;
    border-top: none !important;
    border-radius: 0 0 5px 5px;
    text-align: center;
    position: relative;
}
.pager_area:after {
    display: block;
    clear: both;
    content: '';
}
.page_on {
    display: inline-block;
}
.page_on ul {
    border-radius: 3px;
}
.page_on >li {
    display: inline !important;
}
.page_on li a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #8f8f8f;
}
.page_on li:first-child a {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.page_on li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.page_on li:last-child {
    border-right: none;
}
.page_on li.current >a, .page_on li >a:hover, .page_on li >a:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0095ca;
}
.page_number_area {
    float: left;
    display: inline-block !important;
    position: relative;
    width: 200px;
    margin-right: -200px;
}
.page_number_area span {
    margin-right: 10px;
    line-height: 38px;
}
.page_re_area {
    display: inline-block !important;
    font-size: 19px;
    line-height: 34px;
    height: 34px;
    float: right;
    margin-left: -19px;
    position: absolute;
    top: 16px;
    right: 20px;
}
/* sub tabs */

.sub_tab_area_top {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 65px;
}
.sub_tab_area_top:after {
    display: block;
    clear: both;
    content: '';
}
.sub_tab_area_top ul li {
    display: inline-block;
    float: left;
}
.sub_tab_area_top ul li a {
    padding: 10px 20px !important;
    height: 39px !important;
    border-right: 1px solid #ddd !important;
    border-collapse: collapse;
    color: #777;
    line-height: 40px;
    position: relative;
    font-size: 13px !important;
	text-decoration:none;
}
.sub_tab_area_top ul li.selected a {
    color: #222;
    background: -moz-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(241, 241, 241, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cec7c7', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
	box-shadow: inset 0 8px 15px rgba(0, 0, 0, 0.08);
}
.sub_tab_area_top ul li.selected span.bottom_arrow {
    border: 5px solid transparent;
    border-bottom: 5px solid #0093cf;
    border-top: 0;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    height: 39px;
    left: 50%;
    margin-left: -5px;
}
.sub_tab_area_bottom {
    border-radius: 0 0 5px 5px;
    border: 1px solid #ddd;
    padding: 20px;
    border-top: none;
}
/* button layout */

.two_column_layout {
    position: relative;
    margin: 0 0 0 auto;
    /*display: table;*/
}
.left_area:after {
    clear: both;
}
.two_column_layout .left_area {
    float: left;
    width: 50%;
}
.two_column_layout .right_area {
    text-align: right;
}
.btn_each_column_wrapper {
    margin: 0px;
}
.btn_12column_wrapper {
    margin-right: 33%;
    width: 67%;
    display: inline;
}
.btn_23column_wrapper {
    margin-left: 67%;
}
/* 3 buttons layout */

.button_bar .right_button {
    float: right;
}
.button_bar .right_button:after{
    clear:both;
}
.button_bar .left_button {
    float: left;
}
.button_bar .left_button:after {
    clear:both;
}
.button_bar .center_button {
    margin-left: 46%;
}
.button_bar {
    margin-top: 15px;
}
/* 3 column layout */

.three_column_layout {
    position: relative;
    /* This fixes the IE7 overflow hidden bug */
    clear: both;
    width: 100%;
    /* width of whole page */
    overflow: hidden;
    /* This chops off any overhanging divs */
    margin-top: 20px;
}
/* common column settings */

.layout_wrapper_mid, .layout_wrapper_left {
    float: left;
    width: 100%;
    /* width of page */
    position: relative;
}
.contents_center, .contents_left, .contents_right {
    float: left;
    position: relative;
    padding: 0 0 1px 0;
    /* no left and right padding on columns, we just make them narrower instead 
                    only padding top and bottom is included here, make it whatever value you need */
    
    overflow: hidden;
}
/* 3 Column settings */

.layout_wrapper_mid {
    right: 33%;
    /* width of the right column */
    /* center column background colour */
}
.layout_wrapper_left {
    right: 34%;
    /* width of the middle column */
    /* left column background colour */
}
.contents_center {
    width: 34%;
    /* width of center column content (column width minus padding on either side) */
    
    left: 100%;
    text-align: center;
    /* 100% plus left padding of center column */
}
.contents_left {
    width: 33%;
    /* Width of left column content (column width minus padding on either side) */
    
    left: 33%;
    /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.contents_right {
    width: 33%;
    /* Width of right column content (column width minus padding on either side) */
    
    left: 67%;
    text-align: right;
    /* Please make note of the brackets here:
                  (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Text Align and float */

.text_align_left {
    text-align: left;
}
.text_align_center {
    text-align: center;
}
.text_align_right {
    text-align: right;
}
.float_left {
    float: left;
}
.float_right{
	float: right;
}
/* Messages */

.message_confirm, .message_error, .message_attention {
    /*padding:10px 20px;
    border-radius:3px;
    margin-top: 50px;
    border: solid 1px #eee;dh
    color: #666;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    line-height: 1.5em;
    background-color: #f7f7f7;*/
    
    padding: 7px 20px;
    border-radius: 5px;
    color: #fff;
    line-height:22px;
}
.message_confirm a, .message_error a, .message_attention a{
    text-decoration:underline;
    }
.log_wrap .message_error {
    margin-top: 50px;
    padding: 0px 20px;
}
.message_confirm {
    background: #3498db;
    border: 1px solid #2980b9;
}
.message_attention {
    background: #e67e22;
    border: 1px solid #d35400;
}
.message_error {
    background: #e74c3c;
    border: 1px solid #c0392b;
    /*color: #e74c3c;
    font-weight: bold;
    font-size: 19px;*/
}
.message_error span {
    /* font-size: 20px;*/
}
.message_text {
    line-height: 40px;
    display: inline-block;
}
.messageIcon span.glyphicon.glyphicon-ok {
    color: #0093cf;
}
.messageIcon span.glyphicon.glyphicon-exclamation-sign {
    color: #e74c3c;
}
/* color */

.close_fushia {
    color: #e13b71;
}
.confirm_blue {
    color: #0093cf;
}
/* status area */

.status {
    vertical-align: middle;
    background-color: #fbfbfb;
}
.status_table {
    display: table;
    margin: 0 15px;
    width: 795px;
    padding: 10px 0 0 0;
}
.status_tr {
    display: table-row;
}
.status_td_left {
    display: table-cell;
    /*vertical-align: top;*/
}
.status_td_right {
    display: table-cell;
    text-align: right;
}
.status_time {
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    margin-left: 5px;
}
/* for menu */

.icon_c_expand {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 20px;
    right: 7px;
    color: #c7c6c6;
}
.icon_c_expand:before {
    content: "\e114";
    display: inline;
}
/* Modal */

.modal_area {
    border-radius: 10px;
    box-shadow: 1px 1px 30px 5px #dcdfe3;
    opacity: 1;
    z-index: 200;
}
.modal_area.selection {
    border: none;
    position: relative;
}
.pop_close {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    display: inline-block;
    padding: 0 3px;
}
a.modal_on:link {
    opacity: 1;
}
/* scroll */
/* vertical scroll */

.v_scroll {
    overflow-y: scroll;
}
#vertical::-webkit-scrollbar {
    width: 12px;
    background: #eee;
    border-radius: 7px;
}
#vertical::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background: #aaa;
}
#vertical::-webkit-scrollbar-track {
    border: none;
    background: #fafafa;
    border-radius: 7px;
}
/* definition */

.top_info {
    margin-left: -4px;
}
.top_info dt {
    color: #888;
    display: inline-block;
}
.top_info dd {
    color: #333;
    margin-right: 25px;
    display: inline-block;
}
.top_info dl {
    margin-bottom: 15px;
}
.top_info dt span {
    padding-right: 3px;
}
/* modified info section */

.creatTxt {
    margin-top: -1px;
    text-align: right;
    color: #777777;
    background: #F5F5F5;
    padding: 15px;
    font-size: 11px;
    border: 1px solid #C2C2C2;
    border-radius: 3px 3px 3px 3px;
}
.creatTxt li {
    display: inline;
    margin-left: 20px;
}
.creatTxt .icon_time {
    padding-right: 5px;
}
/* etc */
.top_bar_nav ul li img {
    padding-left: 15px;
}
ul.show_list li {
    margin-bottom: 20px;
}
/* -- marsh css framework end here -------------------------------------------------------------------------------------------- */
/* hacks */
/* hack for ie 9  -- example */
/*:root .bttn.login{ padding:14px 20px 0 20px \9; height:28px \9; position:relative \9; top:1px \9;}
/*== hack for ie 9  */
/* hack for ie 8  -- example */
/*:root .btn.login{ padding:14px 20px 0 20px \9; height:28px \9; position:relative \9; top:1px \9;}
/*== hack for ie 8  */


.display_cell_row_double input[type="text"].md_large, .display_cell_row_single input[type="text"].md_large {
    width: 855px;
}

.display_cell_row_double select.md_large {
    width: 855px;
}

input[type="text"].md_large, input[type="password"].md_large, textarea.md_large, select.md_large {
    width: 840px !important;
}

.display_cell_row_double input[type="text"].md_lt, .display_cell_row_single input[type="text"].md_lt {
    width: 830px;
}

.display_cell_row_double select.md_lt {
    width: 830px;
}

input[type="text"].md_lt, input[type="password"].md_lt {
    width: 830px !important;
}
textarea.md_lt, select.md_lt {
    width: 830px !important;
}