i {
    font-family: 'FontAwesome' !important;
}

body {
    background-color: #E6E6E6;
    font-family: "Roboto", "Arial";
    zoom: 90%;
}

a:focus {
    outline: 0;
}

h1 {
    font-weight: 300;
}

h2, h3, h4, h5, h6 {
    font-weight: 500;
}

a:hover {
    text-decoration: none;
}

.capitalize {
    text-transform: capitalize;
}

hr {
    margin: 8px 0 8px 0;
    border: none;
    border-top: solid 1px #dddddd;
}

/*
footer
{
    clear      : both;
    margin-top : 10px;
}
*/
i.fa {
    margin-right: 1px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-uppercase::-webkit-input-placeholder {
    text-transform: none;
}

.text-uppercase::-moz-placeholder {
    text-transform: none;
}

/* firefox 19+ */
.text-uppercase:-ms-input-placeholder {
    text-transform: none;
}

/* ie */
.text-uppercase:-moz-placeholder {
    text-transform: none;
}

.text-bold {
    font-weight: bold;
}

.text-big {
    font-size: 15px;
}

.text-xl {
    font-size: 20px;
    line-height: 20px;
    border: none;
}

.text-xxl {
    font-size: 22px;
    line-height: 24px;
    border: none;
}

.labelFormatting {
    font-size: 10px;
    font-family: Arial;
}

.labelValueFormatting {
    font-size: 12px;
    font-family: Arial;
}

.pull-none {
    float: none !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.block {
    display: block !important;
}

.inline {
    display: inline-block !important;
}

.cursor-hand, .cursor-pointer {
    cursor: pointer !important;
}

.full-width {
    width: 100% !important;
}

.min-heightM {
    min-height: 26px !important;
}

.min-heightS {
    min-height: 3px !important;
}

.overflowScroll {
    overflow-x: auto;
}

/** Helper classes for backgrounds & borders **/
.with-background, .bg-grey {
    background: #f9f9f9;
}

.border-bottom {
    border-bottom: solid 1px #dddddd;
}

.border-top {
    border-top: solid 1px #dddddd;
}

.bg-blue, .bg-primary {
    background-color: #5E97D0 !important;
    color: #FFF !important;
}

.bg-success, .bg-green {
    background-color: #36BB8E !important;
}

.bg-fuchsia {
    background-color: #FF00FF !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.row-fluid .span2-4 {
    width: 17.94871794871795%;
    padding: 3px;
    float: left;
}

.LabelSpanAllignment {
    margin: 3px 0 0 0;
    float: left;
}

.shadowBox {
    box-shadow: 0px 1px 10px #717171;
    overflow: hidden;
}

.borderBox {
    padding: 2px;
    border: solid 1px;
    border-color: #70a9d7;
}

.selectFilterList {
    background: #000;
    color: #fff;
    text-shadow: none;
    font-weight: bold;
}

.selectFilteItem {
    padding: 0 2px;
    border: solid 1px #999;
    margin: 2px;
    float: left;
    background: #ececec;
}

.thumbnail {
    width: 122px;
    height: 122px;
}

.marginPaddingFix {
    margin-top: -2px !important;
}

@media (max-width: 767px) {
    .row-fluid .span2-4 {
        display: block;
        float: none;
        width: 100%;
    }
}

/** END GENERAL **/

/** MENU **/
.navbar .navbar-inner {
    box-shadow: 1px 1px 3px #C7C7C7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav .nav-header .tooltip {
    text-transform: capitalize;
    text-shadow: none;
    font-weight: normal;
}

.dropdown-menu {
    box-shadow: 1px 1px 3px #C7C7C7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-top: solid 1px #dddddd;
    border-left: solid 1px #dddddd;
}

.dropdown-menu {
    min-width: 125px;
}

.sidebar-nav .nav-header:first-child {
    min-height: 20px;
}

.boxheight {
    min-height: 250px !important;
}

.boxReleaseHeight {
    min-height: 236px !important;
}

.span2 .sidebar-nav [tooltip-popup] {
    display: none !important;
}

@media (min-width: 767px) {
    .span1.main-search-span {
        max-width: 90px;
    }

    .span1 .sidebar-nav li span.hidden-tablet {
        display: none;
    }

    .span1 .nav-header {
        display: none;
    }

    .span1 .nav-header:first-child {
        display: block;
    }

    .span1 .sidebar-nav .nav-tabs > li, .noBorders {
        border: none !important;
    }

    .span1 .sidebar-nav .nav-tabs > li > a {
        border: none;
        padding: 15px 0;
        font-size: 16px;
        text-align: center;
        color: #6B6B6B;
    }

    .span1 .nav-tabs.nav-stacked > li > a:hover {
        font-size: 16px;
        color: #000000;
    }

    .span1.main-menu-span .nav-tabs li.active a, .span1.main-menu-span .nav-tabs li.active a:hover {
        font-size: 16px;
        color: #9A9A9A;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    #content {
        width: 87.03756%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .main-menu-span {
        width: 6.2% !important;
        margin-right: 4%;
    }

    .sidebar-nav > .hidden-tablet {
        display: none !important;
    }
}

.sidebar-nav {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 0;
    box-shadow: 1px 1px 3px #C7C7C7;
}

.sidebar-nav .nav-tabs li a, .sidebar-nav .nav-tabs li a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    font-size: 13px;
    border: none;
}

.sidebar-nav .nav-tabs li:hover a, .sidebar-nav .nav-tabs li.active a {
    background-color: #F9F9F9;

}

.sidebar-nav .nav-tabs li.active a {
    font-size: 13px;
}

.nav-tabs.nav-stacked > li > a {
    border: none;
    color: #3D4850;
}

.span2 .nav-tabs.nav-stacked > li > a {
    padding-left: 20px;
}

.nav-tabs.nav-stacked .nav-header {
    margin: 0;
    padding: 10px;
    background: #F9F9F9;
}

.nav-tabs.nav-stacked > li {
    border-top: 1px solid #EFEFEF;
}

.nav-tabs.nav-stacked > li:first-child {
    border: 0;
}

.nav-tabs li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: inset 0 -8px 8px -9px #BBBBBB;
    background-color: #E8E8E8;
    font-size: 13px;
}

.nav-tabs li.active a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    font-size: 15px;
    color: #B3B3B3;
}

.nav-tabs li.active:hover a {
    color: #B3B3B3;
}

/**.nav-tabs li:first-child
{
   margin-left : 20px;
}**/

.sidebar-nav > ul > li:not(.nav-header) {
    margin: 0;
}

@media (max-width: 767px) {
    .main-menu {
        display: none;
    }

    .main-menu.open {
        display: block;
    }

    .sidebar-nav {
        min-height: 0;
    }

    .sidebar-nav .btn {
        padding: 5px 10px;
    }
}

/** END MENU **/

/** BUTTONS **/
.btn {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    text-shadow: none;
    padding: 5px 12px;
    display: inline-block;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn.btn-notransition, .noTransition {
    transition: none !important;
}

.btn-app {
    position: relative;
    padding: 10px 5px 5px 5px;
    min-width: 180px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 13px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
}

.btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
    font-size: 25px;
    display: block;
    margin-bottom: 6px;
}

.btn-success {
    background-color: #36BB8E;
    border-color: #36BB8E;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    background-color: #299A74;
    border-color: #299A74;
}

.btn-primary {
    background-color: #5E97D0;
    border-color: #5E97D0;
}

.btn-pink {
    color: #bf9696;
    background-color: #ffe5e5;
}

.btn-danger {
    background-color: #D68181;
}

.btn-danger:hover {
    background-color: #D85C5C;
}

