/* Unified format */

html,
body {
  height: 100%;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  body {
    letter-spacing: 0px;
  }
}

input[type="text"],
input[type="email"],
input[type="password"],
select {
  height: 40px !important;
  border: 0px;
  border-radius: 5px;
  padding: 0px 10px;
}

textarea {
  border: 0px;
  border-radius: 5px;
  padding: 0px 10px;
}

.mbMng_form label span {
  vertical-align: top;
}

.bsMngR {
  margin-left: 3%;
}

table {
  border-collapse: separate;
}

tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

a:hover {
  text-decoration: none;
}

.title {
  font-weight: bold;
  color: #2F3233;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 30px;
  height: 30px;
}

.head_hr {
  height: 2px;
  background: #36478E;
}

.font_size_16 {
  font-size: 16pt;
}

.font_size_16_bold {
  font-size: 16pt;
  font-weight: bold;
}

.font_size_20 {
  font-size: 20pt;
}

.font_size_20_bold {
  font-size: 20pt;
  font-weight: bold;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.float_r {
  float: right;
}

.text_typesettings {
  padding: 0 2%;
  font-size: 12pt;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 2em;
}

.text_typesettings > div {
  margin-top: 2em;
}

.text_typesettings > div > span {
  text-indent: 0em;
  color: #495FBA;
  font-weight: bold;
  font-size: 14pt;
}

.text_typesettings > div > p {
  text-indent: 2em;
}

.text_typesettings > div > ul {
  margin-left: 1em;
  list-style-type: decimal;
  list-style-position: outside;
  text-indent: 0em;
}

.ellipsis {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.heart {
  color: #D9610A;
}


/* table with horizontal header*/

.hh_table {
  border-collapse: collapse;
  display: table;
}

.hh_tr {
  border-bottom: #FFFFFF 1px solid;
  display: table-row;
}

.hh_th {
  padding: 10px;
  display: table-cell;
  font-weight: bold;
  white-space: nowrap;
  background: #404F7F;
  color: #FFFFFF;
  text-align: center;
}

.hh_tr:first-child .hh_th {
  border-top-left-radius: 5px;
}

.hh_tr:first-child .hh_th {
  border-top-right-radius: 5px;
}

.hh_tr:last-child .hh_td {
  border-bottom-left-radius: 5px;
}

.hh_tr:last-child .hh_td {
  border-bottom-right-radius: 5px;
}

.hh_td {
  padding: 10px;
  display: table-cell;
  white-space: nowrap;
}

.hh_colspan {
  display: table-cell;
  white-space: nowrap;
}

.hh_colspan_blank {
  display: table-cell;
}

.hh_tr:nth-of-type(even) .hh_td {
  background: #CCD1DB;
}

.hh_tr:nth-of-type(odd) .hh_td {
  background: #A5B8D6;
}


/* table with vertical header*/

.vh_table {
  border-collapse: collapse;
  display: table;
}

.vh_tr {
  border-bottom: #FFFFFF 1px solid;
  display: table-row;
}

.vh_th {
  padding: 10px;
  display: table-cell;
  font-weight: bold;
  white-space: nowrap;
  background: #404F7F;
  color: #FFFFFF;
  text-align: center;
}

.vh_tr:first-child .vh_th {
  border-top-left-radius: 5px;
}

.vh_tr:last-child .vh_th {
  border-bottom-left-radius: 5px;
}

.vh_tr:first-child .vh_td {
  border-top-right-radius: 5px;
}

.vh_tr:last-child .vh_td {
  border-bottom-right-radius: 5px;
}

.vh_td {
  padding: 10px;
  display: table-cell;
  white-space: nowrap;
}

.vh_colspan {
  display: table-cell;
  white-space: nowrap;
}

.vh_colspan_blank {
  display: table-cell;
}

.vh_tr:nth-of-type(even) .vh_td {
  background: #CCD1DB;
}

.vh_tr:nth-of-type(odd) .vh_td {
  background: #A5B8D6;
}


/* button */

.common_button {
  height: 40px;
  border: none !important;
  border-radius: 5px;
  background: #222B5D;
  color: #FFF;
}

.common_button:hover {
  background: #8598E7;
}

.button_along {
  width: 80%;
}

.button_pair {
  width: 30% !important;
}

.h_buttons_group {
  margin: 20px auto;
}


.button_search{
  padding:0px 15px;
}

/* Footer */

.footer {
  position: relative;
  color: #FFF;
  background: #222B5D;
  width: 100%;
  text-align: center;
  height: 240px;
  line-height: 30px;
  margin-top: -180px;
}

.phone_footer {
  display: none;
  position: relative;
  color: #FFF;
  background: #222B5D;
  width: 100%;
  text-align: center;
  height: 90px;
  line-height: 30px;
  margin-top: -90px;
}

.phone_upper_footer {
  height: 60px;
  background: #232323;
}

.phone_lower_footer {
  height: 30px;
}

.upper_footer {
  height: 180px;
  background: #232323;
}

.upper_footer > div {
  display: inline-block;
  width: 48%;
  line-height: 30px;
  padding: 30px 20px;
  text-align: left;
}

.lower_footer {
  text-align: left;
  margin-left: 1%;
  padding-left: 30px;
}

.lower_footer > div {
  display: inline-block;
  line-height: 60px;
}

.supOs {
  position: absolute;
  top: 50px;
  left: 50%;
  width: auto;
  height: auto;
  max-height: 45%;
  max-width: 45%;
}

.supOs > div {
  display: inline-block;
  text-align: center;
  width: 15%;
  margin: 0px 2px 10px 2px;
}

.supOs img {
  width: 80%;
  height: 80%;  
  margin: 5px; 
}

.osName{
  width: auto;
  height:20px;
  line-height: 16px;
  padding: 2px;
  /*border: #222B5D solid 1px;
  border-radius: 3px;
  background: #222B5D;*/
  text-align: center;  
  margin-top: 10px;
}

.slogan_lt {
  position: absolute;
  top: 8%;
  left: 50%;
}

.slogan_rb {
  position: absolute;
  bottom: 34%;
  right: 3%;
}

.rb_link {
  float: right;
  color: #FFFFFF;
}

.rb_link > div {
  display: inline-block;
  text-align: center;
  margin: 10px 40px 10px 0px;
  line-height: 40px;
  height: 40px;
  width: 90px;
}

.rb_link > div:hover {
  background: #424c7f;
}

.rb_link > div > a {
  color: #FFFFFF;
}

@media (max-width: 992px) {
  .footer {
    height: 320px;
  }
  .upper_footer {
    height: 260px;
  }
}

@media (max-width: 992px) {
  .footer {
    display: none;
  }
  .phone_footer {
    display: block;
  }
}


/* Schemas */

.schemas {
  display: inline;
  text-align: center;
}

.schema {
  display: inline-block;
  background: #404F7F;
  color: #FFF;
  font-size: 8pt;
  width: 30%;
  padding: 5px 2px;
  margin: 0 1%;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .schema {
    padding: 15px 8px;
    margin: 0 1%;
    font-size: 10pt;
  }
}

.schema:hover {
  background: #8598E7;
  cursor: pointer;
}

.sliders {
  padding: 10px 1%;
}

.billing_tb {
  color: #191919;
  font-size: 12pt;
  font-weight: bold;
}

.billing_tb td:first-child {
  background: #404F7F;
  color: #ffffff;
  text-align: center;
}

.billing_input {
  background: inherit;
  width: 68px;
}

.submit_btn {
  color: #fff;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  background: #222B5D;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  border-radius: 0 0 10px 10px;
}

.submit_btn_yet {
  color: #fff;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  background: #E7E6E6;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  border-radius: 0 0 10px 10px;
}

.submit_btn:hover {
  background: #8598E7;
  cursor: pointer;
}

.data_input {
  width: 90%;
}

@media (min-width: 768px) {
  .data_input {
    width: 68%;
  }
}

.data_radio {
  width: 30%;
}

@media (max-width: 768px) {
  .data_radio {
    width: 80%;
    display: block;
    margin-left: 0px !important;
  }
}

.hidden_slider{
  margin-top: 30px;
}

.shown_slider{
  margin-bottom: 30px;
}

.schema_btns_group{
  display: inline-block;
  width: 80%;
}

.schema_btns_group button{
  width: 24%;
  line-height: 30px;
  border-radius: 5px;
  background: #404F7F;
  color: #ffffff;
  border: none; 
}
.schema_btns_group button:hover{
  background: #8598E7;
  cursor: pointer;
}

.schema_btns_group button.custom{
  background: #A5B8D6; 
  color: #000;
}

/*Login*/

.login_form {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

.login_label {
  width: 700px;
  height: 50px;
}

.login_input {
  width: 60%;
  border: #C6C6C6 2px solid !important;
}

.login_tip_div {
  padding-left: 420px;
}

.login_submit {
  margin-left: 68px;
  width: 60%;
  color: #fff;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  background: #222B5D;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border-radius: 5px;
  border: none;
}

.login_submit:hover {
  background: #8598E7;
  cursor: pointer;
}

@media (max-width: 768px) {
  .login_form {
    width: 100%;
  }
  .login_label {
    width: 90%;
  }
  .login_tip_div {
    padding-left: 55%;
  }
}

.login_tip_sub_div {
  height: 30px;
}

.login_tip {
  color: #4C4C4C;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}

.login_tip:hover {
  color: #8598E7;
  text-decoration: none;
}


/* Register memberMng */

.register_data {
  width: 600px;
  margin: 0px auto;
}

.register_form,
.mbMng_form {
  width: 100%;
  margin-top: 30px;
  /* margin-left: -100px; */
  text-align: right;
}

.register_form label,
.mbMng_form label {
  width: 600px;
  height: 50px;
  font-size: 16pt;
}

.register_form input,
.register_form select,
.mbMng_form input,
.mbMng_form textarea {
  display: inline;
  font-size: 12pt;
  width: 60%;
  border: #C6C6C6 2px solid;
  padding: 0px 10px;
}

input[type="radio"] {
  width: 18px !important;
  height: 18px;
  margin-left: 20%;
}

.radioGroup {
  display: inline;
  float: right;
  text-align: left;
  margin: 3px;
  width: 60%;
}

.register_submit,
.mbMng_form button,
.mbMng_form input[type="submit"] {
  width: 550px !important;
  color: #fff;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  background: #222B5D;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border-radius: 5px;
  border: none;
}

.mbMng_form button {
  width: 60% !important;
}

.register_submit:hover,
.mbMng_form button:hover {
  background: #8598E7;
  cursor: pointer;
}

.clause_text {
  border: #C6C6C6 2px solid;
  color: #4C4C4C;
  font-size: 12pt;
  font-weight: bold;
  width: 550px;
  margin-left: 50px;
  height: 200px;
  padding: 5px 15px;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
}

.clause_title {
  text-align: center;
  margin-top: 5px;
  font-size: 14pt;
  font-weight: bold;
}

.clause_content {
  text-indent: 2em;
}

.clause_checkbox {
  display: inline !important;
  width: 30px !important;
  height: 30px !important;
  margin-left: 30px !important;
}

.clause_check_text {
  width: 580px;
  display: inline-block !important;
  padding-left: 50px;
  font-size: 12pt;
  text-align: left !important;
}

.checkbox {
  display: inline-flex;
  text-align: left;
}

@media (max-width: 768px) {
  .register_data {
    width: 100%;
  }
  .register_form,
  .mbMng_form {
    width: 100%;
    margin-left: 0px;
  }
  .register_form label,
  .mbMng_form label {
    width: 100%;
    font-size: 11pt;
  }
  .register_form input,
  .register_form select,
  .mbMng_form input {
    width: 55%;
  }
  .clause_title {
    font-size: 12pt;
    font-weight: bold;
  }
  .clause_text {
    margin-left: 0px;
    width: 100%;
  }
  .register_submit,
  .mbMng_form button,
  .mbMng_form input[type="submit"] {
    width: 100% !important;
  }
  .mbMng_form button {
    width: 55% !important;
    font-size: 10pt;
  }
  .clause_checkbox {
    margin-left: -20px !important;
  }
  .clause_check_text {
    padding-left: 0px;
    width: 100%;
    font-size: 10pt;
  }
}


/* Error Page */

.error_msg_box {
  padding: 3%;
}

.error_msg {
  display: inline;
}

.title img {
  position: relative;
  bottom: 3px;
  margin-right: 5px;
  height: 30px;
}

@media (max-width: 768px) {
  .error_msg_box {
    padding: 5%;
  }
  .error_msg {
    display: block;
  }
}


/* Payment*/

.payment_info div {
  margin: 2% 8%;
}

@media (max-width: 768px) {
  .payment_info div {
    margin: 2% 8%;
    font-size: 14pt;
  }
  .sprt {
    display: block;
    font-size: 11pt;
  }
}


/* VPS Mng */

.dsp_tb {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.dsp_trh {
  display: table-row;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  line-height: 30px;
}

.dsp_trh div:first-child {
  background: #404F7F;
  border-radius: 5px 5px 0 0;
}

.dsp_trh div:nth-child(2) {
  background: #404F7F;
  border-radius: 0 5px 0 0;
}

.dsp_tr {
  display: table-row;
  font-size: 14px;
}

.dsp_tr:last-child .dsp_td:first-child {
  border-radius: 0 0 0 5px;
  border-bottom-left-radius: 5px !important;
}

.dsp_tr:last-child .dsp_td:last-child {
  border-radius: 0 0 5px 0;
}

@media (max-width: 992px) {
  .dsp_tr:last-child .dsp_td:first-child {
    border-radius: 0px;
    border-bottom-left-radius: 0px !important;
  }
  .dsp_tr:last-child .dsp_td:last-child {
    border-radius: 0 0 5px 5px;
  }
}

.noVPS {
  text-align: center;
  font-weight: bold;
  line-height: 60px !important;
  border-radius: 0 0 5px 5px !important;
}

.dsp_th {
  height: 60px;
  line-height: 30px;
}

.dsp_td {
  height: 60px;
  line-height: 60px;
}

.unit {
  display: block !important;
  font-size: 10px;
  margin: 0px auto;
}

@media (min-width: 992px) {
  .dsp_td {
    display: table-cell !important;
    line-height: 60px;
  }
  .dsp_trh div:first-child {
    border-radius: 5px 0 0 0;
  }
}

.dsp_td span,
.dsp_th span {
  display: inline-block;
  text-align: center;
  width: 12%;
}

.dsp_td button span{
	display: inline-table;
}

.controll_panel {
  width: 100% !important;
  text-align: center;
  height: 60px;
  line-height: 25px;
  padding-top: 7px;
}

.span_vps_name {
  width: 40% !important;
  line-height: 60px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

@media (max-width: 992px) {
  .dsp_tb {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .panel {
    cursor: pointer;
  }
}

.dsp_tb .dsp_tr:nth-of-type(even) .dsp_td {
  background: #A5B8D6;
}

.dsp_tb .dsp_tr:nth-of-type(odd) .dsp_td {
  background: #CCD1DB;
}

.controll_panel button {
  height: 40px;
}

.controll_panel button[type="button"] {
  margin: 3px;
}

.controll_panel select {
  width: 160px;
}


/* pswChange */

.pswChange_form {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

.pswChange_form label {
  width: 700px;
  height: 50px;
}

.pswChange_form label[for="password"] {
  margin-right: 1em;
}

.pswChange_form input[type="text"],
.pswChange_form input[type="password"] {
  width: 60%;
  border: #C6C6C6 2px solid !important;
}

.pswChange_form input[type="submit"] {
  margin-left: 68px;
  width: 60%;
  color: #fff;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  background: #222B5D;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border-radius: 5px;
  border: none;
}

.pswChange_form input[type="submit"]:hover {
  background: #8598E7;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pswChange_form {
    width: 100%;
  }
  .pswChange_form label {
    width: 90%;
  }
}


/* receipts */

.rcp_tb {
  display: table;
  width: 100%;
}

.rcp_tr {
  display: table-row;
  height: 30px;
  line-height: 30px;
}

.rcp_th {
  color: #fff;
  background: #404F7F;
  display: table-cell;
  width: 24%;
  text-align: center;
  line-height: 60px;
  height: 60px;
}

.rcp_td {
  display: table-cell;
  width: 24%;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.rcp_tb .rcp_tr:nth-of-type(even) {
  background: #A5B8D6;
}

.rcp_tb .rcp_tr:nth-of-type(odd) {
  background: #CCD1DB;
}

.rcp_tr .rcp_th:first-child {
  background: #404F7F;
  border-radius: 5px 0 0 0;
}

.rcp_tr .rcp_th:last-child {
  background: #404F7F;
  border-radius: 0 5px 0 0;
}

.rcp_tb .rcp_tr:last-child .rcp_td:first-child {
  border-radius: 0 0 0 5px;
}

.rcp_tb .rcp_tr:last-child .rcp_td:last-child {
  border-radius: 0 0 5px 0;
}

.noRcp {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #A5B8D6;
  border-radius: 0 0 5px 5px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .rcp_th,
  .rcp_td {
    font-size: 5pt;
    max-width: 70px;
  }
  .rcp_tr .rcp_th:nth-child(6) {
    background: #404F7F;
    border-radius: 0 5px 0 0;
  }
  .rcp_vpsname {
    width: 8%;
    max-width: 70px;
  }
}


/* VPS Info */

.vps_info_tb {
  display: table;
  width: 100%;
}

.vps_info_tr {
  display: table-row;
  font-weight: bold;
  height: 60px;
  letter-spacing: 1px;
  font-size: 12pt;
}

.vps_info_th {
  display: table-cell;
  background: #404F7F;
  color: #FFFFFF;
  border-top: #FFFFFF 1px solid;
  border-right: #FFFFFF 1px solid;
  width: 30%;
  padding: 15px;
  vertical-align: middle;
}

.vps_info_tr:first-child .vps_info_th {
  border-radius: 5px 0px 0px 0px;
}

.vps_info_tr:last-child .vps_info_th {
  border-radius: 0px 0px 0px 5px;
}

.vps_info_tr:first-child .vps_info_td {
  border-radius: 0px 5px 0px 0px;
}

.vps_info_tr:last-child .vps_info_td {
  border-radius: 0px 0px 5px 0px;
}

.vps_info_td {
  display: table-cell;
  border-top: #FFFFFF 1px solid;
  padding: 15px;
  vertical-align: middle;
}

.vps_info_tb .vps_info_tr:nth-of-type(odd) {
  background: #A5B8D6;
}

.vps_info_tb .vps_info_tr:nth-of-type(even) {
  background: #CCD1DB;
}

.vps_info_bt {
  border-radius: 5px;
  border: none;
  background: #404F7F;
  padding: 3px 15px;
  color: #FFFFFF;
  height: 30px;
  margin-top: 10px;
}

.vps_info_bt:hover {
  background: #8598E7;
}

.vps_info_name {
  display: inline;
  font-weight: bold;
  font-size: 12pt;
  position: relative;
  top: 10px;
}

.vps_info_div {
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .vps_info_name {
    position: static;
    display: block;
    margin-bottom: 10px;
  }
  .vps_info_tr {
    letter-spacing: 0px;
    font-size: 8pt;
  }
  .vps_info_th {
    width: 15%;
    padding: 5px;
    font-weight: normal;
  }
  .vps_info_td {
    padding-left: 8px;
  }
  .chart_div {
    margin-top: 20px;
  }
  .vps_info_div {
    padding-left: 0px;
  }
}

.vps_info_tb input,
.vps_info_tb button {
  width: 100%;
  height: 40px;
}


/* Welcome page */

.welcome_content {
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 180px;
}

.VPS_img {
  background-image: url("../imgs/VPS_img-L.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  width: 100%;
  height: 550px;
  color: #FFFFFF;
  padding: 2% 0px 0px 7%;
}

.welcome_title {
  font-size: 32pt;
  margin-bottom: 0.5em;
}

.intro {
  width: 40%;
}

.advantage {
  margin-top: 2em;
}

.recommend {
  text-align: center;
  margin: 30px auto;
  width: 100%;
}

.recommend_schema {
  display: inline-block;
  background: #414F80;
  color: #FFF;
  font-size: 12pt;
  font-weight: bold;
  width: 20%;
  padding: 20px 2px;
  margin: 0 2%;
  border-radius: 10px;
}

.main_schema {
  background: #E8BE38;
  color: #000;
}

.recommend_schema button {
  width: 60%;
  height: 40px;
  border: none;
  border-radius: 5px;
  background: #222B5D;
  color: #FFF;
  margin-top: 10px;
}

.recommend_schema button:hover {
  background: #8598E7;
}

.recommend_schema.main_schema button {
  background: #D9610A;
  color: #FFF;
}

.recommend_schema.main_schema button:hover {
  background: #FF8800;
}

.recommend_schema > p {
  line-height: 60px;
  border-bottom: 1px dotted #E5E5E5;
  margin: 10px 20px;
}

.recommend_schema.main_schema > p {
  border-bottom: 1px dotted #000000;
}

.price {
  font-size: 16pt;
  font-weight: bold;
  border-bottom: none !important;
}

@media (max-width: 992px) {
  .VPS_img {
    background-image: url("../imgs/VPS_img-M.jpg");
  }
  .intro {
    width: 50%;
  }
  .welcome_title {
    font-size: 24pt;
  }
  .recommend {
    width: 100%;
  }
  .recommend_schema {
    display: block;
    width: 80%;
    margin: 20px auto;
    font-size: 12pt;
  }
}

@media (max-width: 768px) {
  .VPS_img {
    background-image: url("../imgs/VPS_img-S.jpg");
  }
  .intro {
    width: 60%;
  }
  .welcome_title {
    font-size: 18pt;
  }
  .price {
    font-size: 12pt;
    font-weight: bold;
  }
}


/* memberList */

.ml_tb {
  display: table;
  width: 100%;
}

.ml_tr {
  display: table-row;
}

.ml_th {
  color: #fff;
  background: #404F7F;
  display: table-cell;
  width: 14%;
  text-align: center;
  line-height: 60px;
  height: 60px;
}

.ml_td {
  display: table-cell;
  width: 14%;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.ml_tb .ml_tr:nth-of-type(even) {
  background: #A5B8D6;
}

.ml_tb .ml_tr:nth-of-type(odd) {
  background: #CCD1DB;
}

.ml_tr .ml_th:first-child {
  background: #404F7F;
  border-radius: 5px 0 0 0;
}

.ml_tr .ml_th:last-child {
  background: #404F7F;
  border-radius: 0 5px 0 0;
}

.ml_tb .ml_tr:last-child .ml_td:first-child {
  border-radius: 0 0 0 5px;
}

.ml_tb .ml_tr:last-child .ml_td:last-child {
  border-radius: 0 0 5px 0;
}

@media (max-width: 768px) {
  .ml_th,
  .ml_td {
    font-size: 5pt;
    max-width: 70px;
  }
  .ml_tr .ml_th:nth-child(2) {
    border-radius: 0 5px 0 0;
  }
  .ml_tr:last-child .ml_td:nth-child(2) {
    border-radius: 0 0 5px 0;
  }
}


/* recieptsInfo */

.rcpInfo_tb {
  width: 100%;
  margin: 0 auto;
}

.rcpInfo_tb .vh_tr {
  height: 40px;
  line-height: 40px;
}

.rcpInfo_tb .vh_td {
  padding-left: 5%;
}

.rcpInfo_radio {
  width: 32%;
}

.rcpInfo_select {
  width: 92%;
}

.rcpInfo_bt_grp {
  width: 100%;
  text-align: center;
}

.rcpInfo_bt {
  width: 120px;
  margin: 10px;
}

@media (max-width: 768px) {
  .rcpInfo_radio {
    display: block;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  min-width: 80%;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.btn-pay-way {
  width: 82%;
  height: 40px;
  font-size: 14pt;
}

.btn-pay-way-full {
  width: 100%;
  height: 40px;
  font-size: 14pt;
}

@media (max-width: 768px) {
  .btn-pay-way {
    width: 95%;
    font-size: 12pt;
  }
}

.marginBottom-0 {
  margin-bottom: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #555;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.controll_panel .dropdown-toggle{
  width: 200px;
}

.caret{
  width: 5px !important;
}

.progress-bar-text{
  position: absolute;
  top: 15px;
  left: 0px;
  line-height: 30px;
  text-align: center;
  width: 100%;
}

.pagination_list{
  text-align: center;
}

.search_form{
  display: inline-block;
  float: right;
  margin-top: 15px;
}

.input-medium{
  border:#A5B8D6 1px solid !important;
}
