/*
Template Name: Flat Lab Dashboard build with Bootstrap v3.3.2
Template Version: 3.0
Author: Mosaddek Hossain
Website: http://thevectorlab.net/
*/

/* -------------------- General -------------------- */

html {height:100%}
body {
    background: #555555;
    position: relative;
    height: 100%;
    font-family: "OpenSans-Regular", sans-serif;
}
#container {
    background: #f0f2f7;
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
#ux-portal-content {
    display: table-cell;
    position: relative;
    background: #f0f2f7;
    margin: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
}
#container .ux-content-main h1 {font-size: 24px;}
#container .ux-content-main h2 {font-size: 20px;}
#container .ux-content-main h3 {font-size: 18px;}
#container .ux-content-main h4 {font-size: 16px;}
#container .ux-content-main h5 {font-size: 14px;}
#container .ux-content-main h6 {font-size: 12px;}
ul li {
    list-style: none;
}
a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
::selection {
    background: #ec5c5c;
    color: #fff;
}
::-moz-selection {
    background: #FF6C60;
    color: #fff;
}
@-ms-viewport{width:auto!important}

/* general page */

.progress-xs {
    height: 8px;
}
.progress-sm {
    height: 12px;
}
.panel-heading .nav {
    border: medium none;
    font-size: 14px;
    margin: -10px -15px -11px;
}
.tab-bg-dark-navy-blue {
    background: #e70033;
    border-radius: 5px 5px 0 0 !important;
    -webkit-border-radius: 5px 5px 0 0 !important;
    border-bottom: none;
}
.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}
.panel-heading .nav > li > a {
    color: #fff;
    font-family: 'HelveticaNeueW01-55Roma';
}
.panel-heading .nav > li.active > a {
    color: #5f6a72;
    background: #fff;
}
.panel-heading .nav > li > a:hover {
    color: #e70033;
    background: #fff;
}
.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
}
.tab-right {
    height: 38px;
}
.panel-heading.tab-right .nav > li:first-child.active > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
    border-radius:  0 ;
    -webkit-border-radius: 0 ;
}
.panel-heading.tab-right .nav > li:last-child.active > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
    border-radius:  0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
}
.panel-heading.tab-right .nav-tabs > li > a {
    margin-left: 1px;
    margin-right: 0px;
}
.m-bot20 {
    margin-bottom: 20px;
}
.m-bot-none {
    margin-bottom: 0;
}
.wht-color {
    color: #fff;
}
.close-sm {
    font-size: 14px;
}

/* -------------------- UX Portal Header -------------------- */

#container .ux-portal-header {
    background: #981E32;
    color: #FFFFFF;
    position: relative;
    height: 116px;

    display: table-row;
}
 #container .ux-portal-header h1 {
    font-size: 18px;
    margin: 0;
    line-height: 50px;
    text-transform: uppercase;
}
#container .ux-portal-header h1 a {
    color: #ffffff;
    text-decoration: none;
}
#container .ux-portal-header h1 span {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    margin-right: 10px;
    padding: 6px 8px;
}
#container .ux-portal-branding {
    height: 66px;
    line-height: 66px;
}
#container .ux-portal-branding .brand {
    display: block;
    background: url(//www.equifax.com/global/images/logos/logo_white_123x24.png) no-repeat center left;
    height: 100%;
    width: 100%;
}
#container .ux-portal-title {
    height: 50px;
    text-align: center;
    background: #831a29;
}

/* -------------------- UX Portal Sidebars - Navigation and Aside -------------------- */

