﻿
/* DEFAULTS */

body {
    font-family: Roboto,sans-serif;
    font-weight: 300;
    line-height: 1.5;
    background-color: #f6f6f9;
    color: #2a2c2d;
    padding-top: 50px;
}
a {
    color: #0d4d78;
}

.mainBody {
    overflow-y: auto;
    height:800px;
}

.navbar-hxui {
    background-image: url(../images/nav-gradient.png);
    background-repeat: repeat-y;
    background-color: #0A4166;
    border-color: transparent;
}

.navbar-header{
    max-height:50px;

}

    .navbar-header > a {
        max-width: 50%;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        text-overflow: ellipsis;
    }

        .navbar-header > a.notLoggedIn{
            max-width:100%;
        }


        .navbar-hxui .navbar-brand {
            color: #fff;
        }

.navbar-hxui .icon{
    font-size: 19px;
}

.list-group-item > span {
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
}

.list-group-item > i {
    max-width: 30%;
}

    /* TYPOGRAPHY */
    h1, h2, h3, h4 {
        margin-top: 8px;
        margin-bottom: 24px;
    }
h1, h3, h4 {
    color: #0d4d78;
}

h1, h2, h4 {
    font-weight: 500;
}

h5 {
    font-weight: 200;
    color: #63605f;
    margin-bottom: 4px;
    margin-top: 17.6px;
}

h6 {
    text-transform: uppercase;
    color: #aeadad;
    font-weight: 600;
}

h1.hx-title{
    margin:0;
}


.ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap; 
}






.text-center {
    text-align: center;
}

/* HXUI ICONS */
.icon {
    font-size: 18px;
}

.icon.is-large{
    font-size:24px;
}


/* DIVIDERS */
.is-perforated,
hr.is-perforated {
    margin-top: 0;
    margin-bottom: 0;
    border-width: 0 0 0 0;
    border-bottom: 1px dashed #eae8e8;
}


.is-divided,
hr.is-divided {
    margin-top: 0;
    margin-bottom: 0;
    border-width: 0 0 0 0;
    border-top: 1px solid #eae8e8;
}



/* SPACING */
.mt-0 {
    margin-top: 0px !important;
}
.mt-1 {
    margin-top: 10px !important;
}
.mt-2 {
    margin-top: 20px !important;
}
.mt-3 {
    margin-top: 30px !important;
}
.mt-4 {
    margin-top: 40px !important;
}
.mt-5 {
    margin-top: 50px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}
.ml-0 {
    margin-left: 0px !important;
}

.ml-1 {
    margin-left: 10px !important;
}

.ml-2 {
    margin-left: 20px !important;
}

.ml-3 {
    margin-left: 30px !important;
}

.ml-4 {
    margin-left: 40px !important;
}

.ml-5 {
    margin-left: 50px !important;
}
.mr-0 {
    margin-right: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px !important;
}

.mr-3 {
    margin-right: 30px !important;
}

.mr-4 {
    margin-right: 40px !important;
}

