* {
      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:rgb(247, 249, 251);
    font-family: "Be Vietnam Pro", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: rgb(43, 45, 59);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-size:14px;

    padding-left:300px;
    padding-top:100px;
    padding-right: 20px;
    padding-bottom:100px;

}




textarea { resize: none;overflow: auto; }

a, a:hover, a:focus { color: #
rgb(43, 45, 59);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%; }

input[type="color"] {
  -webkit-appearance: none;
  border: none;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type="color"]::-webkit-color-swatch {
  border: none;
}

*::placeholder {
  color: #888888 !important;
  opacity: 1; /* Firefox */
}

*::-ms-input-placeholder { /* Edge 12 -18 */
  color: #888888 !important;
}

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


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


.panel-auto { margin:0 auto !important;margin-bottom:30px !important;float:none;max-width:750px; }




.form-control { 

display: block;
width: 100%;
padding: .517rem .95rem;
font-size: .812rem;
font-weight: 400;
line-height: 1.5;
color: rgb(43, 45, 59);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #FFF;
background-clip: padding-box;
border:1px solid rgb(226, 231, 241);
border-radius: 6.4px;
-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;

 }

.form-control:focus{

  color: rgb(43, 45, 59);
background-color: #FFF;
border-color:rgb(30, 157, 175);
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;

} 


.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin:0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding:0
}

.form-control::-webkit-input-placeholder {
    color: #96a0b5;
    opacity:1
}

.form-control::-moz-placeholder {
    color: #96a0b5;
    opacity:1
}

.form-control:-ms-input-placeholder {
    color: #96a0b5;
    opacity:1
}

.form-control::-ms-input-placeholder {
    color: #96a0b5;
    opacity:1
}

.form-control::placeholder {
    color: #96a0b5;
    opacity:1
}

.form-control:disabled {
    background-color: #96a0b5;
    opacity:1;
    cursor: not-allowed;
}

.form-control.form-small { padding:5px !important; }


textarea.form-control { height: auto; }



.form-group { margin-bottom: 25px; }
.form-label {  display: block; color: rgb(101, 109, 154); font-size: 12.992px; font-weight: 600; line-height: 19.487999px; margin-bottom: 8px; vertical-align: middle; }



[class*=btn-]  {
  position: relative;
  display: inline-block;
  padding:8px 16px;
  font-size: 0.812rem;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  transition: all 0.15s ease-in-out;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

[class*=btn-]:hover {
  text-decoration: none;
}

[class*=btn-] [class*=fa-] { margin-right:5px; }
.btn-primary {
  color: #fff;
  background-color: #22c55e;
  border-color: #22c55e;
}
.btn-primary:hover {
  background-color: #20bb59;
  border-color: #1fb155;
}

.btn-success {
  color: #fff;
  background-color: #22c5ad;
  border-color: #22c5ad;
}
.btn-success:hover {
  background-color: #20bba4;
  border-color: #1fb19c;
}

.btn-danger {
  color: #fff;
  background-color: #ef4d56;
  border-color: #ef4d56;
}
.btn-danger:hover {
  background-color: #e34952;
  border-color: #d7454d;
}

.btn-secondary {
  color: #fff;
  background-color: #95a0c5;
  border-color: #95a0c5;
}
.btn-secondary:hover {
  background-color: #8e98bb;
  border-color: #8690b1;
}

.btn-info {
  color: #fff;
  background-color: #41cbd8;
  border-color: #41cbd8;
}
.btn-info:hover {
  background-color: #3ec1cd;
  border-color: #3bb7c2;
}

.btn-warning {
  color: #fff;
  background-color: #ff9f43;
  border-color: #ff9f43;
}
.btn-warning:hover {
  background-color: #f29740;
  border-color: #e68f3c;
}

.btn-light {
  color: #000;
  background-color: #f4f6f9;
  border-color: #f4f6f9;
}
.btn-light:hover {
  background-color: #e8eaed;
  border-color: #dcdde0;
}

.btn-dark {
  color: #fff;
  background-color: #2b2d3b;
  border-color: #2b2d3b;
}
.btn-dark:hover {
  background-color: #363845;
  border-color: #313341;
}

.btn-link {
  background: transparent;
  box-shadow: none;
  padding:0px;
  border: none;
  color: #1e9daf;
  font-weight: 400;
  text-decoration: none;
}
.btn-link:hover {
  color: #1e9daf;
  text-decoration: underline;
}
.btn-link:disabled {
  color: #1e9daf;
  pointer-events: none;
}


.btn-xs { padding: .3em .6em; font-size: 75%; font-weight: bold; line-height: 1; border-radius: .25em; }
.btn-sm { padding: 4px 8px;font-size: 13px; }

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




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




[class*=label-] { display: inline-block;padding: .3em .6em;font-size: 75%;font-weight: bold;color: #ffffff;vertical-align: middle;border-radius: 50px; }
[class*=label-]:hover, [class*=label-]:focus{color:#FFFFFF; }
.label-default { background: rgb(149, 160, 197); }
.label-dark { background: rgb(24, 24, 24); }
.label-primary { background: rgb(34, 197, 173); }
.label-success { background: rgb(34, 197, 94);  }
.label-info { background: rgb(65, 203, 216); }
.label-warning { background: rgb(255, 159, 67); }
.label-danger { background: rgb(239, 77, 86); }
.label-purple {background: #8e44ad;}

[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: 4px;box-shadow: 0 .75rem 1.5rem #12263f08 }
.panel-body{  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:16px;color:#121926; }
.panel-title > .far { margin-right:5px; }
.panel-actions { text-align:right;vertical-align: middle; }

.panel-footer { padding:12px 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,.7);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%; }
}


@media (max-width: 768px) {
    .modal,
    .modal-normal,
  .modal-medium,
  .modal-small,
  .modal-large { min-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;
}



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