#container .ux-sidebar {color: #ffffff;}
#container .ux-sidebar-content {padding: 0 10px 10px 10px; position: relative;}
#container .ux-sidebar-nav {
    position: absolute;
    background: #333e48;
    vertical-align: top;
    top: 58px;
    z-index: 99;
}
#container .ux-sidebar-nav.active {width: 100%;}
#container .ux-sidebar-aside {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(51, 62, 72, 0.95);
    color: #fff;
    vertical-align: top;
    width: 0;
    min-height: 100%;
    transition: ease all .35s;
    z-index: 100;
    padding-top: 68px;
}
#container .ux-sidebar-toggle, #container .ux-sidebar-previous {display: table; height: 58px; width: 50px; background: #333e48; cursor: pointer;}
#container .ux-sidebar-toggle, #container .ux-sidebar-previous a {color: #fff;}
#container .ux-sidebar-previous {background: transparent;}
#container .ux-sidebar-toggle span, #container .ux-sidebar-previous span {display: table-cell; vertical-align: middle; text-align: center; text-transform: uppercase;}
#container .ux-sidebar-toggle span .fa, #container .ux-sidebar-previous span .fa {display: block; font-size: 14px;}
.active .fa-bars:before {
    content: "\f00d";
}
#container .ux-sidebar-toggle span small:after {
    content: "Menu";
}
#container .active .ux-sidebar-toggle span small:after {
    content: "Hide";
}
#container .ux-sidebar-aside .ux-sidebar-toggle span small:after, #container .active .ux-sidebar-aside .ux-sidebar-toggle span small:after {
    content: "Feed";
}
#container .ux-sidebar-close {
    display: none;
    text-transform: uppercase;
    position: absolute;
    font-size: 10px;
    top: 15px;
    right: 20px;
    cursor: pointer;
    margin-right: -100px;
    transition: all .35s ease;
}
#container .ux-sidebar-close .fa {
    margin-left: 10px;
}
#container .active .ux-sidebar-close {
    display: block;
    margin-right: 0px;
}
#container .ux-sidebar-aside .ux-sidebar-toggle {
    position: absolute;
    background: rgba(51, 62, 72, 0.95);
    height: 55px;
    margin-left: -50px;
    margin-top: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .35s ease;
    top: 0;
}
#container .ux-sidebar-nav .ux-sidebar-toggle {position:absolute; top: -58px; left: 0;}
#container .ux-sidebar-aside.active {
    width:275px;
    overflow-y: hidden;
}
#container .ux-sidebar-aside.active .ux-sidebar-toggle {
    margin-left: 0;
    background: rgba(51, 62, 72, 0);
}
#container .ux-sidebar-content {display: none;}
#container .ux-sidebar-aside .ux-sidebar-content {display: none; width: 275px; overflow-y: hidden;}
#container .active .ux-sidebar-content {display: block; height: 100%;}

/* -------------------- UX Portal Sidebar Main Navigation -------------------- */

#primary-nav {
    margin: 0;
}
#primary-nav h3 {
    font-size: 16px;
    margin: 0;
    margin-left: -10px;
    padding: 20px 10px;
    border-top: 1px solid #cccccc;
}
#primary-nav ul, primary-nav ol {
    margin: 0;
}
#primary-nav li {
    min-height: 50px;
    background: #3d4851;
    margin-bottom: 5px;
    position: relative;
}
#primary-nav li a {
    height: 50px;
    display: block;
    color: #ffffff;
    padding: 0 0 0 10px;
    line-height: 50px;
    text-decoration: none;
}
#primary-nav li.active a, #primary-nav li a:hover, #primary-nav > li > .dcjq-parent.active:hover {
    background: #f0f2f7;
    color: #e70033;
}
#primary-nav > li > .dcjq-parent.active {
    background: #48525b;
    color: #a5acb0;
    border-left: 5px solid #e70033;
}
#primary-nav > li > .dcjq-parent + ul {
    padding-top: 5px;
    border-left: 5px solid #e70033;
}
#primary-nav > li > li {
    border-left: #e70033;
}
#primary-nav > li .dcjq-parent-li > a {
    background: #48525b;
}
.dcjq-parent .fa {
    margin-right: 5px;
}
#primary-nav li span  {
    float: right;
    margin-right: 10px;
    line-height: 50px;
}
.dcjq-parent.active .fa-angle-down:before {
    content: "\f106";
}

#primary-nav .dcjq-parent .fa-folder {
    float: none;
    margin-right: 5px;
}
#primary-nav li .fa-angle-down, #primary-nav li .fa-home  {
    float: right;
    margin-right: 10px;
    line-height: 50px;
}

/* -------------------- UX Page Content -------------------- */

#container .ux-content-main {
    background: #f0f2f7;
    vertical-align: top;
    height: 100%;
}
    #container .ux-content-main .container-fluid {
        height: 100%;
    }
#container .ux-content-title {
    background: #FFFFFF;
    height: 58px;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    margin-bottom: 20px;
}
#container .ux-sidebar-nav + .ux-content-main .ux-content-title {
    margin-left: 35px;
}
#container .ux-content-title h1 {
    /*display: table-cell;
    vertical-align: middle;*/
    font-size: 20px;
    color: #797979;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 58px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
#container .ux-content-title h1:after {
  content: "";
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
#container .ux-content-body:before {
    display: block;
    content: "";
    height: 58px;
    background: #333e48;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}
#container .ux-content-title + .ux-content-body:before {
    display: none;
}

/* -------------------- Components -------------------- */

/* User Profile */
#container .ux-top-nav {height: 66px;}
#container .ux-top-nav .nav {margin-top: 15px;}
#container .ux-top-nav .nav .username {margin-bottom: 0; line-height: normal; display: none; color: #ffffff;}
#container .ux-top-nav .nav .username a {color: #ffffff;}
#container .ux-top-nav .nav .dropdown-toggle, #container .ux-top-nav .nav .dropdown-toggle:hover {background: transparent; border: 1px solid #ffffff; padding: 5px 10px;}
#container .ux-top-nav .nav .dropdown-toggle .caret {
    margin-left: 30px;
    margin-top: 0;
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}


/*notification*/

.notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    width: 20px;
    padding: 5px;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}