.btn-grey, .bg-grey {
    background-color: #C5C5C5;
    color: #656565;
}

.btn-info, .bg-info, .badge-info {
    background-color: #64ADE4;
}

.btn-warning, .bg-warning {
    background-color: #FFAC5B
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #FFC389
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #65A5E4;
    border-color: #65A5E4;
}

.btn-grey.active, .btn-grey.focus, .btn-grey:active, .btn-grey:focus, .btn-grey:hover, .open > .dropdown-toggle.btn-grey {
    background-color: #DADADA;
    color: #656565;
}

.btn-circle {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.btn-icon {
    color: #000000;
    padding: 0;
    border: 0;
    font-size: 25px;
    background: none !important;
}

.btn.btn-icon:hover {
    color: #dddddd;
    background: none;
}

.btn-icon.btn-info, .btn-icon.btn-primary, .txt-primary {
    color: #5E97D0;
}

.txt-success {
    color: #36BB8E;
}

.txt-danger {
    color: #D85C5C;
}

.btn-icon.btn-info:hover, .btn-icon.btn-primary:hover {
    color: #86BAEF;
}

.btn-icon.btn-warning, .txt-warning {
    color: #FFAC5B;
}

.btn-icon.btn-warning:hover {
    color: #EFB57E;
}

.btn-icon.btn-danger {
    color: #e15454;
}

.btn-icon.btn-danger:hover {
    color: #EC8080;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.btn-sm {
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.mtn {
    margin-top: -10px !important;;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

/** END BUTTONS **/

/** BADGES **/
.badge {
    padding: 3px 6px 3px;
}

/** END BADGES **/

/** ALERTS **/
body.block-ui-visible .alert {
    display: none !important;
}

/** END ALERTS **/

/** BREAD CRUMB **/
.breadcrumb a {
    color: #3D4850;
}

.breadcrumb {
    border: none;
    box-shadow: 1px 1px 3px #C7C7C7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/** END BREAD CRUMBS **/

/** BOXES **/
.box {
    -webkit-box-shadow: 1px 1px 3px #C7C7C7;
    -moz-box-shadow: 1px 1px 3px #C7C7C7;
    box-shadow: 1px 1px 3px #C7C7C7;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background: white;
    float: left;
    width: 100%;
}

.box-footer button {
    float: right;
    margin: 0 0 0 5px;
}

.box-header {
    background: #F9F9F9;
    cursor: default;
    border-bottom: 1px solid #EFEFEF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-sizing: border-box;
    height: auto;
    padding-top: 5px;
    border-bottom: 1px solid #DEDEDE;
    min-height: 12px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
}

.box-header h2 {
    font-size: 14px;
    width: auto;
    clear: none;
    float: left;
    line-height: 25px;
    white-space: initial;
}

.box-header h3 {
    font-size: 13px;
    width: auto;
    clear: none;
    float: left;
    line-height: 25px;
    white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 979px) {
    .box-header h2 {
        font-size: 13px !important;
    }

    .box-header h3 {
        font-size: 11px !important;
    }

}

.box-header:before, .box-header:after {
    display: table;
    line-height: 0;
    content: "";
}

.box-header:after {
    clear: both;
}

.box-header, .box-header.well {
    padding: 4px 10px;
}

.box-header .toolbox {
    float: right;
}

.box-header .toolbox .btn {
    padding: 0px 5px;
    font-size: 14px;
}

.box-content {
    padding: 10px;
}

.box-dash {
    box-shadow: none;
    background-color: #ffffff;
}

.box-dash .box-header h2 {
    font-weight: 100;
    font-size: 20px;
    padding: 15px 5px;
}

.box-dash .box-header, .box-dash .box-content, .box-dash .box-footer {
    background: none;
    border: none;
}

.box-dash.box-primary .box-header, .box-dash.box-info .box-header, .box-dash.box-warning .box-header, .box-dash.box-danger .box-header, .box-dash.box-success .box-header {
    color: #ffffff;
}

.box-dash.box-primary .box-header {
    background-color: #5E97D0;
}

.box-dash.box-warning .box-header {
    background-color: #FFAC5B;
}

.box-dash.box-info .box-header {
    background-color: #64ADE4;
}

.box-dash.box-danger .box-header {
    background-color: #DC9494;
}

.box-dash.box-success .box-header {
    background-color: #36BB8E;
}

.box-dash ul.tasks {
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 120px;
}

.box-dash ul.tasks li {
    display: block;
    border-bottom: solid 1px #EFEFEF;
    padding: 5px 0px;
}

/** END GENERAL **/

/** BLOCK UI **/
.block-ui {
    position: relative;
}

body.block-ui {
    /* IE8 doesn't support .block-ui:not(body) */
    position: static;
}

body.block-ui > .block-ui-container, .block-ui-main > .block-ui-container {
    position: fixed;
    z-index: 999999999;
}

.block-ui-container {
    position: absolute;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=00);
    cursor: wait;
}

.block-ui-active > .block-ui-container {
    height: 100%;
}

.block-ui-active .block-ui-active > .block-ui-container {
    height: 0;
}

.block-ui-visible > .block-ui-container {
    opacity: 1;
    filter: alpha(opacity=100);
}

.block-ui-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: white;
}

.block-ui-message-container {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    height: 0;
    text-align: center;
    z-index: 10001;
}

.block-ui-message {
    display: inline-block;
    text-align: left;
    color: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    /* needed for IE */
    filter: alpha(opacity=100);
}

/** END BLOCK UI **/

/*Search box*/
.row-fluid .searchBox.inactive {
    overflow: hidden;
}

.row-fluid .searchBox.inactive h2 span {
    display: none;
}

.main-menu-span {
    position: relative;
    z-index: 999;
    width: 90%;
    margin-left: 10px;
}

.searchBox {
    position: absolute;
    right: -25px;
    z-index: 0;
    width: auto;
    background: #ffffff;
    top: 4px;

}

@media (min-width: 767px) {
    .searchBox {
        width: 24px;
    }
}

.searchBox .box-content, .searchBox .verticalMediumWide {
    display: none;
}

.searchBox .box-header h2 > span {
    display: none;
}

.searchBox .box-header {
    padding: 21px 5px 21px 5px;
    position: relative;
    cursor: pointer;
}

.searchBox.open {
    min-height: 650px;
    right: -902px;
    width: 900px !important;
    /*      max-height: 860px;
        overflow-y: auto;
        overflow-x: hidden;*/
}

.searchCriteriaOverflow {
    overflow: auto;
    max-height: 300px;
}

.searchBox .btn-close {
    padding: 2px 4px 3px 4px;
    display: none;
    margin-right: 10px;
    position: absolute;
    top: -7px;
    border-radius: 20px;
    right: -17px;
    cursor: pointer;
}

.searchBox .box-header h2 {
    float: none;
}

.searchBox.open .btn-close {
    display: block;
}

.searchBox select.results {
    border: solid 1px #C2C2C2;
    width: 100%;
    min-height: 515px;
}

.searchBox.open .box-header {
    padding: 5px 0 5px 5px;
}

.searchBox.open .box-header h2 > span {
    display: inline;
}

.searchBox.open .box-content, .searchBox.open .verticalMediumWide {
    display: block;
}

.searchBox .btn {
    margin: 0;
}

@media (max-width: 767px) {
    .searchBox {
        position: static;
    }

    .searchBox.open {
        width: auto !important;
        min-height: 0;
    }

    .searchBox .box-content {
        display: block;
    }

    .searchBox .box-header {
        padding: 10px 0 20px 15px;
    }

    .searchBox .box-header h2 > span {
        display: inline;
    }

    .searchBox.open .btn-close {
        display: none;
    }

    .searchBox select.results {
        min-height: 0px;
    }
}

/** END SEARCH BOX **/
/** FORMS **/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    box-sizing: border-box;
    margin: 0;
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

select[multiple], select[size] {
    overflow: auto;
}

textarea, .multipleSelect {
    height: 100px !important;
    resize: vertical;
}

.inputFieldAsText {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

@media screen and (min-width: 768px) {
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
}

.input-sm {
    height: 25px !important;
    padding: 0px 12px !important;
    font-size: 12px;
    line-height: 1 !important;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn .btn {
    margin: 0;
    margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

input[readonly].datePickerField {
    cursor: pointer;
    color: #555555;
    font-style: normal;
}

[datepicker-popup-wrap] table .btn {
    text-align: center;
    height: 30px;
    border-radius: 0px;
    border: none;
    background: none;
    min-width: 0 !important;
}

[datepicker-popup-wrap] table tr td:last-child .btn {
    margin-right: 2px;
}

[datepicker-popup-wrap] .btn-group .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

[datepicker-popup-wrap] table .btn:hover {
    background: #eeeeee;
}

[datepicker-popup-wrap] table .btn.active {
    background-color: #669dc7;
    color: #ffffff;
}

[datepicker-popup-wrap] .glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

[datepicker-popup-wrap] .glyphicon-chevron-right:before {
    content: "\f061";
}

[datepicker-popup-wrap] .glyphicon-chevron-left:before {
    content: "\f060";
}

[datepicker-popup-wrap] * {
    outline: none;
}

[datepicker-popup-wrap] td.h6 {
    color: #B3B3B3;
}

.form-condensed {
    margin: 0 0 9px;
}

.form-condensed .control-group {
    margin-bottom: 9px;
}

.form-condensed select, .form-condensed textarea, .form-condensed input[type="text"], .form-condensed input[type="password"], .form-condensed input[type="datetime"], .form-condensed input[type="datetime-local"], .form-condensed input[type="date"], .form-condensed input[type="month"], .form-condensed input[type="time"], .form-condensed input[type="week"], .form-condensed input[type="number"], .form-condensed input[type="email"], .form-condensed input[type="url"], .form-condensed input[type="search"], .form-condensed input[type="tel"], .form-condensed input[type="color"], .form-condensed .uneditable-input {
    padding: 0px 12px;
    height: 25px;
    line-height: 1;
}

.form-condensed textarea {
    height: 50px;
    padding: 5px;
}

.form-condensed textarea[rows] {
    height: auto;
}

.form-condensed .btn {
    padding: 2px 12px 3px 12px;
}

.form-condensed .input-group-addon {
    padding: 4px 12px;
}

.btn-file {
    overflow: hidden;
    position: relative;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}

/** Reset invalid focus inputs **/
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus, input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    border-color: rgba(82, 168, 236, 0.8);
}

/** End reset invalid focus inputs **/
.requiredFocus, .form-submitted .ng-invalid {
    border-color: #DC9494 !important;
    -webkit-box-shadow: 0 0 6px #f8b9b7 !important;
    box-shadow: 0 0 6px #f8b9b7 !important;
    color: #b94a48 !important;
}

.checkbox input[type=checkbox], .radio input[type=radio] {
    margin-top: 0;
    margin-right: 10px;
    float: none;
    margin-left: 0;
}

.controls input[type=checkbox], .controls input[type=radio] {
    margin-top: 0;
    margin-right: 5px;
}

form .controls .alert-danger {
    font-size: 13px;
    margin-top: 4px;
    padding: 5px 15px;
}

.form-condensed .controls .alert-danger {
    font-size: 13px;
    margin-top: 2px;
    padding: 0;
    background: none !important;
    color: #DC9494 !important;
}

input[type="text"].input-mini {
    width: 34px;
    float: right;
    height: 20px;
    font-size: 11px;
    padding: 2px;
}

.font-mini {
    font-size: 12px;
    min-height: 20px !important;
    margin: 3px 0 0 0;
}

.popover-inner {
    width: 180px;
    text-align: center;
    font-size: 12px;

}

.popover-content {
    padding: 5px;
    color: #333333
}

/** END FORMS **/

/** Tables **/
.table {
    margin-bottom: 8px;
    border-collapse: collapse;
}

.table tr td, .table tr th {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.table tr th {
    font-size: 14px;
    text-transform: capitalize;
}

.table tr td {
    font-size: 13px;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    padding: 1px;
}

.overflowScroll {
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}

.table .btn {
    padding: 3px 10px;
}

.table .form-condensed .btn {
    padding: 2px 12px 3px 12px;
}

.table-bordered {
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #E6E6E6 !important;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color: #F3F3F3;
}

.table td[nowrap], .table th[nowrap] {
    padding: 2px;
    vertical-align: middle;
    text-align: center;
}

.table tr.info, .table td.info, .table th.info {
    background: #B9E3F3;
}

.table tr.success, .table td.success, .table th.success {
    background: #D3FFF0 !important;
}

.table tr.danger, .table td.danger, .table th.danger {
    background-color: #F1D5D5
}

.table tr.warning, .table td.warning, .table th.warning {
    background-color: #F9DDC2 !important;
}

.table tr.info:hover, .table td.info:hover, .table th.info:hover, .table tr.info:hover td, .table tr.info:hover th {
    background: #B9E3F3;
}

.table-period tr:hover, .table-period td:hover, .table-period th, .table-period tbody tr:hover td, .table-period tbody tr:hover th {
    background: inherit;
}

.table-period table td {
    border: 0;
    border-bottom: solid 1px #B9E3F3;
    cursor: pointer;
}

.table-period tbody tr td table td:hover {
    background: #B9E3F3;
}

.table-period table tr:last-child td {
    border: 0 !important;
}

.table tr.danger:hover, .table td.danger:hover, .table th.danger:hover, .table tr.danger:hover td, .table tr.danger:hover th {
    background-color: #F1D5D5
}

.table tr.warning:hover, .table td.warning:hover, .table th.warning:hover, .table tr.warning:hover td, .table tr.warning:hover th {
    background-color: #F9DDC2;
}

.table tr.success:hover, .table td.success:hover, .table th.success:hover, .table tr.success:hover td, .table tr.success:hover th {
    background-color: #D3FFF0;
}

.table.table-indicator > tbody tr.active-l1:hover td, .table.table-indicator > tbody tr.active-l1:hover th,
.table.table-indicator > tbody tr.active-l2:hover td, .table.table-indicator > tbody tr.active-l2:hover th {
    background: none;
}

.table.table-indicator > tbody > tr.active-l1 > td:first-child, .table.table-indicator > tbody > tr.active-l2 > td:first-child {
    border-left: solid 1px #5E97D0 !important;
}

.table.table-indicator > tbody > tr.active-l1 > td:last-child, .table.table-indicator > tbody > tr.active-l2 > td:last-child {
    border-right: solid 1px #5E97D0 !important;
}

.table.table-indicator > tbody > tr.active-l1 > td {
    border-top: solid 1px #5E97D0 !important;
}

.table.table-indicator > tbody > tr.active-l2 > td {
    border-bottom: solid 1px #5E97D0 !important;
}

.table.table-indicator.detailOpen tr td, .opacityDisabled {
    opacity: 0.5;
}

.table.table-indicator.detailOpen tr:hover td {
    opacity: 1;
    background: none;
}

.table.table-indicator.detailOpen tr.active-l2 td, .table.table-indicator.detailOpen tr.active-l1 td {
    opacity: 1;
}

table.table-indicator.detailOpen tr.active-l1 td, table.table-indicator.detailOpen tr.active-l1:hover td {
    background: #B9E3F3;
}

/** End tables **/

/** Pagination **/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-inverse {

}

.pagination-inverse li {

}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a {
    background: #fafafa;
    color: #666;
    border-radius: 0 !important;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.page-size-control {
    float: left;
    margin: 8px 0 0 8px;
}

.page-size-control select {
    height: 31px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-round a {
    padding: 0px 14px 7px 15px;
    line-height: 0.9em;
    font-size: 40px;
    font-weight: normal;
    border: solid 1px #dddddd;
    cursor: pointer;
    position: static;
    box-shadow: 0 0 7px #E2E2E2;
}

.pagination-round .paginationItems {
    width: calc(100% - 194px);
    padding: 10px 50px;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.paginationItemsSecond {
    line-height: 2px;
    padding: 10px 50px;
    float: left;
}

.box-header-nav .paginationLeft, .box-header-nav .paginationRight {
    font-size: 22px;
    font-weight: bold;
    padding: 2px 10px 4px 10px;
    cursor: pointer;
    position: static;
    float: left;
    border: solid 1px #dddddd;
    border-radius: 20px;
    box-shadow: 0 0 2px #BDBDBD;
}

.box-header-nav a:hover, .pagination-round a:hover {
    text-decoration: none;
}

/** End pagination **/

/** Alerts **/
.alert {
    text-shadow: none;
}

.label {
    min-width: 45px;
    display: inline-block;
}

.label-lg {
    line-height: 24px;
}

.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success {
    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

.bg-warning, .callout.callout-warning, .alert-warning, .label-warning {
    background-color: #FFAC5B;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info {
    background: #81c7e1 !important;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger {
    background: #E2A0A0 !important;
}

.alert-success {
    background-color: #36BB8E;
}

/** End Alerts **/

/** TOP BLOCK **/
.top-block {
    text-align: left;
    font-weight: normal;
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    margin-left: 0;
    font-size: 14px;
    padding: 2px;
    line-height: 22px;
    text-shadow: 0 0 1px #DDD;
    text-decoration: none;
}

.top-block:hover {
    text-decoration: none;
}

.info-box-text {
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    z-index: 10;
}

.top-block .icon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 0;
    font-size: 70px;
    color: #dddddd;
    opacity: 0.2;
}

.top-block:hover .icon {
    font-size: 90px;
}

/** END TOP BLOCK **/

/** NAV TABS **/
.box-content .nav-tabs {
    margin: 0;
}

/** END NAV TABS **/

/** POP UPS **/
.ngdialog.ngdialog-theme-default .ngdialog-content {
    padding-top: 32px;
    margin-top: 50px;
    width: 1280px;
    display: table;
}

.ngdialog.ngdialog-theme-wide .ngdialog-content {
    width: 90% !important;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
    border-radius: 50px;
    color: #ffffff;
    background: #e15454;
    padding: 0px 5px;
    width: auto;
    height: auto;
    right: -12px;
    top: -12px;
}

@media (max-width: 767px) {
    .ngdialog.ngdialog-theme-default .ngdialog-close:before {
        right: 2px;
        top: 6px;
        padding: 9px 15px;
    }

    .ngdialog.ngdialog-theme-default .ngdialog-content {
        padding-top: 58px;
    }
}

.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before, .ngdialog.ngdialog-theme-default .ngdialog-close:active:before, .playerDisabled {
    color: #dddddd;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    font-family: Roboto;
}

.ngdialog-delete.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 550px;
    background: none;
}

.ngdialog-delete.ngdialog.ngdialog-theme-default .ngdialog-close {
    top: 33px;
    right: 10px;
}

.ngdialog-delete.ngdialog.ngdialog-theme-default .box-header {
    background: #dddddd;
}

.ngdialog-delete.ngdialog.ngdialog-theme-default .box-footer {
    border-radius: 0;
}

.form-horizontal .control-label {
    font-weight: bold;
}

.span2-4 .control-label {
    width: 80px;
}

.form-control.txtbox {
    width: 120%;
}

.span2-4 .controls {
    margin-left: 90px;
}

.form-condensed .span2-4 {
    width: 19.2%;
    margin-left: 1%;
}

@media (max-width: 767px) {
    .form-condensed .span2-4 {
        display: block;
        float: none;
        width: 100%;
    }
}

.hover-block.textboxDropdownList {
    width: 124px;
}

.hover-block.textboxDropdownList.blockWidth {
    width: 172px;
}

.hover-block {
    display: none;
    position: absolute;
    /*width: 178px;*/
    margin: 0px 0 0 -6px;
    padding: 4px 4px 0px 0px;
    background: #fff;
    z-index: 9999;
    border: solid 1px #D0CDCD;
    /*	border-radius: 5px;*/
}

.plain-hover-block {
    display: none;
}

.hover-box:hover > .hover-block, .plain-hover-box:hover > .plain-hover-block, .justShow {
    display: block !important;
}

.hover-box {
    margin: 0 0 5px 5px !important;

}

.vertical .hover-block.textboxDropdownList {
    margin: 27px 0 0 0px;
}

.vertical.hover-box .btn {
    width: 132px;
    text-shadow: none;
}

.vertical.hover-box.btnblockWidth .btn {
    width: 163px;
    text-shadow: none;
}

.verticalMediumWide .hover-block.textboxDropdownList {
    margin: 27px 0 0 0px;
    padding: 0px;
}

.verticalMediumWide.hover-box .btn {
    width: auto;
    text-shadow: none;
}

.verticalMediumWide .hover-block.textboxDropdownList {
    width: 250px;
    overflow: auto;
    /*height: 345px;*/
}

.verticalMediumWide .hover-block.textboxDropdownList.doubleColumn {
    width: 370px;
}

.verticalMediumWide .hover-block.textboxDropdownList.doubleColumn li {
    width: 47%;
}

.hover-box .btn.btn-success, .hover-box .btn-success .caret {
    background: #fff;
    color: #36BB8E;
    border-top-color: #36BB8E;
}

.hover-box .btn.btn-info, .hover-box .btn-info .caret {
    background: #fff;
    color: #64ADE4;
    border-top-color: #64ADE4;
}

.hover-box .btn.btn-warning, .hover-box .btn-warning .caret {
    background: #fff;
    color: #FFAC5B;
    border-top-color: #FFAC5B;
}

.hover-box .btn.btn-danger, .hover-box .btn-danger .caret {
    background: #fff;
    color: #D85C5C;
    border-top-color: #D85C5C;
}

.hover-box a.btn {
    background-color: #F7CEAA;
    border-color: #299A74;
    border: none;
    color: #CE7F5A;
    /*   border-radius: 5px;*/
    min-width: 25px;
    border: solid 1px;
}

.hover-box a.full-width {
    float: left;
    width: calc(100% - 10px);
    text-align: center;
}

.hover-block.leftHoverBox {
    margin: 0px 0 0 -76px;
}

.hover-block.floating-btn {
    background: none;
    border: none;
}

.textboxDropdownList {
    margin: 0;
    /*position: absolute;
    width: 30%;*/
    background: #fff;
    float: left;
    width: auto;
}

.textboxDropdownList li {
    border: solid 1px #F1F0F0;
    padding: 0px;
    width: calc(100% - 15px);
    float: left;
    list-style: none;
}

.textboxDropdownList li:hover {
    background: #EFEFEF;
    cursor: pointer;
}

/** END POP UPS **/

/** TIMELINE **/
ul.timeline {
    list-style-type: none;
    margin: 20px 0 0 30px;
    position: relative;
}

ul.timeline li {
    position: relative;
    margin: 0 0 20px 0;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #dddddd;
    left: 0;
    margin-left: -1.5px;
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li > .timeline-event {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-event .timeline-event-heading {
    margin: 0 0 10px 0;
}

.timeline > li > .timeline-event .timeline-event-heading .timeline-event-date {
    font-size: 20px;
    padding-right: 5px;
    font-weight: 300;
}

.timeline > li > .timeline-event .timeline-event-heading .timeline-event-date:before {
    content: "\f073";
    font: normal normal normal 20px/1 FontAwesome;
    padding-right: 5px;
}

.timeline > li > .timeline-event .timeline-event-heading h4 {
    margin-top: 0;
    color: inherit;
    text-transform: uppercase;
    color: #5E97D0;
}

.timeline > li > .timeline-event .timeline-event-footer {
    border-top: 1px solid #d4d4d4;
    padding-top: 10px;
}

.periodlist:hover .btn {
    opacity: 0.5;
}

.periodlist:hover .btn:hover {
    opacity: 1;
}

/** END TIMELINE **/

/** CUSTOM STYLES **/
.sort-buttons {
    width: 10px !important;
}

/** Contract wizard **/

.contract-wizard .nav-tabs li {
    position: relative;
    overflow: visible;
    margin-right: 18px;
    margin-bottom: 10px;
    height: 32px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 6px 15px 0 15px;
    background-color: #9DCCAC;
    color: #FFFFFF;
    box-shadow: -1px 3px 5px #D4D4D4;
}

.contract-wizard .nav-tabs li.active ~ li {
    background-color: #dedede;
    color: #909090;
}

.contract-wizard .nav-tabs li.active {
    background-color: #36BB8E;
    color: #FFFFFF;
}

.contract-wizard .nav-tabs li .numbering {
    display: block;
    float: left;
    font-size: 10px;
    text-align: center;
    width: 20px;
    margin: 0 5px 0px 0px;
    line-height: 15px;
    font-size: 21px;
}

.contract-wizard .nav-tabs li.active .numbering {
    text-shadow: none;
}

.contract-wizard .nav-tabs li:first-child {
    /*margin-left : 30px;*/
}

.contract-wizard .nav-tabs li:before {
    width: 0px;
    height: 0px;
    border-top: 16px solid #F0EEE3;
    border-bottom: 16px solid #F0EEE3;
    border-left: 16px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    left: -16px;
    border-top: 16px solid #9DCCAC;
    border-bottom: 16px solid #9DCCAC;
}

.contract-wizard .nav-tabs li.active:before {
    border-top: 16px solid #36BB8E;
    border-bottom: 16px solid #36BB8E;
}

.contract-wizard .nav-tabs li:after {
    width: 0px;
    height: 0px;
    border-top: 16px solid #F0F0F0;
    border-bottom: 16px solid #F0F0F0;
    border-left: 16px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    right: -15px;
    border-left: 16px solid #9DCCAC;
}

.contract-wizard .nav-tabs li.active:after {
    border-left: 16px solid #36BB8E;
}

.contract-wizard .nav-tabs li.active ~ li:after {
    border-left: 16px solid #DEDEDE;
}

.contract-wizard .nav-tabs li.active ~ li:before {
    border-top: 16px solid #DEDEDE;
    border-bottom: 16px solid #DEDEDE;
}

.contract-wizard .wizard-footer ul {
    position: relative;
    margin-top: 20px;
    list-style: none;
}

.contract-wizard .wizard-footer ul li {
    text-transform: uppercase;
    border: none;
    background: none;
    margin: 0;
    border-radius: 0;
    position: relative;
    padding: 10px 0;
    width: 16.66666666666%;
    text-align: center;
    float: left;
}

.contract-wizard .wizard-footer ul:before {
    position: absolute;
    height: 1px;
    background-color: #dedede;
    content: '';
    left: calc(8.3333333%);
    right: calc(8.3333333%)
}

.contract-wizard .wizard-footer ul li:after {
    position: absolute;
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    background-color: #9DCCAC;
    border-radius: 100%;
    content: '';
}

.contract-wizard .wizard-footer ul li.active:after {
    background-color: #36BB8E;
}

.contract-wizard .wizard-footer ul li.active ~ li:after {
    background-color: #dedede;
}

/** End contract wizard **/

/** Add region list **/
.regions-controls {
    position: relative;
}

.regions-controls .exisitingRegionsList {
    position: absolute;
    margin: 0;
    list-style-type: none;
    top: 34px;
    left: 0px;
    max-height: 209px;
    overflow-y: auto;
    width: 100%;
    z-index: 999;
}

.regions-controls .exisitingRegionsList li {
    border: 1px #DFDFDF solid;
    border-top: none;
    background: #ffffff;
    padding: 3px 8px;
    cursor: pointer;
}

.regions-controls .exisitingRegionsList li:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.regions-controls .exisitingRegionsList li:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/** End add region list **/
.login-box {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    text-align: center;
}

.login-box .btn {
    margin: 0;
    width: 100%
}

/** Progress bars **/
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
}

/** End progress bar **/

.box-footer {
    padding: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
}

.box-footer .btn + .btn, .btn {
    margin: 2px;
}

.box-footer .btn-app {
    /*    margin-bottom : 5px !important; */
    min-width: 120px;
}

/** Cg Notify overrides **/
.cg-notify-close {
    opacity: 1;
    top: -5px;
    right: -12px;
}

.cg-notify-close span:first-child {
    border-radius: 50px;
    color: #ffffff;
    background: #e15454;
    padding: 0px 5px;
    width: auto;
    height: auto;
    right: -12px;
    top: -12px;
    text-shadow: none;
    font-weight: normal;
}

.cg-notify-close:hover span:first-child {
    color: #dddddd;
}

.cg-notify-close:hover {
    opacity: 1;
}

.cg-notify-message + .cg-notify-message {
    display: none;
}

/** End Cg Notify overrides **/

/** NVD3 Charts **/
.nvd3 text {
    color: #A54C4C;
    font: 400 13px Roboto;
    text-shadow: 0px 0px 6px #FFFFFF;
}

.clickable-chart .nv-bar {
    cursor: pointer;
}

.nv-sunburstChart:hover path {
    opacity: 0.3;
    transition: all ease 0.5s;
}

.nv-sunburstChart:hover path:hover {
    opacity: 2 !important;
}

/** End NVD3 Charts **/

/** CLOCK **/
.clock {
    font-family: Roboto;
    font-weight: 100;
    font-size: 35px;
    text-align: center;
}

/** END CLOCK **/

/** Animations **/
.searchBox {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.searchBox .box-header {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus, input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.table.table-indicator.detailOpen tr td {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.top-block .icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn {
    transition: all 0.3s ease;
}

.contract-wizard .wizard-footer ul li:after {
    transition: .25s;
}

.sidebar-nav .nav-tabs li a, .nav > li > a {
    -webkit-transition: background .2s ease, color 0.2s ease;
    -o-transition: background .2s ease, color 0.2s ease;
    transition: background .2s ease, color 0.2s ease;
}

.block-ui-container {
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.progress-bar {
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.kng-fade {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
}

.alert.alert-danger {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.kng-fade.ng-hide, .alert.ng-hide {
    opacity: 0;
}

.kng-fade.ng-hide-add, .kng-fade.ng-hide-remove, .alert.ng-hide-add, .alert.ng-hide-remove {
    display: block !important;
}

/** End animations **/

/** END CUSTOM STYLES **/
.cursorText {
    cursor: default;
}

/*Country CSS*/
.country-dropdown-menu li a {
    padding: 2px 2px 2px 3px;
    background: #fff;
}

.country-dropdown-menu li {
    border: solid 1px #F4F6F7 !important;
}

.country-dropdown-menu li:hover {
    border: solid 1px #4183c4 !important;
}

.country-dropdown-menu li:hover > a {
    color: #36BB8E;
    background: #fff;
}

.country-dropdown-menu li {
    padding: 4px 0 5px 50px;
    background: url('../images/flags.png') no-repeat !important;
    background-size: 40px 102px !important;
    background-position-x: 4px !important;
    cursor: pointer;
}

.country-dropdown-menu li.uk {
    background-position-y: 0px !important;
}

.country-dropdown-menu li.ca {
    background-position-y: -50px !important;
}

.country-dropdown-menu li.fr {
    background-position-y: -75px !important;
}

.languageFlag {
    background: url('../images/flags.png') no-repeat !important;
    background-size: 37px 76px !important;
    width: 40px;
    height: 18px;
    float: left;
}

.languageFlag.en-US {
    background-position-y: -19px !important;
}

.languageFlag.en-CA, .languageFlag.fr-CA {
    background-position-y: -38px !important;
}

.languageFlag.fr-FR {
    background-position-y: -57px !important;
}

/*hoverShowUp*/
.hoverShowUp .btn.trigger {
    display: none;
    font-size: 11px;
}

.hoverShowUp input[type="text"], .row-fluid .hoverShowUp [class*="span"] {
    height: 20px;
    min-height: 20px;
}

.hoverShowUp:hover > .btn {
    display: block;
}

/** Margin Padding Helper classes **/
.m0 {
    margin: 0 !important;
}

.m {
    margin: 16px !important;
}

.ms {
    margin: 3px !important;
}

.mtl {
    margin-top: 16px !important;
}

.mtll {
    margin-top: 25px !important;
}

.mrl {
    margin-right: 16px !important;
}

.mbl {
    margin-bottom: 16px !important;
}

.mll {
    margin-left: 16px !important;
}

.mlll {
    margin-left: 25px !important;
}

.mt {
    margin-top: 8px !important;
}

.mts {
    margin-top: 6px !important;
}

.mtss {
    margin-top: 2px !important;
}

.mr {
    margin-right: 8px !important;
}

.mb {
    margin-bottom: 8px !important;
}

.ml {
    margin-left: 5px !important;
}

.mrs {
    margin-right: 3px !important;
}

.mls {
    margin-left: 5px !important;
}

.p0 {
    padding: 0 !important;
}

.ps {
    padding: 3px !important;
}

.pm {
    padding: 5px !important;
}

.pl {
    padding-left: 8px !important;
}

.pt {
    padding-top: 8px !important;
}

.pr {
    padding-right: 8px !important;
}

.pb {
    padding-bottom: 8px !important;
}

.prs {
    padding-right: 3px !important;
}

.pls {
    padding-left: 3px !important;
}

.pts {
    padding-top: 5px !important;
}

.pbs {
    padding-bottom: 5px !important;
}

.prr {
    padding-right: 16px !important;
}

/** End Margin Padding Helper classes **//** END CUSTOM STYLES **/

body {
    background-color: #E6E6E6;
}

hr {
    border-top: solid 1px #dddddd;
}

.monitorTab {
    font-size: 14px !important;
    padding: 0 !important;
}

.fontSize {
    font-size: 14px !important;
}

/** Helper classes for backgrounds & borders **/
.with-background, .bg-grey {
    background: #f9f9f9;
}

.border-bottom {
    border-bottom: solid 1px #dddddd;
}

.border-top {
    border-top: solid 1px #dddddd;
}

.bg-blue, .bg-primary {
    background-color: #5E97D0 !important;
    color: #FFF !important;
}

.bg-white {
    background-color: #ffffff;
}

/** END GENERAL **/

/** MENU **/
.navbar .navbar-inner {
    box-shadow: 1px 1px 3px #C7C7C7;
}

.dropdown-menu {
    box-shadow: 1px 1px 3px #C7C7C7;
    border-top: solid 1px #dddddd;
    border-left: solid 1px #dddddd;
}

.sidebar-nav .nav-header:first-child {
    min-height: 20px;
}

.span2 .sidebar-nav [tooltip-popup] {
    display: none !important;
}

@media (min-width: 767px) {

    .span1 .sidebar-nav .nav-tabs > li > a {
        color: #6B6B6B;
    }

    .span1 .nav-tabs.nav-stacked > li > a:hover {
        color: #000000;
    }

    .span1.main-menu-span .nav-tabs li.active a, .span1.main-menu-span .nav-tabs li.active a:hover {
        color: #9A9A9A;
    }
}

.sidebar-nav {
    background: #ffffff;
    box-shadow: 1px 1px 3px #C7C7C7;
}

.sidebar-nav .nav-tabs li a, .sidebar-nav .nav-tabs li a:hover {
    background-color: #ffffff;
}

.sidebar-nav .nav-tabs li:hover a, .sidebar-nav .nav-tabs li.active a {
    background-color: #f0f0f0;
}

.nav .nav-header {
    background: #F9F9F9;
}

.nav-tabs.nav-stacked > li {
    border-top: 1px solid #EFEFEF;
}

.nav-tabs li a {
    box-shadow: inset 0 -8px 8px -9px #BBBBBB;
    background-color: #E8E8E8;
}

.nav-tabs li.active a {
    background-color: #ffffff;
    color: #B3B3B3;
}

.nav-tabs li.active:hover a {
    color: #B3B3B3;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #669DC7;
}

/** END MENU **/

/** BUTTONS **/

.btn-app {
    border: 1px solid #ddd;
    background-color: #f4f4f4;
}

.btn-success {
    background-color: #36BB8E;
    border-color: #36BB8E;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    background-color: #299A74;
    border-color: #299A74;
}

.btn-primary, .bg_blue {
    background-color: #5E97D0;
    border-color: #5E97D0;
}

.btn-danger {
    background-color: #D68181;
    border-color: #D68181;
}

.btn-danger:hover {
    background-color: #D85C5C;
}

.btn-grey, .bg-grey {
    background-color: #C5C5C5;
    color: #656565;
}

.btn-info, .bg-info, .badge-info {
    background-color: #64ADE4;
    border-color: #64ADE4;
}

.btn-warning, .bg-warning {
    background-color: #FFAC5B;
    border-color: #FFAC5B;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #FFC389
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #65A5E4;
    border-color: #65A5E4;
}

.btn-grey.active, .btn-grey.focus, .btn-grey:active, .btn-grey:focus, .btn-grey:hover, .open > .dropdown-toggle.btn-grey {
    background-color: #DADADA;
    color: #656565;
}

.btn-icon {
    color: #000000;
}

.btn.btn-icon:hover {
    color: #dddddd;
}

.btn-icon.btn-info, .btn-icon.btn-primary {
    color: #5E97D0;
}

.btn-icon.btn-info:hover, .btn-icon.btn-primary:hover {
    color: #86BAEF;
}

.btn-icon.btn-warning {
    color: #FFAC5B;
}

.btn-icon.btn-warning:hover {
    color: #EFB57E;
}

.btn-icon.btn-danger {
    color: #e15454;
}

.btn-icon.btn-danger:hover {
    color: #EC8080;
}

/** END BUTTONS **/

/** BOXES **/
.box {
    -webkit-box-shadow: 1px 1px 3px #C7C7C7;
    -moz-box-shadow: 1px 1px 3px #C7C7C7;
    box-shadow: 1px 1px 3px #C7C7C7;
}

.box-header {
    background: #F9F9F9;
    border-bottom: 1px solid #EFEFEF;
}

.box-header:before, .box-header:after {
    display: table;
    line-height: 0;
    content: "";
}

.box-dash {
    background-color: #ffffff;
}

.box-dash.box-primary .box-header, .box-dash.box-info .box-header, .box-dash.box-warning .box-header, .box-dash.box-danger .box-header {
    color: #ffffff;
}

.box-dash.box-primary .box-header {
    background-color: #5E97D0;
}

.box-dash.box-warning .box-header {
    background-color: #FFAC5B;
}

.box-dash.box-info .box-header {
    background-color: #64ADE4;
}

.box-dash.box-danger .box-header {
    background-color: #DC9494;
}

.box-dash ul.tasks li {
    border-bottom: solid 1px #EFEFEF;
}

/** END GENERAL **/

/** BLOCK UI **/
.block-ui-overlay {
    background-color: white;
}

.block-ui-message {
    color: #f5f5f5;
}

/** END BLOCK UI **/

/*Search box*/
.searchBox {
    background: #ffffff;
}

.searchBox select.results {
    border: solid 1px #C2C2C2;
}

/** END SEARCH BOX **/
/** FORMS **/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.input-group .input-group-addon {
    border-color: #d2d6de;
    background-color: #fff;
}

.input-group-addon {
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
}

input[readonly].datePickerField {
    color: #555555;
}

[datepicker-popup-wrap] table .btn:hover {
    background: #eeeeee;
}

[datepicker-popup-wrap] table .btn.active {
    background-color: #669dc7;
    color: #ffffff;
}

[datepicker-popup-wrap] td.h6 {
    color: #B3B3B3;
}

/** Reset invalid focus inputs **/
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus, input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    border-color: rgba(82, 168, 236, 0.8);
}

/** End reset invalid focus inputs **/
.requiredFocus, .form-submitted .ng-invalid {
    border-color: #DC9494 !important;
    -webkit-box-shadow: 0 0 6px #f8b9b7 !important;
    box-shadow: 0 0 6px #f8b9b7 !important;
    color: #b94a48 !important;
}

.form-condensed .controls .alert-danger {
    color: #DC9494 !important;
}

/** END FORMS **/

/** Tables **/
@media screen and (max-width: 767px) {
    .table-responsive {
        border: 1px solid #ddd;
    }
}

.table-bordered {
    border: 1px solid #f4f4f4;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #E6E6E6 !important;
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color: #F3F3F3;
}

.table tr.info, .table td.info, .table th.info {
    background: #B9E3F3;
}

.table tr.danger, .table td.danger, .table th.danger {
    background-color: #F1D5D5
}

.table tr.warning, .table td.warning, .table th.warning {
    background-color: #F9DDC2;
}

.table tr.info:hover, .table td.info:hover, .table th.info:hover, .table tr.info:hover td, .table tr.info:hover th {
    background: #B9E3F3;
}

.table tr.danger:hover, .table td.danger:hover, .table th.danger:hover, .table tr.danger:hover td, .table tr.danger:hover th {
    background-color: #F1D5D5
}

.table tr.warning:hover, .table td.warning:hover, .table th.warning:hover, .table tr.warning:hover td, .table tr.warning:hover th {
    background-color: #F9DDC2;
}

.table.table-indicator > tbody > tr.active-l1 > td:first-child, .table.table-indicator > tbody > tr.active-l2 > td:first-child {
    border-left: solid 1px #5E97D0 !important;
}

.table.table-indicator > tbody > tr.active-l1 > td:last-child, .table.table-indicator > tbody > tr.active-l2 > td:last-child {
    border-right: solid 1px #5E97D0 !important;
}

.table.table-indicator > tbody > tr.active-l1 > td {
    border-top: solid 1px #5E97D0 !important;
}

.table.table-indicator > tbody > tr.active-l2 > td {
    border-bottom: solid 1px #5E97D0 !important;
}

table.table-indicator.detailOpen tr.active-l1 td, table.table-indicator.detailOpen tr.active-l1:hover td {
    background: #B9E3F3;
}

/** End tables **/

/** Pagination **/
.pagination > li > a {
    background: #fafafa;
    color: #666;
}

.pagination > li > a, .pagination > li > span {
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-round a {
    border: solid 1px #dddddd;
    box-shadow: 0 0 7px #E2E2E2;
}

.box-header-nav .paginationLeft, .box-header-nav .paginationRight {
    border: solid 1px #dddddd;
    box-shadow: 0 0 2px #BDBDBD;
}

.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success {
    color: #fff !important;
}

.bg-warning, .callout.callout-warning, .alert-warning, .label-warning {
    background-color: #FFAC5B !important;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info {
    background: #81c7e1 !important;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger {
    background: #E2A0A0 !important;
}

.bg-success, .callout.callout-success, .alert-success, .label-success {
    background-color: #36BB8E;
}

/** End Alerts **/

/** TOP BLOCK **/
.top-block {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

/** END TOP BLOCK **/

/** NAV TABS **/
.ngdialog.ngdialog-theme-default .ngdialog-close:before {
    color: #ffffff;
    background: #e15454;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before, .ngdialog.ngdialog-theme-default .ngdialog-close:active:before, .top-block .icon, .cg-notify-close:hover span:first-child {
    color: #dddddd;
}

.ngdialog-delete.ngdialog.ngdialog-theme-default .box-header {
    background: #dddddd;
}

/** END POP UPS **/

/** CUSTOM STYLES **/

/** Contract wizard **/

.contract-wizard .nav-tabs li {
    background-color: #9DCCAC;
    color: #FFFFFF;
    box-shadow: -1px 3px 5px #D4D4D4;
}

.contract-wizard .nav-tabs li.active ~ li {
    background-color: #dedede;
    color: #909090;
}

.contract-wizard .nav-tabs li.active {
    background-color: #36BB8E;
    color: #FFFFFF;
}

.contract-wizard .nav-tabs li:before {
    border-top: 16px solid #F0EEE3;
    border-bottom: 16px solid #F0EEE3;
    border-left: 16px solid transparent;
    border-top: 16px solid #9DCCAC;
    border-bottom: 16px solid #9DCCAC;
}

.contract-wizard .nav-tabs li.active:before {
    border-top: 16px solid #36BB8E;
    border-bottom: 16px solid #36BB8E;
}

.contract-wizard .nav-tabs li:after {
    border-top: 16px solid #F0F0F0;
    border-bottom: 16px solid #F0F0F0;
    border-left: 16px solid transparent;
    border-left: 16px solid #9DCCAC;
}

.contract-wizard .nav-tabs li.active:after {
    border-left: 16px solid #36BB8E;
}

.contract-wizard .nav-tabs li.active ~ li:after {
    border-left: 16px solid #DEDEDE;
}

.contract-wizard .nav-tabs li.active ~ li:before {
    border-top: 16px solid #DEDEDE;
    border-bottom: 16px solid #DEDEDE;
}

.contract-wizard .wizard-footer ul:before {
    background-color: #dedede;
}

.contract-wizard .wizard-footer ul li:after {
    background-color: #9DCCAC;
}

.contract-wizard .wizard-footer ul li.active:after {
    background-color: #36BB8E;
}

.contract-wizard .wizard-footer ul li.active ~ li:after {
    background-color: #dedede;
}

/** End contract wizard **/

/** Add region list **/
.regions-controls .exisitingRegionsList li {
    border: 1px #DFDFDF solid;
    background: #ffffff;
}

/** End add region list **/

/** Progress bars **/
.progress {
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    color: #fff;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
}

/** End progress bar **/
.cg-notify-close span:first-child {
    color: #ffffff;
    background: #e15454;
}

/** End Cg Notify overrides **/

/** NVD3 Charts **/
.nvd3 text {
    color: #A54C4C;
    text-shadow: 0px 0px 6px #FFFFFF;
}

/** End NVD3 Charts **/

/**Start Filter List**/

.filter-box .filter-values {
    float: left;
    margin: 0 2px;
    background: #efefef;
    padding: 0 5px;
    border: solid 1px #868484;
}

/**End Filter List**/

/** START menuWideOpen STYLES **/

.menuWideOpen #mainMenu ul {
    display: none;
}

.menuWideOpen #mainMenu li.firsLevelMenu {
    display: block;
    width: 14%;
    float: left;
    border: solid 1px #b5b5b5;
    border-top: solid 2px #b5b5b5;
}

.menuWideOpen #mainMenu li:hover ul {
    display: block !important;
    margin: 0;
}

.menuWideOpen {
    /*height: 35px;*/
    background: #fbfbfb;
}

.menuWideOpen #mainMenu {
    position: absolute;
    width: 100%;
    z-index: -999;
}

.menuWideOpen #mainMenu .nav li a.ajax-link {
    margin: 0;
}

.menuWideOpen #mainMenu li:hover ul li {
    width: 100%;
    float: left;
}

.menuWideOpen .navSearchForm {
    margin: 36px 0 0 0;
}

.nav {
    margin-bottom: 0px;
}

.nav-pills > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #669DC7;
}

/** END menuWideOpen STYLES **/

/**Start drag drop List**/
.dndDragging {
    border: solid 2px #5e97d0;
}

.dndPlaceholder {
    display: none;
}

/**End drag drop List**/

/*Bootstrap Overule*/
.form-horizontal .control-label.control-labelMini {
    width: 90px;
}

.form-horizontal .controls.controlsMini {
    margin-left: 110px;
}

/** END CUSTOM STYLES **/

/** start row styles**/
.row-White td {
    background-color: #ffffff !important;
}

.row-Grey td {
    background-color: #f5f5f5 !important;
}

/** end row styles**/

/**Start of Input Number should be right align**/
.numberAlign {
    text-align: right !important;
}

/**End of Input Number should be right align**/

/**Start of Unclickable button**/
.noCursor {
    pointer-events: none !important;
    cursor: default !important;
}

/**End of Unclickable button**/

/**Start of Unclickable button**/
.infoText {
    border: 1px solid #ccc !important;
    background-color: #FFF !important;
    color: #000 !important;
}

/**End of Unclickable button**/

.scrollit {
    overflow-y: scroll;
    height: 290px;
}

.nav-list > li > a {
    padding-top: 0;
    margin: 0px;
}

.borderWidth {
    border-width: medium;
}

.btnblockAdjust {
    text-align: center;
    width: 50%;
}

.floatingContainerRight {
    position: absolute;
    right: 25px;
    top: 91px;
}

/*Start On Off Switch Start*/

.switch {
    position: relative;
    display: inline-block;
    width: 32px !important;
    height: 16px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #5e97d0;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.slider.round {
    border-radius: 12px;
}

.slider.round:before {
    border-radius: 50%;
}

/*End On Off Switch End*/

.slider.round {
    border-radius: 12px;
}

.slider.round:before {
    border-radius: 50%;
}

/*End On Off Switch End*/
.dropdown {
    display: inline-block;
}

.dropdown {
    position: relative;
    cursor: pointer;
}

body .metric-circle.processed {
    background: #d6a45e;
}

body .metric-circle {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-flex;
    display: -moz-inline-flex;
    display: -webkit-inline-flex;
}

body .metric-circle.open {
    background: #59c1ca;
}

body .metric-circle.bounce {
    background: #D85C5C;
}
body .metric-circle.dropped {
    background: #7B1FA2;
}
body .metric-circle.deferred {
    background: #980A0B;
}
body .metric-circle.delivered {
    background: #299A74;
}

.drop-menu-right-aligned {
    right: 0;
    left: inherit;
}

.drop-menu {
    box-shadow: 0 2px 6px 0 rgba(41, 70, 97, .2);
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    min-width: 180px;
    padding: 10px 0;
    margin: 1px -1px;
    overflow: hidden;
    cursor: default;
    background: #fbfbfc;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: top .3s, opacity .3s;
}

.dropdown.is-active .drop-menu {
    top: 100%;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
}

.drop-menu-right-aligned {
    right: 0;
    left: inherit;
}

.dropdown-link {
    display: block;
    padding: 10px 18px 7px;
    font-size: 13px;
    line-height: 18px;
    color: #546b81;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.input-checkbox-label, .input-radio-label {
    position: absolute;
    display: inline;
    margin-left: 15px;
    font-size: 13px;
    line-height: 18px;
    color: #294661;
    cursor: pointer;
}

body .metric-circle {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-flex;
    display: -moz-inline-flex;
    display: -webkit-inline-flex;
}

.input-text-wrap.is-full-width {
    width: 100%;
    max-width: 100%;
}

.input-text-wrap {
    position: relative;
    padding-top: 15px;
    margin-bottom: 20px;
}

.input-text-label {
    position: absolute;
    top: 18px;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    pointer-events: none;
    transition: top .3s, font-size .3s;
    transition-timing-function: cubic-bezier(.02, .01, .47, 1);
}

.input-text-wrap [type=text] {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 13px;
    line-height: 24px;
    color: #294661;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #d4dadf;
    box-shadow: 0 1px 0 transparent;
    transition: border-color .3s, box-shadow .3s;
}

.input-text-wrap.has-value .input-text-label, .input-text-wrap.is-focused .input-text-label {
    top: 0;
    font-size: 12px;
    line-height: 15px;
}

.btn-svg-icon {
    padding-top: 12px;
    padding-bottom: 10px;
    line-height: 0;
}

.btn-secondary {
    border-color: #489be8;
}

.btn-primary.has-badge .badge, .btn-secondary {
    color: #1a82e2;
    background-color: #fff;
}

.btn-dropdown {
    padding-right: 25px;
    padding-left: 25px;
}

.btn-secondary.is-active, .btn-secondary:active {
    box-shadow: 0 1px 4px 0 rgba(26, 130, 226, .2);
}

.btn-right-margin {
    display: inline-block;
    margin-right: 12px;
}

.input-info-tooltip-container {
    position: relative;
    display: inline-block;
    text-transform: none;
    width: 18px;
    height: 18px;
    font-weight: 100;
}

.input-info-tooltip-container .input-info-tooltip {
    width: 18px;
    height: 18px;
    line-height: 1;
}

.input-info-tooltip {
    position: absolute;
    top: 19px;
    right: 0;
}

.input-info-tooltip .sg-icon, [data-tooltip] .sg-icon {
    margin-left: 3px;
    color: #7f90a0;
    vertical-align: middle;
    cursor: pointer;
    transition: color .3s;
}

.input-info-tooltip-container .tooltip-js-content {
    top: -10000px;
    color: #fff;
    z-index: 99999;
    margin: 0;
    letter-spacing: normal;
    white-space: normal;
    font-weight: 100;
    font-size: 12px;
}

.input-info-tooltip .sg-icon.is-hovered, .input-info-tooltip .sg-icon:hover, [data-tooltip] .sg-icon.is-hovered, [data-tooltip] .sg-icon:hover {
    color: #294661;
}

.input-info-tooltip .sg-icon, [data-tooltip] .sg-icon {
    margin-left: 3px;
    color: #7f90a0;
    vertical-align: middle;
    cursor: pointer;
    transition: color .3s;
}

.sg-icon {
    font-family: styleguideicons;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.popover {
    text-decoration: none;
    color: white;
    position: absolute;
    left: 100%;
    top: 0;
    display: block;
    padding: 0 20px;
    background: #294661;
    border-radius: 2px;
}

.popover span {
    display: block;
    font-weight: 700;
}

.logo {
    display: none;
}

.ws-12, .ws-2 {
    width: 100%;
}
