* {
      margin:0px;
      padding:0px;
      list-style-type: none; 
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}
*:before, *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}

*:active, *:hover, *:focus { outline:0px !important; }


html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body { 

      background: #FFFFFF;
     font-family: 'Inter', sans-serif;
      -webkit-font-smoothing: antialiased;
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      -webkit-font-feature-settings: "kern" 1;
      -moz-font-feature-settings: "kern" 1;
      font-size: 14px;
      color: #5a5a5a;
}


textarea { resize: none;overflow: auto; }

a, a:hover, a:focus { cursor:pointer;text-decoration: none;  }




b, strong { font-weight: bold; }

img { border: 0;}
svg:not(:root) { overflow: hidden; }

button {  overflow: visible; }
button, input, optgroup, select, textarea {  color: inherit;  font: inherit; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {  -webkit-appearance: button;  cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="radio"][disabled], input[type="checkbox"][disabled]{ cursor: not-allowed; }

optgroup { font-weight: bold; }

input,button,select,textarea {  font-family: inherit;  font-size: inherit;  line-height: inherit; }


small { font-size: 85%; }

h1, h2, h3, h4, h5, h6 { font-weight:bold; color:#434343;margin-bottom:15px;}
p { font-size: 15px; color: #757575; font-weight: 300; }

.text-success { color: #27ae60; }
.text-info { color: #00afd1; }
.text-warning { color: #ffc61d; }
.text-danger { color: #f6504d; }


.thumbnail { display:block;padding: .25rem; background: #FFFFFF;border: 1px solid #dee2e6;border-radius: .25rem;text-align: center; }
.thumbnail img { width:100%;height:auto;max-width: 100%;cursor: pointer;vertical-align: middle; }
.thumbnail input {display: none;}
.thumbnail a { display: block;background: #f5f6fc;padding:5px; color: #25378b;text-align: center;width:100%; }

.container { margin-right: auto;margin-left: auto; padding-left: 15px; padding-right: 15px; }

@media (max-width: 992px) { .container { width: 100%; } }
@media (min-width: 992px) { .container { width: 95%; } }
@media (min-width: 1200px) { .container { width: 95%; } }

.row { margin-left: -15px;margin-right: -15px; }


[class*=col-] { position: relative;min-height: 1px;padding-left: 15px; padding-right: 15px; }

[class*=col-md] { float: left; }

.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }

@media (min-width: 768px) {
      [class*=col-sm] { float: left; }
      .col-sm-12 { width: 100%; }
      .col-sm-11 { width: 91.66666667%; }
      .col-sm-10 { width: 83.33333333%; }
      .col-sm-9 { width: 75%; }
      .col-sm-8 { width: 66.66666667%; }
      .col-sm-7 { width: 58.33333333%; }
      .col-sm-6 { width: 50%; }
      .col-sm-5 { width: 41.66666667%; }
      .col-sm-4 { width: 33.33333333%; }
      .col-sm-3 { width: 25%; } 
      .col-sm-2 { width: 16.66666667%; }
      .col-sm-1 { width: 8.33333333%; }
}
@media (min-width: 992px) {
      [class*=col-md] { float: left; } 
      .col-md-12 { width: 100%;  }
      .col-md-11 { width: 91.66666667%; }
      .col-md-10 { width: 83.33333333%; }
      .col-md-9 { width: 75%; }
      .col-md-8 { width: 66.66666667%; }
      .col-md-7 { width: 58.33333333%; }
      .col-md-6 { width: 50%; }
      .col-md-5 { width: 41.66666667%; }
      .col-md-4 { width: 33.33333333%; }
      .col-md-3 { width: 25%; }
      .col-md-2 { width: 16.66666667%; }
      .col-md-1 { width: 8.33333333%; }
}


.table { width: 100%;  max-width: 100%; border-spacing: 0;  }

.table > tbody > tr > td { 
      padding:12px 24px; 
      vertical-align: middle; 
      -webkit- transition: all .15s ease;
      -moz- transition: all .15s ease;
      -o-transition: all .15s ease;
      transition: all .15s ease;
}
.table > tbody > tr > td { border-bottom:1px solid #EEE; }


.table > tbody > tr > td:first-child { border-left:1px solid #EEE; }
.table > tbody > tr > td:last-child { border-right:1px solid #EEE; }

.table > thead > tr > th:first-child,
.table > tbody > tr > td:first-child { padding-left:24px; }

.table > tbody > tr:hover > td{  background:rgba(249, 250, 252, .5); }


.table > thead > tr:first-child > th:first-child { border-top-left-radius: 4px;}
.table > thead > tr:first-child > th:last-child { border-top-right-radius: 4px;}

.table > tbody > tr:last-child > td:first-child { border-bottom-left-radius: 4px;}
.table > tbody > tr:last-child > td:last-child { border-bottom-right-radius: 4px;}

.table thead th, .table tfoot th {
      position: relative; 
      padding:20px 24px;
      background: #282c34;
      color: #FFFFFF;
      border-left:1px solid #282c34;
      border-right:1px solid #282c34;
      font-weight: 600;
      font-size: 13px;
      white-space: nowrap;
      vertical-align: middle;
      text-overflow: ellipsis;
      text-align: left;
}

.form-control { display: block; padding: 12px 15px; font-size: 14px; background: #FFFFFF; border:1px solid #E5E5E5; border-radius: 4px; -webkit-transition: all 0.15s ease; transition: all 0.15s ease; width: 100%; }

.form-control:active { border-color: #66afe9;  }
.form-control:hover { border-color: #66afe9;  }
.form-control:focus { border-color: #66afe9;  }
.form-control::-moz-placeholder { color: #b7bac9; opacity: 1; }
.form-control:-ms-input-placeholder { color: #b7bac9; }
.form-control::-webkit-input-placeholder { color: #b7bac9; }

.form-control[disabled], .form-control[readonly] { background: #f7f7f7; opacity: 1; }

.form-control[disabled]{ cursor: not-allowed; }

textarea.form-control { height: auto; }


.form-group { margin-bottom: 30px; }
.form-group > label { display: block; vertical-align: middle;font-weight: 600;font-size:13px;margin-bottom:5px; }



.radio, .checkbox { 
      position: relative; 
      display: inline-flex !important;
      align-items: center;
      background:rgba(235, 237, 242, .4);
      margin:0 5px 0 0 !important;
      padding: 8px 10px;
      font-weight: normal !important;
      border-radius: 4px;
      cursor: pointer; 
}

.radio input, .checkbox input{ margin-right:5px; }


[class*="btn-"] {
      position: relative;
      display: inline-block;
      font-weight: normal;
      text-align: center;
      vertical-align: middle;
      touch-action: manipulation;
      cursor: pointer;
      background: none;
      font-size: 15px;
      border:1px solid;
      outline: none;
      white-space: nowrap;
      padding: 10px 16px;
      border-radius: 3px;
      line-height: 1;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease;
      overflow: hidden;
}

.btn-xs { padding: 2px 4px;font-size: 10px;}
.btn-sm { padding: 5px 10px;font-size: 13px; }

[disabled] { cursor: not-allowed; opacity: 0.65; }


.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}


.btn-default {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-default:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-default:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-default:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}


.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}



.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}


.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus{
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}



.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}



.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus{
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}





.collapse { display: none; }
.collapse.in { display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.dropup, .dropdown { position: relative; }

.dropdown-menu {
      position: absolute;
      top: 100%;
      left: calc(50% - 80px);
      z-index: 1000;
      display: none;
      float: left;
      min-width: 160px;  
      padding: .5rem 0;
      list-style: none;
      text-align: left;
      background: #FFF;
      box-shadow: 2px 0 20px 2px rgba(64,70,74,.25)!important;
      border-radius: 5px;color: #212529;
      background-clip: padding-box;
}


.dropdown.open .dropdown-menu { display: block; }

.dropdown-menu > li > a { display: block;padding: 5px 10px;color: #869fb1;white-space: nowrap; transition: all .5s ease; }
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a { background: #f5f6fc;color: #25378b; }


.dropdown-menu > li > a .far { width:25px;text-align: center; }

.dropdown-menu > li > a .badge { position:relative;top:-1px;background:#27ae60;margin:0px 5px;text-align: center; }

.dropdown-header { display: block;color:#f5f6fc;padding: .5rem 1.5rem;font-size: .875rem;color: #6c757d; white-space: nowrap; }


.nav > li { position: relative;display: block; }
.nav > li > a { position: relative; display: block; padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus { background: #ffffff; }
.nav > li.disabled > a { color: #e1e1e1; }
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  background: transparent;
  text-decoration: none;
  cursor: not-allowed;
  color: #e1e1e1;
}



[class*=label-] { display: inline;padding: .2em .6em;font-size: 75%;line-height: 1;color: #ffffff;vertical-align: baseline;border-radius: .25em; }
[class*=label-]:hover, [class*=label-]:focus{color:#FFFFFF; }
.label-default { background: #e1e1e1; }
.label-primary { background: #3498db; }
.label-purple { background: #8e44ad; }
.label-primary { background: #3498db; }
.label-success { background: #27ae60; }
.label-info { background: #00afd1; }
.label-warning { background: #ffc61d; }
.label-danger { background: #f6504d; }
.label-dark { background: #282c34; }

.badge {  display: inline-block; background: #e1e1e1;width:15px;height:15px;line-height:15px; font-size: 12px; color: #ffffff;  text-align: center; border-radius: 100%; }


[class*=alert-]{ display: block; padding: 15px; border-radius: 4px; border:none;text-align: center; }
.alert-success { background: #dff0d8; color: #27ae60; }
.alert-info {  background: #d9edf7; color: #00afd1; }
.alert-warning { background: #fcf8e3; color: #ffc61d; }
.alert-danger { background: #f2dede; color: #f6504d;}



.panel-default { display: block; position: relative;background: #ffffff;border-radius: 3px;-webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%); box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%); }
.panel-heading { display: inline-flex;align-items: center;border-bottom: 1px solid #F5F5F5;padding:20px 30px;font-weight: 700;border-radius: 4px 4px 0px 0px;width:100%; }

.panel-title { font-size:15px;margin-right: auto;}
.panel-title > .fa { width: 20px;margin-right:5px; }
.panel-actions { text-align:right;vertical-align: middle; }

.panel-body { padding:30px; }
.panel-body + .panel-heading { border-top:1px solid #F5F5F5; }

.panel-footer { border-top: 1px solid #F5F5F5; padding: 30px; border-radius:0 0 4px 4px;}

form.panel-default .panel-footer { position: fixed;bottom:0;left:250px;right:0;background: #FFF;border-top: 2px solid #EEEEEE;padding-left:45px; }


.modal { position: fixed;top: 0;right: 0; bottom: 0;left: 0;  display:flex;align-items: center;justify-content: center; background:rgba(0,0,0,.4);overflow-y: auto; z-index: 1050; }


@media (min-width: 768px) {
  .normal { width: 600px; }
  .medium { width: 450px;  }
  .small { width: 300px;  }
}
@media (min-width: 992px) {
  .large { width:75%; }
}

.container:before,
.container:after,
.row:before,
.row:after,
.panel-body:before,
.panel-body:after,
.panel-footer:before,
.panel-footer:after{
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after,
.nav:after,
.panel-body:after,
.panel-footer:after {
  clear: both;
}


.hide {
  display: none !important;
}
.show {
  display: block !important;
}

@-ms-viewport {
  width: device-width;
}