.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: 'HelveticaNeueW01-55Roma';
    font-size: 12px;
}
.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}
.dropdown-menu.extended li p.blue {
    background-color: #0093C9;
    color: #fff;
}
.dropdown-menu.extended li p.green {
    background-color: #3fae49;
    color: #fff;
    padding: 12px 10px 12px 16px;
}
.dropdown-menu.extended li p.red {
    background-color: #ff6c60;
    color: #fff;
}
.dropdown-menu.extended li p.yellow {
    background-color: #fcb322;
    color: #fff;
}
.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}
.dropdown-menu.extended li a {
    padding: 12px 10px 15px 10px !important;
    width: 100%;
    display: inline-block;
}
.dropdown-menu.extended li a:hover {
    background-color: #e8e9e9 !important;
    color: #2E2E2E;
}
.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}
.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}
.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}
.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}
.dropdown-menu.inbox li a .subject {
    display: block;
}
.dropdown-menu.inbox li a .subject .from {
    font-weight: 600;
    color: #5f6a72;
}
.dropdown-menu.inbox li a .subject .time {
    font-weight: bold;
    position: absolute;
    right: 11px;
    color: #5f6a72;
}
.dropdown-menu.inbox li a .message {
    display: block !important;
    color: #5f6a72;
}
.dropdown-menu.extended li.all-messages {
    padding: 2px 0;
}
.dropdown-menu.extended li.all-messages a:hover {
    background-color: #fff !important;
}
.dropdown-menu.extended li.all-messages a {
    border-bottom: none !important;
}
.dropdown-menu.inbox li.all-messages a span:hover {
    color: #e70033;
}
.top-nav {margin-top: 20px;}
.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 268px !important;
}
.top-nav li.dropdown .dropdown-menu {
    float: right !important;
    right: 0 !important;
    left: auto !important;
}
.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}
.dropdown-menu.extended.logout > li:last-child {
    float: left;
    text-align: center;
    width: 100%;
    background: #0093C9;
    border-radius: 0 0 3px 3px;
}
.dropdown-menu.extended.logout > li:last-child:hover {
    background: #0076a3;
}
.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    color: #fff;
    border-bottom: none !important;
    text-transform: uppercase;
    font-family: 'HelveticaNeueW01-55Roma';
    font-size: 14px
}
.dropdown-menu.extended.logout > li:last-child > a:hover > i{
    color: #fff;
}
.dropdown-menu.extended.logout > li > a {
    color: #5f6a72;
    border-bottom: none !important;
    font-family: 'HelveticaNeueW01-55Roma';
}
.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #e70033;
}
.dropdown-menu.extended.logout > li > a .fa {
    font-size: 17px;
}
.dropdown-menu.extended.logout > li > a > .fa {
    display: block;
}
.log-arrow-up {
    background: url("../images/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 8px;
    top: -10px;
}
.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: initial;
    right: 12px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}
.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}
.notify-arrow-red {
    border-color: transparent transparent #ff6c60;
    border-bottom-color: #ff6c60 !important;
    border-top-color: #ff6c60 !important;
}
.notify-arrow-green {
    border-color: transparent transparent #a9d86e;
    border-bottom-color: #3fae49 !important;
    border-top-color: #3fae49 !important;
}
.notify-arrow-blue {
    border-color: transparent transparent #a9d86e;
    border-bottom-color: #0093C9 !important;
    border-top-color: #0093C9 !important;
}
.notify-row {
    float: right;
    margin-top: 15px;
}
.tasks-bar, .inbox, .notification {
    left: initial;
    right: 0;
}
span.fa-user {
    color: #fff;
    font-size: 17px;
    position: relative;
}


/* breadcrumb */
.breadcrumb {
    padding: 0;
    background-color: transparent;
}
.breadcrumb li a {
    color: #0093c9;
}
.breadcrumb li a:hover {
    color: #0076a3;
}
.breadcrumb>.active {
    color: #5f6a72;
}

/*badge*/
.badge.bg-primary {
    background: #8075c4;
}
.badge.bg-success {
    background: #0093C9;
}
.badge.bg-warning {
    background: #ebd700;
}
.badge.bg-important {
    background: #3FAE29;
}
.badge.bg-info {
    background: #41cac0;
}
.badge.bg-inverse {
    background: #2A3542;
}

/* buttons */
#container .btn {
    color: #fff;
}
#container .blue {
    background-color: #0093C9;
    border-color: #0093C9;
}
#container .blue:hover {
    background-color: #0076a3 !important;
    border-color: #0076a3;
}
#container .blue-link {
    background-color: #0076a3;
    border-color: #0076a3;
}
#container .blue-link:hover {
    background-color: #016389;
    border-color: #016389;
}
#container .gray {
    background-color: #6E6E6E;
    border-color: #a5acb0;
}
#container .gray:hover {
    background-color: #5f6a72;
    border-color: #5f6a72;
}
#container .contact-continue {
    margin: 40px 0 10px -3px;
}
.white {
    background-color: #fff;
    border: 1px solid #e2e2e4;
    color: #0093c9 !important;
}


