* {
      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: #f9f9fc;font-family: 'Source Sans Pro', sans-serif; color: rgba(97,97,97,.87);font-size: 14px; }


textarea { resize: none;overflow: auto; }

a, a:hover, a:focus { color: #869fb1;cursor:pointer;text-decoration: none;  }


b, strong { font-weight: bold; }

img { border: 0; vertical-align: middle; }
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 (min-width:768px) {
    .container {
        width: 95%
    }
}



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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  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-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.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%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    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%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    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%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    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-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
} { width: 8.33333333%; }
}

.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:hover > td{  background:rgba(249, 250, 252, .5); }

.table > tbody > tr > td:last-child { text-align: right; }
.table > tbody > tr > td:last-child .btn + .btn{ margin-left:5px; }


.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-group { margin-bottom: 20px; }
.form-group > label{display:block;font-size:12px;font-weight: bold;color:#6c7293; margin-bottom:5px;text-transform: uppercase;}


.form-control {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    height: 45px;
    color: #6c7293;
    background: #ffffff;
    border: solid 1px #ececec;
    border-radius: 4px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    width: 100%;
}
.form-control:focus { border-color: #919aa3;  }
.form-control::-moz-placeholder { color: #919aa3; opacity: 1; }
.form-control:-ms-input-placeholder { color: #919aa3; }
.form-control::-webkit-input-placeholder { color: #919aa3; }


.form-control.required{border-color:#e74c3c;}

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


.checkbox , .radio{ position:relative;display:inline-flex;align-items: center;font-weight: normal !important;margin-bottom:0px !important;cursor: pointer; width:100%; }


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

.checkbox.inline, .radio.inline { width: auto;margin-right:10px; }

.input-group { border-radius: 2px;overflow: hidden; }
.input-group * { margin:0 !important;border-radius: 0px; }

[class*="btn-"] {
      position: relative;
      display: inline-block;
      font-weight: normal;
      text-align: center;
      vertical-align: middle;
      touch-action: manipulation;
      cursor: pointer;
      background: none;
      border:none;
      outline: none;
      white-space: nowrap;
      color: #FFFFFF;
      line-height: 1;
      font-weight: 700;
      border-radius: 2px;
      padding: 10px;
      -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;
      text-transform: uppercase;
}

.btn-xs { padding: 1px 4px;font-size: 12px;}
.btn-sm {  padding: 7px;font-size: 12px; }

.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: #F9F9F9;color: #222222; }
.btn-primary, .btn-primary:hover, .btn-primary:focus  {  background:#25378b;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-secondary{background:#1d3661;color:#FFFFFF;}
.btn-secondary:hover, .btn-secondary:focus{background:#1d3661;color:#FFFFFF;}


.btn-warning {
  color: #fff;
  background-color: #eb6f33;
  border-color: #eb6f33;
}
.btn-warning:hover {
  color: #fff;
  background-color: #e06b32;
  border-color:#e06b32;
}
.btn-warning:focus {
  box-shadow:0 0 0 1px rgb(236, 131, 27);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #eb6f33;
  border-color: #eb6f33;
}

.btn-danger, .btn-danger:hover, .btn-danger:focus  { background: #c9302c;border-color:#c9302c;color:#FFFFFF; }


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

.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-header {
      display: block;
      background: #fafbfc;
      padding: .5rem 1.5rem;
      font-size: 12px;
      line-height: 1.42857143;
      text-transform: uppercase;
      font-weight: 700;
      color: #6c757d;
      letter-spacing: .5px;
      margin-bottom: 0px;
      white-space: nowrap;
}




.dropdown-menu .seperator, .dropdown-menu .divider{padding-bottom:5px;margin-bottom:5px;border-bottom: 1px solid #e9ecef;}
.dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0px;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 180px;  
      padding: .5rem 0;
      list-style: none;
      text-align: left;
      background: #FFF;
      box-shadow: 0 2px 5px rgba(0,0,0,.1), 0 0 56px rgba(0,0,0,.075) !important;
      border-radius: 2px;border:1px solid #c3c4c7;color: #c3c4c7;
      background-clip: padding-box;
      margin-top:15px;
}

.dropdown-menu:before{
  content: '';
    position: absolute;top: -7px;left: 14px;
    width: 14px;height: 14px;
    border: 1px solid transparent;
    border-top-color: #c3c4c7;
    border-left-color: #c3c4c7;
    transform: rotate(45deg);
    background-color: #fff;
    z-index: 901;
}

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



.dropdown-menu.dropdown-right { left:auto;right:-15px; }
.dropdown-menu.dropdown-right:before{ left:auto;right: 30px; }

.dropdown-menu li > a { display: block;padding: .5rem 1.5rem;white-space: nowrap;font-size:13px;color:#666666; }
.dropdown-menu li > a:hover { color: #333333; }

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

.bootstrap-select .dropdown-menu { left:0;padding:0; }
.bootstrap-select .dropdown-menu:before {display: none;}
.bs-actionsbox, .bs-donebutton, .bs-searchbox{padding:0px !important;}
.bs-searchbox .form-control{border:0px;border-bottom:1px solid #c3c4c7;border-radius: 0px;}
.bootstrap-select .dropdown-menu li a{padding:5px 16px !important;}
.bootstrap-select .dropdown-menu.inner{padding:10px 0px !important;}



.dropdown-toggle{display: inline-block;}
.dropdown-toggle .fa-ellipsis-h{
    display:block;width:24px;height: 24px;line-height: 24px;font-size:18px;
    transition: transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;text-align: center;
}

.open .dropdown-toggle .fa-ellipsis-h{ transform: rotate(90deg);   }



.input-group { position: relative; display:inline-flex;align-items: center; width:100%; }
.input-group[class*="col-"] { float: none;padding-left: 0;padding-right: 0;}



.input-group-addon {
  padding: 1em 0 1em 1.5rem ;
  font-size: 14px;
  font-weight: 400;
  color: #6c7293;
  background: rgba(235, 237, 242, 0.4);
  background-clip: padding-box;
  border: 0px;
  border-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.input-group-addon + .form-control { border-top-left-radius: 0px;border-bottom-left-radius: 0px; }
.input-group-addon .far.datepicker {cursor: pointer;}

.input-group-btn { display: flex;align-items: center; }
.input-group-btn .btn { display:block;border-radius:0px;  }
.input-group-btn .btn:last-child { border-top-right-radius: 4px;border-bottom-right-radius: 4px; }


.nav > li { position: relative;display: block; }
.nav > li > a { position: relative; display: block; padding: 10px 15px; }
.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;
}

.nav-tabs { border-bottom: 1px solid #dddddd; }
.nav-tabs > li { float: left; margin-bottom: -1px; }
.nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143;  border-radius: 4px 4px 0 0; }
.nav-tabs > li > a:hover { background:rgba(245, 246, 252, .5); }
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus { background: #ffffff; color: #d1d2d3; cursor: default; }



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


@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  
}

.navbar-header { display: flex;align-items: center; }
.navbar-brand { float: left; padding: 20px 20px 20px 0px; }
.navbar-toggle { display: block;margin-left:auto;font-size:1.2em; }

@media (min-width: 768px) {
  .navbar-header { display: none; }
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .navbar-left { float: left !important; }
  .navbar-right { float: right !important; }

}
.navbar-default {
  position: relative;display: flex;align-items: center;
  background: #ffffff;border:0;border-radius: 0;
  box-shadow: 0 19px 34px -15px #d2d2f2;margin-bottom:30px;
  -webkit-box-shadow: 0 19px 34px -15px #d2d2f2;
  -moz-box-shadow: 0 19px 34px -15px #d2d2f2;
}


.navbar-default .navbar-nav { padding:15px 0px;width:100%; }
.navbar-default .navbar-nav > li { padding:0px 2px 0 0; }
.navbar-default .navbar-nav > li.last { float:right; }

.navbar-default .navbar-nav > li > a { display: block;padding: 5px 10px;color: #869fb1;border-radius: 4px; font-size: 15px; transition: all .5s ease; }

.navbar-default .navbar-nav > li > a .far { font-size:13px;margin-right:5px; }
.navbar-default .navbar-nav > li  a .badge { position:relative;top:-1px;background:#27ae60;}
.navbar-default .navbar-nav > li > a .fa-caret-down { margin-left:5px; }







.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus ,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {  background: #f5f6fc; color: #25378b; }



[class*=label-] { display: inline;padding: .2em .6em;font-size: 75%;font-weight: bold;line-height: 1;color: #ffffff;vertical-align: baseline;border-radius: .25em; }
.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: #2c3e50; }

.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:1px solid #EEEEEE; }
.panel-body:not(table) { padding:40px 30px; }

.panel-heading { display: inline-flex;align-items: center;background: #ffffff; padding:30px;color:#444;border-bottom: 1px solid #EEEEEE;width:100%; }

.panel-title { font-size:18px;margin-right: auto;font-weight: 700;text-transform: uppercase; }
.panel-title > .far { margin-right:5px; }
.panel-actions { text-align:right; }
.panel-actions .fa-plus { color:#2ecc71; }

.panel-footer {  background: #FFFFFF;padding: 30px;border-top: 1px solid #EEEEEE; text-align: right;}
.panel-footer .row { display: inline-flex;align-items: center;margin:0px;width:100%;}
.panel-footer  [class*="col"] { margin:0px;padding:0px; }
.panel-footer .col-md-6:first-child { text-align: left; }




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


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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #222222;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222222;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222222;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222222;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #222222;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #222222;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222222;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222222;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222222;
}

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

.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-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;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}



@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}



@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}



@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !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;
  }
}