* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*, html { margin: 0; padding: 0; outline:none; list-style: none; }

html {  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body { 
    font-family: "Rubik", sans-serif;
    color: #454850;
    background: #fff;
    transition: left .3s ease-in-out,right .3s ease-in-out;
    font-weight: 400;
    font-size:15px;
    font-optical-sizing: auto;
    color: #515151; 
}


ul, ol, h1, h2, h3, h4, h5, h6 { margin:0;padding:0; }
iframe {border:none;outline: none;margin-bottom:10px;}

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

a { background-color: transparent; color:#454850;text-decoration: none; }
a:hover, a:focus, a:active { outline:0;text-decoration: none;cursor: pointer; }


figure {  margin: 0; }
img { border: 0;border:none;vertical-align: middle; max-width:100%; }

h1, h2, h3, h4, h5, h6 {font-weight: 500;line-height: 1.1;color: #272B37; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {  font-weight: 400; line-height: 1; color: #777; }

h1 small, h2 small, h3 small { font-size: 65%; }
h4 small, h5 small, h6 small { font-size: 75%; }

[disabled] { cursor:not-allowed !important;opacity:.6; }
h1{
    font-size: 5rem;
}

h2{
    font-size: 2.5rem;
}

h3 {
    font-size: 1.625rem;
}

h4{
    font-size: 1.3125rem;
}

h5{
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}


small { font-size: 85%; }

b, strong { font-weight: bold; }

svg:not(:root) { overflow: hidden; }

p { color: #515151;font-size: 13px; line-height: 1.3; margin:0; }


button { overflow: visible; }

button, [type=button], [type=reset], [type=submit] { -webkit-appearance: button; cursor: pointer; }


button::-moz-focus-inner, input::-moz-focus-inner { padding: 0;border: 0;  }

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}


label { display: inline-block;max-width: 100%; }

input[type=file] { display: block;  }

select[multiple], select[size] { height: auto; }

textarea { overflow: auto;  }
optgroup { font-weight: 700; }
table { border-spacing: 0;border-collapse: collapse; }
td, th { padding: 0; }


.img-responsive, .thumbnail a>img, .thumbnail>img { display: block;max-width: 100%;height: auto; }


.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-justify { text-align: justify !important; }





.list-inline { display:inline-flex; align-items:center; }

.list-inline>li { padding-right:15px; }


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

@media (min-width:768px) {
    .container { width: 750px; }
}

@media (min-width:992px) {
    .container { width: 970px; }
}

@media (min-width:1200px) {
    .container { width:1320px; }
}


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

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

[class*=col-xs-] { 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%; }
   
    .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%; }

}

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

}

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

}



.table-responsive {  display: block;width: 100%; overflow-x: auto;-webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }


.table { width: 100%; max-width: 100%; border:none; background: none;  }

 