/* alert messaging - start */
.alert {
	font-family: 'HelveticaNeueW01-55Roma';
    font-size: 14px;
}
.alert .close {
	margin-left: 15px;
}
.alert-danger, .aui .alert-danger {
    color: #C9042f;
    background-color: #faccd3;
    border-color: transparent;
}
.alert-danger .close {
    color: #f599a7 !important;
}
.alert-danger .close:hover {
    color: #ec334e !important;
}
.alert-warning, .aui .alert-warning {
    color: ##000;
    background-color: #FFE0D1;
    border-color: transparent;
}
.alert-warning .close {
    color: #000 !important;
}
.alert-warning .close:hover {
    color: #FF8549 !important;
}
.alert-success, .aui .alert-success {
    color: #288815;
    background-color: #D9EFD4;
    border-color: transparent;
}
.alert-success .close {
    color: #B2DFA9 !important;
}
.alert-success .close:hover {
    color: #6EBB66 !important;
}
.alert-info, .aui .alert-info {
    color: #04729A;
    background-color: #CCE9F4;
    border-color: transparent;
}
.alert-info .close {
    color: #99D4E9 !important;
}
.alert-info .close:hover {
    color: #33A9D4 !important;
}
/* alert messaging - end */

/* Modal */
#container .modal-header {
    background: #e70033;
}
#container  .modal-header h4.modal-title, #container  .modal-body {
    font-family: 'HelveticaNeueW01-55Roma';
}
#container  .modal-body {
    font-size: 14px;
    color: #5f6a72;
    overflow-y: hidden;
    word-wrap: break-word;
}
#container .modal-footer {
    text-align: left;
    border-top: 1px solid #e5e5e5;
}
#container .close, .close:hover {
    color: #fff;
    opacity: 1;
}

/*form*/

.sm-input {
    width: 175px;
}
.form-horizontal.tasi-form .form-group {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.form-horizontal.tasi-form .form-group:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.form-horizontal.tasi-form .form-group .help-block {
    margin-bottom: 0;
}
span.help-block {
    color: #5f6a72;
    font-size: 12px;
}
.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}
.m-bot15 {
    margin-bottom: 15px;
}
.form-horizontal.tasi-form .checkbox-inline > input {
    margin-top: 1px;
    border:none;
}
.iconic-input {
    position: relative;
}
.iconic-input .fa-phone {
    color: #CCCCCC;
    display: block;
    font-size: 16px;
    height: 16px;
    margin: 8px 5px 8px 10px;
    position: absolute;
    text-align: center;
    width: 16px;
}
.iconic-input .fa-phone:before {
    content: "\f095";
    color: #ccc;
}

.iconic-input input {
    padding-left: 30px !important;
}
.iconic-input.right input {
    padding-left: 10px !important;
    padding-right: 30px !important;
}
.iconic-input.right .fa {
    float: right;
    right: 5px;
}
input.spinner[type="text"], input.spinner[type="password"], input.spinner[type="datetime"], input.spinner[type="datetime-local"], input.spinner[type="date"], input.spinner[type="month"], input.spinner[type="time"], input.spinner[type="week"], input.spinner[type="number"], input.spinner[type="email"], input.spinner[type="url"], input.spinner[type="search"], input.spinner[type="tel"], input.spinner[type="color"] {
    background: url("../images/input-spinner.gif") right no-repeat !important;
}

/* Added form styles */

#disabledInput:-ms-input-placeholder {
    color: #FF0000;
}
.styled-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/dropdown-arrow.png) no-repeat right center;
}
/* IE11 */
@media all and (-ms-high-contrast:none) {
     .styled-select select { background: none; }
}

/*Switch On */

.has-switch span.switch-left {
    background-color: #8cce7f;
    color: #3fae29;
}
.has-switch > div.switch-on label {
    background-color: #3fae29;
}

/*Switch Off*/

.has-switch span.switch-right {
    background-color: #bbb;
}
.has-switch span.switch-right {
    color: #5f6a72;
}
.has-js .label_radio {
    width: 27px;
    height: 26px;
}
.has-js .r_off:hover {
    background: url(../images/checkbox/radio-off-hover.png) no-repeat;
}
.has-js label.r_on {
    height: 26px;
    width: 27px;
}
.iconic-input .fa {
    color: #a5acb0;
    position: absolute !important;
}
.datetimepicker th.switch {
    width: auto;
}
table. table-condensed thead tr th.has-switch {
    width: 147px;
}
th.has-switch {
    width: 78px;
}
.note-fontname, .note-color, .note-para, .note-height, .note-table {
    display: none;
}
th.prev, th.next {
    font-size: 23px;
    font-weight: 300;
    color: #0093c9;
}
.datepicker-switch {
    text-align: center
}

