/*===========================================*/
/*                 reset css                 */
/*===========================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,html {
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.5 !important;
    background: #fff !important;
    color: #575757 !important;
    padding: 0!important;
    margin: 0 !important;
}
article, aside, details, figcaption, figure, footer, 
header, hgroup, menu, nav, section, main,title { 
    display: block;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,figure,address {
    padding: 0;
    margin: 0;
}
ol,
ul,
dl {
    margin: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin: 0;
}
li { list-style: none; }
a { 
    text-decoration: none; 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}
img { border: 0; }

input:focus {
    outline: 0;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  color: #b9b9b9;
  opacity: 1;
}
.clearfix { clear: both; }
#wrapper { width: 100%; }
/*.container {
    max-width: 1658px;
    padding: 0 15px;
    margin: 0 auto;
}*/

/*===========================================*/
/*               sec-form                    */
/*===========================================*/
.sec-form {}
.sec-area {}
.title {
    background-color: #6d9eeb;
    padding: 20px 15px;
    border: 1px solid #4273d2;
    position: relative;
}
.title h2 {
    color: #fff;
    line-height: 35px;
    text-align: center;
    font: 24px impact;
    letter-spacing: .5px;
}
.sec-form-area {
    padding: 50px 0;
}
.sec-form-area form {
}
.label {
    color: #030303;
    display: block;
    text-align: left;
}
.sec-form-area form input {
    width: 100%;
    height: 30px;
    line-height: 40px;
    border: 1px solid #1d1d1f;
    background-color: #e9edee;
    padding: 0 10px;
}

.form-group input { overflow: hidden; }

.rs-select2 .select2-container {
    width: 100% !important;
    outline: none;
    background: #e9edee;
    border: 1px solid #191b1a;
}
.mb-16 { }
.login { 
    max-width: 390px;
    margin: 0 auto; 
}
.link {
    margin-top: 30px;
}
.link span { color: #575757; }
.link a {
    color: #d1d2d7;
    background-color: #676773;
    min-width: 90px;
    text-align: center;
    border: 1px solid #d4d3d9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 15px;
}
.check{
    float: left;
    width: 20px;
    height: 20px;
}
.checkbox  {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}
.remb {
    float: left;
    padding-left: 5px;
}
.check input[type="radio"], .check input[type="checkbox"] {
    margin: -5px 0 0 0;
}
.access {
    text-align: center;
}
.access a {
    color: #32a8b2;
    background: url(images/w.png) no-repeat right center;
    padding-right: 30px;
    text-decoration: underline;
    text-align: right;
    line-height: 47px;
    display: inline-block;
}
.group {
    padding: 5px 0 0 0 !important;
}
.new-group {
    margin-top: 23px;
}
.new-group a {
    background-color: #6e9def;
    color: #f9fa30;
    border: 1px solid #4a72c9;
    min-width: 125px;
    padding: 9px 0;
}
.pt-50 { padding-top: 50px; }
.sidebar {
    background-color: #999;
    padding: 30px;
    height: 100%;
}
.sidebar ul {}
.sidebar ul li {
    line-height: 50px;
}
.sidebar ul li a {
    color: #fcfcfc;
}
.sidebar ul li:first-child {
    font-weight: 600;
    font-size: 20px;
}
.sidebar ul li:first-child a {
    color: #fff;
}
.sidebar ul li:hover a {
    color: #000;
    text-decoration: underline;
}
.bg-gray {
    background-color: #d9d9d9;
}
.main-area {
    overflow: hidden;
    background: #999;
}
.main {
    background: #fff;
    padding: 15px 15px;
}
.link2 {
    font-weight: 700;
    font-size: 20px;
    display: table;
    margin: 0 auto 30px auto;
}
.link2 a {
    background-color: #6d9eeb !important;
    color: #fffbff!important;
    padding: 0 50px;
}
.bd {
    border-right: 4px solid #191919;
}
.info h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 46px;
}
.red-text {
    width: 120px;
    height: 100px;
    display: table;
    margin: 0 auto;
    text-align: center;
}
.red-text span {
    font-size: 50px;
    font-weight: 700;
    color: #fe0000;
}
.py-20 {
    padding: 20px 0;
}
.mt-10 {
    margin-top: 10px;
}
.anno {
    width: 100%; 
    background-color: #ff0309;
    padding-right: 30px;
    -webkit-border-radius: 10px;
    margin-right: 40px;
    overflow: hidden;
    border: 2px solid #1b1b1b;
}
.anno span {
    color: #fffeff;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 130px;
}
.anno span a {
    color: #fffeff;
    text-decoration: underline;
}
.anno span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/m.png) no-repeat center center;
    background-size: 12px;
    background-color: #990100;
    width: 120px;
    height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-right: 40px;
    vertical-align: top;
}
.scale {
    overflow: auto;
    margin: 0 0 20px 0;
}
.scale .text {
    margin: 30px 0 20px 0;
} 
.scale .text h4 {  
} 
.quantity {
    width: 200px;  
    height: 50px;
    float: left;
    position: relative; 
    background-color: #4385f5;
}
.scale-area {
    width: 820px;
    padding: 125px 10px;
    margin: 25px auto;
    overflow: hidden;
}
.quantity::before {
    content: '';
    background: url(images/l.png) no-repeat 0 0; 
    position: absolute;
    top: -100px;
    left: 0;
    width: 1px;
    height: 250px; 
}
.quantity span {
    position: absolute;
    bottom: -120px;
    left: -10px;
}

