body {
    background-color: #222d32 !important;
    font-family: Helvetica !important;
    color: #7a7676;
    line-height: 20px;
    overflow-x: hidden;
    font-size: 14px;
}

input, select, textarea {
    font-family: inherit;
    color: #767676;
}

a {
    /*color: #65CEA7;*/
    color: hsl(134, 100%, 31%);
}

a:focus, a:active, a:hover {
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #65CEA7;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}

a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    /*content: /!*"\e113"*!/ "\e151";*/
    content: "\e155";
}

a.desc:after {
    /*content: /!*"\e114"*!/ "\e152";*/
    content: "\e156";
}


.mtop10 {
    margin-top: 10px;
}

hr {
    border-color: #ddd;
}

.table{
    font-size: 12px;
}

.table-responsive {
    width: 100%;
}

.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    text-align: center;
    vertical-align: middle;
}
.table-ref-status {
    text-align: right;
    vertical-align: middle !important;
}

.table-ref-status .badge {
    border-top-right-radius: 0;
}

.empty{
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 20px;
    color: #999;
}

.no-wrap{
    white-space: nowrap;
}

.form-control:placeholder {
    font-style: italic;
    font-size: 12px !important;
    color: #dcdcdc !important;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > li.active > a, .pagination > li.active > a:hover, .pager li > a:hover, .pager li > a:focus {
    background-color: hsl(134, 100%, 31%);
    border-color: #1470b3;
    color: #fff;
}

.table thead > tr > th {
    color: hsl(134, 100%, 31%);
}

.ref-list{
    background-color: #eff0f4;
}
.ref-list .pagination {
    margin: 0 !important;
}
.ref-list .pagination > li > a, .pagination > li > span {
    background-color: #fff;
}

.ref-list .pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    background-color: #EFF2F7;
}

.ref-list .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > li.active > a, .pagination > li.active > a:hover, .pager li > a:hover, .pager li > a:focus {
    background-color: hsl(134, 100%, 31%);
}

.ref-list .table{
    background-color: #fff;
}

.ref-list .table tbody tr{
    cursor: pointer;
}

.ref-list .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    border: 1px dotted #ddd;
    border-bottom: 3px solid #f1f1f1;
}

.ref-list .table-bordered>thead>tr>td {
    border-left-width: 0;
    border-right-width: 0;
}

.ref-list .table-bordered>thead>tr>th {
    border-bottom-width: 0;
}

.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-bordered>thead {
    background-color: #fcfcfc;
}

/*-------------------------------
            LOGIN STYLES
-------------------------------*/

.login-body {
    background: hsl(134, 100%, 31%) url("../images/login-bg.jpg") no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.form-signin {
    max-width: 330px;
    margin: 100px auto;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-signin .form-signin-heading {
    margin: 0;
    padding: 25px 15px;
    text-align: center;
    color: #fff;
    position: relative;
}

.sign-title {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: -60px;
    left: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.form-signin .checkbox {
    margin-bottom: 14px;
    font-size: 13px;
}

.form-signin .checkbox {
    font-weight: normal;
    color: #fff;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
}

.form-signin .checkbox a, .form-signin .checkbox a:hover {
    color: #fff;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eaeaec;
    background: #eaeaec;
    box-shadow: none;
    font-size: 12px;
}

.form-signin .btn-login {
    background: #6bc5a4;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    margin: 20px 0 5px;
    padding: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 30px;
}

.form-signin .btn-login:hover {
    background: #688ac2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.form-signin p {
    text-align: left;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: normal;
}

.form-signin a, .form-signin a:hover {
    color: #6bc5a4;
}

.form-signin a:hover {
    text-decoration: underline;
}

.login-wrap {
    padding: 20px;
    position: relative;
}

.registration {
    color: #c7c7c7;
    text-align: center;
    margin-top: 15px;
}


.form-signin {
    border-radius: 15px;
}

.form-signin .form-signin-heading {
    padding: 35px 15px 15px;
}

.form-signin a, .form-signin a:hover {
    color: hsl(134, 100%, 31%);
}

.login-body {
    background: hsl(134, 100%, 31%) url(/static/imgs/login/aksioma-bgr.jpg) no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.btn-axioma {
    padding: 0.45rem 0.9rem;
    font-size: 1.05rem;
    line-height: 1.5rem;
    color: white;
    background-color: hsl(134, 100%, 31%);
    border-color: hsl(134, 100%, 31%);
    margin-bottom: 8px !important;
}