label.static-text {
    font-size: 16px !important;
}
.panel-heading {
    border: none;
}
#commentForm .validation-buttons {
    margin-top: 40px;
}
.form-horizontal.tasi-form .form-group {
    margin-bottom: 0;
    margin-top: 8px;
    padding-bottom: 0;
}
.form-group {
    margin-bottom: 0;
}
.form-horizontal .control-label {
    float: none;
    margin-bottom: 3px;
    padding-bottom: 6px;
}
p.static-text-block {
    margin-top: -5px;
    padding: 0 15px;
}
input#checkbox-01, input#checkbox-02 {
    color: #5f6a72;
}
.form-control[disabled] {
    background-color: #eee;
    color: #999;
}
span.add-on button.btn:hover {
    background-color: #66bedf !important;
}
#email2 {
    border-color: #ec5c5c;
}
p.validation-text-block {
    color: #e70033;
    font-size: 12px;
    position: relative;
    top: 5px;
}
.btn-toolbar .btn-group button:hover {
    background-color: #eee;
}


/*form validation*/
form.tasi-form .form-group label, #signupForm label.error {
    font-family: "HelveticaNeueW01-45Ligh";
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .cmxform .form-group input[type="text"],.cmxform .form-group input[type="email"], .cmxform .form-group input[type="instruction"] {
        font-family: 'Arial', 'HelveticaNeueW01-55Roma';
    }
}
.cmxform .form-group label.error, #signupForm label.error {
    color: #e70022;
    display: inline-block;
    font-size: 12px !important;
	font-weight: 400;
    margin:5px 0px;
}
.cmxform .form-group label.error {
    font-weight: 400;
}
.cmxform input.error, .cmxform select.error{
    border-color: #e70022 !important;
}
#signupForm label.error {
    width: auto;
}

.checkbox, .checkbox:hover, .checkbox:focus  {
    border:none;
}

/* Form */

.form-group .fa-check-circle, .form-group .fa-times-circle {
    font-size: 28px;
    margin: 5px;
    position: relative
}
.form-group .fa-check-circle {
    color: #8cce7f;
}
.form-group .fa-times-circle {
    color: #ec5c5c;
}
.has-success .form-control {
    border-color: #8cce7f;
}
.has-error .form-control {
    border-color: #ec5c5c;
}
#focusedInput {
    border: 1px solid #66bedf;
}
.function {
    background-color: #fff;
    border-color: #66bedf !important;
    color: #0093C9 !important;
}
.function:hover {
    background-color: #d1d4d3;
    border-color: #66bedf;
    color: #0093C9;
}
.btn .fa-search, .btn .fa-check, .btn .fa-times {
    font-size: 15px;
    color: #0093c9;
}
.btn .fa-search, .btn .fa-check, {
    font-size: 15px;
}
#container span.input-group-btn button:hover {
    background-color: #eee;
}

.form-group label, header.head-border {
    font-size: 16px !important;
}

.form-group p {
    font-size: 14px;
}

.form-control:focus, #focusedInput {
    border-color: #298EE0;
}

.personal-text {
    color: #999 !important;
}
::-webkit-input-placeholder {
color: #999 !important;
}

:-moz-placeholder { /* Firefox 18- */
color: #999 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
color: #999 !important;
}

:-ms-input-placeholder {
color: #999 !important;
}
.note-editor .note-toolbar {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e4;
    border-radius:4px 4px 0 0;
}

.note-editor {
    position: relative;
    border: 1px solid #e2e2e4;
    border-radius:4px;
}

.note-editor .note-statusbar .note-resizebar {
    border-top: 1px solid #e2e2e4;
}

.note-editor .note-statusbar {
    background: #fff;
    border-radius:4px;
}
.note-editor .btn-default {
    background-color: #a5acb0;
    border-color: #a5acb0;
}

form.note-modal-form div.modal-body {
    padding: 15px 25px;
}
.modal-footer .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #0076a3;
    border-color: #0076a3;
    color: #fff;
}
.modal-footer .btn-primary {
    background-color: #016389;
    border-color: #016389;
    color: #fff;
}

/*----switch ----*/