.quantity:last-child::after {
    content: '';
    background: url(images/l.png) no-repeat 0 0; 
    position: absolute;
    top: -100px;
    right: 0;
    width: 1px;
    height: 250px; 
}
.l400 {
    position: absolute;
    bottom: -120px;
    right: -10px;
}
.bt,.ch {
    position: relative;
    padding-left: 30px;
}
.bt::before {
    content: '';
    background: #4385f5; 
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px; 
}
.ch::before {
    content: '';
    background: #1c4587; 
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px; 
}
.pt-10 { padding-top: 10px; }
.bt-dm,.ch-dm {
    position: relative;
    display: table;
    margin-bottom: 5px;
}
.bt-dm::before {
    content: '';
    background: #00fe0c; 
    position: absolute;
    top: 0;
    left: 80px;
    width: 20px;
    height: 20px; 
    border: 1px solid #181820;
}
.ch-dm::before {
    content: '';
    background: #fff; 
    position: absolute;
    top: 0;
    left: 80px;
    width: 20px;
    height: 20px; 
    border: 1px solid #181820;
}
.btn-black {
    background-color: #000;
    color: #fff;
    padding: 10px 28px;
}
.toggle-icon {
    position: absolute;
    top: -33px;
    right: 50px;
    z-index: 1;
    cursor: pointer;
    background: transparent;
    border: none;
}
.toggle-icon span {
    height: 4px;
    width: 30px;
    background-color: #fff;
    display: block;
    margin-bottom: 4px;
}
.dropdown-menu li {
    text-align: center;
    line-height: 36px;
}
.dropdown-menu li a {
   color: #fff;
}
.dropdown-menu {
    left: auto !important;
    right: 0 !important;
    min-width: 220px !important;
    padding: 20px !important;
    font-size: 16px !important;
    text-align: center !important;
    background-color: #666 !important;
    float: right;
}
.pt-30 { 
    padding-top: 30px; 
}
.table-area {
    overflow: hidden;
    margin: 50px auto 0 auto;
}
.table-area table { width: 100%; }
.table-area table thead tr th span {
    /*border: 1px solid #1e1e1e;*/
    /*background-color: #666666;*/
    display: block;
    text-align: center;
    margin: 5px 5px;
}
.table-area table thead tr th span span {
    background-color: #fff;
    /*border: 1px solid #1e1e1e;*/
}
.table-area table tbody tr td span {
    display: block;
    text-align: center;
    margin: 0 5px;
    padding: 5px 10px;
}
.table-area table tbody tr:first-child td span {
    margin-top: 10px;
}
.table-area table thead tr.first-row th span {
    background-color: #6d9eeb;
    color: #fff;
    border: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 5px;
}
.dropdown-toggle {
    background-color: transparent;
    border: none;
}
.calender {
    position: relative;
    float: right;
}
.calender label:before {
    content: '';
    background: url(images/icon16.png) no-repeat 0 center !important;
    position: absolute;
    top: 0;
    left: -51px;
    width: 50px;
    height: 100%;
    z-index: 1;
}
.calender .label {
    line-height: 42px;
}
#datepicker {
    border: 1px solid #dcdcdc;
    padding: 0 22px;
    background: url(images/icon17.png) no-repeat 188px center;
    color: #000;
    font-weight: 400;
}
#datepicker2 {
    border: 1px solid #dcdcdc;
    padding: 0 22px;
    background: url(images/icon17.png) no-repeat 188px center;
    color: #000;
    font-weight: 400;
}
#ui-datepicker-div {
    background: #fff;
    border: 1px solid #ff5f58;
    min-width: 300px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e0e0;
    margin: 5px 0;
}
.ui-datepicker-calendar { width: 100%; }
.ui-datepicker-calendar  th, .ui-datepicker-calendar tr td { padding: 5px; }
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    border: 1px solid #ff5f58;
    background: #ff5f58;
}
.ui-datepicker-next.ui-corner-all {
    float: right;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}
