* {
      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: #DDD; 

  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  
  color: #4b5565;
-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
  font-size:14px;

  }


textarea { resize: none;overflow: auto; }

a, a:hover, a:focus { color: #4b5565;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%; }

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-justify { text-align: justify !important; }
.text-muted { color: #999999;font-weight: 300; }
.text-primary { color: #3498db; }
.text-underline, 
.text-underline:hover, 
.text-underline:focus{ text-decoration: underline; }


.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%; }

.col-xs-offset-12 { margin-left: 100%; }
.col-xs-offset-11 { margin-left: 91.66666667%; }
.col-xs-offset-10 { margin-left: 83.33333333%; }
.col-xs-offset-9 { margin-left: 75%; }
.col-xs-offset-8 { margin-left: 66.66666667%; }
.col-xs-offset-7 { margin-left: 58.33333333%; }
.col-xs-offset-6 { margin-left: 50%; }
.col-xs-offset-5 { margin-left: 41.66666667%; }
.col-xs-offset-4 { margin-left: 33.33333333%; }
.col-xs-offset-3 { margin-left: 25%; }
.col-xs-offset-2 { margin-left: 16.66666667%; }
.col-xs-offset-1 { margin-left: 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%; }
}
@media (min-width: 1200px) {
      [class*=col-lg] { float: left; }
      .col-lg-12 { width: 100%; }
      .col-lg-11 { width: 91.66666667%; }
      .col-lg-10 { width: 83.33333333%; }
      .col-lg-9 { width: 75%; }
      .col-lg-8 { width: 66.66666667%; }
      .col-lg-7 { width: 58.33333333%; }
      .col-lg-6 { width: 50%; }
      .col-lg-5 { width: 41.66666667%; }
      .col-lg-4 { width: 33.33333333%; }
      .col-lg-3 { width: 25%; }
      .col-lg-2 { width: 16.66666667%; }
      .col-lg-1 { width: 8.33333333%; }
}

.col-auto { margin:0 auto !important;float:none;max-width:1000px; }

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

.table > tbody > tr > td { 
      padding: 8px; 
      vertical-align: middle; 
      -webkit- transition: all .15s ease;
      -moz- transition: all .15s ease;
      -o-transition: all .15s ease;
      transition: all .15s ease;
}

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


.table > tbody > tr > td:last-child { text-align: right; }
.table > tbody > tr > td:last-child .btn-xs + .btn-xs{ margin-left:5px; }
.table > tbody > tr > td label + label{clear:both;display:block;margin-top:5px;width:100%;}


.table thead th, .table tfoot th {
      position: relative; 
      padding:15px 10px;
      background: #f5f6fc;
      color: #869fb1;
      font-weight: 600;
      font-size: 13px;
      white-space: nowrap;
      vertical-align: middle;
      text-overflow: ellipsis;
      text-align: left;
}



.form-control {
  display: block;
  padding:10px;
  font-size: 14px;
  color: #121926;
  background: #FFF;
  border:1px solid #cccccc;
  border-radius: 3px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  width: 100%;
}
.form-control:focus { border-color: #697586;  }
.form-control::-moz-placeholder { color: #697586; opacity: 1; }
.form-control:-ms-input-placeholder { color: #697586; }
.form-control::-webkit-input-placeholder { color: #697586; }

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

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

textarea.form-control { height: auto; }

.form-control[type=color] { height:50px;cursor: pointer;  }


.form-group { margin-bottom: 25px; }
.form-group > label { display: block; vertical-align: middle;color:#6c7293; font-size:14px;margin-bottom:7px;color: rgb(75, 85, 101); }




.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
      position: relative;
      display: inline-block;
      font-weight: normal;
      vertical-align: middle;
      touch-action: manipulation;
      cursor: pointer;
      background: none;
      border:none;
      outline: none;
      white-space: nowrap;
      padding:8px 16px;
      border-radius: 3px;
      -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: .3em .6em; font-size: 75%; font-weight: bold; line-height: 1; border-radius: .25em; }
.btn-sm { padding: 5px 10px;font-size: 13px; }

.btn[disabled] { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }

.btn-default, .btn-default:hover, .btn-default:focus { background: #131318;color:#FFF; }
.btn-primary, .btn-primary:hover, .btn-primary:focus  {  background:#086ad8;color: #FFFFFF; }
.btn-success, .btn-success:hover, .btn-success:focus  { background: #27ae60;color: #FFFFFF; }
.btn-info, .btn-info:hover, .btn-info:focus  { background: #31b0d5; color: #FFFFFF; }
.btn-warning, .btn-warning:hover, .btn-warning:focus  { background: #d58512;color: #FFFFFF; }
.btn-danger, .btn-danger:hover, .btn-danger:focus  { background: #c9302c;color:#FFFFFF; }


.btn-block { display: block;width: 100%;}
.btn-block + .btn-block { margin-top: 5px; }


.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;
}


.tab-content > .tab-pane { display: none; }
.tab-content > .active { display: block; }




[class*=label-] { display: inline-block;padding: .3em .6em;font-size: 75%;font-weight: bold;line-height: 1;color: #ffffff;vertical-align: baseline;border-radius: 3px; }
[class*=label-]:hover, [class*=label-]:focus{color:#FFFFFF; }
.label-default { background: #AAA; }
.label-primary { background: #3498db; }
.label-purple { background: #8e44ad; }
.label-primary { background: #3498db; }
.label-success { background: #27ae60; }
.label-info { background: #00afd1; }
.label-warning { background: #e67e22; }
.label-danger { background: #f6504d; }

.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: #27ae60; color: #FFF; }
.alert-info {  background: #d9edf7; color: #00afd1; }
.alert-warning { background: #fcf8e3; color: #ffc61d; }
.alert-danger { background: #f6504d; color: #FFF;}



.panel-default { display: block; position: relative;background: #ffffff;border-radius: 3px;}
.panel-body:not(table) {  position:relative;padding: 24px;}
.panel-heading { display: inline-flex;align-items: center;background: #ffffff; border-radius: 4px 4px 0px 0px;width:100%; padding: 20px 24px;border-bottom: 1px solid rgb(238, 242, 246);  }

.panel-title { margin-right: auto;font-weight: 500;font-size:18px;color:#121926; }
.panel-title > .far { margin-right:5px; }
.panel-actions { text-align:right;vertical-align: middle; }


.panel-footer { padding:24px;border-top:1px solid rgb(238, 242, 246); }

.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) {
  .modal-normal { width: 900px; }
  .modal-medium { width: 600px;  }
  .modal-small { width: 300px;  }
}
@media (min-width: 992px) {
  .modal-large { width:75%; }
}

.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav: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;
}



@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}



@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}



@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

}



@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}


@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