.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url('../images/mask.png') 0 0 no-repeat;
    mask: url('../images/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important;
}
.has-switch > div {
    width: 162%;
    position: relative;
    top: 0;
}
.has-switch > div.switch-animate {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
    left: -63%;
}
.has-switch > div.switch-off label {
    background-color: #5f6a72;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
    left: 0%;
}
.has-switch > div.switch-on label {
    background-color: #3fae29;
}
.has-switch input[type=checkbox] {
    display: none;
}
.has-switch span {
    cursor: pointer;
    font-size: 14.994px;
    font-weight: 700;
    float: left;
    height: 29px;
    line-height: 19px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1;
    box-sizing: border-box;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
    border-radius: 30px 0 0 30px;
    background-color: #8cce7f;
    color: #fff;
    border-left: 1px solid transparent;
}
.has-switch span.switch-right {
    border-radius: 0 30px 30px 0;
    background-color: #bbb;
    color: #ffffff;
    text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
    text-indent: 0;
}
.has-switch label {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 29px;
    margin: 0 -21px 0 -14px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 29px;
    z-index: 98;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url('../images/mask.png') 0 0 no-repeat;
    mask: url('../images/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
    text-indent: -10px;
}
.switch-square span.switch-right {
    border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
    text-indent: 5px;
}
.switch-square label {
    border-radius: 0 6px 6px 0;
}


/*tag input*/

.tagsinput {
    border: 1px solid #e3e6ed;
    border-radius: 6px;
    height: 100px;
    padding: 6px 1px 1px 6px;
    overflow-y: auto;
    text-align: left;
}
.tagsinput .tag {
    border-radius: 4px;
    background-color: #41cac0;
    color: #ffffff;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 15px;
    padding: 6px 13px 8px 19px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.14s linear;
    -moz-transition: 0.14s linear;
    -o-transition: 0.14s linear;
    transition: 0.14s linear;
    -webkit-backface-visibility: hidden;
}
.tagsinput .tag:hover {
    background-color: #39b1a8;
    color: #ffffff;
    padding-left: 12px;
    padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
    color: #ffffff;
    opacity: 1;
    display: block\9;
}
.tagsinput input {
    background: transparent;
    border: none;
    color: #34495e;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0 0 0 5px;
    outline: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 12px;
}
.tagsinput-remove-link {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    padding: 7px 7px 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
    display: none\9;
}
.tagsinput-remove-link:before {
    color: #ffffff;
    content: "\f00d";
    font-family: "FontAwesome";
}
.tagsinput-add-container {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.tagsinput-add {
    background-color: #d6dbdf;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 6px 9px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}
.tagsinput-add:hover {
    background-color: #3bb8af;
}
.tagsinput-add:before {
    content: "\f067";
    font-family: "FontAwesome";
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}


/*checkbox & radio style*/

.checkboxes label, .radios label {
    display: block;
    cursor: pointer;
    line-height: 20px;
    padding-bottom: 7px;
    font-weight: 300;
}
.radios {
    padding-top: 18px;
}
.label_check input,
.label_radio input {
    margin-right: 5px;
}
.has-js .label_check,
.has-js .label_radio {
    padding-left: 30px;
}
.has-js .label_radio {
    background: url(../images/checkbox/radio-off.png) no-repeat;
}
.has-js .label_check {
    background: url(../images/checkbox/check-off-initial.png) no-repeat;
    height: 21px;
}
.has-js .label_check:hover {
    background: url(../images/checkbox/check-off-hover.png) no-repeat;
}
.has-js label.c_on {
    background: url(../images/checkbox/check-on.png) no-repeat;
}

.has-js label.c_on:hover {
    background: url(../images/checkbox/check-on-hover.png) no-repeat;
}

.has-js label.r_on {
    background: url(../images/checkbox/radio-on-login.png) no-repeat;
}

.has-js .label_check input,
.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}

/*date picker*/

.add-on {
    float: right;
    margin-top: -34px;
    text-align: center;
}
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    margin-bottom: 10px;
    padding-left: 0px;
}
.daterangepicker .ranges label {
    padding-bottom: 0;
    padding-top: 8px;
}
.daterangepicker td.active, .daterangepicker td.active:hover,
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover,
.datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled],
.datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active.active:hover, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled.disabled:hover, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active[disabled]:hover, .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled[disabled]:hover{
    background: #66bedf;
}
.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
    background: #41CAC0;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
}
.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active, .datepicker td.active:hover, .datepicker td span.active {
    text-shadow: none;
}
.datepicker th.switch {
    width: 125px;
}
.datepicker td span {
    height: 40px;
    line-height: 40px;
}
.bootstrap-timepicker table td input {
    border: 1px solid #ccc;
    border-radius:3px;
    -webkit-border-radius:3px;
}

/*custom select*/

span.customSelect {
    font-size:12px;
    background-color: #ffffff;
    padding:10px;
    border:1px solid #EAEAEA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #A4AABA;
}
span.customSelect.changed {
    background-color: #fff;
}
.customSelectInner {
    background:url(../images/customSelect-arrow.gif) no-repeat center right;
}

/* star rating */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}
.rating span.star,
.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.rating span.star:hover,
.rating span.star:hover {
    cursor: pointer;
}
.rating span.star:before,
.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #BEC3C7;
}
.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #41CAC0;
}

/*advanced form*/

.form-body {
    padding: 20px;
}

/*multiselect*/

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color: #2A3542;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
.ms-container .ms-list, .ms-container .ms-list.ms-focus {
    box-shadow: none !important;
}
.ms-container .ms-list.ms-focus {
    border: 1px solid #2A3542;
}
.ms-selectable .search-input, .ms-selection .search-input{
    margin-bottom: 10px;
}

