@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("../fonts/Gilroy-Light"),
        url(https://fonts.cdnfonts.com/s/16219/Gilroy-Light.woff) format("woff");
}
@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("../fonts/Gilroy-Regular"),
        url(https://fonts.cdnfonts.com/s/16219/Gilroy-Regular.woff)
            format("woff");
}
@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("../fonts/Gilroy-Medium"),
        url(https://fonts.cdnfonts.com/s/16219/Gilroy-Medium.woff)
            format("woff");
}
@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("../fonts/Gilroy-Bold"),
        url(https://fonts.cdnfonts.com/s/16219/Gilroy-Bold.woff) format("woff");
}
@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("../fonts/Gilroy-Heavy"),
        url(https://fonts.cdnfonts.com/s/16219/Gilroy-Heavy.woff) format("woff");
}
* {
    -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: "Gilroy", sans-serif;color: #555555;font-size: 14px;  }

ul, ol, h1, h2, h3, h4, h5, h6 { margin:0;padding:0; }
iframe { border:none;outline: none;width:100%;max-width: 100%;}

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

a { background-color: transparent; color:#1a191a;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-family: inherit;font-weight: 500;line-height: 1.1;color: inherit; }

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


small { font-size: 85%; }

b, strong { font-weight: bold; }

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

p { padding:0px 0px 10px 0px;color: #8a8a8a;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; }

fieldset { padding:15px 30px;border:1px solid #e8e8e8;border-radius: 3px; }
fieldset legend { padding:10px 20px;font-size:13px;background:#F4F4F4;color:#7a7a7a;border-radius: 50px;font-weight: 500; }
fieldset legend .far { margin-right:5px; }
fieldset legend small { font-weight: normal; }
.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; }


.text-primary, .text-primary > label { color: #007bff !important; }
.text-secondary, .text-secondary > label { color: #6c757d !important; }
.text-success, .text-info > label { color: #28a745 !important; }
.text-info, .text-info > label{ color: #17a2b8 !important; }
.text-warning, .text-warning > label { color: #ffc107 !important; }
.text-danger, .text-danger > label { color: #dc3545 !important; }
.text-light, .text-light > label { color: #f8f9fa !important; }
.text-dark, .text-dark > label { color: #343a40 !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:1200px; }
}


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

.form-group > label:not(.checkbox) {  margin-bottom: 7px;color: #7a7a7a;font-weight: 500;font-size:13px;  }

.form-control, .input-group .addon {
    display: block;
    background: #F7F7F7;
    padding: 14px 18px;
    font-weight: 400;
    color: #707070;
    border: 1px solid #f1f1f1;
    font-size: 13px;
    color: #666;
    letter-spacing: .5px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    border-radius: 50px;
    width: 100%;
}

.form-control.outline { padding:12px 14px;background: #FFFFFF;border:1px solid #e5e5e5; }

.form-control:focus {  border-color: #CCCCCC; outline: 0; }
.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;  }
select.form-control { 
    background-image:url(../uploads/caret.png);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size:8px;
}

.input-group { position: relative;display:inline-flex;align-items:center;width:100%; }
.input-group > i[class*=fa-] { position: absolute;top:calc(50% - 7px);left:0px;width:40px;font-size:14px;text-align:center;color:#707070;z-index: 555; }

.input-group textarea.form-control + i[class*=fa-] { top:14px; }


.input-group:not(.last) .addon { border-top-right-radius: 0px;border-bottom-right-radius: 0px;width:auto;padding-right:0px; }
.input-group:not(.last) .form-control { border-top-left-radius: 0px;border-bottom-left-radius: 0px;width:100%;padding-left:20px; }
.input-group.last .form-control { border-top-right-radius: 0px;border-bottom-right-radius: 0px;width:auto; }
.input-group.last .addon { border-top-left-radius: 0px;border-bottom-left-radius: 0px;padding-left:0px;text-align: right; }



[class*=btn-] {
    display: inline-block;
    padding: 14px 16px;
    font-size: 13px;
    font-weight:500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    user-select: none;
    background-image: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border:none;color:#FFF; 
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}



.btn-default, .input-outline { background: #FFFFFF;border:1px solid #F3F3F3; color: #222222; }
.btn-primary { background:#1c0e4a; }
.btn-success {  background: #00a848; }
.btn-info {  background: #3af; }
.btn-warning {   background: #f7a61d; }
.btn-danger {  background: #d9534f; }

.btn-link { background:none;color: #222222; }


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

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

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

.collapse {  display: none; }
.collapse.in { display: block; }
tr.collapse.in { display: table-row; }
tbody.collapse.in { display: table-row-group; }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}


.dropdown, .dropup { position: relative; }

.dropdown-toggle:focus {  outline: 0 }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 13px;
    list-style: none;
    background: #FFF;
    margin-top: 10px;
    border: 0px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}


.dropdown-menu>li>a { display: block; padding: 10px 20px; font-weight: 400; color: #333; line-height: 1.42857143; white-space: nowrap; clear: both; }

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

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

@media (min-width:768px) {
    .navbar-right .dropdown-menu { right: 0;left: auto;  }
}



.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:10px;color: #869fb1;font-size:16px;border-bottom:1px solid #EEEEEE; }



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


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


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

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in { overflow-y: auto }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    
}




.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}





@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #FFF;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
   
}


@media (min-width:768px) {
    .navbar-nav>li { display: inline-block; }

    .navbar-left { float: left!important; }
    .navbar-right { float: right!important; }
}


.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #FFF
}



.breadcrumb { display: block;background:#F9F9F9;color: #869fb1;font-size: 13px;padding:10px 0px;margin-bottom:30px;text-align: center; }
.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; 
    color: #869fb1;
}

.breadcrumb > li > a { color: #869fb1; }


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

.pagination>li { display: inline-block; }
.pagination>li>a { display:block;background: #F5F5F5;padding: 5px 10px;font-size:12px;margin-left: -2px;color: #1a1f2b; }

.pagination>li:first-child>a { margin-left: 0;border-radius: 4px 0 0 4px; } 
.pagination>li:last-child>a { border-radius: 0 4px 4px 0; } 


.pagination>li>a:focus, .pagination>li>a:hover{ background: #EEEEEE; }

.pagination>li.active>a,
.pagination>li.active>a:focus,
.pagination>li.active>a:hover { background: #1a1f2b;color: #FFFFFF;cursor: default; }


.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-primary { background: #337ab7; }
.label-success { background: #5CB85C; }
.label-info { background: #5BC0DE; }
.label-warning { background: #f0ad4e; }
.label-danger { background: #d9534f; }
.label-purple { background: #722BB3; }


.badge {
    display: inline-block;
    padding: 4px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    margin:0px;
}



[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 #ebebeb;border-radius: 4px; }

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

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

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

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


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

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


@media (min-width: 768px) {
    .modal .normal { width: 650px; 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; }
}