.table>thead>tr>th { background: #FBFBFB;font-weight: 500;text-align: left; }

.table>thead>tr>th, .table>tbody>tr>td { padding:10px 15px;font-size:13px;color:#232323; border-bottom: 1px solid #F5F5F5; }

.table>tbody>tr:last-child>td { border-bottom:0px; }

.table.grey>tbody>tr>td { background: #FBFBFB; }

.form-group { margin-bottom: 20px; }

.form-group > label{  margin-bottom: 7px;color: #063b60;font-weight: 500;font-size:13px; }

.form-group.required > label{ color:#b51d06;}


.form-control {
    display: block;
    width: 100%;
   padding:10px 15px;
    font-weight: 400;
    color: #454850;
    background-clip: padding-box;
    border: 1px solid #e6eaec;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus,
.form-control:hover{
    color: #272B37;
    background: #FFFFFF;
    border-color: #CFCFCF;
    outline: 0;
    box-shadow: 0 0 0 1px #cfcfcf;
}

.form-control.bordered { border:1px solid #F1F1F1; }
.form-control::-moz-placeholder { color: #707070; opacity: 1 }
.form-control:-ms-input-placeholder { color: #707070 }
.form-control::-webkit-input-placeholder { color: #707070;  }
.form-control[disabled], .form-control[readonly] { background-color: #eee;opacity: 1;  }
.form-control[disabled]{ cursor: not-allowed }

textarea.form-control { height: auto;  }


[class*=btn-] {
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-transform: capitalize;
    box-shadow: none;
    background: #019CA9;
    color: #fff;
    transition: all 0.2s ease-in-out;
   padding:10px 15px;
    border-radius: 50px;
    text-align: center;
}



.btn-default, .input-outline { background: #FFFFFF;border:1px solid #eeeeee; color: #1a191a; }
.btn-primary { background: #A67C54; }
.btn-secondary { background: #019CA9;color: #FFFFFF; }

.btn-success {  background: #2ecc71; }
.btn-info {  background: #3af; }
.btn-warning {   background: #f7a61d; }
.btn-danger {  background: #d9534f; }

.btn-link { background:none;color: #222222; }
.btn-outline { color: #272B37;background: transparent;border:1px solid  #272B37; }
.btn-outline:hover { color: #FFFF;background: #272B37; }

.btn-sm, .input-sm { padding: 10px 15px; font-size: 12px; }
.btn-xs, .input-xs { padding: 3px 6px; font-size: 11px;}

.btn-block { display: block;width: 100%; }

.btn-block+.btn-block { margin-top: 5px; }




.dropdown { position: relative; }

.dropdown-toggle:focus {  outline: 0 }

.dropdown-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    transform: translate(0, 10%) scale(0.8);
    z-index: 1;
    padding: 22px 20px;
    min-width: 160px;
    opacity: 0;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 5px 8px 28px rgb(39 43 55 / 15%);
    border-radius: 10px;
    transition: .2s;
    border-bottom: 10px solid #063b60;
    z-index: 100;
}


.dropdown-menu>li>a { display: block; padding: 5px 20px; font-weight: 400; color: #063b60; line-height: 1.42857143; }

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { color: #063b60;  text-decoration: none; }

.open>.dropdown-menu {  transform: translate(0, 0) scale(1); opacity: 1; visibility: visible; }




.nav { padding:0;margin:0; list-style: none; }
.nav>li {position: relative; display: block; }
.nav>li>a { position: relative; display: block; padding:5px 15px; }


.nav-tabs>li { position:relative;display: inline-block;  }
.nav-tabs>li>a {  display: block;padding-right:20px;font-size:18px;font-weight: 500; color:rgba(69,72,80,.5);}



.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover { color: #063b60; }


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





.breadcrumb { display: block;background:none;font-size: 13px;}
.breadcrumb > li { display: inline-block; }
.breadcrumb > li + li:before { 
    font-family: Font Awesome\ 5 Pro;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;  
    font-weight: 300;
    line-height: 1;
    content: "\f105"; 
    padding: 0 5px; 
}



.pagination { display: block; margin:25px 0px;text-align: center }

.pagination>li { display: inline-block; }
.pagination>li>a {  display: block; width: 25px; height: 25px; line-height: 25px; text-align: center; font-size: 15px; font-weight: 400; border-radius: 50%; transition: all 0.2s ease-in-out; }




.pagination>li.active>a,
.pagination>li.active>a:focus,
.pagination>li.active>a:hover {  z-index: 2;color: #fff;text-decoration: none;background-color: #019CA9;border-color: #E5E5E5; }



[class*=label-] { display: inline;padding: 5px; font-size: 75%; margin-bottom:0px;font-weight: 500; color: #FFFFFF; border-radius: .25em;text-align:center; }

.label-primary { background: #2943f8;color:#FFFFFF; }

.label-success { background: #a0f3c5;color:#0d964e; }

.label-info { background: #5BC0DE; }

.label-warning { background: #ffecb4;color:#d09c08; }

.label-danger { background: #ffb7ab;color:#b51d06; }

.label-purple { background: #722BB3; }




[class*=alert-] { display:block; padding: 15px 30px;border-radius:4px;text-align: center;font-weight: normal; }
.alert-success {  background: #72C868; color: rgb(255,255,255); }
.alert-info { background: #d9edf7;color: rgb(49, 112, 143);  }
.alert-warning { background: #fcf8e3;color: rgb(138, 109, 59); }
.alert-danger {  background: #FCE3E3;color: rgb(169, 68, 66); }



.panel-default { position:relative;background: #FFFFFF;border:1px solid #eeeeee;border-radius: 8px; }

.panel-heading {  display:flex;align-items:center;border-bottom:1px solid #eeeeee;padding:30px 20px; }
.panel-title { font-size: 15px; font-weight:bold; }

.panel-actions { margin-left:auto;text-align: right !important; }

.panel-body { padding: 20px;margin-bottom:0px !important; }
.panel-body + .panel-body { border-top:1px solid #eeeeee; }
.panel-footer { padding: 20px; border-top: 1px solid #eeeeee; }

.panel-footer .row { display: flex;align-items: center; }
.panel-footer .row > div:last-child { text-align: right; }

.modal .panel-default { border:none; }

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


.modal.active, .modal.in { display: flex !important; }

.modal .normal, .modal .medium, .modal .small{ padding:15px; }


@media (min-width: 768px) {
    .modal .normal { width: 600px; padding:15px; }
    .modal .medium { width: 450px; padding:15px;  }
    .modal .small { width: 300px; padding:15px;  }
}
@media (min-width: 992px) {
    .modal .large { width:1170px; }
}


.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    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: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}


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

.btn-group-vertical>.btn-group:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.panel-body:after,
.row:after {
    clear: both
}


.pull-right { float: right!important; }
.pull-left { float: left!important;  }
.hide { display: none!important; }
.show { display: block!important; }
.affix { position: fixed; }

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



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