* {
      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 {
  font-size:14px;
  -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:150px;
    padding-right: 20px;
    padding-bottom:100px;

}




textarea { resize: none;overflow: auto; }

a{ 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;
}

[disabled] { opacity:.5 !important;cursor:not-allowed;background:#EEE !important; }

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

*::-ms-input-placeholder { /* Edge 12 -18 */
  color: #303030 !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 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

[class*="col-"] {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.col-xs-1 { flex: 0 0 8.333%; max-width: 8.333%; }
.col-xs-2 { flex: 0 0 16.666%; max-width: 16.666%; }
.col-xs-3 { flex: 0 0 25%; max-width: 25%; }
.col-xs-4 { flex: 0 0 33.333%; max-width: 33.333%; }
.col-xs-5 { flex: 0 0 41.666%; max-width: 41.666%; }
.col-xs-6 { flex: 0 0 50%; max-width: 50%; }
.col-xs-7 { flex: 0 0 58.333%; max-width: 58.333%; }
.col-xs-8 { flex: 0 0 66.666%; max-width: 66.666%; }
.col-xs-9 { flex: 0 0 75%; max-width: 75%; }
.col-xs-10 { flex: 0 0 83.333%; max-width: 83.333%; }
.col-xs-11 { flex: 0 0 91.666%; max-width: 91.666%; }
.col-xs-12 { flex: 0 0 100%; max-width: 100%; }



@media (min-width: 992px) {
  .col-md-1 { flex: 0 0 8.333%; max-width: 8.333%; }
  .col-md-2 { flex: 0 0 16.666%; max-width: 16.666%; }
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-md-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-md-8 { flex: 0 0 66.666%; max-width: 66.666%; }
  .col-md-9 { flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { flex: 0 0 83.333%; max-width: 83.333%; }
  .col-md-11 { flex: 0 0 91.666%; max-width: 91.666%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
  .hide-on-desktop { display:none !important; }
}



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




.form-control { 

    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    font-weight: 400;
    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: 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:10px 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #212529;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  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: rgb(6, 82, 221);
}


.btn-success {

  color: #fff;
  background-color: #22c55e;

  
}

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

.btn-secondary {
  color: #fff;
  background-color: #95a0c5;
}
.btn-info {
  color: #fff;
  background-color: #41cbd8;
}

.btn-warning {
  color: #fff;
  background-color: #ff9f43;
}
.btn-light {
  color: #000;
  background-color: #f4f6f9;
}
.btn-dark {
  color: #fff;
  background-color: #2b2d3b;
}

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


.btn-xs { padding: .3em .6em; font-size: 75%; font-weight: bold;  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: 4px;white-space:nowrap; }
[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: rgb(142, 68, 173); }


[class*=alert-]{ display: block; padding: 15px; border-radius: 4px; border:none;text-align: center; }
.alert-default { background: #FFF; 
    border: 1px solid rgb(226, 231, 241); }
.alert-primary { background: #1e9daf; color: #FFF; }
.alert-success { background: #dff0d8; color: #27ae60; }
.alert-info {  background: #d9edf7; color: #00afd1; }
.alert-warning { background: #ff9f43; color: #FFF; }
.alert-danger { background: #f2dede; color: #f6504d;}
.alert-purple { background: #9b59b6; color: #FFF;}



.panel-default { display: block; position: relative;background: #ffffff;border-radius: 4px;box-shadow: 0 .75rem 1.5rem #12263f08; border: 1px solid rgb(226, 231, 241); }
.panel-body{  position:relative;padding: 30px;}
.panel-heading { display: inline-flex;align-items: center;background: #ffffff; border-radius: 4px 4px 0px 0px;width:100%; padding: 30px;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:30px;border-top:1px solid rgb(238, 242, 246); }

.panel-list { padding:30px; }
.panel-list .item { display:flex;align-items:center;justify-content:flex-start; }
.panel-list .item + .item { margin-top:15px; }
.panel-list .item .right { margin-left:auto; }





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

@media only screen and (min-width: 1024px) {
  .modal-normal { width: 900px; }
  .modal-medium { width: 600px;  }
  .modal-small { width: 300px;  }
}



@media only screen and (max-width: 1024px) {
   
  .modal-medium,
  .modal-small,
  .modal-large { min-width:90%;max-width:90%; }

}


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


.hide {
  display: none !important;
}



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