.ui-datepicker-prev.ui-corner-all {
    float: left;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    border: 1px solid #ff5f58;
    background: #ff5f58;
    overflow: hidden;
}
.ui-datepicker-title {
    text-align: center;
    padding: 0;
    line-height: 42px;
}
.button1 {
    min-width: 65px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.button1 a {
   display: block;
    text-align: center;
    color: #fff;
}
.bg-black { background-color: #000; }
.bg1 {
    background-color: #00ff0c;
}
.bg2 {
    background-color: #fe0000;
}
.bg3 {
    background-color: #666666;
}
.mb-20 {
    margin-bottom: 20px;
}
.select-item-drop {
    margin-top: 15px;
}
.left-content ul {}
.left-content ul li {
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
}
.left-content ul li span {
    font-weight: 400;
}
.left-content ul li span.highlight {
    display: inline-block;
    padding: 0 10px;
    min-width: 115px;
    border: 1px solid #1e1e1e;
    background: #e8f2f4;
    color: #630f1c;
    margin-left: 5px;
}
.notes {
    border: 1px solid #1e1e1e;
    min-height: 130px;
    background-color: #e9edee;
    margin: 10px 0 36px 0;
    padding: 20px;
    overflow-y: auto;
}
.button-black {
    min-width: 200px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
    display: table; 
}
.button-black a {
    color: #fff;
    padding: 20px;
    background-color: #000;
}
.bodyContent {
    margin: 90px 0;
    font-size: 18px;
    font: 16px trebuchet ms;
}
.subtitle {
    color: #88aaff;
    font: 24px;
    letter-spacing: -.5px;
    text-align: center;
    margin-bottom: 15px;
}
.boxItUp {
    border: 1px solid #888;
    font-size: 16px;
    padding-bottom: 8px;
    margin: 10px 10px 20px 10px;
}
button.blueButton {
    border: 1px solid #4466dd;
    background-color: #88aaff;
    min-width: 290px;
    font-size: 25px;
    font-weight: 600;
}
button.redButton {
    background-color: #dd1111;
    min-width: 290px;
    font-size: 25px;
    font-weight: 600;
}
.my-20 { margin: 20px 0; }
.mt-50 { margin-top: 50px; }
.graph { margin-bottom: 50px; }
.graph h4 {
    color: #6d9eeb;
    text-align: center;
    margin: 10px 0;
}
.tidbits {
    padding: 20px 10px; 
    text-align: center;
}
.black {
    color: black;
}
.red {
    color: #dd1111;
}
.green {
    color: #00ff00;
}