/*@import url('https://fonts.googleapis.com/css?family=Montserrat');*/

/*
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat.eot');
    src: url('../fonts/Montserrat.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat.woff2') format('woff2'), url('../fonts/Montserrat.woff') format('woff'), url('../fonts/Montserrat.ttf') format('truetype'), url('../fonts/Montserrat.svg#svgFontName') format('svg');
}
*/

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v7/zhcz-_WihjSQC0oHJ9TCYL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}

* {
    color: #333;
    font-size: 13px;
    /*font-family: "Source Sans Pro", Montserrat;*/
    font-family: "Montserrat", "Source Sans Pro";
    font-weight: normal;
}

input, select, textarea {
    color: #333 !important;
    font-family: Montserrat, "Source Sans Pro" !important;
    font-weight: normal !important;
    border-color: #ccc !important;
}

a[href], a[ng-ref], a[ui-sref], a[ng-click] {
    cursor: pointer;
}

a:focus, a:hover{
    /*color: #ed1c78;*/
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit !important;
}

a[href], *[data-toggle] {
    cursor: pointer;
}

.inner_border{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.color-fff{
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

.text-bold,
.font-bold {
    font-weight: bold !important;
}

.text-decoration-none{
    text-decoration: none !important;
}

.text-right {
    text-align: right;
}

.display-block,
.block-display {
    display: block;
}

.text-orange ,
.text-nates {
    color: #ff6000 !important;
}

.text-fff {
    color: #fff;
}

.btn-transparent-black {
    color: #333 !important;
    background: transparent !important;
    border: 1px solid #333 !important;
}

.btn-white{
    background: #fff !important;
}

.btn-white,
.btn-white *{
    color: #000;
}

.btn-success,
.btn-success *,
.btn-warning,
.btn-warning *,
.btn-danger,
.btn-danger *,
.btn-primary,
.btn-primary * {
    color: #fff;
}

.btn-pink *{
    color: #fff !important;
}

.bg_color_fb{
    color: #3d5a97;
    background: #3d5a97;
}

.bg_color_twitter{
    color: #3ec6f3;
    background: #3ec6f3;
}

.bg_color_linkedin{
    color: #007bb6;
    background: #007bb6;
}

.bg_color_whatsapp{
    color: #29a628;
    background: #29a628;
}

.bg_color_instagram{
    color: #b69267;
    background: #b69267;
}

.bg_color_bbm{
    color: #4586b9;
    background: #4586b9;
}

.bg_color_googleplus{
    color: #d21a1a;
    background: #d21a1a;
}

.bg_color_youtube{
    color: #ff3132;
    background: #ff3132;
}

.bg_color_snapchat{
    color: #ecea38;
    background: #ecea38;
}

.bg_color_skype{
    color: #00aff0;
    background: #00aff0;
}

.bg_color_pinterest{
    color: #bd081c;
    background: #bd081c;
}

.bg_color_stumbleupon{
    color: #f74425;
    background: #f74425;
}

.nowrap{
    white-space: nowrap;
}

.text-color-fade{
    color: #aaa;
}

.text-center{
    text-align: center;
}

.underline{
    text-decoration: underline;
}

.toast{
    box-shadow: none;
    display: block;
}

.toast .toast-title{
    color: #fff;
}

.toast .toast-message{
    color: #fff;
}

.has-error input{
    border: 1px solid #f00 !important;
}

.help-block {
    color: red !important;
    font-size: 12px !important;
    font-weight: bold;
}

.swal-button {
    /*background-color: #ed1c78;*/
}

form .alert {
    font-size: 12px !important;
    font-weight: bold;
    padding: 5px 10px;
}

form .alert ul,
form .alert ul li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

form .alert,
form .alert *{
    line-height: 20px !important;
}

.fade.in {
    opacity: 1.0;
    filter: opacity(100);
}

.round-response {
    width: 100px;
    height: 100px;
    line-height: 120px;
    text-align: center;
    margin: 0px auto 20px;
    border-radius: 50%;
    background: #eee;
}

.round-response i,
.round-response span {
    color: #333;
    font-size: 50px;
    line-height: 100px;
}

.round-response.round-response-success{
    background: #0c0;
}

.round-response.round-response-error{
    background: #f66;
}

.round-response.round-response-success i,
.round-response.round-response-success span,
.round-response.round-response-error i,
.round-response.round-response-error span{
    color: #fff;
}

.text-size-small{
    font-size: 12px !important;
    line-height: 25px;
}

.text-underline{
    text-decoration: underline
}

a.text-underline-hover:hover{
    text-decoration: underline
}

.form-control-small {
    height: 27px;
    padding: 2px 5px !important;
}

.slow-speed{
    transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

.response_msg{
    max-width: 1250px;
    margin: auto;
    overflow: hidden;
}

.response_msg > div{
    color: #fff;
    margin: 0px;
    padding: 5px 10px;
    background: #888;
    text-align: center;
}

.response_msg_n{
    background: #f66 !important;
}

.response_msg_y{
    /*background: #4d90fe !important;*/
    background: #1bca15 !important;
}

.response_msg > div > a{
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.dp{
    max-width: 100%;
    max-height: 100%;
}

.dp-container {
    text-align: center;
    vertical-align: middle;
}

.dp-cover{
    width: inherit;
    height: inherit;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.dp-contain{
    max-width: 100%;
    max-height: 100%;
}

.dp-force{
    width: 100%;
    height: 100%;
}

.dp-tall{
    width: 100%;
    height: 100%;
    width: auto;
}

.dp-wide{
    width: 100%;
    height: 100%;
    height: auto;
}

.floated-content:after{
    display: block;
    content: "";
    clear: both;
}

.ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.margin-center {
    margin: auto;
}

.empty {
    width: 100% !important;
    height: 100% !important;
    min-height: 100px;
    text-align: center;
    padding: 50px 0px !important;
    margin: 0px !important;
    font-style: italic;
    color: #bbb;
    /*background: #eee;*/
    border: none !important;
}

label,
.label{
    color: #333;
    font-size: inherit !important;
    font-weight: normal;
    /*font-weight: bold;*/
}

label.label,
a.label,
button.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}

.form-group label.label,
label.label + input{
    color: #333;
}

.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.label-1 {
    background-color: #f0ad4e;
}

.label-2 {
    background-color: #5bc0de;
}

.label-3 {
    background-color: #286090;
}

.label-4 {
    background-color: #5cb85c;
}

.label-5 {
    background-color: #449d44;
}


.label-6 {
    background-color: #5cb85c;
}

.page-alert {
    margin: 50px auto;
    padding: 0px 20px;
    text-align: center;
    clear: both;
    overflow: hidden;
}

.page-alert > i:nth-child(1),
.page-alert > span:nth-child(1){
    color: #888;
    font-size: 5em;
    text-align: center;
    display: block;
    overflow: hidden;
}

.page-alert > div:nth-child(2){
    text-align: center;
    color: #888;
    font-size: 25px;
    font-weight: 700;
    margin: 10px auto;
    overflow: hidden;
}

.page-alert > div:nth-child(3){
    /*margin: 0px auto 10px;*/
    color: #888;
    text-align: center;
}

.page-alert a {
    margin: 10px 5px 0px;
}

.page-alert > div a:not(.btn){
    text-decoration: underline;
}

.page-alert > div a:hover{
    /*color: #ed1c78;*/
}

#jsc{
    width: 100%;
    height: 30px;
    box-shadow: 0px 1px 30px 1px #000;
    position: relative;
    overflow: hidden;
}

#jsc > div:first-child{
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: fixed;
    z-index: 41;
    top: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    background: rgba(219,68,55,0.9);
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#jsc > div:nth-child(2){
    width: 100%;
    height: 30px;
    position: relative;
    z-index: 40;
}

.bg_fade{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 49;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,0.8);
    display: none;
}




.card-body .table-responsive,
.panel-body .table-responsive{
    /*overflow-x: visible !important;*/
}

table .dropdown-menu {
    z-index: 1040;
    padding: 0px !important;
    top: 0px !important;
    /*right: -300px !important;*/
    left: -70px !important;

    /*top: 0px !important;*/
    /*right: 0px !important;*/
    /*left: auto !important;*/
    /*transform: none !important;*/
}

.dropdown-menu {
    padding: 0px !important;
    box-shadow: 0px 5px 20px 1px rgba(0,0,0,0.2);
}

.dropdown-menu li{
    padding: 0px !important;
}

.dropdown-menu li a{
    /*padding: 2px 10px !important;*/
    display: block;
    color: #333;
    text-decoration: none;
    padding: 5px 10px !important;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.dropdown-menu li a:hover{
    background: #ddd !important;
}

.dropdown-menu li a,
.dropdown-menu li a *{
    font-size: 13px !important;
    /*font-weight: 700 !important;*/
}










.sidebar a {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.sidebar a,
.sidebar a *{
    color: #fff;
    font-weight: normal;
}

.sidebar .menu-title,
.sidebar a.nav-link {
    font-size: 14px !important;
}

.sidebar .nav-item{
    position: relative;
}

.sidebar .mdi-chevron-down{
    /*float: right !important;*/
    position: absolute;
    margin-top: 2px;
    right: 10px;
}

.card {
    padding: 10px !important;
}
.panel-heading {
    margin-bottom: 10px;
    border-bottom: 1px solid #f00;
    padding-bottom: 10px;
}
.js-wizard-validation{
    padding-bottom: 20px;
}
.table th, .jsgrid .jsgrid-table th, .table td, .jsgrid .jsgrid-table td {
    padding: 10px 20px !important; 
}

.nav-tabs {
    margin: auto !important;
    /*background: #f00;*/
    /*display: inline-block !important;*/
    border-bottom: 1px solid #f00;
}

.nav-tabs .nav-item{
    border-bottom: 4px solid transparent;
}

.nav-tabs .nav-item.active{
    border-bottom-color: #f00;
}

.navbar-toggler span{
    font-size: 25px;
}







.allcp-form .mw600 {
    width: 120px;
    height: 120px;
    margin: -100px auto 30px;
    background: #fff;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0px 10px 30px 5px rgba(0,0,0,0.2);
    border: 5px solid #fff;
    overflow: hidden;
}

.allcp-form .mw600 img{
    max-width: 100%;
    max-height: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}
.fade.in {
    opacity: 1.0;
    filter: opacity(100);
}
.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}
.tab-solid-danger .nav-link.active {
    background: #F1635F;
}

.content-wrapper{
    background: #ddd !important;
}

.card,
.card .card-body,
.panel,
.panel .panel-body {
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
}

/*.card .card-body > form,*/
/*.card .card-body > .row{*/
.card .card-body,
.panel .panel-body{
    padding: 30px 20px !important;
    display: block;
    /*background: #fff;*/
}

.panel-heading {
    padding: 10px 20px !important;
    color: #fff;
    background: #0a003a;
    border-bottom: none;
    /*box-shadow: 0px 5px 20px 4px rgba(0,0,0,0.2);*/
}

.panel-title{
    margin-top: 3px !important;
    display: inline-block;
}

.panel-title,
.panel-title *{
    color: #fff;
}

.grid-img-left{
    height: 100px;
    margin: 20px 0px 0px;
    display: block;
    /*background: #f00;*/
    border: 2px solid #eee;
    overflow: hidden;
}

.grid-img-left > div:first-child{
    width: 70px;
    height: 70px;
    margin: 15px;
    text-align: center;
    float: left;
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
}

.grid-img-left > div:first-child i{
    font-size: 40px;
    line-height: 70px;
}

.grid-img-left > div:nth-child(2) {
    margin-top: 40px;
    overflow: hidden;
}

.payment-options {
    width: auto;
    height: 100px;
    padding: 30px 50px;
    float: left;
    text-align: center;
    margin: 20px 20px 0px 0px;
    display: inline-block;
    /*background: #f00;*/
    border: 2px solid #eee;
    overflow: hidden;
}

.payment-options:hover {
    border-color: #000;
}

.navbar-menu-wrapper,
.navbar-brand-wrapper {
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}

.navbar-brand {
    /*background: #ff0000;*/
    margin-top: 5px;
}

.navbar-brand > div{
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-top: 2px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #fff;
    overflow: hidden;
}

.navbar-brand > div img {
    width: auto !important;
    height: auto !important;
    margin: 0px;
    vertical-align: middle;
}

.sidebar .nav .nav-item .nav-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/*active sidebar*/
.sidebar .nav .nav-item .nav-link[aria-expanded="true"] {
    background: rgba(0,0,0,0.5) !important;
}

.sidebar .nav .nav-item .nav-link,
.sidebar .nav .nav-item .nav-link .menu-icon {
    color: #fff !important;
}

.sidebar .nav .nav-item .nav-link:hover {
    background: rgba(0,0,0,0.5) !important;
}

.sidebar .nav .nav-item .collapse.show,
.sidebar .nav .nav-item .collapsing {
    background: rgba(0,0,0,0.2) !important;
}

thead,
th{
    background: #ddd;
}

/*.card .card-body*/

.bootbox.modal {
    padding-left: 0px !important;
    overflow-y: hidden !important;
}

.bootbox.modal .modal-dialog {
    max-width: none !important;
    transform: translate(0%, 0%) !important;
    margin-top: 0px !important;
    /*margin-left: -20px !important;*/
    /*padding-right: 20px !important;*/
    width: 100% !important;
    height: 100% !important;
    /*position: fixed !important;*/
    /*height: 100vh !important;*/
    background: rgba(0,0,0,0.7);
    overflow: hidden !important;
}

.bootbox.modal .modal-content {
    width: 500px;
    margin: 100px auto 0px;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.4);
}

table td[ng-hide="items.length"]{
    padding: 100px 0px !important;
    text-align: center;
    background: #eee;
    /*border-top: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
}

.pagination li {
    padding: 0px 8px;
    margin-left: 10px;
    border: 1px solid #333;
}

.pagination li a{
    color: #333;
    font-size: 13px;
}

.pagination li.disabled a{
    color: #ccc;
}

.pagination li.disabled{
    border-color: #ccc;
}

.pagination li.active{
    background: #333;
    /*border-color: #FEBA47;*/
    /*background: #FEBA47;*/
    /*border-color: #FEBA47;*/
}

.pagination li.active a{
    color: #fff;
}

.table-responsive, .table-responsive-xl {
    margin-bottom: 30px;
    /*border-bottom: 1px solid #ddd;*/
    /*overflow: hidden;*/
}

.card-body > .row > .col-md-6 label,
.panel-body > .row > .col-md-6 label {
    font-weight: normal;
}

.card-body > .row > .col-md-12.table-responsive + .col-md-5,
.panel-body > .row > .col-md-12.table-responsive + .col-md-5{
    font-size: 15px;
}

.card-body > .row > .col-md-12.table-responsive + .col-md-5 + .col-md-7,
.panel-body > .row > .col-md-12.table-responsive + .col-md-5 + .col-md-7{
    /*background: #f00;*/
    /*margin-top: -30px;*/
    display: block;
    float: right;
    /*max-width: none !important;*/
    overflow: hidden;
}

.card-body > .row > .col-md-12.table-responsive-xl > .col-md-9 ,
.panel-body > .row > .col-md-12.table-responsive-xl > .col-md-9 {
    background: #f00;
    display: none;
}

.card-body > .row > .col-md-12.table-responsive-xl > .col-md-3,
.panel-body > .row > .col-md-12.table-responsive-xl > .col-md-3 {
    margin-top: -40px;
    /*display: none;*/
}

.card-body > .row > .col-md-12.table-responsive,
.panel-body > .row > .col-md-12.table-responsive {
    margin-top: -40px;
}

.card-body > .row > .col-md-3,
.panel-body > .row > .col-md-3 {
    /*background: #f00;*/
    position: relative;
    /*top: 30px;*/
    overflow: hidden;
}

.modal-backdrop.fade {
    opacity: 0.5 !important; 
}

.modal.fade .modal-dialog {
    /*top: 120px !important;*/
}

.modal .modal-dialog .modal-content .modal-header {
    padding: 5px 26px !important;
}

.modal-header {
    color: #fff !important;
}

a.btn.btn-sm {
    color: #fff !important;
}

.section-header{
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}

.invoice > hr{
    margin: 30px 0px;
}

.invoice .page-header{
    margin-top: 10px;
}

.invoice-info > div:nth-child(2){
    border-right: 5px solid #ddd;
    border-left: 5px solid #ddd;
}

.application-details table td > span{
    width: 30px;
    text-align: center;
    display: inline-block;
    /*background: #f00;*/
}




.payment-transaction-details{
    border: 1px solid #ddd;
}

.payment-transaction-details > .list-group-item {
    padding: 20px 0px;
    margin: 0px;
    border: none;
    border-bottom: 1px solid #ddd;
}

.payment-transaction-details > .list-group-item:last-child {
    border-bottom: none;
}

.payment-transaction-details .list-group-item > div:first-child{
    width: 50%;
    border-left: 10px solid transparent;
    /*background: #ff0;*/
    float: left;
}

.payment-transaction-details-70-30 .list-group-item > div:first-child {
    width: 70% !important;
}

.payment-transaction-details .list-group-item > div:first-child > span{
    width: 40px;
    height: 40px;
    margin-top: 3px;
    float: left;
    /*background: #f00;*/
    display: inline-block;
}

.payment-transaction-details .list-group-item > div:nth-child(2){
    width: 50%;
    border-right: 10px solid transparent;
    /*text-align: right;*/
    /*background: #f00;*/
    overflow: hidden;
}

.payment-transaction-details-70-30 .list-group-item > div:nth-child(2) {
    width: 30% !important;
}

.payment-status{
    margin-top: 40px;
}

.sidebar .nav.sub-menu .nav-item .nav-link{
    height: 52px !important;
}

.sidebar-icon-only .sidebar .nav.sub-menu{
    /*background: rgba(0,0,0,0.1);*/
}

.dashboard-title {
    /*margin-top: 20px;*/
    margin-top: 30px;
    border-bottom: 1px solid #fff;
}

.dashboard-title > legend{
    font-size: 14px;
}

.dashboard-box{
    height: 130px;
    padding: 20px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    /*background: #888;*/
    background: #eee;
    position: relative;
    display: block;
    border-radius: 5px;
    /*box-shadow: 0px 5px 20px rgba(0,0,0,0.1);*/
}

.dashboard-title > div > div:nth-child(1) > .dashboard-box {
    /*background: #f66;*/
}

.dashboard-title > div > div:nth-child(2) > .dashboard-box {
    /*background: #77b;*/
}

.dashboard-title > div > div:nth-child(3) > .dashboard-box {
    /*background: #5a5;*/
}

.dashboard-box > div:nth-child(1){
    float: left;
}

.dashboard-box > div:nth-child(1) > div:nth-child(1){
    /*color: #fff;*/
    font-size: 40px;
    font-weight: bold;
}

.dashboard-box > div:nth-child(1) > div:nth-child(2){
    font-size: 12px;
    /*margin-top: 10px;*/
    /*color: rgba(255,255,255,0.6);*/
    color: rgba(0,0,0,0.6);
}

.dashboard-box > div:nth-child(2){
    position: absolute;
    top: 25px;
    right: 15px;
}

.dashboard-box > div:nth-child(2) > span{
    /*color: rgba(255,255,255,0.2);*/
    color: rgba(0,0,0,0.2);
    font-size: 70px;
}

.dashboard-notifications {
    /*height: 500px;*/
    /*padding: 20px;*/
    margin-top: 20px;
    /*margin-top: 49px;*/
    background: #fff;
}

.dashboard-notifications > div:first-child{
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}

.dashboard-notifications > div:first-child > span{
    color: #fff;
    margin-right: 5px;
}

.dashboard-notifications-all > div {
    padding: 0px 0px;
}

.dashboard-notifications-all > div {
    border-bottom: 1px solid #ddd;
}

.dashboard-notifications-all > div > a{
    padding: 15px 10px;
    display: block;
    text-decoration: none;
}

.dashboard-notifications-all > div > a:hover{
    background: #eee;
}

.dashboard-notifications-all > div > a > div:first-child{
    width: 35px;
    height: 35px;
    line-height: 38px;
    margin-right: 10px;
    text-align: center;
    background: #f00;
    border-radius: 50%;
    float: left;
}

.dashboard-notifications-all > div > a > div:first-child > span{
    color: #fff;
    font-size: 17px;
}

.dashboard-notifications-all > div > a > div:nth-child(2) > div:nth-child(1){
    /*font-weight: bold;*/
}

.dashboard-notifications-all > div > a > div:nth-child(2) > div:nth-child(2){
    color: #aaa;
    font-size: 11px;
}

.dashboard-notifications-show-all > a {
    padding: 10px 0px;
    text-align: center;
    text-decoration: none !important;
    color: #000;
    display: block;
    background: #eee;
}

.table-icon-left .fa{
    width: 20px;
    margin-right: 10px;
}

.auth.theme-one .auto-form-wrapper .form-group .input-group .input-group-append .input-group-text, .auth.theme-one .auto-form-wrapper .form-group .asColorPicker-wrap .input-group-append .input-group-text{
    /*border-color: #e5e5e5 !important;*/
    border-color: #ccc !important;
}