/*spinner*/

.spinner-buttons.btn-group-vertical .btn {
    height: 17px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 22px;
}
.spinner-buttons.btn-group-vertical .btn .fa {
    margin-top: -3px;
}
.spinner-buttons.btn-group-vertical .btn:first-child {
    border-radius: 0 4px 0 0 !important;
    -webkit-border-radius: 0 4px 0 0 !important;
}
.spinner-buttons.btn-group-vertical .btn:last-child {
    border-radius: 0 0 4px !important;
    -webkit-border-radius: 0 0 4px !important;
}

/* go to top */
.go-top {
    margin-right: 3%;
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    margin-bottom: 40px;
}

.go-top .fa {
    color: #2A3542;
    font-size: 20px;
}

/* expand/collapse all */
.expand-all-button {
	margin-bottom: -3px;
	text-align: right;
}
.expand-all-button .btn {
	color: #0093c9 !important;
    padding: 6px 0;
}

button#collapse-init {
    background-color: transparent;
    border: none;
	color: #0093c9;
	font-family: 'HelveticaNeueW01-55Roma';
    white-space: normal;
}
button#collapse-init:hover {
	color: #0076a3;
}
#collapse-init .fa {
	float: left;
	font-size: 12px;
    padding: 5px 5px 5px 0;
}
a.accordion-toggle:hover {
    display: block;
    color: #e70033;
}

/*tab component*/
.tab-content > .tab-pane h4, .tab-content > .tab-pane p {
    color: #5f6a72;
}

/*main chart*/

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

.custom-bar-chart .bar {
    height: 100%;
    position: relative;
    width: 4.3%;
    margin: 0px 2%;
    float: left;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0x;
    border-radius: 5px 5px 0 0;
    z-index: 10;
}

.custom-bar-chart .bar .title {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.custom-bar-chart .bar .value {
    position: absolute;
    bottom: 0;
    background: #bfc2cd;
    color: #bfc2cd;
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.custom-bar-chart .bar .value:hover {
    background: #e8403f;
    color: #fff;
}

.y-axis {
    color: #555555;
    position: absolute;
    text-align: right;
    width: 100%;
}

.y-axis li {
    display: block;
    height: 58px;
    width: 100%;
}

.y-axis li:last-child {
    border-top: none;
}

.y-axis li span {
    display: block;
    margin: -10px 0 0 -25px;
    padding: 0 10px;
    width: 40px;
}

.y-axis {
    color: #555555;
    text-align: right;
}

/* -------------------- Login -------------------- */
.login-body {
    background-color: #f1f2f7;
}

.form-signin {
    max-width: 330px;
    margin: 100px auto 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-signin h2.form-signin-heading {
    margin: 0;
    padding:20px 15px;
    text-align: center;
    background: #41cac0;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.form-signin .checkbox {
    margin-bottom: 14px;
}
.form-signin .checkbox {
    font-weight: normal;
    color: #b6b6b6;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.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 #eaeaea;
    box-shadow: none;
    font-size: 12px;
}

.form-signin .btn-login {
    background: #f67a6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 4px #e56b60;
    margin-bottom: 20px;
}

.form-signin p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}

.form-signin a {
    color: #41cac0;
}

.form-signin a:hover {
    color: #b6b6b6;
}

.login-wrap {
    padding: 20px;
}

.login-social-link  {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.login-social-link a {
    color: #fff;
    padding: 15px 28px;
    border-radius: 4px;
}

.login-social-link a:hover {
    color: #fff;
}

.login-social-link a i {
    font-size: 20px;
    padding-right: 10px;
}

.login-social-link a.facebook {
    background: #5193ea;
    margin-right: 22px;
    box-shadow: 0 4px #2775e2;
    float:left;
}

.login-social-link a.twitter {
    background: #44ccfe;
    box-shadow: 0 4px #2bb4e8;
    float:left;
}

/* -------------------- Footer -------------------- */
#container .ux-portal-footer {
    position: relative;
    background: #555555;
    width: 100%;
    color: #ffffff;
    bottom: 0;

    display: table-row;
    height: 85px;
}
#container .ux-portal-footer .container-fluid {
    padding-top: 15px;
    padding-bottom: 10px;
}
.footer-logo, .footer-tagline {height: 20px;}
.footer-logo img {margin: 2.5px 0;}
.footer-tagline img {margin: 5px 0; float: right;}
.footer-copyright {margin: 0;}
.footer-copyright p {margin: 0 0 15px 0;}
.footer-copyright p:last-child {margin: 0;}
.legal-links {
	list-style: none;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}
.legal-links li {
	display: inline;
	border-left: 1px solid #ffffff;
	padding: 0 5px;
    white-space: nowrap;
}
.legal-links li:first-child {
	border: none;
	padding-left: 0;
}
.legal-links{color:#eee;text-align:center}
.legal-links a:link,.legal-links a:visited,.legal-links a:hover,.legal-links a:active{color:#eee;font-family:'HelveticaNeueW01-55Roma';font-size:11px}
.legal-links a:link,.legal-links a:visited,.legal-links a:active{text-decoration:none}
.legal-links a:hover{text-decoration:underline}
.social-links {
	list-style: none;
	text-align: right;
	margin: 0;
	padding: 0;
}
.social-links ul {height: 25px;}
.social-links li {
	display: inline-block;
	height: 25px;
	width: 25px;
	background: #333;
}

/* iFrame Overrides */
body.iframe-content, body.iframe-content #container {
    background: transparent;
}
body.iframe-content #container:after {
    display: none;
}

/* -------------------- Media Queries - Bootstrap Breakpoints -------------------- */

/* -------------------- Small devices (tablets, 768px and up) -------------------- */
@media (min-width: 768px) {
    #container .ux-top-nav .nav {margin-top: 25px; margin-right: 0;}
    .log-arrow-up {right: 25px;}
    #container .ux-content-title h1 {font-size: 24px;}
}

/* -------------------- Small devices (767px and below) -------------------- */
@media (max-width: 767px) {
    #container .ux-portal-header h1 span {
        margin-right: 3px;
        padding: 6px 6px;
    }
}

