/*---------------------------------
-------------- common -------------
---------------------------------*/
/*----------------------------
--------- 1. General ---------
----------------------------*/
html, html a, body { -webkit-font-smoothing: antialiased; }

body { font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: 15px; background-color: #fff; color: #142149; line-height: 1.5; letter-spacing: 0.2px; overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 { color: #142149; font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; letter-spacing: 0.5px; font-weight: normal; line-height: 1.5; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: 300; color: #5c5f73; }

h1 { font-size: 36px; font-weight: 300; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 16px; }

h6 { font-size: 12px; }

p { font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; color: #142149; line-height: 1.9; }

.lead { font-size: 18px; }

ul { margin-bottom: 0px; }

a { color: #0c70de; }

a:hover, a:focus { text-decoration: none; color: #0c7bbe; }

a:focus { outline: none; }

a.text-gray:hover, a.text-gray:focus, a.text-gray.active { color: #142149 !important; }

:focus { outline: none; }

hr { border-top: 1px solid #dcdee0; }

td { vertical-align: middle !important; }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type=file].form-control {
	height: 29px;
    margin-bottom: 5px;
}

@supports (-moz-appearance:none) {

  SELECT
  {
  -moz-appearance:none !important;
  background: transparent url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat !important;
  background-position: calc(100% - 5px) center !important;
  }

}

.font-primary { font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; }

.font-secondary { font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; }

.text-link:hover, .text-link:focus { text-decoration: underline; }

.text-opacity { opacity: 0.85; }

.text-white { color: #ffffff !important; }

.text-dark { color: #142149 !important; }

.text-gray { color: #888da8 !important; }

.text-primary { color: #0c70de !important; }

.text-success { color: #28a745 !important; }

.text-info { color: #0c70de !important; }

.text-warning { color: #ffcc00 !important; }

.text-danger { color: #dc3545 !important; }

.bg-white { background-color: #ffffff !important; }

.bg-dark { background-color: #142149 !important; }

.bg-gray { background-color: #ebeef6 !important; }

.bg-primary { background-color: #7774e7 !important; }

.bg-info { background-color: #0c70de !important; }

.bg-success { background-color: #28a745 !important; }

.bg-warning { background-color: #ffcc00 !important; }

.bg-danger { background-color: #dc3545 !important; }

.bg { background-repeat: no-repeat; background-size: cover; background-position: center center; }

.overlay-dark { position: relative; overflow: hidden; color: #cccccc; }

.overlay-dark h1, .overlay-dark h2, .overlay-dark h3, .overlay-dark h4, .overlay-dark h5, .overlay-dark h6 { color: #ffffff; }

.overlay-dark p { color: #cccccc; }

.overlay-dark:before { content: ""; background-color: #142149; position: absolute; width: 100%; height: 100%; opacity: 0.5; top: 0px; left: 0px; z-index: 2; }

.overlay-dark > div { position: relative; z-index: 3; }

blockquote { border-left: 0px; padding-left: 30px; position: relative; }

blockquote:before { font-family: "Font Awesome 5 Free"; content: "\f10d"; position: absolute; left: 0px; color: #142149; }

.fade.in { opacity: 1; }

.collapse.in { display: block; }

iframe { border: 0; }

.tooltip-inner { color: #ffffff; background-color: #062b50; margin: 0.25rem;}

/*Facebook comment*/
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

@media print { body { font-size: 10px; }
  .mrg-top-30, .mrg-top-20 { margin-top: 15px !important; }
  .print-invisible { display: none; } }
  
/*---------------------------------
--------- 3. Helper Style ---------
---------------------------------*/
/*Margin*/
.no-mrg { margin: 0 !important; }

.no-mrg-top { margin-top: 0 !important; }

.no-mrg-btm { margin-bottom: 0 !important; }

.no-mrg-right { margin-right: 0 !important; }

.no-mrg-left { margin-left: 0 !important; }

.no-mrg-vertical { margin-top: 0 !important; margin-bottom: 0 !important; }

.no-mrg-horizon { margin-left: 0 !important; margin-right: 0 !important; }

.margin-5 { margin: 5px !important; }

.margin-10 { margin: 10px !important; }

.margin-15 { margin: 15px !important; }

.margin-20 { margin: 20px !important; }

.margin-25 { margin: 25px !important; }

.margin-20 { margin: 20px !important; }

.margin-25 { margin: 25px !important; }

.margin-30 { margin: 30px !important; }

.margin-35 { margin: 35px !important; }

.margin-40 { margin: 40px !important; }

.margin-45 { margin: 45px !important; }

.margin-50 { margin: 50px !important; }

.margin-55 { margin: 55px !important; }

.margin-60 { margin: 60px !important; }

.margin-65 { margin: 65px !important; }

.margin-70 { margin: 70px !important; }

.margin-75 { margin: 75px !important; }

.margin-80 { margin: 80px !important; }

.margin-85 { margin: 85px !important; }

.margin-90 { margin: 90px !important; }

.margin-95 { margin: 95px !important; }

.margin-100 { margin: 100px !important; }

.margin-105 { margin: 105px !important; }

.margin-110 { margin: 110px !important; }

.margin-115 { margin: 115px !important; }

.margin-120 { margin: 120px !important; }

.margin-125 { margin: 125px !important; }

.margin-130 { margin: 130px !important; }

.margin-135 { margin: 135px !important; }

.margin-140 { margin: 140px !important; }

.margin-145 { margin: 145px !important; }

.margin-150 { margin: 150px !important; }

@media only screen and (max-width: 767px) { .margin-150, .margin-145, .margin-140, .margin-135, .margin-130, .margin-125, .margin-120, .margin-115, .margin-110, .margin-100, .margin-95, .margin-90, .margin-85, .margin-80, .margin-75, .margin-70, .margin-65, .margin-60, .margin-55, .margin-50, .margin-45, .margin-40, .margin-35 { margin: 30px !important; } }

.mrg-horizon-auto { margin-left: auto !important; margin-right: auto !important; }

.mrg-left-auto { margin-left: auto !important; }

.mrg-right-auto { margin-right: auto !important; }

.mrg-vertical-5 { margin-top: 5px !important; margin-bottom: 5px !important; }

.mrg-vertical-10 { margin-top: 10px !important; margin-bottom: 10px !important; }

.mrg-vertical-15 { margin-top: 15px !important; margin-bottom: 15px !important; }

.mrg-vertical-20 { margin-top: 20px !important; margin-bottom: 20px !important; }

.mrg-vertical-25 { margin-top: 25px !important; margin-bottom: 25px !important; }

.mrg-vertical-30 { margin-top: 30px !important; margin-bottom: 30px !important; }

.mrg-vertical-35 { margin-top: 35px !important; margin-bottom: 35px !important; }

.mrg-vertical-40 { margin-top: 40px !important; margin-bottom: 40px !important; }

.mrg-vertical-45 { margin-top: 45px !important; margin-bottom: 45px !important; }

.mrg-vertical-50 { margin-top: 50px !important; margin-bottom: 50px !important; }

.mrg-vertical-55 { margin-top: 55px !important; margin-bottom: 55px !important; }

.mrg-vertical-60 { margin-top: 60px !important; margin-bottom: 60px !important; }

.mrg-vertical-65 { margin-top: 65px !important; margin-bottom: 65px !important; }

.mrg-vertical-70 { margin-top: 70px !important; margin-bottom: 70px !important; }

.mrg-vertical-75 { margin-top: 75px !important; margin-bottom: 75px !important; }

.mrg-vertical-80 { margin-top: 80px !important; margin-bottom: 80px !important; }

.mrg-vertical-85 { margin-top: 85px !important; margin-bottom: 85px !important; }

.mrg-vertical-90 { margin-top: 90px !important; margin-bottom: 90px !important; }

.mrg-vertical-95 { margin-top: 95px !important; margin-bottom: 95px !important; }

.mrg-vertical-100 { margin-top: 100px !important; margin-bottom: 100px !important; }

.mrg-vertical-105 { margin-top: 105px !important; margin-bottom: 105px !important; }

.mrg-vertical-110 { margin-top: 110px !important; margin-bottom: 110px !important; }

.mrg-vertical-115 { margin-top: 115px !important; margin-bottom: 115px !important; }

.mrg-vertical-120 { margin-top: 120px !important; margin-bottom: 120px !important; }

.mrg-vertical-125 { margin-top: 125px !important; margin-bottom: 125px !important; }

.mrg-vertical-130 { margin-top: 130px !important; margin-bottom: 130px !important; }

.mrg-vertical-135 { margin-top: 135px !important; margin-bottom: 135px !important; }

.mrg-vertical-140 { margin-top: 140px !important; margin-bottom: 140px !important; }

.mrg-vertical-145 { margin-top: 145px !important; margin-bottom: 145px !important; }

.mrg-vertical-150 { margin-top: 150px !important; margin-bottom: 150px !important; }

@media only screen and (max-width: 767px) { .mrg-vertical-150, .mrg-vertical-145, .mrg-vertical-140, .mrg-vertical-135, .mrg-vertical-130, .mrg-vertical-125, .mrg-vertical-120, .mrg-vertical-115, .mrg-vertical-110, .mrg-vertical-100, .mrg-vertical-95, .mrg-vertical-90, .mrg-vertical-85, .mrg-vertical-80, .mrg-vertical-75, .mrg-vertical-70, .mrg-vertical-65, .mrg-vertical-60, .mrg-vertical-55, .mrg-vertical-50, .mrg-vertical-45, .mrg-vertical-40, .mrg-vertical-35 { margin-top: 30px !important; margin-bottom: 30px !important; } }

.mrg-horizon-5 { margin-left: 5px !important; margin-right: 5px !important; }

.mrg-horizon-10 { margin-left: 10px !important; margin-right: 10px !important; }

.mrg-horizon-15 { margin-left: 15px !important; margin-right: 15px !important; }

.mrg-horizon-20 { margin-left: 20px !important; margin-right: 20px !important; }

.mrg-horizon-25 { margin-left: 25px !important; margin-right: 25px !important; }

.mrg-horizon-30 { margin-left: 30px !important; margin-right: 30px !important; }

.mrg-horizon-35 { margin-left: 35px !important; margin-right: 35px !important; }

.mrg-horizon-40 { margin-left: 40px !important; margin-right: 40px !important; }

.mrg-horizon-45 { margin-left: 45px !important; margin-right: 45px !important; }

.mrg-horizon-50 { margin-left: 50px !important; margin-right: 50px !important; }

.mrg-horizon-55 { margin-left: 55px !important; margin-right: 55px !important; }

.mrg-horizon-60 { margin-left: 60px !important; margin-right: 60px !important; }

.mrg-horizon-65 { margin-left: 65px !important; margin-right: 65px !important; }

.mrg-horizon-70 { margin-left: 70px !important; margin-right: 70px !important; }

.mrg-horizon-75 { margin-left: 75px !important; margin-right: 75px !important; }

.mrg-horizon-80 { margin-left: 80px !important; margin-right: 80px !important; }

.mrg-horizon-85 { margin-left: 85px !important; margin-right: 85px !important; }

.mrg-horizon-90 { margin-left: 90px !important; margin-right: 90px !important; }

.mrg-horizon-95 { margin-left: 95px !important; margin-right: 95px !important; }

.mrg-horizon-100 { margin-left: 100px !important; margin-right: 100px !important; }

.mrg-horizon-105 { margin-left: 105px !important; margin-right: 105px !important; }

.mrg-horizon-110 { margin-left: 110px !important; margin-right: 110px !important; }

.mrg-horizon-115 { margin-left: 115px !important; margin-right: 115px !important; }

.mrg-horizon-120 { margin-left: 120px !important; margin-right: 120px !important; }

.mrg-horizon-125 { margin-left: 125px !important; margin-right: 125px !important; }

.mrg-horizon-130 { margin-left: 130px !important; margin-right: 130px !important; }

.mrg-horizon-135 { margin-left: 135px !important; margin-right: 135px !important; }

.mrg-horizon-140 { margin-left: 140px !important; margin-right: 140px !important; }

.mrg-horizon-145 { margin-left: 145px !important; margin-right: 145px !important; }

.mrg-horizon-150 { margin-left: 150px !important; margin-right: 150px !important; }

@media only screen and (max-width: 767px) { .mrg-horizon-150, .mrg-horizon-145, .mrg-horizon-140, .mrg-horizon-135, .mrg-horizon-130, .mrg-horizon-125, .mrg-horizon-120, .mrg-horizon-115, .mrg-horizon-110, .mrg-horizon-100, .mrg-horizon-95, .mrg-horizon-90, .mrg-horizon-85, .mrg-horizon-80, .mrg-horizon-75, .mrg-horizon-70, .mrg-horizon-65, .mrg-horizon-60, .mrg-horizon-55, .mrg-horizon-50, .mrg-horizon-45, .mrg-horizon-40, .mrg-horizon-35 { margin-left: 30px !important; margin-right: 30px !important; } }

.mrg-top-5 { margin-top: 5px !important; }

.mrg-top-10 { margin-top: 10px !important; }

.mrg-top-15 { margin-top: 15px !important; }

.mrg-top-20 { margin-top: 20px !important; }

.mrg-top-25 { margin-top: 25px !important; }

.mrg-top-30 { margin-top: 30px !important; }

.mrg-top-35 { margin-top: 35px !important; }

.mrg-top-40 { margin-top: 40px !important; }

.mrg-top-45 { margin-top: 45px !important; }

.mrg-top-50 { margin-top: 50px !important; }

.mrg-top-55 { margin-top: 55px !important; }

.mrg-top-60 { margin-top: 60px !important; }

.mrg-top-65 { margin-top: 65px !important; }

.mrg-top-70 { margin-top: 70px !important; }

.mrg-top-75 { margin-top: 75px !important; }

.mrg-top-80 { margin-top: 80px !important; }

.mrg-top-85 { margin-top: 85px !important; }

.mrg-top-90 { margin-top: 90px !important; }

.mrg-top-95 { margin-top: 95px !important; }

.mrg-top-100 { margin-top: 100px !important; }

.mrg-top-105 { margin-top: 105px !important; }

.mrg-top-110 { margin-top: 110px !important; }

.mrg-top-115 { margin-top: 115px !important; }

.mrg-top-120 { margin-top: 120px !important; }

.mrg-top-125 { margin-top: 125px !important; }

.mrg-top-130 { margin-top: 130px !important; }

.mrg-top-135 { margin-top: 135px !important; }

.mrg-top-140 { margin-top: 140px !important; }

.mrg-top-145 { margin-top: 145px !important; }

.mrg-top-150 { margin-top: 150px !important; }

@media only screen and (max-width: 767px) { .mrg-top-150, .mrg-top-145, .mrg-top-140, .mrg-top-135, .mrg-top-130, .mrg-top-125, .mrg-top-120, .mrg-top-115, .mrg-top-110, .mrg-top-100, .mrg-top-95, .mrg-top-90, .mrg-top-85, .mrg-top-80, .mrg-top-75, .mrg-top-70, .mrg-top-65, .mrg-top-60, .mrg-top-55, .mrg-top-50, .mrg-top-45, .mrg-top-40, .mrg-top-35 { margin-top: 30px !important; } }

.mrg-btm-5 { margin-bottom: 5px !important; }

.mrg-btm-10 { margin-bottom: 10px !important; }

.mrg-btm-15 { margin-bottom: 15px !important; }

.mrg-btm-20 { margin-bottom: 20px !important; }

.mrg-btm-25 { margin-bottom: 25px !important; }

.mrg-btm-30 { margin-bottom: 30px !important; }

.mrg-btm-35 { margin-bottom: 35px !important; }

.mrg-btm-40 { margin-bottom: 40px !important; }

.mrg-btm-45 { margin-bottom: 45px !important; }

.mrg-btm-50 { margin-bottom: 50px !important; }

.mrg-btm-55 { margin-bottom: 55px !important; }

.mrg-btm-60 { margin-bottom: 60px !important; }

.mrg-btm-65 { margin-bottom: 65px !important; }

.mrg-btm-70 { margin-bottom: 70px !important; }

.mrg-btm-75 { margin-bottom: 75px !important; }

.mrg-btm-80 { margin-bottom: 80px !important; }

.mrg-btm-85 { margin-bottom: 85px !important; }

.mrg-btm-90 { margin-bottom: 90px !important; }

.mrg-btm-95 { margin-bottom: 95px !important; }

.mrg-btm-100 { margin-bottom: 100px !important; }

.mrg-btm-105 { margin-bottom: 105px !important; }

.mrg-btm-110 { margin-bottom: 110px !important; }

.mrg-btm-115 { margin-bottom: 115px !important; }

.mrg-btm-120 { margin-bottom: 120px !important; }

.mrg-btm-125 { margin-bottom: 125px !important; }

.mrg-btm-130 { margin-bottom: 130px !important; }

.mrg-btm-135 { margin-bottom: 135px !important; }

.mrg-btm-140 { margin-bottom: 140px !important; }

.mrg-btm-145 { margin-bottom: 145px !important; }

.mrg-btm-150 { margin-bottom: 150px !important; }

@media only screen and (max-width: 767px) { .mrg-btm-150, .mrg-btm-145, .mrg-btm-140, .mrg-btm-135, .mrg-btm-130, .mrg-btm-125, .mrg-btm-120, .mrg-btm-115, .mrg-btm-110, .mrg-btm-100, .mrg-btm-95, .mrg-btm-90, .mrg-btm-85, .mrg-btm-80, .mrg-btm-75, .mrg-btm-70, .mrg-btm-65, .mrg-btm-60, .mrg-btm-55, .mrg-btm-50, .mrg-btm-45, .mrg-btm-40, .mrg-btm-35 { margin-bottom: 30px !important; } }

.mrg-left-5 { margin-left: 5px !important; }

.mrg-left-10 { margin-left: 10px !important; }

.mrg-left-15 { margin-left: 15px !important; }

.mrg-left-20 { margin-left: 20px !important; }

.mrg-left-25 { margin-left: 25px !important; }

.mrg-left-30 { margin-left: 30px !important; }

.mrg-left-35 { margin-left: 35px !important; }

.mrg-left-40 { margin-left: 40px !important; }

.mrg-left-45 { margin-left: 45px !important; }

.mrg-left-50 { margin-left: 50px !important; }

.mrg-left-55 { margin-left: 55px !important; }

.mrg-left-60 { margin-left: 60px !important; }

.mrg-left-65 { margin-left: 65px !important; }

.mrg-left-70 { margin-left: 70px !important; }

.mrg-left-75 { margin-left: 75px !important; }

.mrg-left-80 { margin-left: 80px !important; }

.mrg-left-85 { margin-left: 85px !important; }

.mrg-left-90 { margin-left: 90px !important; }

.mrg-left-95 { margin-left: 95px !important; }

.mrg-left-100 { margin-left: 100px !important; }

.mrg-left-105 { margin-left: 105px !important; }

.mrg-left-110 { margin-left: 110px !important; }

.mrg-left-115 { margin-left: 115px !important; }

.mrg-left-120 { margin-left: 120px !important; }

.mrg-left-125 { margin-left: 125px !important; }

.mrg-left-130 { margin-left: 130px !important; }

.mrg-left-135 { margin-left: 135px !important; }

.mrg-left-140 { margin-left: 140px !important; }

.mrg-left-145 { margin-left: 145px !important; }

.mrg-left-150 { margin-left: 150px !important; }

@media only screen and (max-width: 767px) { .mrg-left-150, .mrg-left-145, .mrg-left-140, .mrg-left-135, .mrg-left-130, .mrg-left-125, .mrg-left-120, .mrg-left-115, .mrg-left-110, .mrg-left-100, .mrg-left-95, .mrg-left-90, .mrg-left-85, .mrg-left-80, .mrg-left-75, .mrg-left-70, .mrg-left-65, .mrg-left-60, .mrg-left-55, .mrg-left-50, .mrg-left-45, .mrg-left-40, .mrg-left-35 { margin-left: 30px !important; } }

.mrg-right-5 { margin-right: 5px !important; }

.mrg-right-10 { margin-right: 10px !important; }

.mrg-right-15 { margin-right: 15px !important; }

.mrg-right-20 { margin-right: 20px !important; }

.mrg-right-25 { margin-right: 25px !important; }

.mrg-right-30 { margin-right: 30px !important; }

.mrg-right-35 { margin-right: 35px !important; }

.mrg-right-40 { margin-right: 40px !important; }

.mrg-right-45 { margin-right: 45px !important; }

.mrg-right-50 { margin-right: 50px !important; }

.mrg-right-55 { margin-right: 55px !important; }

.mrg-right-60 { margin-right: 60px !important; }

.mrg-right-65 { margin-right: 65px !important; }

.mrg-right-70 { margin-right: 70px !important; }

.mrg-right-75 { margin-right: 75px !important; }

.mrg-right-80 { margin-right: 80px !important; }

.mrg-right-85 { margin-right: 85px !important; }

.mrg-right-90 { margin-right: 90px !important; }

.mrg-right-95 { margin-right: 95px !important; }

.mrg-right-100 { margin-right: 100px !important; }

.mrg-right-105 { margin-right: 105px !important; }

.mrg-right-110 { margin-right: 110px !important; }

.mrg-right-115 { margin-right: 115px !important; }

.mrg-right-120 { margin-right: 120px !important; }

.mrg-right-125 { margin-right: 125px !important; }

.mrg-right-130 { margin-right: 130px !important; }

.mrg-right-135 { margin-right: 135px !important; }

.mrg-right-140 { margin-right: 140px !important; }

.mrg-right-145 { margin-right: 145px !important; }

.mrg-right-150 { margin-right: 150px !important; }

@media only screen and (max-width: 767px) { .mrg-right-150, .mrg-right-145, .mrg-right-140, .mrg-right-135, .mrg-right-130, .mrg-right-125, .mrg-right-120, .mrg-right-115, .mrg-right-110, .mrg-right-100, .mrg-right-95, .mrg-right-90, .mrg-right-85, .mrg-right-80, .mrg-right-75, .mrg-right-70, .mrg-right-65, .mrg-right-60, .mrg-right-55, .mrg-right-50, .mrg-right-45, .mrg-right-40, .mrg-right-35 { margin-right: 30px !important; } }

/*Padding*/
.no-pdd { padding: 0 !important; }

.no-pdd-top { padding-top: 0 !important; }

.no-pdd-btm { padding-bottom: 0 !important; }

.no-pdd-left { padding-left: 0 !important; }

.no-pdd-right { padding-right: 0 !important; }

.no-pdd-vertical { padding-top: 0 !important; padding-bottom: 0 !important; }

.no-pdd-horizon { padding-left: 0 !important; padding-right: 0 !important; }

.padding-5 { padding: 5px !important; }

.padding-10 { padding: 10px !important; }

.padding-15 { padding: 15px !important; }

.padding-20 { padding: 20px !important; }

.padding-25 { padding: 25px !important; }

.padding-30 { padding: 30px !important; }

.padding-35 { padding: 35px !important; }

.padding-40 { padding: 40px !important; }

.padding-45 { padding: 45px !important; }

.padding-50 { padding: 50px !important; }

.padding-55 { padding: 55px !important; }

.padding-60 { padding: 60px !important; }

.padding-65 { padding: 65px !important; }

.padding-70 { padding: 70px !important; }

.padding-75 { padding: 75px !important; }

.padding-80 { padding: 80px !important; }

.padding-85 { padding: 85px !important; }

.padding-90 { padding: 90px !important; }

.padding-95 { padding: 95px !important; }

.padding-100 { padding: 100px !important; }

.padding-105 { padding: 105px !important; }

.padding-110 { padding: 110px !important; }

.padding-115 { padding: 115px !important; }

.padding-120 { padding: 120px !important; }

.padding-125 { padding: 125px !important; }

.padding-130 { padding: 130px !important; }

.padding-135 { padding: 135px !important; }

.padding-140 { padding: 140px !important; }

.padding-145 { padding: 145px !important; }

.padding-150 { padding: 150px !important; }

@media only screen and (max-width: 767px) { .padding-150, .padding-145, .padding-140, .padding-135, .padding-130, .padding-125, .padding-120, .padding-115, .padding-110, .padding-100, .padding-95, .padding-90, .padding-85, .padding-80, .padding-75, .padding-70, .padding-65, .padding-60, .padding-55, .padding-50, .padding-45, .padding-40, .padding-35 { padding: 30px !important; } }

.pdd-vertical-5 { padding-top: 5px !important; padding-bottom: 5px !important; }

.pdd-vertical-10 { padding-top: 10px !important; padding-bottom: 10px !important; }

.pdd-vertical-15 { padding-top: 15px !important; padding-bottom: 15px !important; }

.pdd-vertical-20 { padding-top: 20px !important; padding-bottom: 20px !important; }

.pdd-vertical-25 { padding-top: 25px !important; padding-bottom: 25px !important; }

.pdd-vertical-30 { padding-top: 30px !important; padding-bottom: 30px !important; }

.pdd-vertical-35 { padding-top: 35px !important; padding-bottom: 35px !important; }

.pdd-vertical-40 { padding-top: 40px !important; padding-bottom: 40px !important; }

.pdd-vertical-45 { padding-top: 45px !important; padding-bottom: 45px !important; }

.pdd-vertical-50 { padding-top: 50px !important; padding-bottom: 50px !important; }

.pdd-vertical-55 { padding-top: 55px !important; padding-bottom: 55px !important; }

.pdd-vertical-60 { padding-top: 60px !important; padding-bottom: 60px !important; }

.pdd-vertical-65 { padding-top: 65px !important; padding-bottom: 65px !important; }

.pdd-vertical-70 { padding-top: 70px !important; padding-bottom: 70px !important; }

.pdd-vertical-75 { padding-top: 75px !important; padding-bottom: 75px !important; }

.pdd-vertical-80 { padding-top: 80px !important; padding-bottom: 80px !important; }

.pdd-vertical-85 { padding-top: 85px !important; padding-bottom: 85px !important; }

.pdd-vertical-90 { padding-top: 90px !important; padding-bottom: 90px !important; }

.pdd-vertical-95 { padding-top: 95px !important; padding-bottom: 95px !important; }

.pdd-vertical-100 { padding-top: 100px !important; padding-bottom: 100px !important; }

.pdd-vertical-105 { padding-top: 105px !important; padding-bottom: 105px !important; }

.pdd-vertical-110 { padding-top: 110px !important; padding-bottom: 110px !important; }

.pdd-vertical-115 { padding-top: 115px !important; padding-bottom: 115px !important; }

.pdd-vertical-120 { padding-top: 120px !important; padding-bottom: 120px !important; }

.pdd-vertical-125 { padding-top: 125px !important; padding-bottom: 125px !important; }

.pdd-vertical-130 { padding-top: 130px !important; padding-bottom: 130px !important; }

.pdd-vertical-135 { padding-top: 135px !important; padding-bottom: 135px !important; }

.pdd-vertical-140 { padding-top: 140px !important; padding-bottom: 140px !important; }

.pdd-vertical-145 { padding-top: 145px !important; padding-bottom: 145px !important; }

.pdd-vertical-150 { padding-top: 150px !important; padding-bottom: 150px !important; }

@media only screen and (max-width: 767px) { .pdd-vertical-150, .pdd-vertical-145, .pdd-vertical-140, .pdd-vertical-135, .pdd-vertical-130, .pdd-vertical-125, .pdd-vertical-120, .pdd-vertical-115, .pdd-vertical-110, .pdd-vertical-100, .pdd-vertical-95, .pdd-vertical-90, .pdd-vertical-85, .pdd-vertical-80, .pdd-vertical-75, .pdd-vertical-70, .pdd-vertical-65, .pdd-vertical-60, .pdd-vertical-55, .pdd-vertical-50, .pdd-vertical-45, .pdd-vertical-40, .pdd-vertical-35 { padding-top: 30px !important; padding-bottom: 30px !important; } }

.pdd-horizon-5 { padding-left: 5px !important; padding-right: 5px !important; }

.pdd-horizon-10 { padding-left: 10px !important; padding-right: 10px !important; }

.pdd-horizon-15 { padding-left: 15px !important; padding-right: 15px !important; }

.pdd-horizon-20 { padding-left: 20px !important; padding-right: 20px !important; }

.pdd-horizon-25 { padding-left: 25px !important; padding-right: 25px !important; }

.pdd-horizon-30 { padding-left: 30px !important; padding-right: 30px !important; }

.pdd-horizon-35 { padding-left: 35px !important; padding-right: 35px !important; }

.pdd-horizon-40 { padding-left: 40px !important; padding-right: 40px !important; }

.pdd-horizon-45 { padding-left: 45px !important; padding-right: 45px !important; }

.pdd-horizon-50 { padding-left: 50px !important; padding-right: 50px !important; }

.pdd-horizon-55 { padding-left: 55px !important; padding-right: 55px !important; }

.pdd-horizon-60 { padding-left: 60px !important; padding-right: 60px !important; }

.pdd-horizon-65 { padding-left: 65px !important; padding-right: 65px !important; }

.pdd-horizon-70 { padding-left: 70px !important; padding-right: 70px !important; }

.pdd-horizon-75 { padding-left: 75px !important; padding-right: 75px !important; }

.pdd-horizon-80 { padding-left: 80px !important; padding-right: 80px !important; }

.pdd-horizon-85 { padding-left: 85px !important; padding-right: 85px !important; }

.pdd-horizon-90 { padding-left: 90px !important; padding-right: 90px !important; }

.pdd-horizon-95 { padding-left: 95px !important; padding-right: 95px !important; }

.pdd-horizon-100 { padding-left: 100px !important; padding-right: 100px !important; }

.pdd-horizon-105 { padding-left: 105px !important; padding-right: 105px !important; }

.pdd-horizon-110 { padding-left: 110px !important; padding-right: 110px !important; }

.pdd-horizon-115 { padding-left: 115px !important; padding-right: 115px !important; }

.pdd-horizon-120 { padding-left: 120px !important; padding-right: 120px !important; }

.pdd-horizon-125 { padding-left: 125px !important; padding-right: 125px !important; }

.pdd-horizon-130 { padding-left: 130px !important; padding-right: 130px !important; }

.pdd-horizon-135 { padding-left: 135px !important; padding-right: 135px !important; }

.pdd-horizon-140 { padding-left: 140px !important; padding-right: 140px !important; }

.pdd-horizon-145 { padding-left: 145px !important; padding-right: 145px !important; }

.pdd-horizon-150 { padding-left: 150px !important; padding-right: 150px !important; }

@media only screen and (max-width: 767px) { .pdd-horizon-150, .pdd-horizon-145, .pdd-horizon-140, .pdd-horizon-135, .pdd-horizon-130, .pdd-horizon-125, .pdd-horizon-120, .pdd-horizon-115, .pdd-horizon-110, .pdd-horizon-100, .pdd-horizon-95, .pdd-horizon-90, .pdd-horizon-85, .pdd-horizon-80, .pdd-horizon-75, .pdd-horizon-70, .pdd-horizon-65, .pdd-horizon-60, .pdd-horizon-55, .pdd-horizon-50, .pdd-horizon-45, .pdd-horizon-40, .pdd-horizon-35 { padding-left: 30px !important; padding-right: 30px !important; } }

.pdd-top-5 { padding-top: 5px !important; }

.pdd-top-10 { padding-top: 10px !important; }

.pdd-top-15 { padding-top: 15px !important; }

.pdd-top-20 { padding-top: 20px !important; }

.pdd-top-25 { padding-top: 25px !important; }

.pdd-top-30 { padding-top: 30px !important; }

.pdd-top-35 { padding-top: 35px !important; }

.pdd-top-40 { padding-top: 40px !important; }

.pdd-top-45 { padding-top: 45px !important; }

.pdd-top-50 { padding-top: 50px !important; }

.pdd-top-55 { margin-top: 55px !important; }

.pdd-top-60 { padding-top: 60px !important; }

.pdd-top-65 { padding-top: 65px !important; }

.pdd-top-70 { padding-top: 70px !important; }

.pdd-top-75 { padding-top: 75px !important; }

.pdd-top-80 { padding-top: 80px !important; }

.pdd-top-85 { padding-top: 85px !important; }

.pdd-top-90 { padding-top: 90px !important; }

.pdd-top-95 { padding-top: 95px !important; }

.pdd-top-100 { padding-top: 100px !important; }

.pdd-top-105 { padding-top: 105px !important; }

.pdd-top-110 { padding-top: 110px !important; }

.pdd-top-115 { padding-top: 115px !important; }

.pdd-top-120 { padding-top: 120px !important; }

.pdd-top-125 { padding-top: 125px !important; }

.pdd-top-130 { padding-top: 130px !important; }

.pdd-top-135 { padding-top: 135px !important; }

.pdd-top-140 { padding-top: 140px !important; }

.pdd-top-145 { padding-top: 145px !important; }

.pdd-top-150 { padding-top: 150px !important; }

@media only screen and (max-width: 767px) { .pdd-top-150, .pdd-top-145, .pdd-top-140, .pdd-top-135, .pdd-top-130, .pdd-top-125, .pdd-top-120, .pdd-top-115, .pdd-top-110, .pdd-top-100, .pdd-top-95, .pdd-top-90, .pdd-top-85, .pdd-top-80, .pdd-top-75, .pdd-top-70, .pdd-top-65, .pdd-top-60, .pdd-top-55, .pdd-top-50, .pdd-top-45, .pdd-top-40, .pdd-top-35 { padding-top: 30px !important; } }

.pdd-btm-5 { padding-bottom: 5px !important; }

.pdd-btm-10 { padding-bottom: 10px !important; }

.pdd-btm-15 { padding-bottom: 15px !important; }

.pdd-btm-20 { padding-bottom: 20px !important; }

.pdd-btm-25 { padding-bottom: 25px !important; }

.pdd-btm-30 { padding-bottom: 30px !important; }

.pdd-btm-35 { padding-bottom: 35px !important; }

.pdd-btm-40 { padding-bottom: 40px !important; }

.pdd-btm-45 { padding-bottom: 45px !important; }

.pdd-btm-50 { padding-bottom: 50px !important; }

.pdd-btm-55 { margin-bottom: 55px !important; }

.pdd-btm-60 { padding-bottom: 60px !important; }

.pdd-btm-65 { padding-bottom: 65px !important; }

.pdd-btm-70 { padding-bottom: 70px !important; }

.pdd-btm-75 { padding-bottom: 75px !important; }

.pdd-btm-80 { padding-bottom: 80px !important; }

.pdd-btm-85 { padding-bottom: 85px !important; }

.pdd-btm-90 { padding-bottom: 90px !important; }

.pdd-btm-95 { padding-bottom: 95px !important; }

.pdd-btm-100 { padding-bottom: 100px !important; }

.pdd-btm-105 { padding-bottom: 105px !important; }

.pdd-btm-110 { padding-bottom: 110px !important; }

.pdd-btm-115 { padding-bottom: 115px !important; }

.pdd-btm-120 { margin-bottom: 120px !important; }

.pdd-btm-125 { padding-bottom: 125px !important; }

.pdd-btm-130 { padding-bottom: 130px !important; }

.pdd-btm-135 { padding-bottom: 135px !important; }

.pdd-btm-140 { padding-bottom: 140px !important; }

.pdd-btm-145 { padding-bottom: 145px !important; }

.pdd-btm-150 { padding-bottom: 150px !important; }

@media only screen and (max-width: 767px) { .pdd-btm-150, .pdd-btm-145, .pdd-btm-140, .pdd-btm-135, .pdd-btm-130, .pdd-btm-125, .pdd-btm-120, .pdd-btm-115, .pdd-btm-110, .pdd-btm-100, .pdd-btm-95, .pdd-btm-90, .pdd-btm-85, .pdd-btm-80, .pdd-btm-75, .pdd-btm-70, .pdd-btm-65, .pdd-btm-60, .pdd-btm-55, .pdd-btm-50, .pdd-btm-45, .pdd-btm-40, .pdd-btm-35 { padding-bottom: 30px !important; } }

.pdd-left-5 { padding-left: 5px !important; }

.pdd-left-10 { padding-left: 10px !important; }

.pdd-left-15 { padding-left: 15px !important; }

.pdd-left-20 { padding-left: 20px !important; }

.pdd-left-25 { padding-left: 25px !important; }

.pdd-left-30 { padding-left: 30px !important; }

.pdd-left-35 { padding-left: 35px !important; }

.pdd-left-40 { padding-left: 40px !important; }

.pdd-left-45 { padding-left: 45px !important; }

.pdd-left-50 { padding-left: 50px !important; }

.pdd-left-55 { margin-left: 55px !important; }

.pdd-left-60 { padding-left: 60px !important; }

.pdd-left-65 { padding-left: 65px !important; }

.pdd-left-70 { padding-left: 70px !important; }

.pdd-left-75 { padding-left: 75px !important; }

.pdd-left-80 { padding-left: 80px !important; }

.pdd-left-85 { padding-left: 85px !important; }

.pdd-left-90 { padding-left: 90px !important; }

.pdd-left-95 { padding-left: 95px !important; }

.pdd-left-100 { padding-left: 100px !important; }

.pdd-left-105 { padding-left: 105px !important; }

.pdd-left-110 { padding-left: 110px !important; }

.pdd-left-115 { padding-left: 115px !important; }

.pdd-left-120 { margin-left: 120px !important; }

.pdd-left-125 { padding-left: 125px !important; }

.pdd-left-130 { padding-left: 130px !important; }

.pdd-left-135 { padding-left: 135px !important; }

.pdd-left-140 { padding-left: 140px !important; }

.pdd-left-145 { padding-left: 145px !important; }

.pdd-left-150 { padding-left: 150px !important; }

@media only screen and (max-width: 767px) { .pdd-left-150, .pdd-left-145, .pdd-left-140, .pdd-left-135, .pdd-left-130, .pdd-left-125, .pdd-left-120, .pdd-left-115, .pdd-left-110, .pdd-left-100, .pdd-left-95, .pdd-left-90, .pdd-left-85, .pdd-left-80, .pdd-left-75, .pdd-left-70, .pdd-left-65, .pdd-left-60, .pdd-left-55, .pdd-left-50, .pdd-left-45, .pdd-left-40, .pdd-left-35 { padding-left: 30px !important; } }

.pdd-right-5 { padding-right: 5px !important; }

.pdd-right-10 { padding-right: 10px !important; }

.pdd-right-15 { padding-right: 15px !important; }

.pdd-right-20 { padding-right: 20px !important; }

.pdd-right-25 { padding-right: 25px !important; }

.pdd-right-30 { padding-right: 30px !important; }

.pdd-right-35 { padding-right: 35px !important; }

.pdd-right-40 { padding-right: 40px !important; }

.pdd-right-45 { padding-right: 45px !important; }

.pdd-right-50 { padding-right: 50px !important; }

.pdd-right-55 { margin-right: 55px !important; }

.pdd-right-60 { padding-right: 60px !important; }

.pdd-right-65 { padding-right: 65px !important; }

.pdd-right-70 { padding-right: 70px !important; }

.pdd-right-75 { padding-right: 75px !important; }

.pdd-right-80 { padding-right: 80px !important; }

.pdd-right-85 { padding-right: 85px !important; }

.pdd-right-90 { padding-right: 90px !important; }

.pdd-right-95 { padding-right: 95px !important; }

.pdd-right-100 { padding-right: 100px !important; }

.pdd-right-105 { padding-right: 105px !important; }

.pdd-left-110 { padding-left: 110px !important; }

.pdd-right-115 { padding-right: 115px !important; }

.pdd-right-120 { margin-right: 120px !important; }

.pdd-right-125 { padding-right: 125px !important; }

.pdd-right-130 { padding-right: 130px !important; }

.pdd-right-135 { padding-right: 135px !important; }

.pdd-right-140 { padding-right: 140px !important; }

.pdd-right-145 { padding-right: 145px !important; }

.pdd-right-150 { padding-right: 150px !important; }

@media only screen and (max-width: 767px) { .pdd-right-150, .pdd-right-145, .pdd-right-140, .pdd-right-135, .pdd-right-130, .pdd-right-125, .pdd-right-120, .pdd-right-115, .pdd-right-110, .pdd-right-100, .pdd-right-95, .pdd-right-90, .pdd-right-85, .pdd-right-80, .pdd-right-75, .pdd-right-70, .pdd-right-65, .pdd-right-60, .pdd-right-55, .pdd-right-50, .pdd-right-45, .pdd-right-40, .pdd-right-35 { padding-right: 30px !important; } }

.width-0 { width: 0px; }

.width-10 { width: 10%; }

.width-15 { width: 15%; }

.width-20 { width: 20%; }

.width-25 { width: 25%; }

.width-30 { width: 30%; }

.width-35 { width: 35%; }

.width-40 { width: 40%; }

.width-45 { width: 45%; }

.width-50 { width: 50%; }

.width-55 { width: 55%; }

.width-60 { width: 60%; }

.width-65 { width: 65%; }

.width-70 { width: 70%; }

.width-75 { width: 75%; }

.width-80 { width: 80%; }

.width-85 { width: 85%; }

.width-90 { width: 90%; }

.width-95 { width: 95%; }

.width-100 { width: 100%; }

.height-100 { height: 100%; }

.full-height { min-height: 100vh; }

.ls-0 { letter-spacing: 0px !important; }

.ls-0-5 { letter-spacing: 0.5px !important; }

.ls-1 { letter-spacing: 1px !important; }

.ls-1-5 { letter-spacing: 1.5px !important; }

.ls-2 { letter-spacing: 2px !important; }

.ls-2-5 { letter-spacing: 2.5px !important; }

.ls-3 { letter-spacing: 3px !important; }

.ls-3-5 { letter-spacing: 3.5px !important; }

.ls-4 { letter-spacing: 4px !important; }

.ls-4-5 { letter-spacing: 4.5px !important; }

.ls-5 { letter-spacing: 5px !important; }

.ls-5-5 { letter-spacing: 5.5px !important; }

.ls-6 { letter-spacing: 6px !important; }

.ls-6-5 { letter-spacing: 6.5px !important; }

.ls-7 { letter-spacing: 7px !important; }

.ls-7-5 { letter-spacing: 7.5px !important; }

.ls-8 { letter-spacing: 8px !important; }

.ls-8-5 { letter-spacing: 8.5px !important; }

.ls-9 { letter-spacing: 9px !important; }

.ls-9-5 { letter-spacing: 9.5px !important; }

.ls-10 { letter-spacing: 10px !important; }

.ls-11 { letter-spacing: 11px !important; }

.ls-12 { letter-spacing: 12px !important; }

.ls-13 { letter-spacing: 13px !important; }

.ls-14 { letter-spacing: 14px !important; }

.ls-15 { letter-spacing: 15px !important; }

/*Line-Height*/
.lh-0 { line-height: 0 !important; }

.lh-0-5 { line-height: 0.5 !important; }

.lh-1 { line-height: 1 !important; }

.lh-1-1 { line-height: 1.1 !important; }

.lh-1-2 { line-height: 1.2 !important; }

.lh-1-3 { line-height: 1.3 !important; }

.lh-1-4 { line-height: 1.4 !important; }

.lh-1-5 { line-height: 1.5 !important; }

.lh-1-6 { line-height: 1.6 !important; }

.lh-1-7 { line-height: 1.7 !important; }

.lh-1-8 { line-height: 1.8 !important; }

.lh-1-9 { line-height: 1.9 !important; }

.lh-2 { line-height: 2 !important; }

.lh-2-1 { line-height: 2.1 !important; }

.lh-2-2 { line-height: 2.2 !important; }

.lh-2-3 { line-height: 2.3 !important; }

.lh-2-4 { line-height: 2.4 !important; }

.lh-2-5 { line-height: 2.5 !important; }

.lh-3 { line-height: 3 !important; }

.lh-4 { line-height: 4 !important; }

/*Font Size*/
.font-size-8 { font-size: 8px !important; }

.font-size-9 { font-size: 9px !important; }

.font-size-10 { font-size: 10px !important; }

.font-size-11 { font-size: 11px !important; }

.font-size-12 { font-size: 12px !important; }

.font-size-13 { font-size: 13px !important; }

.font-size-14 { font-size: 14px !important; }

.font-size-15 { font-size: 15px !important; }

.font-size-16 { font-size: 16px !important; }

.font-size-17 { font-size: 17px !important; }

.font-size-18 { font-size: 18px !important; }

.font-size-19 { font-size: 19px !important; }

.font-size-20 { font-size: 20px !important; }

.font-size-21 { font-size: 21px !important; }

.font-size-22 { font-size: 22px !important; }

.font-size-23 { font-size: 23px !important; }

.font-size-24 { font-size: 24px !important; }

.font-size-25 { font-size: 25px !important; }

.font-size-26 { font-size: 26px !important; }

.font-size-27 { font-size: 27px !important; }

.font-size-28 { font-size: 28px !important; }

.font-size-29 { font-size: 29px !important; }

.font-size-30 { font-size: 30px !important; }

.font-size-35 { font-size: 35px !important; }

.font-size-40 { font-size: 40px !important; }

.font-size-45 { font-size: 45px !important; }

.font-size-50 { font-size: 50px !important; }

.font-size-55 { font-size: 55px !important; }

.font-size-60 { font-size: 60px !important; }

.font-size-65 { font-size: 65px !important; }

.font-size-70 { font-size: 70px !important; }

.font-size-75 { font-size: 75px !important; }

.font-size-80 { font-size: 80px !important; }

.font-size-85 { font-size: 85px !important; }

.font-size-90 { font-size: 90px !important; }

.font-size-95 { font-size: 95px !important; }

.font-size-100 { font-size: 100px !important; }

.font-size-105 { font-size: 105px !important; }

.font-size-110 { font-size: 110px !important; }

.font-size-115 { font-size: 115px !important; }

.font-size-120 { font-size: 120px !important; }

.font-size-125 { font-size: 125px !important; }

.font-size-130 { font-size: 130px !important; }

.font-size-135 { font-size: 135px !important; }

.font-size-140 { font-size: 140px !important; }

.font-size-145 { font-size: 145px !important; }

.font-size-150 { font-size: 150px !important; }

.font-size-155 { font-size: 155px !important; }

.font-size-160 { font-size: 160px !important; }

.font-size-165 { font-size: 165px !important; }

.font-size-170 { font-size: 170px !important; }

.font-size-175 { font-size: 175px !important; }

.font-size-180 { font-size: 180px !important; }

.font-size-185 { font-size: 185px !important; }

.font-size-190 { font-size: 190px !important; }

.font-size-195 { font-size: 195px !important; }

.font-size-200 { font-size: 200px !important; }

/* Font Weight */
.text-light { font-weight: 300 !important; }

.text-normal { font-weight: 400 !important; }

.text-semibold { font-weight: 500 !important; }

.text-bold { font-weight: 700 !important; }

/* Display */
.display-block { display: block !important; }

.inline-block { display: inline-block !important; }

.pointer { cursor: pointer; }

/* Position */
.relative { position: relative; }

.absolute { position: absolute; }

.fixed { position: fixed; }

.static { position: static; }

/* Overflow */
.overflow-hidden { overflow: hidden; }

.overflow-y-hidden { overflow-y: hidden; }

.overflow-x-hidden { overflow-x: hidden; }

.overflow-auto { overflow: auto; }

.overflow-y-auto { overflow-y: auto; }

.overflow-x-auto { overflow-x: auto; }

/* Float */

.pull-left {float: left !important;}

.pull-right { float: right !important; }

.pull-none { float: none !important; }

@media only screen and (max-width: 767px) { .pull-left-sm { float: left !important; }
  .pull-right-sm { float: right !important; }
  .pull-none-sm { float: none !important; } }

/* Text Align */
.text-center { text-align: center !important; }

.text-left { text-align: left !important; }

.text-right { text-align: right !important; }

/* Image */
.img-circle { border-radius: 50% !important; }

/* Border */
.border { border: 1px solid #dcdee0; }

.border.top { border: 0px !important; border-top: 1px solid #dcdee0 !important; }

.border.right { border: 0px !important; border-right: 1px solid #dcdee0 !important; }

.border.bottom { border: 0px !important; border-bottom: 1px solid #dcdee0 !important; }

.border.left { border: 0px !important; border-left: 1px solid #dcdee0 !important; }

@media only screen and (max-width: 992px) { .border.border-hide-md { border-top: 0px !important; border-right: 0px !important; border-bottom: 0px !important; border-left: 0px !important; } }

@media only screen and (max-width: 767px) { .border.border-hide-sm { border-top: 0px !important; border-right: 0px !important; border-bottom: 0px !important; border-left: 0px !important; } }

.no-border { border: 0px !important; border-radius: 0px !important; }

@media only screen and (max-width: 767px) { .text-center-sm { text-align: center !important; }
  .text-left-sm { text-align: left !important; }
  .text-right-sm { text-align: right !important; } }

/* Vertical Align */
.vertical-align { display: table; height: 100%; width: 100%; }

.vertical-align .table-cell { display: table-cell; vertical-align: middle; }

.vertical-align-super { vertical-align: super; }

/* border-radius */
.border-radius-4 { border-radius: 4px !important; }

.border-radius-6 { border-radius: 6px !important; }

.border-radius-8 { border-radius: 8px !important; }

.border-radius-10 { border-radius: 10px !important; }

.border-radius-round { border-radius: 50px !important; }

@media only screen and (max-width: 767px) { /* Typography */
  .font-size-145, .font-size-140, .font-size-135, .font-size-130, .font-size-125, .font-size-120, .font-size-115, .font-size-110, .font-size-105, .font-size-100, .font-size-95, .font-size-90, .font-size-85, .font-size-80, .font-size-75, .font-size-70, .font-size-65, .font-size-60, .font-size-55, .font-size-50 { font-size: 45px !important; }
  .font-size-200, .font-size-195, .font-size-190, .font-size-185, .font-size-180, .font-size-175, .font-size-170, .font-size-165, .font-size-160, .font-size-155, .font-size-150 { font-size: 130px !important; }
  p.width-95, p.width-90, p.width-85, p.width-80, p.width-75, p.width-70, p.width-65, p.width-60, p.width-55, p.width-50, p.width-45, p.width-40, p.width-35, p.width-30, p.width-25, p.width-20, p.width-15, p.width-10 { width: 100% !important; }
  input.width-95, input.width-90, input.width-85, input.width-80, input.width-75, input.width-70, input.width-65, input.width-60, input.width-55, input.width-50, input.width-45, input.width-40, input.width-35, input.width-30, input.width-25, input.width-20, input.width-15, input.width-10 { width: 100% !important; } }

.side-nav { width: 250px; background: linear-gradient(to bottom,#052648 0,#062b50 100%); color: #ccc; z-index: 1000; top: 0px; bottom: 0px; position: fixed; overflow: hidden; transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; }

@media print { .side-nav { display: none; } }

.side-nav .side-nav-inner { position: relative; height: 100%; }

.side-nav .side-nav-inner .side-nav-logo { padding: 0px 20px; line-height: 0; transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; }

.side-nav .side-nav-inner .side-nav-logo > a { display: inline-block; max-width: 150px; width: 100%; }

.side-nav .side-nav-inner .side-nav-logo > a .logo { background-repeat: no-repeat; background-position: center left; display: inline-block; width: 100%; min-height: calc(65px - 1px); }

.side-nav .side-nav-inner .side-nav-logo > a .logo-desktop { margin-left: 20px; }

.side-nav .side-nav-inner .side-nav-logo .mobile-toggle, .side-nav-toggle { display: none !important; float: right; line-height: calc(65px - 1px); font-size: 18px; }

.side-nav .side-nav-inner .side-nav-logo .mobile-toggle a { color: #888da8; }

@media only screen and (max-width: 992px) { .side-nav .side-nav-inner .side-nav-logo .mobile-toggle { margin-top: 4px; display: inline-block !important; } .side-nav-toggle {display: block !important; } .side-nav .side-nav-inner .side-nav-logo > a .logo-desktop { margin-left: 0px; } }

.side-nav .side-nav-inner .side-nav-menu { min-width: 250px; position: relative; list-style: none; margin: 0; padding: 0; overflow: scroll;  -ms-overflow-style: none; scrollbar-width: none;  height: calc(100vh - 65px); } /* used to be min-width: calc(250px - 30px); */

.side-nav .side-nav-inner .side-nav-menu::-webkit-scrollbar { width: 0px; }

.side-nav .side-nav-inner .side-nav-menu:before, .side-nav .side-nav-inner .side-nav-menu:after { content: " "; display: table; }

.side-nav .side-nav-inner .side-nav-menu:after { clear: both; }

.side-nav .side-nav-inner .side-nav-menu li { position: relative; display: block; }

.side-nav .side-nav-inner .side-nav-menu li.dropdown .arrow { position: absolute; right: 50px; line-height: 40px; font-size: 10px; transition: all 0.05s ease-in; -webkit-transition: all 0.05s ease-in; -moz-transition: all 0.05s ease-in; -o-transition: all 0.05s ease-in; -ms-transition: all 0.05s ease-in; }

@media only screen and (max-width: 992px) { .side-nav .side-nav-inner .side-nav-menu li.dropdown .arrow { right: 25px; } }

.side-nav .side-nav-inner .side-nav-menu li.dropdown.open > a { color: #ffffff; }

.side-nav .side-nav-inner .side-nav-menu li.dropdown.open > a .icon-holder { color: #fff; }

.side-nav .side-nav-inner .side-nav-menu li.dropdown.open > a > .arrow { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); }

.side-nav .side-nav-inner .side-nav-menu li.dropdown.open > .dropdown-menu { display: block; }

.side-nav .side-nav-inner .side-nav-menu li.dropdown.open > .dropdown-menu .dropdown-menu { padding-left: 20px; }

.side-nav .side-nav-inner .side-nav-menu li.dropdown.open > .dropdown-menu .arrow { line-height: 25px; }

.side-nav .side-nav-inner .side-nav-menu li a { color: #99abb4; font-weight: normal; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }

.side-nav .side-nav-inner .side-nav-menu li a:hover, .side-nav .side-nav-inner .side-nav-menu li a:focus { text-decoration: none; color: #ffffff; }

.side-nav .side-nav-inner .side-nav-menu li a:hover .icon-holder, .side-nav .side-nav-inner .side-nav-menu li a:focus .icon-holder { color: #ffffff; }

.side-nav .side-nav-inner .side-nav-menu > li.dropdown ul.dropdown-menu { position: relative; width: 100%; box-shadow: none; border: 0px; border-radius: 0; padding-left: 50px; padding-top: 0px; background-color: #052648; float: none; }

.side-nav .side-nav-inner .side-nav-menu > li.dropdown ul.dropdown-menu > li > a { padding: 10px 15px; }

.side-nav .side-nav-inner .side-nav-menu > li.dropdown ul.dropdown-menu > li > a:hover, .side-nav .side-nav-inner .side-nav-menu > li.dropdown ul.dropdown-menu > li > a:focus { background-color: transparent; color: #ffffff; }

.side-nav .side-nav-inner .side-nav-menu > li.dropdown ul.dropdown-menu > li.active a { color: #ffffff; }

.side-nav .side-nav-inner .side-nav-menu > li > a { position: relative; display: block; padding: 10px 15px; font-weight: 500; font-size: 15px; white-space: nowrap; }

.side-nav .side-nav-inner .side-nav-menu > li > a .icon-holder { display: inline-block; height: 35px; width: 35px; line-height: 35px; text-align: center; position: relative; left: 0; margin-right: 14px; font-size: 17px; border-radius: 6px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }

.main-status {
	position: absolute;
	bottom: 0px;
	padding-left: 9px;
}

@media only screen and (max-width: 992px) { .side-nav { left: -250px; width: 250px; } } /* used to be min-width: calc(250px - 30px); */

@media only screen and (max-width: 992px) { .is-collapsed .side-nav { left: 0px; } }

.header { display: block; height: 65px; width: calc(100% - 250px); position: fixed; padding: 0px; z-index: 800; background-color: #ffffff; border-bottom: 1px solid #f1f1f1; box-shadow: 1px 2px 4px 0 rgba(0,0,0,.03); margin-bottom: 0px; transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; }

@media print { .header { display: none; } }

@media only screen and (max-width: 992px) { .header { width: 100%; } }

.header .header-container:before, .header .header-container:after { content: " "; display: table; }

.header .header-container:after { clear: both; }

.header .header-container .nav-left, .header .header-container .nav-right { position: relative; list-style: none; padding-left: 0; margin-bottom: 0px; }

.header .header-container .nav-left > li, .header .header-container .nav-right > li { float: left; }

.header .header-container .nav-left > li > a, .header .header-container .nav-right > li > a { padding: 0 15px; line-height: 65px; min-height: 65px; color: #2b375b; display: block; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; }

.header .header-container .nav-left > li > a i, .header .header-container .nav-right > li > a i { font-size: 18px; }

.header .header-container .nav-left > li > a:hover, .header .header-container .nav-left > li > a:focus, .header .header-container .nav-right > li > a:hover, .header .header-container .nav-right > li > a:focus { text-decoration: none; color: #142149; }

@media only screen and (max-width: 992px) { .header .header-container .nav-left > li > a, .header .header-container .nav-right > li > a { padding: 0 15px; } }

.header .header-container .nav-left .user-profile, .header .header-container .nav-right .user-profile { border-right: 1px solid #dcdee0; }

@media only screen and (max-width: 992px) { .header .header-container .nav-left .user-profile, .header .header-container .nav-right .user-profile { border-right: 0px; border-left: 0px; } }

.header .header-container .nav-left .user-profile .profile-img, .header .header-container .nav-right .user-profile .profile-img { display: inline-block; width: 35px; border-radius: 50%; margin-top: 15px; margin-right: 10px; float: left; }

@media only screen and (max-width: 992px) { .header .header-container .nav-left .user-profile .profile-img, .header .header-container .nav-right .user-profile .profile-img { width: 30px; margin-right: 0px; } }

.header .header-container .nav-left .user-profile .user-info, .header .header-container .nav-right .user-profile .user-info { display: inline-block; }

@media only screen and (max-width: 992px) { .header .header-container .nav-left .user-profile .user-info, .header .header-container .nav-right .user-profile .user-info { display: none; } }

.header .header-container .nav-left .user-profile .dropdown-menu > li > a, .header .header-container .nav-right .user-profile .dropdown-menu > li > a { color: #142149; }

.header .header-container .nav-left .notifications, .header .header-container .nav-right .notifications { position: relative; }

.header .header-container .nav-left .notifications .counter, .header .header-container .nav-right .notifications .counter { position: absolute; right: 6px; top: 12px; background-color: #dc3545; color: #ffffff; padding: 3px 5.5px; border-radius: 50px; line-height: 1; font-size: 10px; }

.header .header-container .nav-left .notifications .dropdown-menu, .header .header-container .nav-right .notifications .dropdown-menu { min-width: 350px; padding: 0px; }

@media only screen and (max-width: 767px) { .header .header-container .nav-left .notifications .dropdown-menu, .header .header-container .nav-right .notifications .dropdown-menu { max-width: 300px; } }

.header .header-container .nav-left .notifications .dropdown-menu .list-info, .header .header-container .nav-right .notifications .dropdown-menu .list-info { max-height: 248px; overflow-y: auto; position: relative; }

.header .header-container .nav-left .notifications .dropdown-menu .list-info > li > a, .header .header-container .nav-right .notifications .dropdown-menu .list-info > li > a { padding: 20px; font-size: 13px; display: block; border-bottom: 1px solid #dcdee0; transition: all 0.15s ease-out; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; -ms-transition: all 0.15s ease-out; }

.header .header-container .nav-left .notifications .dropdown-menu .list-info > li > a:hover, .header .header-container .nav-left .notifications .dropdown-menu .list-info > li > a:focus, .header .header-container .nav-right .notifications .dropdown-menu .list-info > li > a:hover, .header .header-container .nav-right .notifications .dropdown-menu .list-info > li > a:focus { color: #142149; text-decoration: none; background-color: #f6f7fb; }

.header .header-container .nav-left .notifications .dropdown-menu .list-info > li > a .sub-title, .header .header-container .nav-right .notifications .dropdown-menu .list-info > li > a .sub-title { padding-top: 3px; }

.header .header-container .nav-left .notifications .dropdown-menu .list-info > li:last-child a, .header .header-container .nav-right .notifications .dropdown-menu .list-info > li:last-child a { border-bottom: 0px; }

.header .header-container .nav-left .notifications .dropdown-menu .notice-header, .header .header-container .nav-right .notifications .dropdown-menu .notice-header { padding: 15px 20px; border-bottom: 1px solid #dcdee0; }

.header .header-container .nav-left .notifications .dropdown-menu .notice-footer, .header .header-container .nav-right .notifications .dropdown-menu .notice-footer { text-align: center; padding: 15px 20px; border-top: 1px solid #dcdee0; }

.header .header-container .nav-left .notifications .dropdown-menu .notice-footer a, .header .header-container .nav-right .notifications .dropdown-menu .notice-footer a { display: block; }

.header .header-container .nav-left .notifications .dropdown-menu.list-info, .header .header-container .nav-right .notifications .dropdown-menu.list-info { position: absolute; }

.header .header-container .dropdown-menu { -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; transform: scale(0, 0); -webkit-transform: scale(0, 0); -moz-transform: scale(0, 0); -o-transform: scale(0, 0); -ms-transform: scale(0, 0); transition: transform 0.15s ease-out; -webkit-transition: transform 0.15s ease-out; -moz-transition: transform 0.15s ease-out; -o-transition: transform 0.15s ease-out; -ms-transition: transform 0.15s ease-out; display: block; margin: 0px; }

.header .header-container .dropdown-menu .divider { border-bottom: 1px solid #dcdee0; height: 1px; overflow: hidden; }

.header .header-container .dropdown-menu > li > a { transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; }

.header .header-container .show .dropdown-menu,
.header .header-container .open .dropdown-menu
 { transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -o-transform: scale(1, 1); -ms-transform: scale(1, 1); }

.header .header-container .nav-left { float: left; margin-left: 15px; }

.header .header-container .nav-right { float: right; }

.header .header-container .nav-right .dropdown-menu { left: auto; right: 0; }

.header .header-container .nav-right .dropdown-menu > li { width: 100%; }

.header .header-container .nav-right .dropdown-menu > li > a { line-height: 1.5; min-height: auto; padding: 10px 15px; }

.header .search-box .search-icon-close { display: none; }

.header .search-box.active .search-icon { display: none; }

.header .search-box.active .search-icon-close { display: inline-block; }

.header .search-input { display: none; }

.header .search-input.active { display: inline-block; }

.header .search-input input { border: 0px; box-shadow: none; background-color: transparent; outline: none; height: 40px; margin-top: 12px; padding: 5px; font-size: 18px; }

@media only screen and (max-width: 767px) { .header .search-input input { width: 85px; } }

.header .search-input input::-webkit-input-placeholder { font-style: italic; color: #727991; }

.header .search-input input:-moz-placeholder { font-style: italic; color: #727991; }

.header .search-input input::-moz-placeholder { font-style: italic; color: #727991; }

.header .search-input input:-ms-input-placeholder { font-style: italic; color: #727991; }

.header .search-input .advanced-search { display: none; position: absolute; top: 59px; width: 380px; min-height: 50px; max-height: 500px; background-color: #ffffff; border-radius: 4px; -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); }

@media only screen and (max-width: 767px) { .header .search-input .advanced-search { left: 40px; } }

.header .search-input .advanced-search.active { display: block; }

.header .search-input .advanced-search .search-wrapper { position: relative; }

.header .search-input .advanced-search .search-wrapper ul > li > a { padding: 12px 20px; }

.header .search-input .advanced-search .search-wrapper ul > li > a:hover, .header .search-input .advanced-search .search-wrapper ul > li > a:focus { background-color: #f6f7fb; }

.header .search-input .search-footer { border-top: 1px solid #dcdee0; text-align: center; padding: 15px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

@media only screen and (max-width: 992px) { .is-collapsed .header { width: 100%; } }

.footer { padding-top: 10px; padding-bottom: 5px; font-size: 95%; border-top: 1px solid #dcdee0; }

.footer a { color: #142149; }

.footer a:hover { color: #0c70de; }

.page-container { min-height: 100vh; padding-left: 250px; transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; }

@media print { .page-container { padding-left: 0px; } }

@media only screen and (max-width: 992px) { .page-container { padding-left: 0px; } }

.page-container .main-content { padding: 95px 15px 15px 15px; max-width: 1290px; min-height: calc(100vh - 40px); margin: 0 auto; }

@media print { .page-container .main-content { padding: 10px 0px; } }

@media only screen and (max-width: 992px) { .page-container .main-content { padding: 85px 5px 5px 5px; } }

.full-container { position: absolute; top: 65px; left: 250px; right: 0px; min-height: calc(100vh - 65px); transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; }

@media only screen and (max-width: 992px) { .full-container { left: 0px; } }

@media only screen and (max-width: 992px) { .is-collapsed .page-container { padding-left: 0px; } }

@media only screen and (max-width: 992px) { .is-collapsed .full-container { left: 0px; } }

/*---------------------------------
------------ plugins -------------
---------------------------------*/

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

.noUi-handle { background-color: #ffffff; border-radius: 50%; box-shadow: none; cursor: pointer; transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; }

.noUi-handle:active { transform: scale(1.4); -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -o-transform: scale(1.4); -ms-transform: scale(1.4); }

.noUi-handle:before, .noUi-handle:after { display: none; }

.noUi-horizontal { height: 6px; }

.noUi-horizontal .noUi-handle { left: -10px; top: -7px; width: 18px; height: 18px; border: 1px solid #d4deee; }

.noUi-vertical { height: 100%; width: 6px; display: inline-block; }

.noUi-vertical .noUi-handle { width: 18px; height: 18px; border: 1px solid #d4deee; }

.noUi-vertical .noUi-origin { border-radius: 0px; bottom: 0px; }

.noUi-background { background: #f6f7fb; box-shadow: none; }

.noUi-origin { border-radius: 0px; bottom: 5px; }

.noUi-target { border: 1px solid #dcdee0; box-shadow: none; }

.noUi-target.noUi-connect { box-shadow: none; }

.noUi-connect { background-color: #888da8; }

.noUi-connect.slider-primary { background-color: #7774e7; }

.noUi-connect.slider-success { background-color: #28a745; }

.noUi-connect.slider-info { background-color: #0c70de; }

.noUi-connect.slider-warning { background-color: #ffcc00; }

.noUi-connect.slider-danger { background-color: #dc3545; }

.slider-primary .noUi-connect { background-color: #7774e7; }

.slider-success .noUi-connect { background-color: #28a745; }

.slider-info .noUi-connect { background-color: #0c70de; }

.slider-warning .noUi-connect { background-color: #ffcc00; }

.slider-danger .noUi-connect { background-color: #dc3545; }

.noUi-marker-large, .noUi-marker-sub { background: #dcdee0; }

.noUi-pips { color: #888da8; }

.noUi-value-sub { color: #888da8; margin-top: 5px; font-size: 11px; }

.noUi-value { margin-top: 5px; font-size: 12px; }

.noUi-marker-horizontal.noUi-marker-large { height: 10px; }

table.dataTable.no-footer { border-bottom: 1px solid #dcdee0; margin-bottom: 20px; }

table.dataTable thead .sorting { background-image: url("../img/datatables/sort_both.png"); }

table.dataTable thead .sorting_asc { background-image: url("../img/datatables/sort_asc.png"); }

table.dataTable thead .sorting_desc { background-image: url("../img/datatables/sort_desc.png"); }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled { cursor: pointer; background-repeat: no-repeat; background-position: center right; }

.dataTables_wrapper .dataTables_length{ color: #142149; float:left; }

.dataTables_wrapper .dataTables_filter{ float:right;text-align:right; }

.dataTables_wrapper .dataTables_paginate{ float:right;text-align:right; }

.dataTables_wrapper .dataTables_info{ clear:both;float:left; }

.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .ellipsis{ position:relative;padding:0.5rem 0.75rem;margin-left:-1px;line-height:1.25;color:#0c70de;background-color:#fff;border:1px solid #e6e7eb;transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover { color: #0b67cb; background-color: #ededed; border-color: #dee2e6; }

.dataTables_wrapper .dataTables_paginate .paginate_button:not(:disabled):not(.disabled) { cursor: pointer; }

.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.first { border-top-left-radius: 4px; order-bottom-left-radius: 4px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.last  { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current { color: #ffffff !important; background: #0c70de; border-color: #0c70de; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { color: #ffffff !important; background: #0c70de; border-color: #0c70de; }

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.first:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.first:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.last:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.last:focus { color: #0b67cb; background-color: #ededed; border-color: #dee2e6; }

.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.first.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.last.disabled { color: #ddd; cursor: default;}

.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.first.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.first.disabled:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.last.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.last.disabled:focus {background: transparent; border-color: transparent; }

.dataTables_wrapper .dataTables_length select { border: 1px solid #e6e7eb; box-shadow: none; padding: 5px; margin-left: 5px; margin-right: 5px; color: #888da8; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; }

.dataTables_wrapper .dataTables_length select::-webkit-input-placeholder { color: #727991; }

.dataTables_wrapper .dataTables_length select:-moz-placeholder { color: #727991; }

.dataTables_wrapper .dataTables_length select::-moz-placeholder { color: #727991; }

.dataTables_wrapper .dataTables_length select:-ms-input-placeholder { color: #727991; }

.dataTables_wrapper .dataTables_filter { color: #142149; }

.dataTables_wrapper .dataTables_filter input { border: 1px solid #e6e7eb; box-shadow: none; margin-left: 8px; padding: 5px; color: #888da8; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; }

.dataTables_wrapper .dataTables_filter input::-webkit-input-placeholder { color: #727991; }

.dataTables_wrapper .dataTables_filter input:-moz-placeholder { color: #727991; }

.dataTables_wrapper .dataTables_filter input::-moz-placeholder { color: #727991; }

.dataTables_wrapper .dataTables_filter input:-ms-input-placeholder { color: #727991; }

.dataTables_wrapper .dataTables_info { color: #142149; }

.dataTables_wrapper .dataTables_processing { color: #142149; }

.dataTables_wrapper .dataTables_empty { text-align:center; }

@media screen and (max-width:767px){ .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info { float:none;text-align:center; } .dataTables_wrapper .dataTables_paginate { float:none;text-align:center;  margin-top:15px;} }

.login, .register {
	background: linear-gradient(to bottom, #052648 0, #062b50 100%);
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out;
}

.login .card {
	margin: 5px 5px 15px 5px;
	max-width: 450px;
}

.login .login-logo, .register .register-logo  {
	margin-bottom: 40px;
	text-align:center;
}

.login .form-group input, .register .form-group input {
	z-index: 0 !important;
	text-indent: 30px;
}

.login .form-group .fa, .login .form-group .fab, .login .form-group .fal, .login .form-group .far, .login .form-group .fas, .register .form-group .fa, .register .form-group .fab, .register .form-group .fal, .register .form-group .far, .register .form-group .fas { 
  position: absolute;
  top: 13px;
  left: 15px;
}

.login .login-signup, .register .register-login {
	text-align: center;
	padding-bottom: 30px;
}

.login .login-signup a, .register .register-login a {
	color: #99abb4;
}

.login .login-signup a:hover, .register .register-login a:hover {
	color: #fff;
}

.register .card {
	margin: 5px 5px 15px 5px;
	max-width: 650px;
}

.register #inputPhone {
	text-indent: 0px !important;
}

.view-ticket .card { margin-bottom: 10px; }

.view-ticket .card h3 { margin-bottom: 0px; }

.view-ticket .card p { margin-bottom: 5px; }

.view-ticket .reply-panel .panel-heading { padding: 15px 20px; cursor: pointer;}

.view-ticket .reply-panel .panel-collapsable { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.view-ticket .reply-panel .panel-body, .view-ticket .reply-block .reply-heading, .view-ticket .reply-block .reply-body, .view-ticket .reply-block .reply-attachments { padding: 10px 20px; }

.view-ticket .reply-block .reply-heading .reply-date {float:right; font-size: 16px;}

.view-ticket .reply-block .reply-heading .reply-user i { float:left; float: left; font-size: 33px; padding-right: 10px; margin-top: 7px; }

.view-ticket .reply-block .reply-heading .reply-user .name { display: block; font-size: 16px; }

.view-ticket .reply-block .reply-heading .reply-user .type { display: block; font-size: 14px; font-weight: bold; }

.view-ticket .reply-block .reply-body { font-size: 17px; }

.view-ticket .reply-block .reply-attachments { border-top: 1px solid rgba(0, 0, 0, 0.125); background-color: #f8f8f8; }

.view-ticket .reply-block .reply-attachments ul {margin: 0; padding: 0 0 0 15px; list-style: none; }

.view-ticket .reply-block.staff { border-color: #d8eafd; }

.view-ticket .reply-block.staff .reply-heading { background-color: #d8eafd; }

.view-ticket .reply-block.client { border-color:#f1f1f1; }

.view-ticket .reply-block.client .reply-heading { background-color:#f1f1f1; }

.view-ticket .ticket-info .panel-heading { padding: 15px 20px; }

.view-ticket .ticket-info .list-group-item {border-top: 1px solid rgba(0, 0, 0, 0.125); border-bottom: none; border-left: none; border-right: none;}

.view-ticket .ticket-info .list-group-item:last-child {border-top: 1px solid rgba(0, 0, 0, 0.125); border-bottom: 1px solid rgba(0, 0, 0, 0.125); border-left: none; border-right: none;}

.view-ticket .ticket-info .list-group-item:hover, .view-ticket .ticket-info .list-group-item:focus { z-index: 0;}

.view-email, .view-email #bodyTable {background-color: #fff;}

.view-email .card { border: none; margin:0;}

@media (min-width:960px) { 
	.sticky-flex{
		position: -webkit-sticky;
		position: sticky;
		top: 95px;
		align-self: flex-start
	}
	.sticky{
		position: -webkit-sticky;
		position: sticky;
		top: 95px;
	}
 }

/*---------------------------------
------------ elements -------------
---------------------------------*/
button { outline: none; box-shadow: none; cursor: pointer; }

button:focus { outline: none; }

button.active:focus { outline: none; box-shadow: none; }

button:active:focus { outline: none; box-shadow: none; }

button.disabled, button:disabled { opacity: 0.5; cursor: not-allowed; }

.btn { cursor: pointer; font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; letter-spacing: 1px; font-size: 14px; padding: 10px 20px; border-radius: 3px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }

.btn.dropdown-toggle { margin-bottom: 0px; }

.btn:focus { outline: none; box-shadow: none; }

.btn.active:focus { outline: none; }

.btn:active:focus { outline: none; }

.btn-default { color: #142149; background-color: #ffffff; border-color: #d4deee; font-weight: 500; }

.btn-default:hover, .btn-default:focus, .btn-default:active { color: #142149; background-color: #edf2f8; border-color: #edf2f8; }

.btn-default:active:hover, .btn-default:active:focus { color: #142149; background-color: #edf2f8; border-color: #edf2f8; }

.btn-default.active:hover, .btn-default.active:focus { color: #142149; background-color: #edf2f8; border-color: #edf2f8; }

.btn-header { color: #ffffff; background-color: #0c70de; border-color: #0c70de; font-weight: 400; }

.btn-header:hover, .btn-header:focus, .btn-header:active { color: #ffffff; background-color: #0b67cb; border-color: #0b67cb; }

.btn-header:active:hover, .btn-header:active:focus { color: #ffffff; background-color: #0b67cb; border-color: #0b67cb; }

.btn-header.active:hover, .btn-header.active:focus { color: #ffffff; background-color: #0b67cb; border-color: #0b67cb; }

.btn-success { background-color: #28a745; border-color: #28a745; color: #ffffff; }

.btn-success:hover, .btn-success:focus { color: #ffffff; background-color: #24973e; border-color: #24973e; }

.btn-success:active { background-color: #32b531; border-color: #32b531; }

.btn-success.active { background-color: #32b531; border-color: #32b531; }

.btn-success.active:hover, .btn-success.active:focus { background-color: #32b531; border-color: #32b531; }

.btn-success.disabled { background-color: #28a745; border-color: #28a745; opacity: 0.35; }

.btn-success.disabled:hover, .btn-success.disabled:focus { background-color: #28a745; border-color: #28a745; }

.btn-primary, .btn-info { background-color: #0c70de; border-color: #0c70de; color: #ffffff; }

.btn-primary:hover, .btn-primary:focus, .btn-info:hover, .btn-info:focus { color: #ffffff; background-color: #0b67cb; border-color: #0b67cb; }

.btn-primary:active, .btn-info:active { background-color: #0d8ad6; border-color: #0d8ad6; }

.btn-primary.active, .btn-info.active { background-color: #0d8ad6; border-color: #0d8ad6; }

.btn-primary.active:hover, .btn-primary.active:focus, .btn-info.active:hover, .btn-info.active:focus { background-color: #0d8ad6; border-color: #0d8ad6; }

.btn-primary.disabled, .btn-info.disabled { background-color: #0c70de; border-color: #0c70de; opacity: 0.35; }

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-info.disabled:hover, .btn-info.disabled:focus { background-color: #0c70de; border-color: #0c70de; }

.btn-warning { color: #ffffff; background-color: #ffcc00; border-color: #ffcc00; }

.btn-warning:hover, .btn-warning:focus { color: #ffffff; background-color: #ffd11a; border-color: #ffd11a; }

.btn-warning:active { background-color: #e6b800; border-color: #e6b800; }

.btn-warning.active { background-color: #e6b800; border-color: #e6b800; }

.btn-warning.active:hover, .btn-warning.active:focus { background-color: #e6b800; border-color: #e6b800; }

.btn-warning.disabled { background-color: #ffcc00; border-color: #ffcc00; opacity: 0.35; }

.btn-warning.disabled:hover, .btn-warning.disabled:focus { background-color: #ffcc00; border-color: #ffcc00; }

.btn-danger { color: #ffffff; background-color: #dc3545; border-color: #dc3545; }

.btn-danger:hover, .btn-danger:focus { color: #ffffff; background-color: #dc3545; border-color: #dc3545; }

.btn-danger:active { background-color: #ff236d; border-color: #ff236d; }

.btn-danger.active { background-color: #ff236d; border-color: #ff236d; }

.btn-danger.active:hover, .btn-danger.active:focus { background-color: #ff236d; border-color: #ff236d; }

.btn-danger.disabled { background-color: #dc3545; border-color: #dc3545; opacity: 0.35; }

.btn-danger.disabled:hover, .btn-danger.disabled:focus { background-color: #dc3545; border-color: #dc3545; }

.btn-outline-danger { color: #dc3545; background-color: #ffffff; border-color: #dc3545; }

.btn-outline-danger:hover, .btn-danger:focus { color: #ffffff; background-color: #dc3545; border-color: #dc3545; }

.btn-outline-danger:active { background-color: #ff236d; border-color: #ff236d; }

.btn-outline-danger.active { background-color: #ff236d; border-color: #ff236d; }

.btn-outline-danger.active:hover, .btn-danger.active:focus { background-color: #ff236d; border-color: #ff236d; }

.btn-outline-danger.disabled { background-color: #dc3545; border-color: #dc3545; opacity: 0.35; }

.btn-outline-danger.disabled:hover, .btn-danger.disabled:focus { background-color: #dc3545; border-color: #dc3545; }

.btn-outline-info { background-color: #ffffff; border-color: #0c70de; color: #0c70de; }

.btn-outline-info:hover, .btn-info:focus { color: #ffffff; background-color: #0b67cb; border-color: #0b67cb; }

.btn-outline-info:active { background-color: #0d8ad6; border-color: #0d8ad6; }

.btn-outline-info.active { background-color: #0d8ad6; border-color: #0d8ad6; }

.btn-outline-info.active:hover, .btn-outline-info.active:focus { background-color: #0d8ad6; border-color: #0d8ad6; }

.btn-outline-info.disabled { background-color: #ffffff; border-color: #0c70de; opacity: 0.35; }

.btn-outline-info.disabled:hover, .btn-outline-info.disabled:focus { background-color: #ffffff; border-color: #0c70de; }

.btn-flat { border: 0px; color: #8f92a1; background-color: transparent; }

.btn-flat:hover, .btn-flat:focus { background: #dcdee0; /* The Fallback */ background: rgba(230, 236, 245, 0.55); color: #6b7192; }

.btn-icon { padding: 6px 7px; }

.btn-lg, .btn-group-lg > .btn { padding: 11px 30px; font-size: 13px; }

.btn-sm, .btn-group-sm > .btn { padding: 7px 12px; }

.btn-xs { font-size: 9px; padding: 5px 10px; }

.btn-rounded { border-radius: 50px; }

.btn-block { padding-top: 10px; padding-bottom: 10px; }

.btn-group .btn { padding: 10px 14px; margin-right: 0px; }

.btn-group.btn-group-vertical .btn { margin-bottom: 0px; }

.modal.fade .modal-dialog { transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transform: translateX(0%) translateY(0%); -webkit-transform: translateX(0%) translateY(0%); -moz-transform: translateX(0%) translateY(0%); -o-transform: translateX(0%) translateY(0%); -ms-transform: translateX(0%) translateY(0%); }

.modal.fade.slide-in-right .modal-dialog { transform: translateX(100%); -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -o-transform: translateX(100%); -ms-transform: translateX(100%); }

.modal.fade.slide-in-right.show .modal-dialog { transform: translateX(0%); -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -o-transform: translateX(0%); -ms-transform: translateX(0%); }

.modal.fade.slide-in-left .modal-dialog { transform: translateX(-100%); -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -o-transform: translateX(-100%); -ms-transform: translateX(-100%); }

.modal.fade.slide-in-left.show .modal-dialog { transform: translateX(0%); -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -o-transform: translateX(0%); -ms-transform: translateX(0%); }

.modal.fade.modal-fs .modal-dialog { transform: translateY(0%); -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -o-transform: translateY(0%); -ms-transform: translateY(0%); }

.modal.fade.modal-fs.show .modal-dialog { transform: translateY(0%); -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -o-transform: translateY(0%); -ms-transform: translateY(0%); }

.modal-body { padding: 15px 20px; }

.modal-footer { padding: 15px 20px; border-top: 1px solid #dcdee0; text-align: left; }

.modal-footer .btn { margin-bottom: 0px; }

.modal-footer .btn + .btn { margin-left: 0px; }

.modal-content { position: relative; background-color: #ffffff; border: 0px; border-radius: 5px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-right .modal-dialog, .modal-left .modal-dialog { width: 400px; height: 100%; margin: 0px auto 0px 0px; }

@media only screen and (max-width: 767px) { .modal-right .modal-dialog, .modal-left .modal-dialog { width: 260px; } }

.modal-right .modal-dialog .modal-content, .modal-left .modal-dialog .modal-content { height: 100%; border-radius: 0px; }

.modal-right .modal-dialog .modal-content .side-modal-wrapper, .modal-left .modal-dialog .modal-content .side-modal-wrapper { height: 100%; padding-left: 15px; padding-right: 15px; position: relative; }

.modal-right .modal-dialog .modal-content .modal-footer, .modal-left .modal-dialog .modal-content .modal-footer { position: absolute; bottom: 0px; width: calc(100% - 30px); left: 15px; }

.modal-right .modal-dialog { margin: 0px 0px 0px auto; }

.modal-backdrop { background-color: #142149; }

.modal-backdrop.in { opacity: 0.5; }

@media only screen and (min-width: 767px) { .modal-sm { width: 350px; } }

.modal-fs .modal-dialog { width: 100%; margin: 0px auto; height: 100%; max-width: none; }

.modal-fs .modal-dialog .modal-content { height: 100%; border-radius: 0px; background: #ffffff; /* The Fallback */ background: rgba(255, 255, 255, 0.9); }

.modal-fs .modal-close { position: absolute; top: 20px; right: 20px; padding: 7px 10px; border: 1px solid #9ea0b1; border-radius: 50px; color: #9ea0b1; }

.modal-fs .modal-close:hover, .modal-fs .modal-close:focus { color: #142149; text-decoration: none; border: 1px solid #142149; }

button, input, textarea { outline: none; }

.form-group { margin-bottom: 25px; }

.form-control { border: 1px solid #dcdee0; border-radius: 2px; min-height:42px; box-shadow: none; font-size: 14px; color: #888da8; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; }

.form-control::-webkit-input-placeholder { color: #727991; }

.form-control:-moz-placeholder { color: #727991; }

.form-control::-moz-placeholder { color: #727991; }

.form-control:-ms-input-placeholder { color: #727991; }

.form-control:focus { outline: 0 none; box-shadow: none; border-color: #0c7bbe; }

.form-control.input-sm { height: 30px; }

.form-control.input-lg { height: 50px; }

.form-control.error { border-color: #dc3545; background-color: #ffeff4; }

.form-control.valid { border-color: #28a745; background-color: #ebfaeb; color: #278d26; }

.form-captcha { width: 120px; height: 36px; min-height:36px; }

.recaptcha-container { display: inline-block; }

/**
 * Form control feedback (from WHMCS)
 */
 
.form-control-feedback {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
/**
==========
 */
.has-success .form-control { box-shadow: none; border-color: #28a745; }

.has-success .form-control:focus { border-color: #28a745; box-shadow: none; }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label { color: #28a745; }

.has-warning .form-control { box-shadow: none; border-color: #ffcc00; }

.has-warning .form-control:focus { border-color: #ffcc00; box-shadow: none; }

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label { color: #ffcc00; }

.has-error .form-control { box-shadow: none; border-color: #dc3545; }

.has-error .form-control:focus { border-color: #dc3545; box-shadow: none; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label { color: #dc3545; }

textarea.form-control { min-height: 175px; }

.input-icon { position: relative; }

.input-icon i { position: absolute; left: 10px; top: 15px; color: #e0e2e9; }

.input-icon .form-control { padding-left: 40px; }

.input-group-text { background-color: transparent; border: 1px solid #dcdee0; color: #e0e2e9; border-radius: 0px; border-right: 0px; line-height: 1.8; }

.input-group-text .btn { margin: 0px; padding: 0px; background-color: transparent; }

.timepicker-input .input-group-text { cursor: pointer; }

.checkbox { padding: 7px 0; min-height: auto; }

.checkbox input[type=checkbox] { margin: 0; display: none; width: 22px; }

.checkbox input[type=checkbox] + label { padding-left: 0; }

.checkbox input[type=checkbox] + label:before { content: ""; width: 22px; height: 22px; display: inline-block; border: 1.2px solid #dcdee0; border-radius: 2px; margin-right: 10px; font-size: 14px; font-family: "Font Awesome 5 Free"; font-weight: 900; line-height: 19px; vertical-align: bottom; text-align: center; background-color: #ffffff; cursor: pointer; }

.checkbox input[type=checkbox]:checked + label:before { content: "\f00c"; color: #0c70de; }

.checkbox.checkbox-primary input[type=checkbox]:checked + label:before { content: "\f00c"; color: #7774e7; }

.checkbox.checkbox-success input[type=checkbox]:checked + label:before { content: "\f00c"; color: #28a745; }

.checkbox.checkbox-warning input[type=checkbox]:checked + label:before { content: "\f00c"; color: #ffcc00; }

.checkbox.checkbox-danger input[type=checkbox]:checked + label:before { content: "\f00c"; color: #dc3545; }

.radio { padding: 7px 0; min-height: auto; }

.radio input[type=radio] { margin: 0; display: none; width: 22px; }

.radio input[type=radio] + label { padding-left: 0; }

.radio input[type=radio] + label:before { content: ""; width: 22px; height: 22px; display: inline-block; border: 2px solid #dcdee0; border-radius: 50%; margin-right: 10px; font-size: 14px; font-family: 'FontAwesome'; font-weight: 400; line-height: 19px; vertical-align: bottom; text-align: center; background-color: #ffffff; cursor: pointer; }

.radio input[type=radio]:checked + label:before { content: "\f111"; color: #0c70de; }

.radio.radio-primary input[type=radio]:checked + label:before { content: "\f111"; color: #7774e7; }

.radio.radio-success input[type=radio]:checked + label:before { content: "\f111"; color: #28a745; }

.radio.radio-warning input[type=radio]:checked + label:before { content: "\f111"; color: #ffcc00; }

.radio.radio-danger input[type=radio]:checked + label:before { content: "\f111"; color: #dc3545; }

.radio label, .checkbox label { cursor: pointer; }

.checkbox-inline, .radio-inline { margin-right: 15px; margin-top: 0px; display: inline-block; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0px; margin-left: 0px; }

.toggle-checkbox input[type=checkbox] { opacity: 0; position: absolute; }

.toggle-checkbox input[type=checkbox] + label { position: relative; display: inline-block; transition: 0.4s ease; -webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; -ms-transition: 0.4s ease; height: 30px; width: 50px; border: 1px solid #dcdee0; border-radius: 60px; cursor: pointer; }

.toggle-checkbox input[type=checkbox] + label:before { content: ""; position: absolute; display: block; transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1); -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1); -moz-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1); -o-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1); -ms-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1); height: 30px; width: 50px; top: 0; left: 0; border-radius: 30px; }

.toggle-checkbox input[type=checkbox] + label:after { content: ""; position: absolute; display: block; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05); transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1); -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1); -moz-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1); -o-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1); -ms-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1); background: #f7f7f7; height: 28px; width: 28px; top: 0px; left: 0px; border-radius: 60px; }

.toggle-checkbox input[type=checkbox]:checked + label:before { background: #0c70de; transition: width 0.2s cubic-bezier(0, 0, 0, 0.1); -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1); -moz-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1); -o-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1); -ms-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1); }

.toggle-checkbox input[type=checkbox]:checked + label:after { left: 24px; }

.toggle-checkbox.toggle-sm input[type=checkbox] + label { height: 20px; width: 35px; }

.toggle-checkbox.toggle-sm input[type=checkbox] + label:before { height: 20px; width: 35px; }

.toggle-checkbox.toggle-sm input[type=checkbox] + label:after { height: 19px; width: 19px; }

.toggle-checkbox.toggle-sm input[type=checkbox]:checked + label:after { left: 16px; }

.toggle-checkbox.toggle-primary input[type=checkbox]:checked + label:before { background: #7774e7; }

.toggle-checkbox.toggle-success input[type=checkbox]:checked + label:before { background: #28a745; }

.toggle-checkbox.toggle-warning input[type=checkbox]:checked + label:before { background: #ffcc00; }

.toggle-checkbox.toggle-danger input[type=checkbox]:checked + label:before { background: #dc3545; }

.list { position: relative; }

.list li { padding-bottom: 10px; position: relative; }

.list.tick { list-style: none; padding-left: 0px; }

.list.tick > li { padding-left: 30px; }

.list.tick > li:before { content: "\f00c"; font-family: "Font Awesome 5 Free"; position: absolute; left: 0; }

.list.star { list-style: none; padding-left: 0px; }

.list.star > li { padding-left: 30px; }

.list.star > li:before { content: "\f005"; font-family: "Font Awesome 5 Free"; position: absolute; left: 0; }

.list.dash { list-style: none; padding-left: 0px; }

.list.dash > li { padding-left: 30px; }

.list.dash > li:before { content: "-"; position: absolute; left: 10px; }

.list.bullet { list-style: none; padding-left: 0px; }

.list.bullet > li { padding-left: 30px; }

.list.bullet > li:before { content: "\f111"; font-family: "Font Awesome 5 Free"; position: absolute; left: 0; }

.list.arrow { list-style: none; padding-left: 0px; }

.list.arrow > li { padding-left: 30px; }

.list.arrow > li:before { content: "\f054"; font-family: "Font Awesome 5 Free"; position: absolute; left: 0; font-size: 10px; left: 0; top: 4px; }

.list.decimal { list-style-type: decimal; padding-left: 20px; }

.list.decimal li { padding-left: 10px; }

.list.upper-roman { list-style-type: upper-roman; padding-left: 20px; }

.list.upper-roman li { padding-left: 10px; }

.list.lower-alpha { list-style-type: lower-alpha; padding-left: 20px; }

.list.lower-alpha li { padding-left: 10px; }

.list.bullet-primary > li:before { color: #7774e7; }

.list.bullet-info li:before { color: #0c70de; }

.list.bullet-success li:before { color: #28a745; }

.list.bullet-warning li:before { color: #ffcc00; }

.list.bullet-danger li:before { color: #dc3545; }

.list.bullet-white li:before { color: #ffffff; }

.list.bullet-dark li:before { color: #142149; }

.list-info { margin-bottom: 0px; display: block; position: relative; padding-left: 0; list-style: none; }

.list-info > li { display: block; }

.list-info > li > a { display: block; position: relative; padding: 12px 0px; }

.list-info > li > a:hover, .list-info > li > a:focus { text-decoration: none; }

.list-info .thumb-img { line-height: 40px; width: 40px; text-align: center; font-size: 17px; border-radius: 50px; float: left; }

.list-info img.thumb-img { height: 40px; width: 40px; }

.list-info .info { height: auto; position: relative; }

.list-info .info .title { display: block; color: #142149; line-height: 1.5; }

.list-info .info .title.pdd-top-5 { padding-top: 7px !important; }

.list-info .info .sub-title { display: block; font-size: 12px; color: #b4b7c8; max-width: 90%; }

.list-info .info .float-object { position: absolute; right: 15px; color: #888da8; top: 50%; font-size: 12px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); }

.list-members { display: inline-block; margin-bottom: 0; overflow: hidden; }

.list-members > li { float: left; }

.list-members > li > img, .list-members > li > a img { width: 35px; height: 35px; border-radius: 100%; overflow: hidden; border: 2px solid #ffffff; display: block; }

.list-members > li.all-members { border-radius: 100%; }

.list-members > li.all-members > a { width: 35px; line-height: 35px; display: block; text-align: center; border-radius: 100%; background-color: #f6f7fb; color: #888da8; }

.list-members > li.add-member > a { border: 2px dashed #dcdee0; width: 35px; line-height: 30px; display: block; text-align: center; border-radius: 100%; color: #c2d0e6; margin-left: 5px; }

.list-link { margin-bottom: 0px; }

.list-link li { padding: 10px 0px; }

.list-link li a { color: #888da8; }

.list-link li a:hover, .list-link li a:focus { color: #142149; text-decoration: none; }

.status { width: 5px; height: 5px; background-color: #ffffff; border-radius: 50px; border: 3px solid; border-color: #dcdee0; position: absolute; top: 9.2px; }

.status.online, .status.success , .status.open { border-color: #28a745; }

.status.no-disturb, .status.danger { border-color: #dc3545; }

.status.away, .status.warning, .status.customer-reply { border-color: #ffcc00; }

.status.cancelled, .status.closed { border-color: #9e9e9e; }

.status.answered { border-color: #000000; }

.status.info { border-color: #0c70de; }

.status.primary { border-color: #7774e7; }

@media all and (max-width: 575px)
 {
	.mobile-table-status-success { border-left: 4px solid #28a745 !important; }
	.mobile-table-status-danger { border-left: 4px solid #dc3545 !important; }
	.mobile-table-status-warning { border-left: 4px solid #ffcc00 !important; }
	.mobile-table-status-cancelled { border-left: 4px solid #9e9e9e !important; }
	.mobile-table-status-info { border-left: 4px solid #0c70de !important; }
	.no-pdd-mobile {padding: 0 !important;}
	.no-mrg-mobile {margin:0 !important;}
	.mrg-top-10-mobile {margin-top: 10px !important;}
	.mobile-hide{display:none !important;}
	.mobile-show{display:block;}
	.mobile-center {text-align:center;}
	.mobile-center-flex {align-items: center; justify-content: center;}
 }

.label, .tag { padding: 4px 10px; border-radius: 50px; font-size: 75%; font-weight: 700; line-height: 1; }

.label-lg, .tag-lg { font-size: 16px; padding: 6px 12px; }

label.error { color: #dc3545; }

label.success { color: #28a745; }

.label-primary { background-color: #f7f6fe; color: #7774e7; }

.label-success { background-color: #ebfaeb; color: #28a745; }

.label-info { background-color: #e5f4fd; color: #0c70de; }

.label-warning { background-color: #fffae6; color: #ffcc00; }

.label-danger { background-color: #ffeff4; color: #dc3545; }

.tag { display: inline; font-size: 75%; font-weight: bold; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; }

.tag-primary { background-color: #7774e7; color: #ffffff; }

.tag-success { background-color: #28a745; color: #ffffff; }

.tag-info { background-color: #0c70de; color: #ffffff; }

.tag-warning { background-color: #ffcc00; color: #ffffff; }

.tag-danger { background-color: #dc3545; color: #ffffff; }

.card { position: relative; background-color: #ffffff; margin-bottom: 30px; border-radius: 2px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }

.card.bg-primary, .card.bg-success, .card.bg-info, .card.bg-warning, .card.bg-danger { color: #e6e5e5; }

.card.bg-primary h1, .card.bg-primary h2, .card.bg-primary h3, .card.bg-primary h4, .card.bg-primary h5, .card.bg-primary h6, .card.bg-success h1, .card.bg-success h2, .card.bg-success h3, .card.bg-success h4, .card.bg-success h5, .card.bg-success h6, .card.bg-info h1, .card.bg-info h2, .card.bg-info h3, .card.bg-info h4, .card.bg-info h5, .card.bg-info h6, .card.bg-warning h1, .card.bg-warning h2, .card.bg-warning h3, .card.bg-warning h4, .card.bg-warning h5, .card.bg-warning h6, .card.bg-danger h1, .card.bg-danger h2, .card.bg-danger h3, .card.bg-danger h4, .card.bg-danger h5, .card.bg-danger h6 { color: #ffffff; }

.card.bg-primary p, .card.bg-success p, .card.bg-info p, .card.bg-warning p, .card.bg-danger p { color: #e6e5e5; }

.card .card-heading { padding: 15px 20px; position: relative; }

.card .card-heading .card-title { margin-bottom: 0px; }

.card .card-body { padding: 15px 20px; }

.card .card-footer { position: relative; padding: 10px 15px 10px 15px; min-height: 55px; background-color: transparent; }

.card .card-footer .btn { margin: 0px; }

.card .card-footer .btn-flat { font-size: 13px; text-transform: uppercase; }

.card .card-horizon { padding: 0px; position: relative; }

.card .card-horizon .image-container { overflow: hidden; position: absolute; height: 100%; padding: 0px; top: 0px; }

@media only screen and (max-width: 767px) { .card .card-horizon .image-container { position: static; } }

.card .card-horizon .card-body { position: relative; }

.card .card-horizon .background-holder { position: relative; top: 0px; left: 0px; width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; z-index: 0; }

@media only screen and (max-width: 767px) { .card .card-horizon .background-holder { min-height: 350px; } }

.card .card-horizon .background-holder.has-content { display: table; }

.card .card-horizon .background-holder.has-content .content { display: table-cell; vertical-align: middle; padding: 0px 15px; }

.card:before { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; visibility: hidden; opacity: 0; background: #ffffff; /* The Fallback */ background: rgba(255, 255, 255, 0.85); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }

.card-block { padding: 30px; }

.portlet { position: absolute; top: 0px; right: 0px; z-index: 1; }

.portlet .portlet-item { list-style: none; padding: 18px 20px; }

.portlet .portlet-item > li { display: inline-block; margin-right: 3px; }

.portlet .portlet-item > li > a { margin-bottom: 0px; margin-right: 0px; padding: 5px 6px; font-size: 12px; line-height: 1; }

.portlet .dropdown-menu { -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; transform: scale(0, 0); -webkit-transform: scale(0, 0); -moz-transform: scale(0, 0); -o-transform: scale(0, 0); -ms-transform: scale(0, 0); transition: transform 150ms ease-out; -webkit-transition: transform 150ms ease-out; -moz-transition: transform 150ms ease-out; -o-transition: transform 150ms ease-out; -ms-transition: transform 150ms ease-out; display: block; margin: 0px; border-radius: 0px; left: auto; right: -10px; }

.portlet .show .dropdown-menu { transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -o-transform: scale(1, 1); -ms-transform: scale(1, 1); }

.card-title { font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; color: #142149; margin-top: 0px; margin-bottom: 15px; }

.card-media { position: relative; }

.card-media img { width: 100%; }

@-webkit-keyframes spin { 0% { transform: rotate(0); }
  100% { transform: rotate(360deg); } }

@-moz-keyframes spin { 0% { transform: rotate(0); }
  100% { transform: rotate(360deg); } }

@-ms-keyframes spin { 0% { transform: rotate(0); }
  100% { transform: rotate(360deg); } }

@-o-keyframes spin { 0% { transform: rotate(0); }
  100% { transform: rotate(360deg); } }

@keyframes spin { 0% { transform: rotate(0); }
  100% { transform: rotate(360deg); } }

a.card { display: block; }

a.card:hover, a.card:focus { -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.075) ; -moz-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.075) ; box-shadow: 0 7px 15px rgba(0, 0, 0, 0.075) ; }

.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6, .page-title p, .page-title span { font-size: 20px; font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; margin-top: 15px; margin-bottom: 25px; margin-top: 0px; }

.breadcrumb { padding: 0px 15px; margin-bottom: 0px; list-style: none; background-color: transparent; border-radius: 0px; }

.dropdown .dropdown-menu { border: 0px; border-radius: 5px; }

.dropdown.right .dropdown-menu { left: auto; right: 0; }

.dropdown-menu { font-size: 14px; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) ; -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) ; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) ; top: 100%; }

.dropdown-menu > li.divider { background-color: #dcdee0; }

.dropdown-menu > li > a { line-height: 1.5; min-height: auto; padding: 10px 15px; display: block; transition: all 0.15s ease-out; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; -ms-transition: all 0.15s ease-out; color: #888da8; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #142149; text-decoration: none; background-color: #f6f7fb; }

.dropdown-toggle:after { border: 0px; display: none; }

.second-nav { display: block; margin-bottom:48px; }

.nav-tabs { border-bottom: 1px solid #dcdee0; }

.nav-tabs > li { margin-bottom: -2px; }

.nav-tabs > li > a { line-height: 20px; border-radius: 0; color: #142149; opacity: 0.75; border: 0px; border-bottom: 2px solid transparent; display: block; padding: 14px 2px; margin-right: 28px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }

.nav-tabs > li > a:hover { border-color: transparent; }

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus { background-color: transparent; opacity: 1; }

.nav-tabs > li > a.active { border: 0px; background-color: transparent; border-bottom: 2px solid #0069ff; opacity: 1; }

.nav-tabs > li > a.active:hover, .nav-tabs > li > a.active:focus { border: 0px; background-color: transparent; border-bottom: 2px solid #0069ff; opacity: 1; }

.nav-tabs > li > a.active.nav-link,
.nav-tabs > li.active > a.nav-link
{ border-bottom: 2px solid #0069ff; color: #142149; background-color: transparent; opacity: 1;}

.nav-tabs .nav-link { border-top: 0px; border-right: 0px; border-left: 0px; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:active { border-color: transparent; }

.tab-success .nav-tabs > li > a.active { border-bottom: 2px solid #28a745; }

.tab-success .nav-tabs > li > a.active:hover, .tab-success .nav-tabs > li > a.active:focus { border-bottom: 2px solid #28a745; }

.tab-info .nav-tabs > li > a.active { border-bottom: 2px solid #0c70de; }

.tab-info .nav-tabs > li > a.active:hover, .tab-info .nav-tabs > li > a.active:focus { border-bottom: 2px solid #0c70de; }

.tab-warning .nav-tabs > li > a.active { border-bottom: 2px solid #ffcc00; }

.tab-warning .nav-tabs > li > a.active:hover, .tab-warning .nav-tabs > li > a.active:focus { border-bottom: 2px solid #ffcc00; }

.tab-danger .nav-tabs > li > a.active { border-bottom: 2px solid #dc3545; }

.tab-danger .nav-tabs > li > a.active:hover, .tab-danger .nav-tabs > li > a.active:focus { border-bottom: 2px solid #dc3545; }

.center-tabs .nav-tabs { text-align: center; -webkit-box-pack: center !important; -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }

.center-tabs .nav-tabs > li { float: none; display: inline-block; }

.justified-tabs .nav-tabs { width: 100%; }

.justified-tabs .nav-tabs > li { display: table-cell; width: 1%; text-align: center; float: none; }

.nav-pills > li + li { margin-left: 5px; }

.nav-pills > li > a { border-radius: 3px; opacity: 0.75; font-size: 14px; font-weight: 500; background-color: transparent; color: #142149; border: 1px solid transparent; padding: 5px 15px; }

.nav-pills > li > a:hover, .nav-pills > li > a:focus { background-color: transparent; opacity: 1; }

.nav-pills > li > a.active { color: #ffffff; border-color: #7774e7; background-color: #7774e7; border: 1px solid #7774e7; opacity: 1; }

.nav-pills > li > a.active:hover, .nav-pills > li > a.active:focus { color: #ffffff; border-color: #7774e7; background-color: #7774e7; border: 1px solid #7774e7; opacity: 1; }

.nav-pills > li > a.active.nav-link { color: #ffffff; background-color: #7774e7; border-color: #7774e7; }

.nav-vertical .nav-pills { float: left; width: 160px; padding: 0px 15px; display: block; }

.nav-vertical .nav-pills > li { margin-bottom: 15px; }

.nav-vertical .nav-pills > li + li { margin-left: 0px; }

.nav-vertical .tab-content { float: left; width: 70%; }

.pill-success .nav-pills > li > a.active { border-color: #28a745; background-color: #28a745; border: 1px solid #28a745; }

.pill-success .nav-pills > li > a.active:hover, .pill-success .nav-pills > li > a.active:focus { border-color: #28a745; background-color: #28a745; border: 1px solid #28a745; }

.pill-success .nav-pills > li > a.active.nav-link { color: #ffffff; border-color: #28a745; }

.pill-info .nav-pills > li > a.active { border-color: #0c70de; background-color: #0c70de; border: 1px solid #0c70de; }

.pill-info .nav-pills > li > a.active:hover, .pill-info .nav-pills > li > a.active:focus { border-color: #0c70de; background-color: #0c70de; border: 1px solid #0c70de; }

.pill-info .nav-pills > li > a.active.nav-link { color: #ffffff; border-color: #0c70de; }

.pill-warning .nav-pills > li > a.active { border-color: #ffcc00; background-color: #ffcc00; border: 1px solid #ffcc00; }

.pill-warning .nav-pills > li > a.active:hover, .pill-warning .nav-pills > li > a.active:focus { border-color: #ffcc00; background-color: #ffcc00; border: 1px solid #ffcc00; }

.pill-warning .nav-pills > li > a.active.nav-link { color: #ffffff; border-color: #ffcc00; }

.pill-danger .nav-pills > li > a.active { border-color: #dc3545; background-color: #dc3545; border: 1px solid #dc3545; }

.pill-danger .nav-pills > li > a.active:hover, .pill-danger .nav-pills > li > a.active:focus { border-color: #dc3545; background-color: #dc3545; border: 1px solid #dc3545; }

.pill-danger .nav-pills > li > a.active.nav-link { color: #ffffff; border-color: #dc3545; }

.accordion .panel-group { margin-bottom: 20px; }

.accordion .panel-default { background-color: #ffffff; margin-bottom: 15px; border: 1px solid #dcdee0; }

.accordion .panel-default > .panel-heading { color: #142149; background-color: #ffffff; border-color: #dcdee0; }

.accordion .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #dcdee0; padding: 10px 20px 20px 20px; }

.accordion.border-less .panel-default { border: 0px; border-bottom: 1px solid #dcdee0; margin-bottom: 0px; }

.accordion .panel-heading { padding: 0px; border-bottom: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; }

.accordion .panel-title { margin: 0px; }

.accordion .panel-title > a { padding: 20px; display: block; color: #142149; }

.accordion .panel-title > a .icon { float: right; margin-top: 5px; transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; }

.accordion .panel-title > a.collapsed .icon { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); }

.accordion .panel-title > a:hover, .accordion .panel-title > a:focus { text-decoration: none; }

.progress { height: 4px; background-color: #eaeef3; border-radius: 4px; margin-bottom: 10px; }

.progress.progress-sm { height: 8px; }

.progress.progress-md { height: 15px; }

.progress.progress-lg { height: 20px; }

.progress-bar { background-color: #888da8; }

.progress-primary .progress-bar { background-color: #7774e7; }

.progress-success .progress-bar { background-color: #28a745; }

.progress-info .progress-bar { background-color: #0c70de; }

.progress-warning .progress-bar { background-color: #ffcc00; }

.progress-danger .progress-bar { background-color: #dc3545; }

.table { border: 1px solid #e6e7eb; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { line-height: 1.8; border-color: #e6e7eb; }

.table-sm > tbody > tr > td, .table-sm > tbody > tr > th, .table-sm > tfoot > tr > td, .table-sm > tfoot > tr > th, .table-sm > thead > tr > td, .table-sm > thead > tr > th { padding: 5px; }

.table-lg > tbody > tr > td, .table-lg > tbody > tr > th, .table-lg > tfoot > tr > td, .table-lg > tfoot > tr > th, .table-lg > thead > tr > td, .table-lg > thead > tr > th { padding: 15px; }

.table-xl > tbody > tr > td, .table-xl > tbody > tr > th, .table-xl > tfoot > tr > td, .table-xl > tfoot > tr > th, .table-xl > thead > tr > td, .table-xl > thead > tr > th { padding: 20px; }

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #fbfcfd; }

.table-hover > tbody > tr:hover { background-color: #f6f7fb; cursor: pointer;}

.table-bordered { border: 1px solid #e6e7eb; }

.table > thead > tr > th { color: #142149; background: #fafafa; border-bottom: 1px solid #e6e7eb; }

@media only screen and (max-width: 992px) { .table-overflow { width: 100%; overflow-x: auto; } }

.form-wizard .nav-pills { position: relative; }

.form-wizard .nav-pills > li > a { z-index: 1; opacity: 1; position: relative; display: block; }

.form-wizard .nav-pills > li > a .step { width: 36px; line-height: 28px; height: 36px; border-radius: 50%; border: 4px solid #dcdee0; background: #ffffff; color: #888da8; display: inline-block; }

.form-wizard .nav-pills > li > a .title { position: absolute; width: 100%; left: 0; bottom: -20px; }

.form-wizard .nav-pills > li > a.active { background-color: transparent; border-color: transparent; color: #888da8; }

.form-wizard .nav-pills > li > a.active .step { background-color: #0c70de; border-color: #0c70de; color: #ffffff; }

.form-wizard .progress { position: absolute; display: inline-block; top: 24px; left: 0; right: 0; margin: auto; height: 5px; border-radius: 0; }

.form-wizard .tab-content { margin-top: 90px; margin-bottom: 30px; }

.maps { width: 100%; height: 100%; display: inline-block; }

.maps.map-fs .jvectormap-container { min-height: calc(100vh - 65px); }

.maps.map-300 .jvectormap-container { min-height: 300px; max-height: 300px; }

@media only screen and (max-width: 767px) { .maps.map-300 .jvectormap-container { min-height: 250px; } }

.maps.map-500 .jvectormap-container { min-height: 500px; max-height: 500px; }

@media only screen and (max-width: 767px) { .maps.map-500 .jvectormap-container { min-height: 250px; } }

#google-container { width: 100%; height: 100% !important; min-height: calc(100vh - 65px); }

.jvectormap-zoomin, .jvectormap-zoomout { width: 25px; height: 25px; line-height: 1.2; color: #888da8; background-color: #ffffff; border: 1px solid #dcdee0; }

.jvectormap-zoomin:hover, .jvectormap-zoomout:hover { background-color: #142149; color: #ffffff; }

.jvectormap-zoomout { top: 40px; }

glyphs.character-mapping { margin: 0 0 20px 0; padding: 20px 0 20px 30px; color: #888da8; -webkit-border-radius: 3px; border-radius: 3px; }

.glyphs.character-mapping li { margin: 0 30px 20px 0; display: inline-block; width: 90px; }

.glyphs.character-mapping .icon { margin: 10px 0 10px 15px; padding: 15px; position: relative; width: 55px; height: 55px; color: #162a36 !important; overflow: hidden; -webkit-border-radius: 3px; border-radius: 3px; font-size: 32px; }

.glyphs.character-mapping .icon svg { fill: #000; }

.glyphs.character-mapping input { margin: 0; padding: 5px 0; line-height: 12px; font-size: 12px; display: block; width: 100%; border: 1px solid #d8e0e5; -webkit-border-radius: 5px; border-radius: 5px; text-align: center; outline: 0; }

.glyphs.character-mapping input:focus { border: 1px solid #fbde4a; -webkit-box-shadow: inset 0 0 3px #fbde4a; box-shadow: inset 0 0 3px #fbde4a; }

.glyphs.character-mapping input:hover { -webkit-box-shadow: inset 0 0 3px #fbde4a; box-shadow: inset 0 0 3px #fbde4a; }

.glyphs.css-mapping { margin: 0 0 60px 0; padding: 30px 0 20px 30px; color: #888da8; -webkit-border-radius: 3px; border-radius: 3px; }

.glyphs.css-mapping li { margin: 0 30px 20px 0; padding: 0; display: inline-block; overflow: hidden; }

.glyphs.css-mapping .icon { margin: 0; margin-right: 10px; padding: 13px; height: 50px; width: 50px; color: #162a36 !important; overflow: hidden; float: left; font-size: 24px; }

.glyphs.css-mapping input { margin: 0; margin-top: 5px; padding: 8px; line-height: 16px; font-size: 16px; display: block; width: 150px; height: 40px; border: 1px solid #d8e0e5; -webkit-border-radius: 5px; border-radius: 5px; background: #fff; color: #142149; outline: 0; float: right; }

.glyphs.css-mapping input:focus { border-color: #0c70de; }

.glyphs.css-mapping input:hover { border-color: #0c70de; }

.glyphs.css-mapping .ei { margin: 0; margin-right: 10px; padding: 13px; height: 50px; width: 50px; overflow: hidden; float: left; font-size: 24px; }

.icon-example { padding-left: 15px; padding-right: 15px; font-weight: normal; }

.icon-example > span { width: 25%; float: left; padding: 30px 0px; color: #142149; }

.icon-example > span i { padding-right: 15px; font-size: 18px; }

/*---------------------------------
-------------- apps ---------------
---------------------------------*/
.fc { background-color: #ffffff; border: 1px solid #dcdee0; }

.fc th { text-align: center; padding: 15px; background-color: transparent; color: #888da8; font-size: 12px; text-transform: uppercase; border-right-width: 0; border-left-width: 0; }

.fc button { background-color: #ffffff; background-image: none; height: 37px; padding: 0 15px; color: #6b7192; }

.fc button.fc-state-default { border-color: #dcdee0; box-shadow: none; }

.fc button.fc-state-active { box-shadow: none; background-color: #dcdee0; }

.fc-toolbar { padding: 20px 20px 0px 20px; }

.fc-view, .fc-view > table { background-color: #ffffff; }

.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span { padding: 7px 15px; }

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead { border-color: #dcdee0; }

.fc-unthemed .fc-today { background-color: transparent; }

.fc-basic-view .fc-day-number.fc-today.fc-today { background-color: #0c70de !important; color: #ffffff; float: right; border-radius: 50%; padding: 7px 0px; line-height: 1; margin: 4px 4px 0px 0px; width: 27px; text-align: center; }

.fc-basic-view .fc-day-number.fc-today.fc-today .fc-day-number { float: none; }

.fc-event-container .fc-event { border-radius: 0px; border: 0px; background-color: #e5f4fd; color: #0c70de !important; font-size: 12px; line-height: 2.5; padding: 0px 15px; }

.fc-event-container .fc-day-grid-event { margin: 1px 5px 5px; }

.pswp__caption__center { text-align: center; }

.list-label { padding-left: 0px; line-height: 0; }

.list-label > li { height: 2px; width: 40px; background: #fafafa; border-radius: 50px; display: inline-block; margin-right: 5px; }

.draggable-item { cursor: move; cursor: grab; cursor: -moz-grab; cursor: -webkit-grab; }


/*-------------------------------
WHMCS
-------------------------------*/

 /**
 * -------------------------
 * @section Two Factor Authentication
 * -------------------------
 */

.twofa-setup .modal-body {
    min-height: 100px;
}
.twofa-setup .activation-msg {
    margin: 25px 0;
    padding: 15px;
    border: 1px dashed #ddd;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}
.twofa-setup .backup-code {
    margin: 20px auto;
    padding: 10px;
    background-color: #efefef;
    color: #444;
    text-align: center;
}

.twofa-module {
    margin: 10px 0;
    padding: 14px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}
.twofa-module .col-radio {
    float: left;
    width: 35px;
    margin-top: 22px;
}
.twofa-module .col-logo {
    float: left;
    width: 80px;
    line-height: 40px;
    text-align: center;
}
.twofa-module .col-description {
    margin-left: 136px;
}
.twofa-module img {
    max-width: 100%;
    max-height: 65px;
}
.twofa-module.active {
    border-color: #337ab7;
}
/**
 * iCheck controls
 */

.checkbox-inline.icheck-label, .radio-inline.icheck-label {
    padding-left: 0;
    margin-left: 30px;
    margin-right: 20px;
}

.icheck-label .iradio_square-blue {
    margin-right: 5px;
    margin-left: -30px;
    margin-top: -2px;
}

/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}
    .icheckbox_square-blue.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-blue.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-blue.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-blue {
    background-position: -120px 0;
}
    .iradio_square-blue.hover {
        background-position: -144px 0;
    }
    .iradio_square-blue.checked {
        background-position: -168px 0;
    }
    .iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-blue.checked.disabled {
        background-position: -216px 0;
    }


/**
 * Credit Card Input
 */

.cc-number-field {
    background-image: url(../../../assets/img/payment/unknown.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.cc-number-field.visa {
    background-image: url(../../../../assets/img/payment/visa.png);
}
.cc-number-field.mastercard {
    background-image: url(../../../../assets/img/payment/mastercard.png);
}
.cc-number-field.amex {
    background-image: url(../../../../assets/img/payment/amex.png);
}
.cc-number-field.dinersclub {
    background-image: url(../../../../assets/img/payment/dinersclub.png);
}
.cc-number-field.discover {
    background-image: url(../../../../assets/img/payment/discover.png);
}
.cc-number-field.unionpay {
    background-image: url(../../../../assets/img/payment/unionpay.png);
}
.cc-number-field.jcb {
    background-image: url(../../../../assets/img/payment/jcb.png);
}
.cc-number-field.maestro {
    background-image: url(../../../../assets/img/payment/maestro.png);
}
.cc-number-field.forbrugsforeningen {
    background-image: url(../../../../assets/img/payment/forbrugsforeningen.png);
}
.cc-number-field.dankort {
    background-image: url(../../../../assets/img/payment/dankort.png);
}
 
 /* Card colors colorpicked from website logos */
div.credit-card .logo-visa {
    color: #1a1f71;
}

div.credit-card .logo-amex {
    color: #43abdf;
}

div.credit-card .logo-mastercard {
    color: #ed0b00;
}

div.credit-card .logo-discover {
    color: #000000;
}

div.two-column-grid,
div.three-column-grid {
    display: inline-grid;
    grid-template-columns: repeat(3, auto) minmax(10em, 30em) auto;
}
div.two-column-grid {
    grid-template-columns: repeat(2, auto) minmax(10em, 30em) auto;
}
div.two-column-grid > div,
div.three-column-grid > div {
    margin: 5px 0;
    padding-right: 5px;
}
div.two-column-grid > div > label,
div.three-column-grid > div > label {
    font-weight: normal;
}
#frmPayment .paymethod-info {
    margin: 5px 0;
    cursor: pointer;
}
#frmPayment .paymethod-info label {
    font-weight: normal;
    cursor: pointer;
}

.iframe-input-container {
    height: 34px;
}
 
 /**
 * -------------------------
 * Markdown Editor
 * -------------------------
 */

.md-editor {
    border: 1px solid #ddd;
    border-radius: 3px;
}
.md-editor > .btn-toolbar {
    background-color: #fff !important;
}
.md-editor > textarea.markdown-editor,
.md-editor > .md-preview {
    padding: 15px !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    background-color: #fff !important;
}
.md-editor .btn-group{
	margin-right: 5px;
}
.md-editor .btn{
	margin-bottom: 0;
}
div.md-editor.active {
    display: block;
    border: 1px solid #ddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.markdown-editor-status {
    padding: 2px 10px;
    font-size: 9pt;
    color: #959694;
    text-align: right;

}

.small-font {
    font-size: 0.9em;
}

/**
 * -------------------------
 * Markdown Content Formatting
 * -------------------------
 */

.markdown-content h1 {
    font-size: 1.6em;
    color: #333;
}
.markdown-content h2 {
    font-size: 1.4em;
    color: #333;
}
.markdown-content h3 {
    font-size: 1.2em;
    color: #333;
}
.markdown-content h4 {
    font-size: 1.1em;
    color: #333;
}

.markdown-content pre {
    padding: 15px;
    background-color: #444;
    color: #f8f8f8;
    border: 0;
}
.markdown-content pre code {
    white-space: pre;
    word-break: normal;
    word-wrap: normal;
}

.markdown-content blockquote {
    font-size: 1em;
}

.markdown-content table {
    margin: 10px 0;
    background-color: #fff;
    border: 1px solid #ddd;
}
.markdown-content table > thead > tr > th {
    padding: 4px 10px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    font-weight: bold;
    text-align: center;
}
.markdown-content table > tbody > tr > td {
    padding: 3px 8px;
    border: 1px solid #ddd;
}

.md-editor{display:block;border:1px solid #ddd}.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-header{margin:0}.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;overflow:auto}.md-editor>textarea{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:14px;outline:0;margin:0;display:block;padding:0;width:100%;border:0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;box-shadow:none;background:#eee}.md-editor>textarea:focus{box-shadow:none;background:#fff}.md-editor.active{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.md-editor .md-controls{float:right;padding:3px}.md-editor .md-controls .md-control{right:5px;color:#bebebe;padding:3px 3px 3px 10px}.md-editor .md-controls .md-control:hover{color:#333}.md-editor.md-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;padding:60px 30px 15px;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-footer{display:none}.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview{margin:0 auto!important;height:100%!important;font-size:20px!important;padding:20px!important;color:#999;line-height:1.6em!important;resize:none!important;box-shadow:none!important;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-preview{color:#333;overflow:auto}.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover{color:#333;background:#fff!important}.md-editor.md-fullscreen-mode .md-header{background:0 0;text-align:center;position:fixed;width:100%;top:20px}.md-editor.md-fullscreen-mode .btn-group{float:none}.md-editor.md-fullscreen-mode .btn{border:0;background:0 0;color:#b3b3b3}.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover{box-shadow:none;color:#333}.md-editor.md-fullscreen-mode .md-fullscreen-controls{position:absolute;top:20px;right:20px;text-align:right;z-index:1002;display:block}.md-editor.md-fullscreen-mode .md-fullscreen-controls a{color:#b3b3b3;clear:right;margin:10px;width:30px;height:30px;text-align:center}.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover{color:#333;text-decoration:none}.md-editor.md-fullscreen-mode .md-editor{height:100%!important;position:relative}.md-editor .md-fullscreen-controls{display:none}.md-nooverflow{overflow:hidden;position:fixed;width:100%}
 
 /**
 * -------------------------
 * @section Product Details Page
 * -------------------------
 */

div.product-details {
    margin: 0 0 20px 0;
}
div.product-details div.product-icon {
    margin: 0;
    padding: 0;
    background-color: #efefef;
    border-radius: 10px;
    padding: 30px;
    font-size: 60px;
    line-height: 1em;
}

.product-status {
    margin: 0 0 20px 0;
    padding: 0;
    border-radius: 10px;
}
.product-status-pending {
    background-color: #F89406;
}
.product-status-active {
    background-color: #46A546;
}
.product-status-suspended {
    background-color: #0768B8;
}
.product-status-terminated,
.product-status-cancelled {
    background-color: #666;
}
.product-status-fraud {
    background-color: #000;
}
.product-status-text {
    padding: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

div.product-details-tab-container {
    margin: 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0;
}

.module-client-area {
    padding: 15px 15px 0 15px;
}

.ssl-inactive {
    cursor: pointer;
}
 
 /**
 * -------------------------
 * Popover: contacts
 * -------------------------
 */
 
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 17px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
} 
 
 /* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #428bca;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
 
.item-row:hover{
    cursor: pointer;
}
a.disabled {
    pointer-events: none;
    cursor: default;
}
.hidden{
    display:none;
}
.label{
    color:white;
}
@media all and (max-width: 600px) 
{
    .dataTables_length{
        margin-top:10px;
    }
}

 
 @media print {
  .hidden-print {
    display: none !important;
  }
}

.prepend-icon {
     top: 0;
     left: 0;
     display: inline-block;
     vertical-align: top;
     position: relative;
     width: 100%;
     font-weight: normal;
 }
.prepend-icon .field {
     -webkit-appearance: none;
     padding-left: 36px;
 }
.prepend-icon .field-icon i {
     position: relative;
     font-size: 14px;
 }
.prepend-icon .field-icon {
     top: 4px;
     z-index: 1;
     width: 42px;
     height: 36px;
     color: inherit;
     line-height: 36px;
     position: absolute;
     text-align: center;
     -webkit-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
     -ms-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
     pointer-events: none;
 }
 .progress-striped .progress-bar,
 .progress-bar-striped {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
   background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
   -webkit-background-size: 40px 40px;
           background-size: 40px 40px;
 }
 .progress.active .progress-bar,
 .progress-bar.active {
   -webkit-animation: progress-bar-stripes 2s linear infinite;
        -o-animation: progress-bar-stripes 2s linear infinite;
           animation: progress-bar-stripes 2s linear infinite;
 }
 .progress-bar-success {
   background-color: #5cb85c;
 }
 .progress-striped .progress-bar-success {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
   background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
 }
 .progress-bar-info {
   background-color: #5bc0de;
 }
 .progress-striped .progress-bar-info {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
   background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
 }
 .progress-bar-warning {
   background-color: #f0ad4e;
 }
 .progress-striped .progress-bar-warning {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
   background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
 }
 .progress-bar-danger {
   background-color: #d9534f;
 }
 .progress-striped .progress-bar-danger {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
   background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
 }
.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  
 .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag.be{ width:18px; } .iti-flag.ch{ width:15px; } .iti-flag.mc{ width:19px; } .iti-flag.ne{ width:18px; } .iti-flag.np{ width:13px; } .iti-flag.va{ width:15px; } @media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2 / 1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx){ .iti-flag{ background-size:5630px 15px; }  } .iti-flag.ac{ height:10px;background-position:0px 0px; } .iti-flag.ad{ height:14px;background-position:-22px 0px; } .iti-flag.ae{ height:10px;background-position:-44px 0px; } .iti-flag.af{ height:14px;background-position:-66px 0px; } .iti-flag.ag{ height:14px;background-position:-88px 0px; } .iti-flag.ai{ height:10px;background-position:-110px 0px; } .iti-flag.al{ height:15px;background-position:-132px 0px; } .iti-flag.am{ height:10px;background-position:-154px 0px; } .iti-flag.ao{ height:14px;background-position:-176px 0px; } .iti-flag.aq{ height:14px;background-position:-198px 0px; } .iti-flag.ar{ height:13px;background-position:-220px 0px; } .iti-flag.as{ height:10px;background-position:-242px 0px; } .iti-flag.at{ height:14px;background-position:-264px 0px; } .iti-flag.au{ height:10px;background-position:-286px 0px; } .iti-flag.aw{ height:14px;background-position:-308px 0px; } .iti-flag.ax{ height:13px;background-position:-330px 0px; } .iti-flag.az{ height:10px;background-position:-352px 0px; } .iti-flag.ba{ height:10px;background-position:-374px 0px; } .iti-flag.bb{ height:14px;background-position:-396px 0px; } .iti-flag.bd{ height:12px;background-position:-418px 0px; } .iti-flag.be{ height:15px;background-position:-440px 0px; } .iti-flag.bf{ height:14px;background-position:-460px 0px; } .iti-flag.bg{ height:12px;background-position:-482px 0px; } .iti-flag.bh{ height:12px;background-position:-504px 0px; } .iti-flag.bi{ height:12px;background-position:-526px 0px; } .iti-flag.bj{ height:14px;background-position:-548px 0px; } .iti-flag.bl{ height:14px;background-position:-570px 0px; } .iti-flag.bm{ height:10px;background-position:-592px 0px; } .iti-flag.bn{ height:10px;background-position:-614px 0px; } .iti-flag.bo{ height:14px;background-position:-636px 0px; } .iti-flag.bq{ height:14px;background-position:-658px 0px; } .iti-flag.br{ height:14px;background-position:-680px 0px; } .iti-flag.bs{ height:10px;background-position:-702px 0px; } .iti-flag.bt{ height:14px;background-position:-724px 0px; } .iti-flag.bv{ height:15px;background-position:-746px 0px; } .iti-flag.bw{ height:14px;background-position:-768px 0px; } .iti-flag.by{ height:10px;background-position:-790px 0px; } .iti-flag.bz{ height:14px;background-position:-812px 0px; } .iti-flag.ca{ height:10px;background-position:-834px 0px; } .iti-flag.cc{ height:10px;background-position:-856px 0px; } .iti-flag.cd{ height:15px;background-position:-878px 0px; } .iti-flag.cf{ height:14px;background-position:-900px 0px; } .iti-flag.cg{ height:14px;background-position:-922px 0px; } .iti-flag.ch{ height:15px;background-position:-944px 0px; } .iti-flag.ci{ height:14px;background-position:-961px 0px; } .iti-flag.ck{ height:10px;background-position:-983px 0px; } .iti-flag.cl{ height:14px;background-position:-1005px 0px; } .iti-flag.cm{ height:14px;background-position:-1027px 0px; } .iti-flag.cn{ height:14px;background-position:-1049px 0px; } .iti-flag.co{ height:14px;background-position:-1071px 0px; } .iti-flag.cp{ height:14px;background-position:-1093px 0px; } .iti-flag.cr{ height:12px;background-position:-1115px 0px; } .iti-flag.cu{ height:10px;background-position:-1137px 0px; } .iti-flag.cv{ height:12px;background-position:-1159px 0px; } .iti-flag.cw{ height:14px;background-position:-1181px 0px; } .iti-flag.cx{ height:10px;background-position:-1203px 0px; } .iti-flag.cy{ height:13px;background-position:-1225px 0px; } .iti-flag.cz{ height:14px;background-position:-1247px 0px; } .iti-flag.de{ height:12px;background-position:-1269px 0px; } .iti-flag.dg{ height:10px;background-position:-1291px 0px; } .iti-flag.dj{ height:14px;background-position:-1313px 0px; } .iti-flag.dk{ height:15px;background-position:-1335px 0px; } .iti-flag.dm{ height:10px;background-position:-1357px 0px; } .iti-flag.do{ height:13px;background-position:-1379px 0px; } .iti-flag.dz{ height:14px;background-position:-1401px 0px; } .iti-flag.ea{ height:14px;background-position:-1423px 0px; } .iti-flag.ec{ height:14px;background-position:-1445px 0px; } .iti-flag.ee{ height:13px;background-position:-1467px 0px; } .iti-flag.eg{ height:14px;background-position:-1489px 0px; } .iti-flag.eh{ height:10px;background-position:-1511px 0px; } .iti-flag.er{ height:10px;background-position:-1533px 0px; } .iti-flag.es{ height:14px;background-position:-1555px 0px; } .iti-flag.et{ height:10px;background-position:-1577px 0px; } .iti-flag.eu{ height:14px;background-position:-1599px 0px; } .iti-flag.fi{ height:12px;background-position:-1621px 0px; } .iti-flag.fj{ height:10px;background-position:-1643px 0px; } .iti-flag.fk{ height:10px;background-position:-1665px 0px; } .iti-flag.fm{ height:11px;background-position:-1687px 0px; } .iti-flag.fo{ height:15px;background-position:-1709px 0px; } .iti-flag.fr{ height:14px;background-position:-1731px 0px; } .iti-flag.ga{ height:15px;background-position:-1753px 0px; } .iti-flag.gb{ height:10px;background-position:-1775px 0px; } .iti-flag.gd{ height:12px;background-position:-1797px 0px; } .iti-flag.ge{ height:14px;background-position:-1819px 0px; } .iti-flag.gf{ height:14px;background-position:-1841px 0px; } .iti-flag.gg{ height:14px;background-position:-1863px 0px; } .iti-flag.gh{ height:14px;background-position:-1885px 0px; } .iti-flag.gi{ height:10px;background-position:-1907px 0px; } .iti-flag.gl{ height:14px;background-position:-1929px 0px; } .iti-flag.gm{ height:14px;background-position:-1951px 0px; } .iti-flag.gn{ height:14px;background-position:-1973px 0px; } .iti-flag.gp{ height:14px;background-position:-1995px 0px; } .iti-flag.gq{ height:14px;background-position:-2017px 0px; } .iti-flag.gr{ height:14px;background-position:-2039px 0px; } .iti-flag.gs{ height:10px;background-position:-2061px 0px; } .iti-flag.gt{ height:13px;background-position:-2083px 0px; } .iti-flag.gu{ height:11px;background-position:-2105px 0px; } .iti-flag.gw{ height:10px;background-position:-2127px 0px; } .iti-flag.gy{ height:12px;background-position:-2149px 0px; } .iti-flag.hk{ height:14px;background-position:-2171px 0px; } .iti-flag.hm{ height:10px;background-position:-2193px 0px; } .iti-flag.hn{ height:10px;background-position:-2215px 0px; } .iti-flag.hr{ height:10px;background-position:-2237px 0px; } .iti-flag.ht{ height:12px;background-position:-2259px 0px; } .iti-flag.hu{ height:10px;background-position:-2281px 0px; } .iti-flag.ic{ height:14px;background-position:-2303px 0px; } .iti-flag.id{ height:14px;background-position:-2325px 0px; } .iti-flag.ie{ height:10px;background-position:-2347px 0px; } .iti-flag.il{ height:15px;background-position:-2369px 0px; } .iti-flag.im{ height:10px;background-position:-2391px 0px; } .iti-flag.in{ height:14px;background-position:-2413px 0px; } .iti-flag.io{ height:10px;background-position:-2435px 0px; } .iti-flag.iq{ height:14px;background-position:-2457px 0px; } .iti-flag.ir{ height:12px;background-position:-2479px 0px; } .iti-flag.is{ height:15px;background-position:-2501px 0px; } .iti-flag.it{ height:14px;background-position:-2523px 0px; } .iti-flag.je{ height:12px;background-position:-2545px 0px; } .iti-flag.jm{ height:10px;background-position:-2567px 0px; } .iti-flag.jo{ height:10px;background-position:-2589px 0px; } .iti-flag.jp{ height:14px;background-position:-2611px 0px; } .iti-flag.ke{ height:14px;background-position:-2633px 0px; } .iti-flag.kg{ height:12px;background-position:-2655px 0px; } .iti-flag.kh{ height:13px;background-position:-2677px 0px; } .iti-flag.ki{ height:10px;background-position:-2699px 0px; } .iti-flag.km{ height:12px;background-position:-2721px 0px; } .iti-flag.kn{ height:14px;background-position:-2743px 0px; } .iti-flag.kp{ height:10px;background-position:-2765px 0px; } .iti-flag.kr{ height:14px;background-position:-2787px 0px; } .iti-flag.kw{ height:10px;background-position:-2809px 0px; } .iti-flag.ky{ height:10px;background-position:-2831px 0px; } .iti-flag.kz{ height:10px;background-position:-2853px 0px; } .iti-flag.la{ height:14px;background-position:-2875px 0px; } .iti-flag.lb{ height:14px;background-position:-2897px 0px; } .iti-flag.lc{ height:10px;background-position:-2919px 0px; } .iti-flag.li{ height:12px;background-position:-2941px 0px; } .iti-flag.lk{ height:10px;background-position:-2963px 0px; } .iti-flag.lr{ height:11px;background-position:-2985px 0px; } .iti-flag.ls{ height:14px;background-position:-3007px 0px; } .iti-flag.lt{ height:12px;background-position:-3029px 0px; } .iti-flag.lu{ height:12px;background-position:-3051px 0px; } .iti-flag.lv{ height:10px;background-position:-3073px 0px; } .iti-flag.ly{ height:10px;background-position:-3095px 0px; } .iti-flag.ma{ height:14px;background-position:-3117px 0px; } .iti-flag.mc{ height:15px;background-position:-3139px 0px; } .iti-flag.md{ height:10px;background-position:-3160px 0px; } .iti-flag.me{ height:10px;background-position:-3182px 0px; } .iti-flag.mf{ height:14px;background-position:-3204px 0px; } .iti-flag.mg{ height:14px;background-position:-3226px 0px; } .iti-flag.mh{ height:11px;background-position:-3248px 0px; } .iti-flag.mk{ height:10px;background-position:-3270px 0px; } .iti-flag.ml{ height:14px;background-position:-3292px 0px; } .iti-flag.mm{ height:14px;background-position:-3314px 0px; } .iti-flag.mn{ height:10px;background-position:-3336px 0px; } .iti-flag.mo{ height:14px;background-position:-3358px 0px; } .iti-flag.mp{ height:10px;background-position:-3380px 0px; } .iti-flag.mq{ height:14px;background-position:-3402px 0px; } .iti-flag.mr{ height:14px;background-position:-3424px 0px; } .iti-flag.ms{ height:10px;background-position:-3446px 0px; } .iti-flag.mt{ height:14px;background-position:-3468px 0px; } .iti-flag.mu{ height:14px;background-position:-3490px 0px; } .iti-flag.mv{ height:14px;background-position:-3512px 0px; } .iti-flag.mw{ height:14px;background-position:-3534px 0px; } .iti-flag.mx{ height:12px;background-position:-3556px 0px; } .iti-flag.my{ height:10px;background-position:-3578px 0px; } .iti-flag.mz{ height:14px;background-position:-3600px 0px; } .iti-flag.na{ height:14px;background-position:-3622px 0px; } .iti-flag.nc{ height:10px;background-position:-3644px 0px; } .iti-flag.ne{ height:15px;background-position:-3666px 0px; } .iti-flag.nf{ height:10px;background-position:-3686px 0px; } .iti-flag.ng{ height:10px;background-position:-3708px 0px; } .iti-flag.ni{ height:12px;background-position:-3730px 0px; } .iti-flag.nl{ height:14px;background-position:-3752px 0px; } .iti-flag.no{ height:15px;background-position:-3774px 0px; } .iti-flag.np{ height:15px;background-position:-3796px 0px; } .iti-flag.nr{ height:10px;background-position:-3811px 0px; } .iti-flag.nu{ height:10px;background-position:-3833px 0px; } .iti-flag.nz{ height:10px;background-position:-3855px 0px; } .iti-flag.om{ height:10px;background-position:-3877px 0px; } .iti-flag.pa{ height:14px;background-position:-3899px 0px; } .iti-flag.pe{ height:14px;background-position:-3921px 0px; } .iti-flag.pf{ height:14px;background-position:-3943px 0px; } .iti-flag.pg{ height:15px;background-position:-3965px 0px; } .iti-flag.ph{ height:10px;background-position:-3987px 0px; } .iti-flag.pk{ height:14px;background-position:-4009px 0px; } .iti-flag.pl{ height:13px;background-position:-4031px 0px; } .iti-flag.pm{ height:14px;background-position:-4053px 0px; } .iti-flag.pn{ height:10px;background-position:-4075px 0px; } .iti-flag.pr{ height:14px;background-position:-4097px 0px; } .iti-flag.ps{ height:10px;background-position:-4119px 0px; } .iti-flag.pt{ height:14px;background-position:-4141px 0px; } .iti-flag.pw{ height:13px;background-position:-4163px 0px; } .iti-flag.py{ height:11px;background-position:-4185px 0px; } .iti-flag.qa{ height:8px;background-position:-4207px 0px; } .iti-flag.re{ height:14px;background-position:-4229px 0px; } .iti-flag.ro{ height:14px;background-position:-4251px 0px; } .iti-flag.rs{ height:14px;background-position:-4273px 0px; } .iti-flag.ru{ height:14px;background-position:-4295px 0px; } .iti-flag.rw{ height:14px;background-position:-4317px 0px; } .iti-flag.sa{ height:14px;background-position:-4339px 0px; } .iti-flag.sb{ height:10px;background-position:-4361px 0px; } .iti-flag.sc{ height:10px;background-position:-4383px 0px; } .iti-flag.sd{ height:10px;background-position:-4405px 0px; } .iti-flag.se{ height:13px;background-position:-4427px 0px; } .iti-flag.sg{ height:14px;background-position:-4449px 0px; } .iti-flag.sh{ height:10px;background-position:-4471px 0px; } .iti-flag.si{ height:10px;background-position:-4493px 0px; } .iti-flag.sj{ height:15px;background-position:-4515px 0px; } .iti-flag.sk{ height:14px;background-position:-4537px 0px; } .iti-flag.sl{ height:14px;background-position:-4559px 0px; } .iti-flag.sm{ height:15px;background-position:-4581px 0px; } .iti-flag.sn{ height:14px;background-position:-4603px 0px; } .iti-flag.so{ height:14px;background-position:-4625px 0px; } .iti-flag.sr{ height:14px;background-position:-4647px 0px; } .iti-flag.ss{ height:10px;background-position:-4669px 0px; } .iti-flag.st{ height:10px;background-position:-4691px 0px; } .iti-flag.sv{ height:12px;background-position:-4713px 0px; } .iti-flag.sx{ height:14px;background-position:-4735px 0px; } .iti-flag.sy{ height:14px;background-position:-4757px 0px; } .iti-flag.sz{ height:14px;background-position:-4779px 0px; } .iti-flag.ta{ height:10px;background-position:-4801px 0px; } .iti-flag.tc{ height:10px;background-position:-4823px 0px; } .iti-flag.td{ height:14px;background-position:-4845px 0px; } .iti-flag.tf{ height:14px;background-position:-4867px 0px; } .iti-flag.tg{ height:13px;background-position:-4889px 0px; } .iti-flag.th{ height:14px;background-position:-4911px 0px; } .iti-flag.tj{ height:10px;background-position:-4933px 0px; } .iti-flag.tk{ height:10px;background-position:-4955px 0px; } .iti-flag.tl{ height:10px;background-position:-4977px 0px; } .iti-flag.tm{ height:14px;background-position:-4999px 0px; } .iti-flag.tn{ height:14px;background-position:-5021px 0px; } .iti-flag.to{ height:10px;background-position:-5043px 0px; } .iti-flag.tr{ height:14px;background-position:-5065px 0px; } .iti-flag.tt{ height:12px;background-position:-5087px 0px; } .iti-flag.tv{ height:10px;background-position:-5109px 0px; } .iti-flag.tw{ height:14px;background-position:-5131px 0px; } .iti-flag.tz{ height:14px;background-position:-5153px 0px; } .iti-flag.ua{ height:14px;background-position:-5175px 0px; } .iti-flag.ug{ height:14px;background-position:-5197px 0px; } .iti-flag.um{ height:11px;background-position:-5219px 0px; } .iti-flag.us{ height:11px;background-position:-5241px 0px; } .iti-flag.uy{ height:14px;background-position:-5263px 0px; } .iti-flag.uz{ height:10px;background-position:-5285px 0px; } .iti-flag.va{ height:15px;background-position:-5307px 0px; } .iti-flag.vc{ height:14px;background-position:-5324px 0px; } .iti-flag.ve{ height:14px;background-position:-5346px 0px; } .iti-flag.vg{ height:10px;background-position:-5368px 0px; } .iti-flag.vi{ height:14px;background-position:-5390px 0px; } .iti-flag.vn{ height:14px;background-position:-5412px 0px; } .iti-flag.vu{ height:12px;background-position:-5434px 0px; } .iti-flag.wf{ height:14px;background-position:-5456px 0px; } .iti-flag.ws{ height:10px;background-position:-5478px 0px; } .iti-flag.xk{ height:15px;background-position:-5500px 0px; } .iti-flag.ye{ height:14px;background-position:-5522px 0px; } .iti-flag.yt{ height:14px;background-position:-5544px 0px; } .iti-flag.za{ height:14px;background-position:-5566px 0px; } .iti-flag.zm{ height:14px;background-position:-5588px 0px; } .iti-flag.zw{ height:10px;background-position:-5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url("../img/flags@2x.png"); } }
.iti-flag.np {
  background-color: transparent; }
.intl-tel-input  {
    width: 100%;
}

 .invoice-summary {
     margin: 0 0 25px 0;
     padding: 15px;
     height: 500px;
     background-color: #f8f8f8;
     border: 4px dashed #efefef;
     border-radius: 10px;
 }
 .invoice-summary-table {
     margin: 25px 0 25px 0;
     max-height: 300px;
     overflow: auto;
 }
 .invoice-summary-table td {
     font-size: 0.8em;
 }
 .invoice-summary-table td.total-row {
     background-color: #efefef;
     font-weight: bold;
 }
 
 .alert-toast {
	width:100%;
	text-align:left;
    padding: 10px 20px;
    background-color:#fff;
    border-radius:2px;
    position:relative;
    box-shadow: 0 8px 16px 0px rgba(10, 14, 29, 0.04), 0px 8px 64px 0px rgba(10, 14, 29, 0.08);
}

.alert-toast:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
	border-top-left-radius:2px;
	border-bottom-left-radius: 2px;
}

 .alert-toast p {
	margin:0;
}


.alert-toast-close {
	position: absolute;
	right: 22px;
	top: 40%;
	width: 14px;
	cursor:pointer;
	height: 14px;
	fill:#878787;
	transform: translateY(-50%);
}

.alert-toast-primary:before { background-color: #7774e7; }

.alert-toast-success:before { background-color: #28a745; }

.alert-toast-info:before { background-color: #0c70de; }

.alert-toast-warning:before { background-color: #ffcc00; }

.alert-toast-danger:before, .alert-toast-error:before { background-color: #dc3545; }

.modal-dialog.modal-lg, .modal-dialog {
	position: relative !important;
	z-index: 9999 !important;
}
.modal-content .close {
	position: relative !important;
	z-index: 9999 !important;
}


.dropdown.show .dropdown-menu,
.dropdown.open .dropdown-menu{
  display: block;
}

.dropdown-menu.dropdown-menu-right{
  left: unset;
  right: 0;
}