@font-face {
    font-family: 'orbitronbold';
    src: url('../fonts/orbitron-bold-webfont.woff2') format('woff2'),
         url('../fonts/orbitron-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'orbitronblack';
    src: url('../fonts/orbitron-black-webfont.woff2') format('woff2'),
         url('../fonts/orbitron-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/robotocondensed-light-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* reset */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
/*html, body { width: 100%; height: 100%; }*/
body { line-height: 1; }
b, strong{ font-weight: bold; }
img { color: transparent; font-size: 0; vertical-align: middle; -ms-interpolation-mode: bicubic; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: separate; border-spacing: 0; }
th, td, caption { font-weight: normal; vertical-align: top; text-align: left; }
a img { border: 0; }
a, a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
:focus { outline: 0; }
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner { border: 0; padding: 0; margin: 0; outline: 0; }
input, textarea { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
@font-face {
font-family: 'Museo Sans Cyrl 300';
font-style: normal;
font-weight: normal;
src: local('../fonts/Museo Sans Cyrl 300'), url('../fonts/MuseoSansCyrl_0.woff') format('woff');
}
/* style */
body { font-size: 12px; font-family:"Museo Sans Cyrl 300", Arial, Helvetica, sans-serif; color: #414141; background: #fff url('../img/header-bg.png') repeat-x top left; }

a { color: #166C6D; cursor: pointer; }
em { font-style: italic; }
.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { clear: both; }

.flash { float: left; width: 910px; font-size: 13px; font-weight: bold; padding: 15px 0px 15px 50px; margin: 10px 0px; line-height: 20px; font-weight: bold; }
.flash-success { color: #46bd7e; background: #f2fff2 url('../img/flash-success.png') no-repeat 10px center; border: 1px solid #46bd7e; border-radius: 8px; }
.flash-error { color: #f36f21; background: #fff2f2 url('../img/flash-error.png') no-repeat 22px center; border: 1px solid #f36f21; border-radius: 8px; }

.button { float: left; height: 20px; line-height: 20px; padding: 0px 9px; border: 1px solid #ccc; border-radius: 8px; box-shadow: inset 0 4px 10px -1px #ccc; color: #666; background: #fff; text-decoration: none; }
.button:hover { color: #fff; background: #ccc; box-shadow: 0 4px 10px -1px #ccc; text-decoration: none; }
button { padding: 0px; margin: 0px; border: 0px; background: transparent; cursor: pointer; }
button span { float: left; height: 20px; line-height: 20px; padding: 4px 9px; border: 1px solid #ccc; border-radius: 8px; box-shadow: inset 0 4px 10px -1px #ccc; color: #666; background: #fff; }
button:hover span { color: #fff; background: #ccc; box-shadow: 0 4px 10px -1px #ccc; }

.overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 10000; }
.overlay div { position: absolute; top: 50%; left: 50%; margin: -99px 0 0 -84px; width: 128px; height: 20px; background: rgba(255, 255, 255, 0.8) url('../img/loader.gif') no-repeat 20px 20px; border-radius: 20px; padding: 158px 20px 20px 20px; line-height: 20px; text-align: center; font-size: 16px; }

.container { margin: 0 auto; width: 960px; text-align: left; }

.page-header { float: left; width: 100%; height: 168px; position: relative; }
.page-header .logo {
  background: url("../img/logo.png") no-repeat scroll left top / contain  transparent;
  float: left;
  height: 40px;
  position: relative;
  width: 100%;
}
.page-header .header-phone { position: absolute; top: 40px; right: 10px; width: 200px; height: 38px; background: transparent url('../img/header-phone.png') no-repeat top left; }
.page-header .header-ssi { position: absolute; top: 80px; right: 10px;width: 48px; height: 49px; background: transparent url('../img/logo-ssi.png') no-repeat top left; }
.page-header .main-menu { position: absolute; top: 140px; left: 0px; }
.page-header .user-menu { position: absolute; top: 140px; right: 0px; }
.page-header .user-menu .info { float: left; height: 28px; line-height: 28px; background: #fff; background: rgba(255, 255, 255, 0.8); color: #2D3B43; padding: 0 10px; border-radius: 8px 8px 0 0; font-size: 12px; position: relative; min-width: 90px; text-align: center; }
.page-header .user-menu .info ul { display: none; position: absolute; top: 28px; left: 0; width: 100%; text-align: center; background: #fff; background: #cfdbe0; padding-bottom: 10px; border-radius: 0 0 8px 8px; z-index: 10; }
.page-header .user-menu .info:hover ul { display: block; }
.page-header .menu { float: left; height: 28px; }
.page-header .menu li { float: left; height: 28px; }
.page-header .menu li { float: left; height: 28px; }
.page-header .main-menu .menu li { margin-right: 5px; }
.page-header .user-menu .menu li { margin-left: 5px; }
.page-header .menu li a { float: left; height: 28px;padding: 0 10px 0 0; background: transparent url('../img/header-menu.png') no-repeat right -41px; color: #2D3B43; text-decoration: none; }
.page-header .menu li a span { float: left; height: 28px; line-height: 28px; text-align: center; padding: 0 0 0 10px; background: transparent url('../img/header-menu.png') no-repeat left 0; font-size: 12px; }
.page-header .menu li a:hover { background-position: right -123px; }
.page-header .menu li a:hover span { background-position: left -82px; }

.page-footer {
  clear: both;
  color: #166C6D;
  font-size: 11px;
  line-height: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
}
.page-footer a { color: #166C6D; }
.page-footer .footer-menu { }
.page-footer .copyright { padding-bottom: 10px; }
.page-footer .footer-ssi { }

.page-content {
  float: left;
  padding: 10px 0 20px;
  width: 100%;
}

.form-box {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-shadow: 0 4px 10px -1px #ccc;
  float: none;
  height: 175px;
  margin: 10% auto 0;
  padding: 20px 0;
  width: 340px;
}
.form-box h1 { float: left; width: 340px; font-size: 30px; font-family: Arial, Helvetica, sans-serif; text-align: center; color: #666; margin-bottom: 20px; }
.form-box .global-error-list { float: left; width: 300px; padding: 10px 20px; border-top: 1px solid #d3411f; border-bottom: 1px solid #d3411f; margin-bottom: 20px; font-weight: bold; color: #d3411f; background: #ffece7; line-height: 16px; font-size: 11px; }
.form-box .global-error-list li { float: left; width: 300px; }
.form-box form { float: left; width: 300px; }
.form-box form section { float: left; width: 300px; margin: 0px 20px 10px 20px; position: relative; }
.form-box form section .error_list { position: absolute; top: 0; left: 280px;  color: #d3411f; line-height: 20px; font-size: 11px; border: 1px solid #d3411f; background: #ffece7; z-index: 5; border-radius: 8px; padding: 4px 20px 4px 40px; white-space: nowrap; }
.form-box form section.input-text { }
.form-box form section.input-text label { float: left; width: 87px; margin: 0px 10px 0px 0px; text-align: right; line-height: 30px; color: #666; font-size: 11px; }
.form-box form section.input-text input { float: left; width: 180px; height: 20px; padding: 4px 9px; border: 1px solid #ccc; border-radius: 0px; box-shadow: inset 0 4px 10px -1px #ccc; color: #666; position: relative; z-index: 10; }
.form-box form section.textarea { }
.form-box form section.textarea label { float: left; width: 90px; margin: 0px 10px 0px 0px; text-align: right; line-height: 30px; color: #666; font-size: 11px; }
.form-box form section.textarea textarea { float: left; width: 180px; height: 150px; padding: 4px 9px; border: 1px solid #ccc; border-radius: 8px; box-shadow: inset 0 4px 10px -1px #ccc; color: #666; position: relative; z-index: 10; resize: none; }
.form-box form section.checkbox { width: 200px; margin-left: 120px; }
.form-box form section.checkbox input { float: left; padding: 0; margin: 4px 10px 3px 0; border: 0; }
.form-box form section.checkbox label { float: left; font-size: 11px; line-height: 20px; }
.form-box form .buttons { float: left; width: 200px; margin: 0px 20px 0px 120px; }
.form-box form .buttons .links { float: right; }
.form-box form .buttons .links a { display: block; line-height: 30px; color: #d3411f; font-size: 11px; }
.form-box form .buttons .links-double a { line-height: 15px; }

.tabs-menu { float: left; width: 960px; border-bottom: 1px solid #aaa; }
.tabs-menu > ul { float: left; }
.tabs-menu > ul > li { float: left; position: relative; margin-right: 5px; z-index: 10; }
.tabs-menu > ul > li > a { float: left; padding: 6px 14px; border: 1px solid #74a7d4; border-bottom: 0px; margin-bottom: -1px; border-radius: 8px 8px 0 0; color: #000; text-decoration: none; line-height: 20px; background: #74a7d4; }
.tabs-menu > ul > li:hover  > a { background: #fff; }
.tabs-menu > ul > li.active > a { border-color: #2f3c44; background: #2f3c44; color: #fff; }
.tabs-menu > ul > li > ul { display: none; position: absolute; top: 33px; background: #fff; border: 1px solid #74a7d4; border-top: 0; border-radius: 0 0 8px 8px; min-width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px 0; white-space: nowrap; }
.tabs-menu > ul > li:hover > ul { display: block; }
.tabs-menu > ul > li > ul > li { padding: 3px 14px; }
.tabs-menu .button { float: right; }
.tabs-menu .dates-range { float: right; margin-right: 5px; }
.tabs-menu .dates-range label { float: left; height: 30px; line-height: 30px; font-weight: bold; margin-right: 5px; }
.tabs-menu .dates-range input { float: left; width: 70px; height: 28px; line-height: 28px; margin: 0; padding: 0 3px; border: 1px solid #ccc; margin-right: 5px; }

.tabs { float: left; width: 960px; }
.tabs .tab { display: none; float: left; width: 960px; }
.tabs .tab h2 { float: left; width: 960px; padding: 20px 0px; font: serif; font-size: 20px; }


.budget-projections-container { float: left; width: 960px; margin-bottom: 20px; }
.budget-projections-container table { width: 100%; margin-bottom: 0px; border-right: 1px solid #ccc; }
.budget-projections-container table thead th { line-height: 16px; vertical-align: middle; }

.weekly-table-container { float: left; width: 960px; overflow: auto; margin-bottom: 20px; }
.weekly-table-container table { width: auto; margin-bottom: 0px; border-right: 1px solid #ccc; }


.weekly-stats-labels { float: left; width: 160px; margin-bottom: 20px; }
.weekly-stats-labels table { width: 160px; margin-bottom: 0px; }
.weekly-stats-container { float: left; width: 800px; overflow: auto; margin-bottom: 20px; }
.weekly-stats-container table { width: auto; margin-bottom: 0px; border-right: 1px solid #ccc; }

.weekly-master-labels { float: left; width: 160px; margin-bottom: 20px; }
.weekly-master-labels table { width: 160px; margin-bottom: 0px; }
.weekly-master-container { float: left; width: 800px; overflow: auto; margin-bottom: 20px; }
.weekly-master-container table { width: auto; margin-bottom: 0px; border-right: 1px solid #ccc; }


.content-main { float: left; width: 640px; }

.content-side { float: right; width: 300px; }
.content-side .box { float: left; width: 300px; margin-bottom: 20px; }
.content-side .box .title { float: left; width: 300px; font-size: 14px; font-weight: normal; text-align: center; color: #fff; background: #aaa; border-radius: 8px 8px 0 0; line-height: 26px; text-transform: uppercase; }
.content-side .box .inside { float: left; width: 298px; border: 1px solid #aaa; border-top: 0; border-radius: 0 0 8px 8px; }
.content-side .box .inside .line { float: left; width: 280px; padding: 5px 9px; line-height: 14px; }
.content-side .box .inside .line:nth-child(2n+1) { background: #eee; }
.content-side .box .inside .line:last-child { border-radius: 0 0 8px 8px; }
.content-side .box .inside .line .desc { float: left; width: 280px; font-size: 11px; }
.content-side .box .inside .line .legend { float: left; width: 180px; font-size: 11px; font-style: italic; }
.content-side .box .inside .line .value { float: left; width: 100px; text-align: right; font-weight: bold; }

.general-form { float: left; width: 960px; }
.general-form .line { float: left; width: 960px; padding: 10px; width: 940px; border-bottom: 1px solid #ccc; }
.general-form .line:nth-child(2n+1) { background: #f5f5f5; }
.general-form .line .input-box { float: left; width: 940px; }
.general-form .line .input-box label { float: left; width: 180px; text-align; right; margin-right: 20px; line-height: 26px; }
.general-form .line .input-box .input-text { float: left; width: 740px; }
.general-form .line .input-box .input-text input { width: 200px; padding: 4px 9px; border: 1px solid #ccc; }
.general-form .line .input-box .select { float: left; width: 740px; }
.general-form .line .input-box .select select { width: 220px; height: 26px; padding: 4px 9px; border: 1px solid #ccc; }
.general-form .line .button-box { float: left; width: 740px; margin-left: 200px; }
.general-form .line .button-box button { cursor: pointer; background: #333; border: 1px solid #333; color: #fff; padding: 4px 24px; font-size: 14px; font-weight: bold; }
.general-form .line .button-box button:hover { color: #333; background: #bbb; }

.data-form { float: left; width: 960px; margin-bottom: 20px; border-top: 1px solid #ccc; }
.data-form-4 { }
.data-form .input-box { float: left; padding: 10px; width: 172px; border-bottom: 1px solid #ccc; }
.data-form-4 .input-box { width: 220px; }
.data-form .input-box:nth-child(2n+1) { background: #f5f5f5; }
.data-form .input-box label,
.data-form .input-box .label { float: left; width: 172px; padding-bottom: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; line-height: 15px; height: 30px; }
.data-form-4 .input-box label,
.data-form-4 .input-box .label { width: 220px; }
.data-form .input-box .static { float: left; width: 172px; line-height: 26px; }
.data-form-4 .input-box .static { width: 220px; }
.data-form .input-box input { float: left; width: 152px; padding: 4px 9px; border: 1px solid #ccc; height: 16px; line-height: 16px; }
.data-form-4 .input-box input { width: 200px; }
.data-form .input-box select { height: 26px; width: 172px; padding: 4px 9px; border: 1px solid #ccc; }
.data-form-4 .input-box select { width: 220px; }
.data-form .input-box .button { margin-top: 4px; }
.data-form .input-date { }
.data-form .input-date label { width: 86px; }
.data-form .input-date input { width: 56px; margin-right: 10px; }

.dialog-form { float: left; width: 300px; padding: 10px; }
.dialog-form .input-box { float: left; width: 300px; padding: 10px 0; border-bottom: 1px solid #ccc; }
.dialog-form .input-box label { float: left; width: 120px; padding-right: 10px; line-height: 26px; font-size: 11px; }
.dialog-form .input-box input { float: left; width: 150px; padding: 4px 9px; border: 1px solid #ccc; height: 16px; line-height: 16px; }
.dialog-form .buttons { float: left; width: 200px; padding-left: 100px; }

.dialog-text { float: left; width: 300px; padding: 10px 0; font-size: 14px; text-align: center; border-bottom: 1px solid #ccc; }

.general-list { float: left; width: 960px; margin-top: 10px; }
.general-list .line { float: left; width: 960px; padding: 5px 0px; border-bottom: 1px solid #666; }
.general-list .line label,
.general-list .line .label { float: left; width: 200px; line-height: 30px; }
.general-list .line .value { float: left; width: 760px; line-height: 30px; position: relative; }
.general-list .line .value input { float: left; width: 180px; height: 20px; padding: 4px 9px; border: 1px solid #ccc; border-radius: 8px; box-shadow: inset 0 4px 10px -1px #ccc; color: #666; position: relative; z-index: 10; }
.general-list .line .value .error_list { position: absolute; top: 0; left: 180px;  color: #d3411f; line-height: 20px; font-size: 11px; border: 1px solid #d3411f; background: #ffece7; z-index: 5; border-radius: 8px; padding: 4px 20px 4px 40px; white-space: nowrap; }
.general-list .buttons { float: left; width: 760px; padding: 10px 0 10px 200px; }
.general-list .buttons .button { margin-right: 10px; }

.chart-select { float: left; width: 960px; margin-bottom: 20px; border-top: 1px solid #ccc; }
.chart-select .input-box { float: left; padding: 10px; width: 940px; border-bottom: 1px solid #ccc; background: #f5f5f5; }
.chart-select .input-box .label { float: left; width: 940px; padding-bottom: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
.chart-select .input-box select { height: 26px; width: 940px; padding: 4px 9px; border: 1px solid #ccc; }

.charts { float: left; width: 960px; }
.charts-tab { display: none; float: left; width: 960px; }
.chart { float: left; width: 920px; margin-bottom: 10px; background: #eee; padding: 20px; }
.chart-left { float: left; width: 435px; }
.chart-right { float: right; width: 435px; }
.chart .inside { float: left; width: 920px; height: 1190px; }
.chart-pie .inside { float: left; padding: 0 100px; width: 720px; height: 720px; }
.chart-left .inside,
.chart-right .inside { width: 435px; height: 563px; }
.chart .title { float: left; width: 920px; margin-bottom: 20px; font-size: 16px; text-align: center; }
.chart-left .title,
.chart-right .title { width: 435px; }
.chart .buttons { float: left; width: 920px; margin-top: 20px; text-align: center; }
.chart-left .buttons,
.chart-right .buttons { width: 435px; }
.chart .buttons .button-refresh { float: left; }
.chart .buttons .button-print { float: right; }



.home-top { float: left; width: 960px; margin: 20px 0 40px 0; }
.home-top .image { float: left; width: 430px; }
.home-top .desc { float: right; width: 530px; line-height: 20px; padding-top: 20px; }
.home-top .desc h2 { font-size: 16px; font-weight: bold; padding-bottom: 20px; }
.home-top .desc p { font-size: 14px; padding-bottom: 20px; }

.home-columns { float: left; width: 960px; margin-bottom: 20px; }
.home-columns .top { float: left; width: 960px; text-align: center; margin-bottom: 10px; }
.home-columns .col { float: left; width: 300px; margin-right: 30px; }
.home-columns .col.last { margin-right: 0; }
.home-columns .col h2 { text-align: center; font-size: 16px; font-weight: bold; }
.home-columns .col img { width: 200px; padding: 20px 50px; }
.home-columns .col p { font-size: 16px; line-height: 20px; }

.text-content { float: left; width: 960px; line-height: 18px; }
.text-content h2 { font-size: 18px; padding-bottom: 18px; line-height: 24px; }
.text-content h3 { font-size: 14px; font-weight: bold; padding-bottom: 18px; }
.text-content p { font-size: 14px; padding-bottom: 18px; }

.testimonials { float: left; width: 640px; padding: 20px 160px; }
.testimonials .top { float: left; width: 640px; padding-bottom: 20px; text-align: center; }
.testimonials .testimonial { float: left; width: 640px; padding-bottom: 20px; margin-bottom: 20px; background: transparent url('../img/site/separator.png') no-repeat center bottom; }
.testimonials .testimonial img { float: left; }
.testimonials .testimonial p { line-height: 18px; font-size: 14px; padding-bottom: 18px; }

.buy-page { float: left; width: 960px; padding: 20px 0 40px 0; margin-bottom: 20px; background: transparent url('../img/site/separator.png') no-repeat center bottom; }
.buy-page .form { float: right; width: 271px; }
.buy-page .desc { float: left; width: 660px; line-height: 20px; }
.buy-page .desc img { display: block; max-width: 660px; padding-bottom: 10px; }
.buy-page .desc h3 { font-size: 16px; font-weight: bold; }
.buy-page .desc p { font-size: 14px; line-height: 20px; padding-bottom: 20px; }

.buy-message { padding: 0 20px; font-size: 14px; line-height: 20px; text-align: center; }
.buy-message p { padding-bottom: 20px; }
.buy-message .button { float: none; display: inline-block; }

.video-list { float: left; width: 960px; padding: 20px 0; }
.video-list .elem { float: left; width: 960px; padding-bottom: 20px; border-bottom: 1px solid #666; margin-bottom: 20px; }
.video-list .elem .image { float: left; width: 300px; }
.video-list .elem .image img { max-width: 300px; }
.video-list .elem .details { float: right; width: 640px; }
.video-list .elem .details h1 { font-size: 18px; padding-bottom: 18px; line-height: 24px; }
.video-list .elem .details p { font-size: 14px; padding-bottom: 18px; }

.video-single { float: left; width: 960px; padding: 20px 0; margin-bottom: 20px; }
.video-single .video { float: left; width: 640px; padding: 0 160px 20px 160px; }
.video-single .details { float: left; width: 960px; }
.video-single .details h1 { font-size: 18px; padding-bottom: 18px; line-height: 24px; }
.video-single .details p { font-size: 14px; padding-bottom: 18px; line-height: 18px; }

.video-extra { float: left; width: 960px; margin-bottom: 40px; text-align: center; }
.video-extra p { line-height: 20px; font-weight: bold; }

.files-list { float: left; width: 960px; padding: 20px 0; }
.files-list .elem { float: left; width: 960px; padding-bottom: 20px; border-bottom: 1px solid #666; margin-bottom: 20px; }
.files-list .elem .image { float: left; width: 300px; }
.files-list .elem .image img { max-width: 300px; }
.files-list .elem .details { float: right; width: 640px; }
.files-list .elem .details h1 { font-size: 18px; padding-bottom: 18px; line-height: 24px; }
.files-list .elem .details p { font-size: 14px; padding-bottom: 18px; line-height: 18px; }

.oms-index { }
.oms-index-desc { padding: 20px 0px; font-size: 16px; text-align: center; }
.oms-index a { float: left; height: 350px; width: 234px; text-indent: -9999px; margin: 20px 43px; }
.oms-index a.oms-index-monthly { background: transparent url('../img/site/OMS-Monthly-Module-Packaging.png') no-repeat top left; }
.oms-index a.oms-index-budget { background: transparent url('../img/site/OMS-Budget-Module-Packaging.png') no-repeat top left; }
.oms-index a.oms-index-weekly { background: transparent url('../img/site/OMS-Weekly-Module-Packaging.png') no-repeat top left; }

.charts-navigation { padding-bottom: 20px; }
.charts-navigation-prev { float: left; }
.charts-navigation-next { float: right; }

.faq { float: left; width: 640px; padding: 20px 160px; }
.faq .top { float: left; width: 640px; padding-bottom: 20px; text-align: center; font-size: 30px; }
.faq .elem { float: left; width: 640px; padding-bottom: 20px; margin-bottom: 20px; background: transparent url('../img/site/separator.png') no-repeat center bottom; }
.faq .elem .question { font-weight: bold; line-height: 18px; font-size: 14px; color: #166C6D; padding-bottom: 9px; }
.faq .elem .answer { }
.faq .elem .answer p { line-height: 18px; padding-bottom: 9px; }

@media print {
    body { background: #fff !important; }
    .container { width: 100%; }
    .page-header { display: none !important; }
    .page-footer { display: none !important; }
    .tabs-menu { display: none !important; }
    .tabs .tab h2 { display: none !important; }
    table thead th { border-color: #000; border-width: 2px; }
    table tbody td { border-color: #000; border-width: 2px; }
    table tbody th { border-color: #000; border-width: 2px; }
    table tfoot td { border-color: #000; border-width: 2px; }
    .content-side .box .title { border-bottom: 2px solid #000; font-size: 12px; font-weight: bold; }
    .content-side .box .inside { border-radius: 0; border: 0; width: 300px; }
    .chart-select { display: none !important; }
    .chart { padding: 10px 20px; }
    .chart .buttons  { display: none !important; }
    .table-data-labels { page-break-after: always; }
    .table-data-container { width: auto; overflow: visible; }
    .table-referral-labels { page-break-after: always; }
    .table-referral-container { width: auto; overflow: visible; }
    .table-staff-container { width: auto; }
    .table-budget-container { width: auto; }
    .budget-projections-container { width: auto; }
    .weekly-table-container { width: auto; overflow: visible; }
    .table-clinician-single-labels { page-break-after: always; }
    .table-clinician-single-totals { page-break-after: always; }
    .table-clinician-single-container { width: auto; overflow: visible; }
    .weekly-stats-labels { page-break-after: always; }
    .weekly-stats-container { width: auto; overflow: visible; }
    .weekly-master-labels { page-break-after: always; }
    .weekly-master-container { width: auto; overflow: visible; }
    .table-weekly-custom-labels { page-break-after: always; }
    .table-weekly-custom-container { width: auto; overflow: visible; }
    .charts-navigation { display: none; }
}


.clearboth {
    margin: 0;
    padding: 0;
    clear: both;
}
 
#nav {
  color: #2d3b43;
  float: none;
  margin: 0 0 0 0px;
  position: relative;
}
 
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
 
#nav a:link,
#nav a:visited {
    color: #217541;
    text-decoration: none;
}
 
#nav a {
  display: block;
  padding: 6px 3px;
  font-family: robotolight;
  font-size: 16px;
  color: #fff;
}
 
#nav li {
    float: left;
   /* background-color: #f8c370;
    margin-right: 1px;*/
    position: relative;
	/*border-radius: 12px 12px 0px 0px;*/
	height:28px;
	color: #2D3B43;
}

#nav li li{
    width: 160px;
    margin-top: 1px;
	border-radius: 0px 0px 0px 0px;
	position:relative;
	z-index:13;
}

#nav li:hover {
	/* background-color: #fc9e00; */
}
#nav li li:hover {
	/* background-color: #fc9e00; */
}	

 
#nav ul ul  {
    position: absolute;
	display: none;
}
 
#nav ul ul ul{
    position: absolute;
    left: 100%;
	top: -2px;
    border: solid 1px transparent;
}  

#nav li:hover > ul {
	display: block;
}
 
#nav_right {
  color: #2d3b43;
  float: right;
  margin: 0 auto;
  position: relative;
  width: auto;
}
 
#nav_right ul {
  float: left;
  list-style: outside none none;
  margin: 0 15px 0 0;
  padding: 0;
}
 
#nav_right a:link,
#nav_right a:visited {
    color: #2D3B43;
    text-decoration: none;
}
 
#nav_right a {
  display: block;
  padding: 6px 3px;
}
 
#nav_right li {
    float: left;
   /* background-color: #f8c370; 
    margin-right: 1px;*/
    position: relative;
	border-radius: 12px 12px 0px 0px;
	height:28px;
	color: #2D3B43;
}
#nav_right li li {
  background-color: #217541;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  line-height: 13px;
  margin-top: 0;
  padding-bottom: 7px;
  position: relative;
  width: 160px;
  z-index: 13;
}
#nav_right li:hover {
	/* background-color: #fc9e00; */
}
#nav_right li li:hover {
	/* background-color: #fc9e00; */
}	

 
#nav_right ul ul {
  float: left !important;
  margin-left: -120px;
  position: absolute;
  visibility: hidden;
}
 
#nav_right ul ul ul{
    position: absolute;
    left: 100%;
	top: -2px;
    border: solid 1px transparent;
}  

#nav_right li:hover > ul {
	visibility: visible;
}
.container {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  text-align: left;
  width: 960px;
}

.actions ul{
	float:left;
	margin:0px;
	padding:0px;
	margin-left:-5px;
}

.actions li{
	float:left;
	padding:5px;
	border: solid 1px #cccccc;
	margin-left: 5px;
	width: 150px;
	padding-right:0px;
}
.left-col {
  float: left;
  padding-left: 8px;
  width: 175px;
}

.right-col{
	float:left;
	width:765px;
	margin-top:10px;
	margin-left:20px;
}

h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

h2{
	font-size:18px;
	font-weight:bold;
	margin-bottom:22px;
}

h1{
	font-size:18px;
	font-weight:bold;
	margin-bottom:22px;
}

.right-col table td, th{
	border:solid 1px #cccccc;
	padding:10px;
	text-align: center;
}

.searchname td{
	border:none!important;
}

.paging span{
	margin:3px;
}

.sub_actions{
	margin-bottom:10px;
}

.users table tr td label {
  float: left;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 2px;
}
.submit{
 	margin-left: 70px;
	margin-bottom: 15px;
}
/* csw view & battleplan view css*/
.viewplan{
/*width:900px;*/
float:left;
min-height:900px;
margin:0 auto;
display:block;
border:1px solid #cccccc;
padding:30px;
}
.viewplan_title{
width:300px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:18px;
margin:30px auto;
display:block;
text-align: center;
}
.viewplan_title_name{
width:300px;
font-family: Arial, Helvetica, sans-serif;
font-size:25px;
margin:30px auto;
display:block;
}
.viewplan_plan{
width:650px;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
margin:30px auto;
display:block;
margin:0 auto;
text-align:center;
padding:5px;
height:30px;
}
.viewplan_name{
min-width:50px;
float:left;
margin-right:19px;
}
.viewplan_date{
min-width:50px;
float:left;
margin-right:19px;
}
.viewplan_condition{
min-width:50px;
float:left;
margin-right:19px;
}
.viewplan_name_plan{
min-width:50px;
float:left;
margin-right:19px;
}
.viewtarget{
margin:0 auto;
margin-top:30px; 
width:600px;
font-size:18px;
display:block;
padding:right;
border:0px solid #cccccc;
}
.add{
width:100%;
text-align:left;
float:left;
margin-top:10px;
margin-bottom:10px;
font-size:18px;
margin-left:30px;
}
.viewplan_csw{
width:600px;
min-height:800px;
margin:0 auto;
display:block;
border:1px solid #cccccc;
padding:30px;
}

.csw_to{
width:100%;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:0 auto;
margin-top:30px;
margin-left:30px;
display:block;
padding:10px;
padding-left:0px;
}
.csw_to_add{
width:400px;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:0 auto 5px;
float:left;
}
.csw_from{
width:300px;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:0 auto;
margin-top:35px;
margin-left:30px;
}
.csw_date{
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:0 auto;
float:left;
width:40%;
}
.csw_date_notification{
width:300px;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:0 auto;
text-align: right;
float:left;
}
.csw{
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
margin-bottom: 0;
margin-left:0;
margin-right: auto;
margin-top: 28px;
width: 100%;
text-align:center;
}
.csw_situ{
width:300px;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
margin:0 auto;
margin-top:15px;
margin-left:30px;
}
.csw_data{
width:300px;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
margin:0 auto;
margin-top:30px;
margin-left:30px;
}
.csw_solu{
width:300px;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
margin:0 auto;
margin-top:50px;
margin-left:30px;
}
.csw_ok{
width:300px;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:0 auto;
margin-left:400px;
margin-top:50px;
}
.viewtarget{
margin:0 auto;
margin-top:30px; 
width:600px;
font-size:18px;
display:block;
padding:right;
border:1px solid #cccccc;
}
.csw_sign{
width:auto;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:0 auto;
margin-left:400px;
margin-top:40px;
border-top:1px solid #000000;
padding-top:10px;
}
.csw_title{
width:auto;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:0 auto;
margin-left:400px;
margin-top:40px;
border-top:1px solid #000000;
padding-top:10px;
}
.csw_app{
width:auto;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:0 auto;
margin-left:0px;
margin-top:0px;
clear: both;
}
.csw_disapp{
width:auto;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:0 auto;
margin-left:50px;
margin-top:20px;
}
.order{
width:600px;
min-height:800px;
margin:0 auto;
display:block;
border:1px solid #cccccc;
padding:30px;
}
.to{
float:left;

}
.form-box h1 {
  color: #666666;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
  width: 340px;
}
/*  */
.add_to_user{
font-size:15px;
margin-bottom: 10px;
font-weight:bold;
}
.add_cc_user{
font-size:15px;
margin-bottom: 10px;
font-weight:bold;
}
.add_via_user{
font-size:15px;
margin-bottom: 10px;
font-weight:bold;
}
.actions{
width:100px;
float:left;
height:24px;
}.welcome_user{	float: left;    margin-left: 10px;    padding-right: 10px;    padding-top: 6px;
}

#nav li li {
  background-color: #217541;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  line-height: 13px;
  margin-top: 0;
  padding-bottom: 7px;
  position: relative;
  width: 160px;
  z-index: 13;
}

.top_titles{
	cursor:pointer;
}
.viewplan_plans{
width:800px;
min-height:600px;
margin:0 auto;
display:block;
border:1px solid #cccccc;
padding:30px;
margin-right: 10px;
}

.viewplan_plans_plan{
width:600px;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:30px auto;
display:block;
margin:0 auto;
text-align:center;
padding:5px;
min-height:30px !important;
height:auto !important;
}

.viewplan_plans_name{
min-width:50px;
float:left;
margin-right:19px;
}
.viewplan_plans_date{
min-width:50px;
float:left;
margin-right:19px;
}
.plans_title{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
margin:5px auto;
display:block;
}
.plans_view_name{
width:300px;
float:left;
height:auto;
}
.viewplan_plans_contain {
  display: block;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  line-height: 19px;
  margin: 0 auto;
  min-height: 30px;
  text-align: justify;
  width: auto;
}
.viewtarget_plan{
margin:0 auto;
float:left;
margin-top:30px; 
width:600px;
font-size:12px;
display:block;
padding:right;
}
.viewpurchase_title{
width:100%;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
margin:5px auto;
display:block;
text-align:center;
}
.viewpurchase_title_second{
width:100%;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
margin-top:0px auto;
display:block;
text-align:center;
}
.viewpurchase_title_third{
width:100%;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
margin-top:0px auto;
display:block;
text-align:center;
}
.viewpurchase_number{
height:30px;
line-height:30px;
min-width:50px;
border-top:1px solid #000000;
margin-right:50px;
float:right;
margin-top:10px;
padding:2px 15px;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
display:block;
}
.purchase_date{
width:100%;
min-width:50px;
float:left;
margin-right:19px;
margin-bottom:10px;
}
.purchase_order_date{

float: left;
margin-right: 19px;
min-width: 50px;
font-size:18px;
margin-top:60px;
margin-left:30px;
}
.purchase_order_date_supplier{

float: left;
margin-right: 19px;
min-width: 50px;
font-size:18px;
margin-top:10px;
margin-left:30px;
}

.purchase_order_contain{
font-size:18px;
min-width: 50px;
margin-top:60px;
display:block;
margin-left:20px;
float:left;
}
.purchase_order_contain_supplier{
font-size:18px;
min-width: 50px;
margin-top:10px;
display:block;
margin-left:20px;
float:left;
}
.purchase_date_name_address{
font-size:18px;
display:block;
width:100%;
min-width:50px;
float:left;
margin-right:19px;
}

.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:27px;
	line-height:27px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	text-decoration:none;
	background-color:#dfdfdf;
}.classname:active {
	position:relative;
	top:1px;
}
.purchase_csw{
margin-top:10px;
}

.RequestApproval{
	width: 156px; 
	text-align: center; 
	margin:20px auto 0;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;	
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:27px;
	line-height:27px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.RequestApproval:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	text-decoration:none;
	background-color:#dfdfdf;
}.RequestApproval:active {
position:relative;
top:1px;
}
.AddApproval{
	width: 156px; 
	text-align: center; 
	margin-bottom: 10px;
	margin-top: 10px;	
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;	
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:27px;
	line-height:27px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	float:left;
}
.AddApproval:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	text-decoration:none;
	background-color:#dfdfdf;
}.AddApproval:active {
position:relative;
top:1px;
}
.viewplan_purchaseorder{
width:650px;
float:left;
min-height:900px;
margin:0 auto;
display:block;
border:1px solid #cccccc;
padding:30px;
}
h4{
font-size:18px;
font-weight:bold;
margin-bottom:0px;
text-align:center;
}
.purchaseorder_title{
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
width: 668px;
}
.purchaseorder_sub_title{
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
margin-bottom: 30px;
margin-left:230px;
margin-right: auto;
margin-top: -25px;
width: 668px;
}

.plan_title{
display: block;
font-family: Arial,Helvetica,sans-serif;
font-size: 15px;
margin: 10px auto 30px;
width: 668px;
}

.plan_sub_title{
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
margin-bottom: 30px;
margin-left:142px;
margin-right: auto;
margin-top: -25px;
width: 668px;
}
.csw_this_is_ok{
width:auto;
font-size: 15px;
margin-top:15px;
margin-bottom:10px;
text-align: center;
float:left;
}
.csw_this_is_ok_line{
width:100%;
border-bottom:2px solid #cccccc;
margin-top:15px;
float:left;
}
.purchase_date_app{
width:100%;
min-width:50px;
float:left;
margin-right:19px;
margin-bottom:25px;

}
.viewplan_title_condition{
width:300px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
margin:10px auto;
margin-top: -20px;
display:block;
text-align: center;
}
.viewplan_title_post{
width:300px;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
margin:30px auto;
margin-top: -20px;
display:block;
text-align: center;
}
.add_stat{
float:left;
width:100%;
margin-top:10px;
margin-bottom:10px;
font-size:15px;
border-top:2px solid #000000;
padding-top:10px;
}
.ethic_from{
float:left;	
width:100%;
margin-top:10px;
font-size:15px;
margin-left:30px;
}
.ethic_title{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
margin:30px auto;
display:block;
float:left;
width:100%;
}
.ethic_name{
float: left;
height: auto;
width: 100%;
}
.ethic_signed{
float: left;
height: auto;
width: 100%;	
margin-top:250px;	
}
.instruct_title{
float: left;
margin-right: 19px;
margin-top: 10px;
min-width: 50px;
width: auto;
text-align: left;
}
.instruct_contain{
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
margin-top: 0;
min-height: 30px;
width: auto;
}
.memorandum_contain{
float: left;
height: auto;
margin-bottom: 150px;
margin-top: 40px;
width: 100%;
text-align: left;
margin-bottom: 10px;
}
.personal_title{
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
margin-bottom:20px;
text-align: center;
width: 100%;
}
.personal_program_title{
float: left;
margin-right: 19px;
margin-top: 20px;
min-width: 50px;
}
.personal_program_data{
float: left;
min-height:30px;
width:100px;
text-align:justify;
}
.personal_program_attach{
 float: left;
 margin-right: 19px;
 margin-top: 20px;
 min-width: 50px;
 text-align: justify;
 font-size: 15px;
}
.order_form{
float: left;
font-size: 15px;
margin-bottom: 15px;
margin-left: 30px;
margin-top: 10px;
width: 100%;
}
.order_form_due_date{
float:left;	
width:100%;
margin-top:10px;
font-size:15px;
margin-left:30px;
}
.order_form_com_date{
float:left;
margin-top:10px;
font-size:15px;
}
.order_form_date{
float:right;
width:300px;
margin-bottom:5px;
}
.sample_title{
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 100%;
margin-bottom: 30px;
}
.add_title {
  display: block;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 17px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.title_center{
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 100%;
margin-bottom: 30px;
min-width:50px;
}
/* .title_center {
  display: block;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 20px;
  margin-bottom: 30px;
  margin-left: 225px;
  margin-right: auto;
  min-width: 50px;
  text-align: left;
  width: 100%;
} */
.sample_policy_title{
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
text-align: center;
width: 100%;
}
.samplepolicy_title{
float: left;
margin-right: 19px;
margin-top: 10px;
min-width: 50px;
width: 100%;
text-align: left;
font-size: 15px;
}
.samplepolicy_title_summary{
float: left;
margin-right: 19px;
margin-top: 10px;
min-width: 50px;
width: 100%;
text-align: left;
min-height: 100px;
font-size: 15px;
}
.samplepolicy_title_position{
float: left;
margin-right: 19px;
margin-top: 35px;
min-width: 50px;
width: 100%;
text-align: left;
font-size: 15px;
}
.samplepolicy_title_corporation{
float: left;
margin-right: 19px;
margin-top: 35px;
min-width: 50px;
width: 100%;
text-align: left;
margin-bottom: 20px;
font-size: 15px;
}
.sample_title_org_name{
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 100%;
}
.sample_title_client{
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 100%;
margin-bottom: 20px;	
}
.staff_owner_title{
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
text-align: center;
width: 100%;
margin-bottom: 30px;
}
.staff_owner_name{
float: left;
margin-right: 19px;
margin-top: 10px;
min-width: 50px;
width: 100%;
text-align: left;
font-size: 15px;
 margin-left: 30px;
}
.staff_owner_thanks{
float: left;
margin-right: 19px;
margin-top: 30px;
min-width: 50px;
width: 100%;
text-align: left;
font-size: 15px;
margin-left: 30px;
margin-bottom: 20px;
}
.administrative_name{
float: left;
margin-right: 19px;
margin-top: 100px;
min-width: 50px;
width: 100%;
text-align: left;
font-size: 15px;
 margin-left: 30px;
}
.administrative_title{
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
text-align: center;
width: 100%;
margin-bottom: 30px;
}
.weekly_plan_main{
float: left;
width: 100%;
margin-left: 30px;
margin-top: 10px;

}
.weekly_plan_promo{
float: left;
width: auto;;
margin-right:80px;
font-size: 15px;
}
.weekly_plan_front{
float: left;
width: auto;;
font-size: 15px;

}
.power_title_client{
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 100%;	
}
.power_owner_name{
float: left;
margin-right: 19px;
margin-top: 20px;
margin-bottom: 20px;
min-width: 50px;
width: 100%;
text-align: left;
font-size: 15px;
 margin-left: 30px;
}
#sidenav {
    font-family: verdana;
    font-weight: bold;
    font-size: 9pt;
}
 
#sidenav ul {
    margin: 0;
    padding: 0;
    list-style: none;
     margin-top: 15px;
}
 
#sidenav a:link,
#sidenav a:visited {
    color: #ffffff;
    text-decoration: none;
}
 
#sidenav a {
    display: inline-block;
    width:93%;
    padding: 6px 8px;
    font-size:12px;
}
 
#sidenav li {
  background-color: #217541;
  margin-top: 2px;
  padding: 5px 0;
  position: relative;
  width: 170px;
}
#sidenav li a{
	font-size:11px !important;
	color: #fff !important;
}


#sidenav li li {
  border-bottom: 0px solid #fff !important;
  border-radius: 0;
  width: 160px;
}
#nav li ul li a {
  color: #ffffff !important;
  font-weight: bold;
  line-height: 20px;
}
#nav_right li ul li a{
	color:#ffffff!important;
	font-weight: bold;
	padding: 8px;
}
#sidenav li li:hover {
	background-color: #757575;
}	
 
#sidenav ul ul {
  display: block;
  margin-left: 171px;
  margin-top: -30px;
  position: absolute;
  visibility: hidden;
  z-index: 10;
}
 
#sidenav ul ul ul {
  border: 1px solid rgba(0, 0, 0, 0);
  left: -6%;
  position: absolute;
  top: 25px;
}

#sidenav li:hover > ul {
	visibility: visible;
}
 
.sidenav_right-arrow {
    float: right;
}
.plan_view{
width:800px;
min-height:600px;
margin:0 auto;
display:block;
border:1px solid #cccccc;
padding:30px;
margin-right: 10px;
float:left;
}
.policy_form_due_date{
float: left;
font-size: 15px;
margin-bottom: 20px;
margin-left: 30px;
margin-top: 10px;
width: 100%;

}
.policy_name_division{
float: left;
font-size: 15px;
margin-bottom: 10px;
margin-left: 30px;
margin-top: 10px;
width: 100%;

}
.companypolicy_title{
float: left;
margin-right: 19px;
margin-top: 10px;
min-width: 50px;
width: 100%;
text-align: left;
font-size: 15px;
margin-bottom: 20px;
}
.galary_image{
float:left;

}
.galary_image ul{
float:left;
margin:0px;
padding:0px;


}
.galary_image li{
float:left;
margin:5px 0px;
}

.expnonexi_line{
float:left;	
width:100%;
padding-top:15px;
font-size:15px;
margin-left:8px;
border-top:2px solid #000000;
padding-bottom: 10px;
}

.plan_view_index{
width:600px;
min-height:850px;
margin:0 auto;
display:block;
border:1px solid #cccccc;
padding:30px;
margin-right: 10px;
float:left;
}
.plans_view_name_index{
float: left;
height: auto;
margin-left: 25px;
width: 250px;
}
.csw_app_plan_view{
width:500px;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:0 auto;
margin-left:50px;
margin-top:20px;
}
.csw_app_program{
width:auto;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:0 auto;
margin-left:25px;
margin-top:20px;
}
.csw_app_project{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
margin-bottom: 0;
margin-left: 25px;
margin-right: auto;
width: auto;
}
.project_table{
width:500px;
margin-left: 25px;
margin-bottom: 20px;		
}
.csw_view_name{
clear:both;
font-size: 18px;
font-weight: bold;
margin-bottom: 22px;
text-align:center;
}
.staffhat_name{
float: left;
margin-right: 19px;
margin-top: 20px;
min-width: 50px;
width: 100%;
text-align: left;
font-size: 15px;
 margin-left: 500px;
}
.division_name{
height:122px;	
}
.posttitle_name{
height:615px;	
}
.checkbox {    clear: both;    display: block;    float: left;    margin-top: 5px;}
h9{
	font-size:15px;
	font-weight:bold;
	
}
.viewplan_title_battleplan_condition{
width:300px;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
margin:10px auto;
display:block;
text-align: center;
}
.viewplan_plan_battleplan_condition{
width:750px;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
margin:30px auto;
display:block;
margin:0 auto;
text-align:center;
padding:5px;
height:10px;
}
.csw_to_battleplan_condition{
width:600px;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:0 auto;
margin-left:30px;
display:block;
padding:10px;
padding-left:0px;
}
.csw_from_purchaseorder_from{
float: left;	
width:100%;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:0 auto;
margin-top:15px;
margin-left:30px;
border-top:1px solid;
}
.rightside{
	float:right;
}
.leftside{
	float:left;
}
.setindex{
	width:25%;
	text-align:center;
}
.archivesetindex{
	width:2%;
	text-align:center;
}
.setindex a{
	margin-right:10px;
}
.policy .checkbox input{
	float:left;
	margin-right: 25px;
}
.policy .checkbox label{
	float:left;
}
.pagination_bottom{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	float:left;
}
.lable_user{
	width:20%;
	text-align: left!important;
}
.lable_user1{
	width:25%;
	text-align: left!important;
}
.input_user{
	width:50%;
	text-align: left!important;
}
.tableadd{
	width:80%;
}
.tablesearch{
	width:100%;
}
.sub .submit{
	margin:0px;
}
.plans_view_name_index_view{
float: left;
height: auto;
margin-left: 25px;
width: 600px;
}

.viewplan_name_view{
min-width:50px;
float:left;
margin-right:19px;
height:30px;
}

.policy_name_division_view{
float: left;
font-size: 15px;
margin-left: 30px;
margin-top: 10px;
width: 100%;
}
.policy_name_division_view_posttitle{
float: left;
font-size: 15px;
margin-left: 30px;
width: 100%;
}
.samplepolicy_title_view{
float: left;
margin-right: 19px;
margin-top: 10px;
min-width: 50px;
width: 100%;
text-align: left;
font-size: 15px;
margin-bottom: 20px;
}
.add_plan_view{
width:100%;
text-align:left;
float:left;
margin-top:20px;
font-size:18px;
margin-left:30px;
}
.viewplan_projects_contain{
width:auto;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:30px auto;
display:block;
margin:0 auto;
float:left;
min-height:10px;
margin-left: 25px;
}
.viewtarget_project_plan{
margin:0 auto;
float:left;
margin-top:30px; 
width:600px;
font-size:12px;
display:block;
padding:right;
}
.success_message {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #217541;
  box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf;
  color: #000000;
  font-weight: bold;
  height: 30px;
  left: 43%;
  line-height: 30px;
  min-width: 100px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  top: 0%;
  width: 300px;
  z-index: 999999;
}
.error_message {
  background: -moz-linear-gradient(center top , #c57979 0%, #bb6464 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #a95151;
  box-shadow: 0 1px 2px 0 #cd8787 inset;
  color: #fff;
  /* height: 30px; */
  line-height: 30px;
  margin: 4px auto;
  text-align: center;
  text-shadow: 0 1px 0 #b7b7b7;
  width: 400px;
}
.hfalink a{
	text-decoration: none;
}
title { display: none; }
.val_color{
color:#FF0000;
}
.plan_view_index_project_view{
width:800px;
min-height:850px;
margin:0 auto;
display:block;
border:1px solid #cccccc;
padding:30px;
margin-right: 10px;
float:left;
}
.viewplan_plans_plan_project_view{
width:780px;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:30px auto;
display:block;
margin:15px auto;
text-align:center;
padding:5px;
float:left;
}
.plans_view_name_index_project_view{
float: left;
height: auto;
margin-left: 25px;
width: 360px;
}
.viewplan_plans_contain_project_view{
display: block;
float: right;
font-family: Arial,Helvetica,sans-serif;
font-size: 15px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
text-align: left;
width: 100%;
}
.csw_app_program_view{
float: left;
}
.viewplan_plan_battle_condition{
width:800px;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
margin:30px auto;
display:block;
margin:0 auto;
text-align:center;
padding:5px;
height:10px;
}
.viewplan_manual_name{
min-width:600px;
float:left;
margin-right:19px;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
}
.viewplan_manual_contain{
min-width:600px;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:30px auto;
display:block;
margin:0 auto;
float:left;
height:30px;
}
.order_view_contain{
display: block;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
margin-top: 0;
min-height: 30px;
width: auto;
}
.viewplan_plans_plan_view{
width:600px;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:30px auto;
display:block;
margin:15px auto;
padding:5px;
min-height:30px;
height:auto;
float: left;
}
.csw_situ_content{
width:600px;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:0 auto;
margin-top:15px;
margin-left:30px;
}
.memorandum_contain_view{
float: left;
height: auto;
margin-bottom: 150px;
margin-top: 10px;
width: auto;
margin-bottom: 0px;
}
.csw_data_purchaseorder_view{
float: left;
width:600px;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
margin:0 auto;
margin-top:5px;
margin-left:30px;
}
.csw_purchaseorder_view{
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
margin-bottom: 0;
margin-left:0;
margin-right: auto;
margin-top: 10px;
width: 100%;
text-align:center;
}
.personal_program_data_view{
float: left;
min-height:30px;
width:600px;
text-align:justify;
}
.viewplan_plans_name_view{
float:left;
margin-right:19px;
}
.new_weekend {
  background: rgb(204, 204, 204) linear-gradient(to bottom, rgb(204, 204, 204), rgb(143, 141, 143)) repeat scroll 0 0;
  background: #cccccc;
  background-image: -webkit-linear-gradient(top, #cccccc, #8f8d8f);
  background-image: -moz-linear-gradient(top, #cccccc, #8f8d8f);
  background-image: -ms-linear-gradient(top, #cccccc, #8f8d8f);
  background-image: -o-linear-gradient(top, #cccccc, #8f8d8f);
  background-image: linear-gradient(to bottom, #cccccc, #8f8d8f);
  border: 1px solid rgb(153, 153, 153);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-family: Arial;
  font-size: 12px;
  padding: 4px 10px;
  text-decoration: none;
}
 
 .new_weekend button {
  background: rgb(204, 204, 204) linear-gradient(to bottom, rgb(204, 204, 204), rgb(143, 141, 143)) repeat scroll 0 0;
  background: #cccccc;
  background-image: -webkit-linear-gradient(top, #cccccc, #8f8d8f);
  background-image: -moz-linear-gradient(top, #cccccc, #8f8d8f);
  background-image: -ms-linear-gradient(top, #cccccc, #8f8d8f);
  background-image: -o-linear-gradient(top, #cccccc, #8f8d8f);
  background-image: linear-gradient(to bottom, #cccccc, #8f8d8f);
  border: 1px solid rgb(153, 153, 153);
  border-radius: 5px;
  color: rgb(0, 0, 0);
  float: left;
  font-family: Arial;
  font-size: 12px;
  padding: 4px;
  text-decoration: none;
  width: 100%;
}
.new_weekend:hover {
  text-decoration: none;
}
.graph_index{
	float: left;
    width: 170px !important;
    padding: 23px 10px !important;
}
.samplepolicy_title_view  ol{
 list-style: outside none number !important;
}
.right-arrow {
  float: none;
  position: absolute;
  right: 5px;
  top: 6px;
}
#nav_right ul ul ul {
  left: -40px !important;
  right: 100% !important;
}
.error:before {    content: "*  ";	}	.error {  color: red;  float: none !important;  padding-left: 4px; }
.new_user{line-height: 1.5;
    margin-left: 10px;}
	
.logopanel{ float:left; width:25%; display:block; height:auto;}

.navRight {
  display: block;
  float: left;
  margin-left: 0px;
  height: auto;
  margin-top: 18px;
  width: auto;
}

/* .navLeft { float:left; width:300px; display:block; height:auto; margin-top: 15px;} */
.navLeft {
  display: block;
  float: left;
  height: auto;
  margin-top: 15px;
  width: 57%;
}

#header {
  border-bottom: 3px solid #217541;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.page-header {
  height: auto;
  min-height: 40px;  
}
.logo{ width:100%;}
#container {
  margin: 0 auto;
/*  overflow: hidden; */
  width: 99% !important;
}
.banner-text {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.93);
  font-size: 18px;
  left: 13%;
  line-height: 29px;
  padding: 10px;
  position: absolute;
  top: 10%;
  width: 514px;
}
.bx-wrapper img {
    display: block;
    width: 100% !important;
}
.success_message {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #217541;
  box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf;
  color: #000000;
  font-weight: bold;
  height: auto;
  left: 49.5%;
  line-height: 17px;
  min-width: 100px;
  padding: 5px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  top: 8px;
  width: 240px;
  z-index: 999999;
}
.div-btn{
background: none repeat scroll 0 0 #fff;
border: 1px solid #b6b5b5;
cursor: pointer;
display: block;
float: left;
margin: 0 auto !important;
padding: 5px;
width: 117px;
 height: 35px;
 
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -mz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 transition: all 0.5s ease;
}
.text-center {
  margin: 0;
  text-align: center;
}
.search-date td .input {
  float: left;
  margin-right: 10px;
}
/*20150817*/
.div-btn:hover {
  background: #217541 none repeat scroll 0 0;
  color: #fff;
}
.oic_item {
    clear: none;
    float: left;
    height: 35px;
    width: 50%;
}
/*20150824*/
.plans_view_name_index {  margin-left: 0; width: 100%;}
.viewplan_manual_contain{width: 100%;}
#print_content {width: 95%;} 
/* .viewplan_manual_contain iframe {
  border: 2px solid #ccc;
  height: 526px;
  width: 100%;
} */
/*20150825*/
.viewplan_manual_contain iframe {
  border: 2px solid #ccc;
  height: 780px;
  width: 100%;
}

/*20150825*/
.width-full{
	width:80% !important; 
}
/*20150902*/
.setindex a {
  margin-right: 10px;
}
/*20150904*/
.question_mark
{width: 100px;}
.question_mark img {
    float: left;
    width: 20px;
}
.question_mark h1{	
	float:right;
	
}
#print_content {
 width: 800px;
}
/*20150908*/
.viewplan_plans_plan {
  float: left;
  height: auto;
  margin: 0 auto 0 25px;
  min-height: 30px;
  width: 600px;
}
.report-name {
  font-weight: normal;
  margin: 10px;
}
/*20150909*/
.viewplan_plans_plan_view {
  margin: 15px 26px;
}
.nav-notification a {
  float: left;
}
.nav-notification li span {
  float: right;
  margin-top: 10px;
}
/*20150923*/
.viewplan_manual_contain iframe {
  border: 2px solid #ccc;
  height: 447px;
  width: 100%;
}

.viewplan_plans_plan_view {
  min-height: 30px !important;
  height: auto !important;
}
.listdata {
  width: 100px;
}
/*20151001*/
.question_mark  {
	float: left !important;
	width:100%;
}
.question_mark a {
	float: left;
	width: auto;
	display: block;
}
.question_mark h1 {
	float: left !important;
	display: block;
	margin-left: 6px;
}
.pull-center {
  float: none;
  margin: 10px auto;
  min-height: 25px;
  width: 320px;
}
.right-col form {
    float: left;
    width: 100%;
}
.right-col .tablesearch,.right-col .tableadd {
	width: 100%;
	float: left;
}
/*20151005*/
/* .testimonial.biggerize li, .testimonial.biggerize p {
  font-size: 15pt;
  line-height: 1.3 !important;
} */
.purchaseorder_title {
  display: block;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  margin: 0;
  text-align: left;
  width: 668px;
  margin-bottom:15px;
}
.purchaseorder_sub_title {
  margin: 0;
}
.navLeft > #nav {
  width: 450px;
}
.csw_poli, .csw_to {
  width: 100% !important;
}
.csw_date {
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  margin: 0 auto;
  width: 40% !important;
}
/*20151006*/
.brk-line .expnonexi_line { 
  float: left; 
  margin-left: 0;
  margin-top: 10px; 
  width: 95%;
}
.q-list .staff_owner_name {   width: 90%;}
.history{ 
	margin-bottom: 15px; 
	text-align: left;
	width: 100%;
}
.testimonial.biggerize ul {
  margin-left: 20px;
}
.question_new  .sample_title {
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: auto;
    text-align: center;
    width: auto;
    margin-bottom: 30px;
}
.question_new  .question_mark {
    float: left !important;
    width: 100%;
    padding-left: 20em;
}

.stafftraining_qmark > img {
  float: right;
  width: 20px;
}

/*20151012*/
.users table {
  float: left;
}
@media all and (min-width:320px) and (max-width:801px){
	.navRight {
	  display: block;
	  float: left;
	  height: auto;
	  margin-top: 15px;
	  width: 100%;
	}
}

@media all and (min-width:320px) and (max-width:1024px){
	#nav { 
  margin: 0 5px !important; 
}
}

.viewplan_name {
  float: left;
  margin-bottom: 10px;
  margin-right: 19px;
  min-width: 50px;
  text-align: left;
  width: 50%;
}

.viewplan_plan_battle_condition {
  display: block;
  float: left;
  font-size: 16px;
  height: auto !important;
  margin-bottom: 10px;
  position: relative;
}
.pull-left{
	float:left;
	padding-top:20px;
}
.post-name p {
  padding-bottom: 10px;
  font-size:15px;
}
/*20151120*/
.division-label{
	margin-top:10px;
}
.division-label .select:nth-child(1) label {
  float: right !important;
  margin-right: 55px !important;
  margin-top: 12px;
}
#weekday select {
  min-width: 100px;
}
.division-label .csw_div {
  margin-top: 10px;
  padding: 0;
}
/*20151224*/
.full-width{
	float:left;
	width:100%;
}
.question_mark h1 a {
  display: block;
  float: right;
  margin-left: 5px;
  width: auto;
}
.namebox span {
  border-bottom: 1px solid #cccccc;
  float: left;
  margin: 1px 0;
  width: 100%;
}
.namebox a {
  background: #cccccc none repeat scroll 0 0;
  display: block;
  float: right;
  height: 10px;
  padding: 3px;
  text-align: center;
  width: 10px;
}
.titleGraph{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.mainlist {
  font-size: 19px;
  margin: 0 auto;
  text-align: left;
  width: 300px;
}
.mainlist > li {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
  padding-bottom: 5px;
}
.sublist {
  list-style-type: square;
  margin-left: 36px;
  margin-top: 5px;
}
.sublist a {
  font-size: 15px;
  font-weight: 100;
}
.relatedform {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px #cccccc;
  left: 50%;
  margin-left: -300px;
  max-width: 100%;
  position: fixed;
  top: 15%;
  width: 600px;
}
.overlayNew {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  display:none;
}
.relatedform {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  left: 50%;
  margin-left: -300px;
  max-width: 100%;
  padding: 10px;
  position: fixed;
  top: 15%;
  width: 600px;
}
.close {
  background: rgb(0, 0, 0) none repeat scroll 0 0;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 20px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: block;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
  padding: 5px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: -15px;
  width: 15px;
}

/*13Apr2016*/
.actions.graph_index > a {
  margin-right: 7px;
}
/* .actions.graph_index {
  width: 100%;
} */
.actions.cumulativegraph_index {
  height: 40px;
  width: auto;
}
.actions.cumulativegraph_index > a {
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
  text-align: left;
}
.actions.customgraph_index {
  height: 40px;
  width: 170px;
}
.actions.customgraph_index > a {
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
  text-align: left;
}
/*13Apr2016*/

/* 9June2016-New Design */

.color-blue{
	background-color:#81aeff;
}
.color-mango{
	background-color:#ffce00;
}
.color-lavender{
	background-color:#b6acd3;
}
.color-pink{
	background-color:#f7b3d1;
}
.color-green{
	background-color:#a3ca81;
}
.color-grey{
	background-color:#b6b5b5;
}
.color-yellow{
	background-color:#eee537;
}
.oic_item {
  border-radius: 5px;
  clear: none;
  float: left;
  height: auto;
  margin-left: 10px !important;
  padding: 2px;
  width: 40%;
  color: #217541;
}
.oic-item-block {
 float: none;
 padding: 10px;
 width: 120px;
 margin: 0px auto;
}
.fa-file-text-o::before {
  color: rgb(255, 255, 255);
}
.page-footer-block {
  display: inline-block;
  margin: 0 25px;
  text-align: center;
  width: auto;
}
/* b, strong {
  color: rgb(47, 74, 140);
  font-weight: bolder;
} */
.heading2 {
  text-decoration: underline;
  /* font-weight: bolder;
  letter-spacing: 0.2px; */
  color: rgb(47, 74, 140);
  font-size: 14px;
}
.heading3 {
  color: rgb(47, 74, 140);
  font-weight: bolder;
}
.vfp-data > span {
	float: left;
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
	height: auto;
	display: block;
	padding: 13px 0px !important;
}
.oic-item-block {
  float: left;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
}
.vfp-data {
  float: left;
  min-height: 100px;
  width: 100%;
}
.vfp-box{
    border: 1px solid #217541;
	border-bottom : none;
} 
/* #content {
  border-bottom: 3px solid rgb(32, 117, 65);
  clear: both;
  color: rgb(51, 51, 51);
  margin-bottom: 10px;
  padding: 0 0 10px;
  background : #E7EBFF;
} */
.divisions-tbl{
	background : #FFF;
}
.cvfp {
  margin-top: 5px;
}
.cvfp-data {
  margin-bottom: 15px;
  text-align: center;
  margin-top: 8px;
}
.last-td {
  border-bottom: 3px solid #217541;
}
.divisions-top{
  border-top: 1px solid #217541;
}
.plus-btn {
  background: rgb(218, 218, 218) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  width: 18px;
}
.border-right{
    border-right: 2px solid #217541;
}
.border-left{
    border-left: 2px solid #217541;
}
.stat-btns {
  border-bottom: 1px solid #217541;
  border-left: 1px solid #217541;
  border-right: 1px solid #217541;
}
.upper-border {
  background: rgb(19, 49, 123) none repeat scroll 0 0;
  height: 33px;
  width: 3px;
}
.upper-top-border{
	margin: 0;
	padding: 0;
	width: 50%;
	border: 3px #13317B;
	border-top: 3px solid  #13317B;
}

/* 9June2016-New Design */
.navLeft > #nav {
  margin-top: 3px;
  width: 300px;
}
.navRight > #nav {
  margin-top: 3px;
  width: 450px;
}
#nav li {
  background: #E7EBFF none repeat scroll 0 0;
  border: 1px solid #145a02;
  /* border-radius: 5px 5px 0 0; */
  color: #2d3b43;
  float: left;
  height: auto;
  padding: 0 10px; 
}
#nav li:hover {
  background: #217542 none repeat scroll 0 0; 
}
#nav li:hover a{
	color:#fff;
	text-decoration:none;
}
#nav_right li {
  background: #E7EBFF none repeat scroll 0 0;
  border: 1px solid #145a02;
  border-radius: 5px 5px 0 0;
  color: #2d3b43;
  float: left;
  height: auto;
  padding: 0 10px; 
}
#nav_right li:hover {
  background: #145a02 none repeat scroll 0 0; 
}
#nav_right li:hover a{
	color:#fff;
	text-decoration:none;
}
.login-menu > li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: medium none !important;
}
.special-menus > a {
  background: #e7ebff none repeat scroll 0 0;
  /* border: 1px solid #a3ca81; */
  /* border-radius: 6px; */
  padding: 8px 15px;
  position: relative;
  text-align: center;
  width: 50px !important;
  text-decoration: none;
  font-family: robotolight;
  font-size: 16px;
  color: #217541;
}
.vfp_head{
	float:left;
	width:100%;
	text-align:center;
}
.ul-level-1 {
  float: left;
  margin-left: -11px !important;
  border: 1px solid #fff !important;
  font-family: robotoregular;  /* font robot */
  color: #fff;
  font-size: 16px;
}
.ul-level-2 {
  border: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  font-family: robotoregular;  /* font robot */
  color: #fff;
  font-size: 16px;
}
.navLeft > #nav {
  margin-top: 3px;
  width: 100%;
}
#nav li ul li:hover {
  background: #A3CA81 none repeat scroll 0 0; 
}
#nav li ul li a:hover {
	color:#000 !important;
	text-decoration:none;
}
.popup_title {
  text-decoration: underline;
  font-weight: bolder;
  color: #14327c; /* rgb(47, 74, 140); */
  text-align: center;
  margin-bottom: 10px;
  font-family: robotobold;
  font-size: 18px;
}
.popup_text{
	font-family: robotoregular;
	font-size: 14px;
	color: #000;
}
.board_title{
	font-family:robotoblack;
	font-size: 22px;
	color: #14327c;
}
.co_vfp{
	font-family: roboto_condensedregular;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
}
.div_vfp{
	font-family: roboto_condensedregular;
	color: #000;
}
.co_vfp_head{
	font-family: orbitronblack;
	color: #217541;
	text-transform: uppercase;
	font-size: 22px;
}
.ceo_title{
	font-family: robotoblack;
	font-size: 22px;
	color: #14327c;
}
.ceo_name{
	font-family: robotomedium;
	color: #000;
	font-size: 18px;
}
.div_nbr{
	font-family: robotomedium;
	color: #000;
	font-size: 16px !important;	
}
.div_vfp{
	font-family: roboto_condensedregular;
	color: #000;
	font-size: 16px;
}
.exec_asst{
	font-family: robotobold;
	color: #14327c;
	font-size: 18px;
}
.exec_name{
	font-family: robotoregular;  /* font robot */
	color: #000;
	font-size: 16px !important;	
}
.exec_title{
	font-family: robotobold;  
	color: #14327c;
	font-size: 18px;
}
#nav{
	font-family: robotolight;  
	font-size: 18px;
	color: #fff;
}
.nav:active{
	font-family: robotomedium;  
	color: #000;
	font-size: 16px;
}
.nav:hover{
	font-family: robotomedium;  
	color: #000;
	font-size: 16px;
}
.main_title{
	font-family: orbitronblack;  
	color: #217541;
	text-transform: uppercase;
	font-size: 24px;
}
.div_name {
  border-bottom: 1px solid;
  color: #14327c;
  font-family: roboto_condensedbold;
  font-size: 20px !important;
  text-transform: uppercase;
}
.oic_item{
	font-family: robotolight;
	color: #217541;
	font-size: 16px;
}
.section_name{
	font-family: roboto_condensedbold;
	color: #14327c;
	font-size: 16px !important;
}
.vfp_head{
	font-family: robotomedium; 
	color: #14327c;
	font-size: 16px !important;
	line-height:18px;
}
.vp_title{
	font-family: robotobold; 
	color: #14327c;
	font-size: 20px;
}
.vp_name{
	font-family: robotoregular;  /* font robot */
	color: #000;
	font-size: 16px;
}
.login-company-name{
	font-family: orbitronbold; 
	color: #217541;
	text-align: center;
	font-size: 25px;
}
.form-box {
  background: #E7EBFF none repeat scroll 0 0;
  border: 3px solid #217541;
  border-radius: 20px;
  box-shadow: 0 4px 10px -1px #cccccc;
  float: none;
  height: 300px;
  margin: 5% auto 0;
  padding: 20px 0;
  width: 680px;
}
.login-logo {
  display: block;
  float: none;
  margin: 0 auto 30px;
  width: 380px;
}
.form-box form {
  float: left;
  margin-left: 150px;
  width: 419px;
}
.login-username {
  color: #217541 !important;
  font-family: orbitronbold;
  font-size: 13px !important;
}
.login-pwd {
  color: #217541 !important;
  font-family: orbitronbold;
  font-size: 13px !important;
}
.login-extra {
  display: block;
  float: left;
  margin-top: 15px;
}
.new-design-btn {
  border: 1px solid #217541;
  border-radius: 0;
  color: #217541;
  height: 24px;
  width: 60%;
  font-family: orbitronbold;  
}
.new-design-btn:hover{
	font-family: orbitronbold;  
	background-color: #217541 !important;
}
.admin-data {
  color: #13317B;
  display: block;
  float: none;
  margin-left: 215px;
  font-weight: bold;
}
.help-data {
  background: #bfd7ff none repeat scroll 0 0;
  color: #217541;
  display: block;
  float: left;
  font-family: orbitronbold;
  font-size: 10px !important;
  margin-left: 80px;
  padding: 4px;
}
.username-box{
	box-shadow: none !important;
}
.pwd-box{
	box-shadow: none !important;
}
.login-bg{
	/* background-image: url("../img/login-bg.jpg"); */
	background-color:#e7ebff;
	background-size: cover;
	height: 650px;
}
.div-popup-box {
    float: left;
    left: 50%;
    margin: 15px -130px;
    position: relative;
    width: 260px;
    background: #fff;
}
.back-box {
  margin-left: 0;
  margin-right: 87px;
  margin-top: 10px;
  padding: 5px;
}
.vfp-div-box{
  display: block;
  float: left;
  line-height: 15px;
  padding: 9px;
  width: 95%;
  background: #E7EBFF;
}
#nav ul ul {
  box-shadow: 0 0 10px #217541;
}
/*For command line option 1*/
.tborder4 {
  background: #13317b none repeat scroll 0 0;
  height: 55px;
  margin-bottom: 0;
  margin-right: -4px;
  margin-top: 0;
  position: absolute;
  right: 100px;
  width: 3px;
}
.tborder5 {
  background: #13317b none repeat scroll 0 0;
  height: 41px;
  left: 881px;
  margin-left: -1px;
  margin-right: auto;
  margin-top: -24px;
  position: absolute;
  width: 3px;
}
.tborder6 {
  background: #13317b none repeat scroll 0 0;
  height: 22px;
  margin-left: -3px;
  margin-right: auto;
  margin-top: -1px;
  position: absolute;
  width: 3px;
}
.tborder7 {
  background: #13317b none repeat scroll 0 0;
  height: 62px;
  left: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  position: absolute;
  width: 3px;
}
.div7-tborder2 {
  background: rgb(19, 49, 123) none repeat scroll 0 0;
  height: 130px;
  left: 100px;
  margin: 0 auto;
  position: absolute;
  width: 3px;
}
.upper-border-expand {
  background: rgb(19, 49, 123) none repeat scroll 0 0;
  height: 33px;
  width: 3px;
}
/*For command line option 1*/

/*For command line option 2*/
.div7-tborder2-option2 {
  background: #13317b none repeat scroll 0 0;
  height: 60px;
  left: 100px;
  margin: -4px auto;
  position: absolute;
  width: 3px;
}
.tborder5-option2 {
  background: #13317b none repeat scroll 0 0;
  height: 42px;
  left: 686px;
  margin-left: -3px;
  margin-right: auto;
  margin-top: 1px;
  position: absolute;
  width: 3px;
}
.div6-tborder-option2-block2 {
  background: #13317b none repeat scroll 0 0;
  height: 25px;
  position: relative;
  float:left;
  width: 1.5px;
}
.div6-tborder-option2-block1 {
  background: #13317b none repeat scroll 0 0;
  height: 25px;
  position: relative;
  float:right;
  width: 1.5px;
}
.div4-tborder-option2-block2 {
  background: #13317b none repeat scroll 0 0;
  height: 22px;
  position: relative;
  float:left;
  width: 1.5px;
}
.div4-tborder-option2-block1 {
  background: #13317b none repeat scroll 0 0;
  height: 22px;
  position: relative;
  float:right;
  width: 1.5px;
}

/*For command line option 2*/

/*For command line option 3*/
.div7-tborder2-option3 {
  background: #13317b none repeat scroll 0 0;
  height: 107px;
  left: 100px;
  margin-top: -65px;
  position: absolute;
  width: 3px;
}
.div3-tborder-option3 {
  background: #13317b none repeat scroll 0 0;
  height: 22px;
  left: 684px;
  margin-left: -1px;
  margin-right: auto;
  margin-top: 0px;
  position: absolute;
  width: 3px;
}
/* .div6-tborder-option3 {
  background: #13317b none repeat scroll 0 0;
  height: 22px;
  right: 94px;
  margin-left: -1px;
  margin-right: auto;
  margin-top: -2px;
  position: absolute;
  width: 3px;
} */
.div6-tborder-option3 {
	background: #13317b none repeat scroll 0 0;
	height: 22px;
	position: relative;
	width: 3px;
	float: right;
}
/*For command line option 3*/
.login-logo { 
  margin: 0 auto 15px; 
}
.form-box { 
  max-height: 270px; 
  width: 550px;
}
.form-box form {
  float: none;
  margin: 0 auto;
  width: 333px;
}
.form-box form .buttons {
  float: left;
  margin: 0;
  text-align: center;
  width: 100%;
}
.new-design-btn { 
  float: none;  
  margin: 5px auto 0;
  width: 100px;
}
.admin-data {
  color: #13317b;
  display: block;
  float: left; 
  margin-left: 0;
  text-align: center;
  width: 100%;
}
.help-data {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #217541;
  display: block;
  float: left;
  font-family: orbitronbold;
  font-size: 10px !important;
  margin-left: 0;
  margin-top: 10px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.login-extra {
  float: left;
  width: 100%;
   margin-top: 3px;
}
.login-company-name { 
  margin-bottom: 8px; 
}
.centered_text{
	font-family: roboto_condensedregular;
	color: #000;
	font-size: 11px;
}
.staff_name{
	font-family: robotomedium;
	color: #000;
	font-size: 14px !important;	
}
.staff_function{
	font-family: robotoregular;
	color: #000;
	font-size: 14px !important;	
}
.staff_unit{
	font-family: robotoregular;
	color: #000;
	font-size: 14px !important;		
}
.asst_name{
	font-family: robotoregular;  /* font robot */
	color: #000;
	font-size: 16px;
}
.custom-menus {
  display: block;
  float: right;
  margin-top: 29px;
  width: 225px;  
  color: #fff;
}
.login-menu > li {
  display: inline-block;
}
.login-menu {
  text-align: right;
}
.special-menus {
  margin-left: 15px;
}
@media all and (min-width:1980px) and (max-width:2880px){
	.div7-tborder2-option2 {
	  left: 200px;
	  margin: -7px auto;
	}
	.tborder2 {
	  left: 200px; 
	}
	.div6-tborder-option2-block2 {
	  right: 198px;
	}
	.tborder5 {
	  height: 28px;
	  left: 1041px;
	}
	.div4-option2 {
	  background: #13317b none repeat scroll 0 0;
	  height: 42px;
	  margin-left: -3px;
	  margin-right: auto;
	  margin-top: 0;
	  position: absolute;
	  right: 993px;
	  width: 3px;
	}
	.div3-option2 {
	  background: #13317b none repeat scroll 0 0;
	  height: 42px;
	  margin-left: 225px;
	  margin-right: auto;
	  margin-top: -23px;
	  position: absolute;
	  width: 3px;
	}
	.div2-option1 {
		background: #13317b none repeat scroll 0 0;
		height: 42px;
		width: 3px;
		position: absolute;
	}
	.div2-option2 {
	  background: #13317b none repeat scroll 0 0;
	  height: 20px;
	  margin-left: 214px;
	  margin-right: auto;
	  position: absolute;
	  width: 3px;
	}
	.div6-tborder-option3 {	  
	  float: right;
	  height: 22px;
	  margin-right: auto;
	  margin-top: 0;
	  position: relative;
	  right: 0;
	}
	.tborder4 {	  
	  margin-bottom: 0;
	  margin-top: 0;
	  margin-right: auto;
	  position: relative;
	  right: 0;
	  float: right;
	  height: 30px;
	}

} 
.mce-container-body button span { 
  border-radius: 0 !important;
  box-shadow: none; 
} 
.mce-menubar .mce-menubtn button span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: none;
  color: #333333;
}
.vptitle2{
	display: block; 
	float: left; 
	margin-left: 100%; 
	margin-top: -45px;
}

/*20162206*/
/*option 3*/
.div3-tborder-option3 { 
  float: left;
  height: 22px;
  left: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: relative;
  width: 3px;
}
.div3-tborder-option3-block1 { 
  background: #13317b none repeat scroll 0 0;
  float: right;
  height: 23px;
  left: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: relative;
  width: 1.5px;
}
.div3-tborder-option3-block2 { 
  background: #13317b none repeat scroll 0 0;
  float: left;
  height: 22px;
  left: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: relative;
  width: 1.5px;
}
.addit_post{
	float: left; 
	margin-left: 90%; 
	margin-top: -45px;
}
.mediumfont {
  padding: 0 !important;
}
.slvj-lightbox iframe {
  width: 100%;
}
/*24_06_2016*/
.divi_title_name{
  bottom: 0;
  float: left;
  padding: 10px 0;
  position: relative;
  right: 3%;
  width: 100%;
}
.file_image {
  float: right;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 15px;
}
.chart-view-page {
    float: left;
    width: 100%;
    background: #E7EBFF;
}
#nav li { 
  border-color: #a3ca81;
  border-image: none;
  border-style: solid;
  border-width: 0 0 0 1px; 
  padding: 5px 11px;
}
#nav li:hover{
/* Chrome 10+,Safari */
background : -webkit-linear-gradient(top, rgb(45, 207, 107) 00%, rgb(33, 117, 67) 99%);
/* Firefox 4+ */ 
background : -moz-linear-gradient(top, rgb(45, 207, 107) 00%, rgb(33, 117, 67) 99%);
/* Opera */
background : -o-linear-gradient(top, rgb(45, 207, 107) 00%, rgb(33, 117, 67) 99%);
/* IE 10+ */
background : -ms-linear-gradient(top, rgb(45, 207, 107) 00%, rgb(33, 117, 67) 99%); 
/* W3C */
background : -linear-gradient(top, rgb(45, 207, 107) 00%, rgb(33, 117, 67) 99%);
box-shadow: 0 0 5px #606060 inset;
}
#nav ul ul { 
  top: 36px;
}
.right-arrow {
  float: none;
  margin-top: -6px;
  position: absolute;
  right: 5px;
  top: 50%;
}
#nav li:first-child {
  border-left: medium none;
}
@media all and (min-width:981px) and (max-width:1279px){
	#container {
	  margin: 0 auto;
	  width: 100% !important;
	}
	.navLeft {
	  background: #e7ebff none repeat scroll 0 0; 
	  margin-top: 8px;
	  width: 100% !important;
	}
	.custom-menus { 
	  margin-top: 0;
	  position: absolute;
	  right: 2px;
	  top: 62px;
	  width: 225px;
	}
}
@media all and (min-width:900px) and (max-width:980px){
	#container {
	  margin: 0 auto;
	  width: 100% !important;
	}
	#header {
	  border-bottom: 3px solid #217541;
	  float: left;
	  margin-top: 0;
	  padding-top: 10px;
	  width: 100%;
	}
	.navLeft {
	  background: #e7ebff none repeat scroll 0 0; 
	  margin-top: 8px;
	  width: 100% !important;
	}
	.custom-menus { 
	  margin-top: 0;
	  position: absolute;
	  right: 2px;
	  top: 51px;
	  width: 225px;
	}
	#content {
	  float: left;
	  margin-top: 91px;
	  width: auto;
	}
}
@media all and (min-width:768px) and (max-width:899px){
	#container {
	  margin: 0 auto;
	  width: 100% !important;
	}
	#header {
	  border-bottom: 3px solid #217541;
	  float: left;
	  margin-top: 0;
	  padding-top: 10px;
	  width: 100%;
	}
	.navLeft {
	  background: #e7ebff none repeat scroll 0 0; 
	  margin-top: 8px;
	  width: 100% !important;
	}
	.custom-menus {
	  margin-top: 0;
	  position: absolute;
	  right: 5px;
	  top: 5px;
	  width: 225px;
	}
	.page-header .logo { 
	  float: left !important; 
	  margin-left: 10px !important; 
	  width: 100%;
	}
	#content {
	  float: left;
	  margin-top: 91px;
	  width: auto;
	}
	#nav li li { 
	  width: 105px; 
	}
	#nav li ul li a { 
	  font-size: 13px;
	  font-weight: bold;
	  line-height: 18px;
	  padding: 1px 0;
	}
}

/* 29June2016 */
.special-menus > a:hover{
/* Chrome 10+,Safari */
background : -webkit-linear-gradient(top, rgb(45, 207, 107) 00%, rgb(33, 117, 67) 99%);
/* Firefox 4+ */ 
background : -moz-linear-gradient(top, rgb(45, 207, 107) 00%, rgb(33, 117, 67) 99%);
/* Opera */
background : -o-linear-gradient(top, rgb(45, 207, 107) 00%, rgb(33, 117, 67) 99%);
/* IE 10+ */
background : -ms-linear-gradient(top, rgb(45, 207, 107) 00%, rgb(33, 117, 67) 99%); 
/* W3C */
background : -linear-gradient(top, rgb(45, 207, 107) 00%, rgb(33, 117, 67) 99%);
box-shadow: 0 0 5px #606060 inset;
color: #FFF;
text-decoration: none;
}
.feature-heading{
	color: #14327c;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.battleplans-bullets li {
  list-style-type: circle !important;
}
.battleplans-bullets{
  padding-left: 25px;
}
.personnel-bullets {
  padding-left: 25px;
}
.hats-bullets li {
  list-style-type: circle !important;
}
.hats-bullets {
  padding-left: 50px;
}		
.links-bullets {
  padding-left: 25px;
}
.staff-bullets li {
  list-style-type: circle !important;
}
.staff-bullets {
  padding-left: 40px;
}
.reflib-bullets {
  padding-left: 30px;
}
.hublib-bullets li {
  list-style-type: circle !important;
}
.hublib-bullets{
  padding-left: 30px;
}
.statistic-bullets{
  padding-left: 25px;
}
.feature-owner {
  padding-top: 10px;
}
.testimonial.biggerize {
  text-align: justify;
}
blockquote {
  border-left: 5px solid #eeeeee;
  font-size: 17.5px;
  margin: 0 0 20px;
  padding: 10px 0px !important;
}
.successmsg {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #217541;
  box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf;
  color: #000000;
  font-weight: bold;
  height: 30px;
  left: 50%;
  line-height: 30px;
  margin-left: -232px;
  min-width: 100px;
  padding: 10px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  top: 80px;
  width: 440px;
  z-index: 999999;
} 
#textarea {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    min-height: 100px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 100% !important;
}
.descr_blog{
	text-align: justify !important;
}

.dept_num {
    color: #000000;
    font-family: robotomedium;
    font-size: 14px !important;
}
.pending_items.classname {
	float: right;
}
.clearfloat{
	clear: right;
} 
.alert_noti {
  color: #ff0000;
}
.emailcenter-field{
	width:300px;
}
.error_message {
    background-color: firebrick !important;
}
/*CSS for Memo reply 16june2017*/
.reply-box {
	float: left;
	width: 100%;
	padding: 5px;
	background: #f6f6f6;
	margin-bottom: 2px;
}
.reply-box-username {
	font-weight: bold;
	min-width: 80px;
	float: left;
}
.btn-reply {
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 5px;
}
.replyboxdiv {
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}
/*CSS for Memo reply*/

/*CSS 28June2017*/
.edit_AssignTo_Message {
    float: left;
    text-align: center;
    width: 100% !important;
    border: 1px solid;
    padding: 10px;
    font-size: medium;
    font-weight: bold;
}
/*CSS 28June2017*/
/*CSS 11July2017*/
.verifyUser,.verifyEmail {
	color: red;
	margin-left: 10px;
	margin-top: 3px;
}
/*CSS 11July2017*/