/* -------------------- Medium devices (desktops, 992px and up) -------------------- */
@media (min-width: 992px) {
    body {height: 100%;}
    #container {display: table; overflow: hidden;}
    #ux-portal-content {
        display: table;
        table-layout: fixed;
        padding-top: 0;
        padding-bottom: 0;
    }
    #container .ux-portal-header, #container .ux-portal-footer {
        display: table-row;
    }
    #container .ux-portal-header {
        height: 66px;
    }
    #container .ux-portal-header h1 {
        line-height: 66px;
    }
    #container .ux-portal-footer {
        position: relative;
        height: 85px;
    }
    #container .ux-sidebar, #container .ux-content-main {
        display: table-cell;
    }
    #container .ux-portal-title {
        height: 66px;
        line-height: 66px;
        background: transparent;
    }
    #container .ux-top-nav .nav .username {display: block;}
    #container .ux-content-main {
        overflow-x: hidden;
    }
    #container .ux-content-title {
        height: 68px;
        margin-top: 0;
    }
    #container .ux-content-body {
        margin-top: 20px;
    }
    #container .ux-sidebar-nav {
        position: relative;
        padding-top: 68px;
        top: 0;
        width: 50px;
    }
    #container .ux-sidebar-nav.active {
        width: 50px;
        width: 210px;
    }
    #container .ux-sidebar-nav .ux-sidebar-toggle {
        height: 68px;
        position:absolute;
        top: 0;
        right: 0;
        left: auto;
    }
    #container .ux-sidebar-nav .ux-sidebar-previous {
        position: absolute;
        height: 68px;
        top: -67px;
    }
    #container .ux-sidebar-aside {
        top: 0;
        position: relative;
    }
    #container .ux-sidebar-aside.active {
        overflow-y: visible;
    }
    #container .ux-sidebar-aside .ux-sidebar-toggle {
        margin-top: 6.5px;
    }
    #container .ux-sidebar-aside.active .ux-sidebar-toggle {
        margin-left: -50px;
        background: rgba(51, 62, 72, .95);
    }
    #container .ux-sidebar-aside.active .ux-sidebar-content {
        overflow-y: visible;
    }
    #container .ux-sidebar-nav .ux-sidebar-content { padding-right: 0;}
    #container .ux-sidebar-nav + .ux-content-main .ux-content-title {
        margin-left: -15px;
    }
    #container .ux-content-title h1 {line-height: 68px}
    #container .ux-content-body:before {
        display: none;
    }
    .notify-row {
        margin-top: 20px;
    }
}

/* -------------------- Large devices (large desktops, 1200px and up) -------------------- */
@media (min-width: 1200px) {

}

/* -------------------- Unsupported devices (319px and below) -------------------- */
/*@media (max-width: 319px) {
    #container .ux-portal-header {
        display: none;
    }
    #container .ux-portal-footer {
        display: none
    }
    #container #ux-portal-content {
        display: none;
    }
    #container:after {
        content: "We've optimized this experience for viewports larger than 319px.";
        color: #990033;
        vertical-align: middle;
        display: table-cell;
        padding: 0 15px;
        text-align: center;
    }
}*/


.button_curved:focus {
    outline: 2px solid #0093c9;
    outline-offset: 3px;
}

.form-control{
    border: 1px solid #707070; /* Pass: 3:1+ contrast */
}
:checkbox {
    border: 1px solid #707070; /* Pass: 3:1+ contrast */
}

.ag_web_ui .input-group-text {
    border-color: #707070;
    border-radius: 0 6px 6px 0;
}