.mr-5 {
    margin-right: 50px !important;
}
.ma-0 {
    margin: 0px !important;
}
.ma-1{
    margin: 10px !important;
}
.ma-2 {
    margin: 20px !important;
}
.ma-3 {
    margin: 30px !important;
}
.ma-4 {
    margin: 40px !important;
}
.ma-5 {
    margin: 50px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-1 {
    padding-top: 10px !important;
}

.pt-2 {
    padding-top: 20px !important;
}

.pt-3 {
    padding-top: 30px !important;
}

.pt-4 {
    padding-top: 40px !important;
}

.pt-5 {
    padding-top: 50px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-1 {
    padding-bottom: 10px !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.pb-3 {
    padding-bottom: 30px !important;
}

.pb-4 {
    padding-bottom: 40px !important;
}

.pb-5 {
    padding-bottom: 50px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-1 {
    padding-left: 10px !important;
}

.pl-2 {
    padding-left: 20px !important;
}

.pl-3 {
    padding-left: 30px !important;
}

.pl-4 {
    padding-left: 40px !important;
}

.pl-5 {
    padding-left: 50px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-1 {
    padding-right: 10px !important;
}

.pr-2 {
    padding-right: 20px !important;
}

.pr-3 {
    padding-right: 30px !important;
}

.pr-4 {
    padding-right: 40px !important;
}

.pr-5 {
    padding-right: 50px !important;
}

.pa-0 {
    padding: 0px !important;
}

.pa-1 {
    padding: 10px !important;
}

.pa-2 {
    padding: 20px !important;
}

.pa-3 {
    padding: 30px !important;
}

.pa-4 {
    padding: 40px !important;
}

.pa-5 {
    padding: 50px !important;
}



/* BUTTONS */

.btn {
    border-radius: 2px;
    padding: 6px 12px;
    background-color: #FFF;
    border-color: #c3c2c2;
    color: #2a2c2d;
}

.btn:hover {
    background-color: #FFF;
    border-color: #aeadad;
    color: #2a2c2d;
}

.btn:active {
    background-color: #FFF;
    border-color: #aeadad;
    color: #2a2c2d;
}

.btn-outline{
    background-color:transparent;
    border:1px solid #fff;
    color:#fff;
}

    .btn-outline:hover {
        color: #0d4d78;
    }

    .btn-outline:focus {
        color: #0d4d78;
    }

    .btn-outline:active {
        background-color: transparent;
    }

.btn.btn-primary {
    background-color: #41b987;
    border-color: transparent;
    color: #fff;
}

.btn-primary:hover {
    background-color: #34936b;
    border-color: transparent;
    color: #fff;
}

.btn-primary:active {
    background-color: #34936b;
    border-color: transparent;
    color: #fff;
}

.btn.btn-danger {
    background-color: #b81e4f;
    border-color: transparent;
    color: #fff;
}

.btn-danger:hover {
    background-color: #8c173c;
    border-color: transparent;
    color: #fff;
}

.btn-danger:active {
    background-color: #8c173c;
    border-color: transparent;
    color: #fff;
}

.backBtn{
position:relative;
padding-left: 27px;
}

.backBtn .icon {
    position: absolute;
    top:2px;
    left: 4px;
}

/* CARDS */
.card {
    background-color: #FFF;
    border: 1px solid #e8e5e5;
}

.card-content {
    padding: 20px;
}



/* FORMS */
label {
    color: #2a2c2d;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #63605f;
    background-color: #fff;
    background-image: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-control:focus {
    border-bottom: 2px solid #41b987;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}


.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
}

.input-group-addon {
    padding: 6px 12px 6px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #2a2c2d;
    text-align: center;
    background-color: #FFF;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.input-group-btn .btn {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    height: 34px;
}


/* TABS */
.nav-tabs {
    border-bottom: 1px solid #ccc;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  
}

.nav-tabs > li.disabled > a {
    pointer-events: none;
    color: #ccc !important;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #2a2c2d;
}

.nav-tabs > li > a:hover {
    background-color: #FFF;
    border: none;
    color: #41b987
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #41b987;
    cursor: default;
    background-color: #fff;
    border:none;
    border-bottom: 2px solid #41b987;
}

.nav-tabs.nav-justified > li{
    margin:0 20px !important;
}

.nav-tabs.nav-justified > li > a {
    border: none;
    border: 1px solid transparent;
    border-radius: 0;
}

    .nav-tabs.nav-justified > li > a:hover {
 
        border: 1px solid #41b987;
        border-radius: 0;
    }

    .nav-tabs.nav-justified > li.active > a,
    .nav-tabs.nav-justified > li.active > a:hover,
    .nav-tabs.nav-justified > li.active > a:focus {
        border: 1px solid #41b987;
        border-radius: 0;

    }

    /* LIST GROUP */
    .list-group {
    }

li.list-group-item {
    font-size:15px;
    border-radius: 0 !important;
}




/* TABLES */
table.table > thead > tr > th {
    text-transform: uppercase;
    vertical-align: bottom;
    font-weight:600;
}

table.table > tbody > tr > td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 0;
}



/* Fake flex */
.layoutTable {
   border:none;
   width:100%;
}

.layoutTable .chevron {
  
    width: 30px;
    text-align: right;
}
