/* CCprint stylesheet by bZ */


.clearfix {
    margin-top:70px;
    margin-bottom: 15px;
}

html {
    position: relative;
    min-height: 100%;
    height: auto;
}

body {
    height: auto !important;
    margin: 0 0 150px;
}

p {
    color: #666 !important;
    font-size: 0.9rem !important;
    line-height: 1.3rem;
}

h3 {
    font-weight: bold;
    color: #041554;
    margin-bottom: 25px;
    margin-top: 25px;
}
.row.full {
    max-width: 100%;
}

.cc-hr {
    height: 10px;
    border: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.callout {
    /*margin: 16px 16px !important;*/
    border-radius: 5px;
}
.callout.alert {
    border: 2px solid red;
}
.callout.alert p, .red {
    color: red !important;
}
.callout.success {
    border: 2px solid #126330;
    background-color: rgba(140,198,63,0.5);
}
.callout.success p, .green {
    color: #126330 !important;
}
.button i {
    display: inline-block;
    margin-right: 5px;
}
.button.animate i {
    animation: rotation 1s infinite linear;
}
.cc-selected {
    background-color: #e7e7e7;
}
/*
    *   *   *   HEADER  *    *   *
*/
.cc-header, .top-bar {
    position: relative;
    width: 100%;
    height: 132px;
    z-index: 999;
    padding-top: 0px;
    -vendor-animation-duration: 2s;
    -vendor-animation-delay: 2s;
}
.cc-header .top-bar .beta-warning {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #ffb700;
    text-transform: uppercase;
    padding: 10px;
}
.cc-header .top-bar.sticky .beta-warning {
    display: none;
}
.top-bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.85);
    height:75px;
    padding-top: 7px;
}
.top-bar .menu-text {
    height: 75px;
}
.top-bar.sticky .menu-text {
    height: 60px;
}
.top-bar .dropdown {
    height: 65px;
}
.top-bar, .top-bar .dropdown, .top-bar-right .menu {
    padding-bottom: 0px !important;
    background-color: #000;
}
.top-bar.sticky .dropdown, .top-bar.sticky .top-bar-right .menu {
    background: none;
}
.top-bar .menu-text {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 70px !important;
}
.top-bar-right {
    padding-top: 20px;
}
.top-bar-right .menu, .top-bar-right .menu i {
    color: #00ADEE;
    display: inline-block;
    float: left;
}
.top-bar-right .menu i {
    padding-top: 25px;
}
.top-bar-right .menu a {
    margin-left: 0.4rem;
    padding-bottom: 0px !important;
}
.top-bar li[role="menuitem"] {
    padding-top: 20px;
    width: auto;
    line-height: 41px;
}
.top-bar li a {
    font-size: 14px;
    line-height: 45px !important;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #fff;
    border-bottom: 6px solid transparent;
}
.top-bar.sticky li a {
    line-height: 19px !important;
}
.top-bar li a:hover {
    color: #00ADEE;
}
.top-bar li.active a {
    color: #00ADEE;
    border-bottom: 6px solid #00ADEE;
}
.menu > li > a > img {
    vertical-align: baseline;
}
@keyframes hvr-icon-hang-sink {
100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}
}
.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a:hover::after {
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.submenu {
    margin-top: -9px;
    background-color: rgba(0,0,0,0.4) !important;
    border: 0px !important;
    padding-bottom: 20px;
    min-width: 100px !important;
}
.submenu a {
    /*color: #B3B3B3; */
}
.dropdown.menu .submenu > li {
    overflow: hidden;
    white-space: nowrap;
}
.dropdown.menu .submenu > li a {
    padding: 12px 33px 12px 24px;
    width: auto;
}
.dropdown.menu .submenu > li a:hover {
    color: #EB008B;
}
.slider {
    /*margin-top: 75px;*/
}
#slide {
    background: cover;
    height: 500px;
}

/*
    *   *   *   CONTENT *    *   *
*/

.title-container {
    margin-bottom: 10px;
    margin-top: 10px;
}
.title-container h3 {
    line-height: 2.2rem;
}
.title-container h3 .h3-subtitle {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.8rem !important;
}
.title-container h5 {
    font-size: 1rem;
    line-height: 0.1;
    color: #041554;
    margin-bottom: 30px;
}
.cc-breadcrumbs {
    text-align: right;
    font-size: 0.85rem;
    line-height: 1.4rem;
}
.cc-breadcrumbs .breadcrumb {
    list-style: none;
    margin: 35px 0 0 0;
    float: right;
}
.cc-breadcrumbs .breadcrumb li {
    display: inline-block;
    float: left;
}
.cc-breadcrumbs .breadcrumb li.active {
    color: #666;
}
.cc-breadcrumbs .breadcrumb i {
    vertical-align: baseline;
}
.cc-breadcrumbs-separator{
    margin: 0 6px 0 3px;
    color: #999;
    font-size: 0.6rem;
}
.content-container h4, .content-container-light h4 {
    color: #041554;
    font-size: 1.4rem;
    margin-bottom: 15px;
}
.content-container {
    background-color: #e6e6e6;
}
.content-container-light {
    background-color: white;
}
.content-container, .content-container-light {
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 30px 0px;
}
.content-container .content-left-side {
    padding-left: 0px;
    padding-right: 0px;
}
.content-container .content-left-side .button-container {
    margin-top: 30px;
}
.content-container .content-left-side .button-container a {
    width: 100%;
    display: block;
}
.content-right-side {
    background-color: #f2f2f2;
    padding: 20px 0px;
    margin: 0px -20px;
}
.content-right-side:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #f2f2f2;
    display: block;
    width: 0;
    z-index: 1;
    left: -15px;
    top: 14px;
}
.content-container .content-full {
    width: 100%;
    padding: 0;
    display: block;
}
.product-grid {
    padding: 0px;
}
.product-grid .product-item {
    position: relative;
    overflow: hidden;
    padding: 0 15px;
}
.product-grid .product-item {
    margin-top: 10px;
    margin-bottom: 20px;
}
.product-grid .product-item img {
    width: 100%;
    height: auto;
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome & Safari 6+ */
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
}
.product-grid .product-item:hover img {
    filter: none;
    -webkit-filter: none;
}
.product-grid h4.first {
    margin-top: 0px;
}
.product-grid h4 {
    margin-left: 10px;
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    /*float: left;*/
}
div.product-grid > div.product-item:last-child {
    float: left !important;
}
/*.product-grid h4:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    left: 0px;
    bottom: 15px;
    display: inline-block;
    background-color: #041554;
}*/
.cc-product-grid-title-container {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.product-item-inner-container {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    background: transparent;
    overflow: hidden;
}
.cc-cost-calculation-add-value.inactive, .cc-cost-calculation-remove-value.inactive {
    background-color: #cccccc;
    cursor: default;
}
.cc-cost-calculation-add-value, .cc-cost-calculation-remove-value {
    display: inline-block;
    width: 39px;
    height: 39px;
    background-color: #041554;
    float: left;
    margin-right: 8px;
    padding-top: 5px;
    text-align: center;
    bottom: 0px;
    cursor: pointer;
    -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
}
.cc-cost-calculation-add-value i, .cc-cost-calculation-remove-value i {
    color: #f2f2f2;
    vertical-align: middle;
    font-weight: bold;
    font-size: 20px;
}
.cc-cost-calculation-add-value.inactive:hover, .cc-cost-calculation-remove-value.inactive:hover {
    background-color: #cccccc;
}
.cc-cost-calculation-add-value:hover, .cc-cost-calculation-remove-value:hover {
     background-color: #666666;
}
.cc-cost-calculation-add-value .inactive, .cc-cost-calculation-remove-value .inactive {
    background-color: #cccccc;
}
.cc-overlay {
    position: absolute;
    display: table;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    z-index: 1;
}
.cc-product-title {
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: auto;
    font-weight: 300;
    font-size: 1.2em;
    text-transform: uppercase;
    width: 100%;
    line-height: 1.22em;
    letter-spacing: 0.1em;
    text-align: center;
    color: #00ADEE;
    vertical-align: middle;
    padding: 0 15px;

}
.cc-caption {
    position: absolute;
    bottom: -33%;
    left: 0px;
    /*height: 85px;*/
    height: 33%;
    padding: 17px 25px;
    background-color: rgba(235,0,139,0.5);
    width: 100%;
    color: rgb(255,255,255);
    overflow: hidden;
}
.cc-caption-title {
    border-bottom: 1px solid #fff;
    font-weight: 300;
    font-size: 1.3rem;
    text-transform: uppercase;
    width: 100%;
    line-height: 2.5rem;
    letter-spacing: 0.08rem;
}

.cc-bubble-div-dark, .cc-costs-details {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px;
    background: #cccccc;
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
    padding: 15px 25px 15px 15px;
}

.cc-bubble-div-dark:after {
    content: "";
    position: absolute;
    top: 20px;
    left: -10px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #cccccc;
    display: block;
    width: 0;
    z-index: 1;
}

.cc-bubble-div-dark h4 {
    color: #666;
    padding: 0 10px;
    margin-bottom: 5px;
}

.cc-bubble-div-light {
    position: relative;
    width: 100%;
    height: auto;
    background: #f2f2f2;
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
    padding: 15px 25px 15px 25px;
}

.cc-bubble-div-light:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 20px;
    border-style: solid;
    border-width: 0px 10px 10px;
    border-color: #f2f2f2 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.cc-date-estimation {
   padding: 10px;
}

.cc-date-estimation h4, .cc-costs-grand-total-price {
    line-height: 8px !important;
    color: #041554;
    font-weight: bold;
    padding: 0 !important;
}

ul#cc-costs-output .cc-costs-output-item span {
    display: inline-block;
}

ul#cc-costs-output {
    color: #666;
    list-style: none;
    width: 100%;
    height: auto;
    overflow:hidden;
    margin: 0;
    font-size: 0.9rem;
}

ul#cc-costs-output li {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    clear: both;
}

ul#cc-costs-output .cc-costs-output-item span.cc-costs-description {
    float: left;
    max-width: 60%;
    height: auto;
}

ul#cc-costs-output .cc-costs-output-item span.cc-costs-regular-price {
    float: right;
    height: auto;
    vertical-align: bottom;
    bottom: 0;
}

.cc-costs-divider {
    width: 100%;
    background-color: #e6e6e6;
    height: 2px;
    display: block;
    margin: 15px 0px;
}

.cc-grand-total-description {
    color: #041554;
    font-weight: bold;

}

.cc-costs-grand-total-price {
    float: right;
    font-size: 1.4rem;
    line-height: 1.6rem !important;
}

.cc-costs-details strong {
    display: inline-block;
    margin-top: 20px;
}
.cc-costs-details div.force-refresh {
    position: absolute;
    right: 20px;
    top: 20px;
}

.cc-order-progress {
    background-color: #e6e6e6;
    padding: 60px 0;
}

.cc-order-progress-bar {
    position: absolute;
    top: 33px;
    left: 17%;
    height: 20px;
    width: 65%;
    background-color: #b3b3b3;
    z-index: 0;
}

.cc-order-progress-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cc-progress-number-outter {
    position: relative;
    border: 3px solid #e6e6e6;
    border-radius: 50%;
    width: 86px;
    height: 86px;
    z-index: 8;
    margin: 0 auto 10px;
}

.cc-order-progress-container a {
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}

a .cc-progress-number, .cc-progress-number {
    position: relative;
    background-color: #e6e6e6;
    font-size: 40px;
    font-weight: 700;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding-top: 5px;
    text-align: center;
    z-index: 10;
}

a .cc-progress-number {
    color: #041554;
    border: 5px solid #b3b3b3;
}

a.active .cc-progress-number, a:hover .cc-progress-number {
    border-color: #8cc63f;
}

.cc-progress-number {
    border: 5px solid #cccccc;
    color: #b3b3b3;
}

.cc-file-upload-area {
    position: relative;
    background-color: #cccccc;
    min-height: 300px;
}

.cc-file-upload-drop-zone {
    display: flex;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 5px dashed #e6e6e6;
    vertical-align: middle;
}

.cc-file-upload-drop-zone-text {
    color: #e6e6e6;
    font-size: 24px;
    font-weight: 700;
    width: 60%;
    height: auto;
    overflow: hidden;
    margin: auto;
    text-align: center;
}

.cc-file-upload-info-container {
    position: relative;
    width: 100%;
    height: auto;
    background: #f2f2f2;
    padding: 15px 25px 15px 25px;
}

.cc-file-upload-uploads-view {
    background: #f2f2f2;
    margin-top: 3px;
    padding: 0 20px;
}

.cc-upload-file-name, .cc-upload-file-size {
    display: inline-block;
    color: #666;
    font-size: 12px;
    width: 100%;
}

.cc-upload-file-size {
    float: right;
}

.cc-success-mark i {
    color: #006837;
    display: none;
}

.cc-error-mark i {
    color: #991600;
}

.cc-success-mark, .cc-error-mark {
    display: inline-block;
    float: right;
}

.cc-file-upload-info-container:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 20px;
    border-style: solid;
    border-width: 0px 10px 10px;
    border-color: #f2f2f2 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.cc-file-upload-preview-area {
    background-color: #f2f2f2;
}

.cc-upload-item-container {
    height: 55px;
    width: 100%;
    display: block;
    padding: 10px 0;
}

.cc-upload-item-container .cc-upload-progress {
    width: 35px;
    height: 35px;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.cc-upload-item-container canvas {
    position: absolute;
}

.cc-upload-item-container .cc-upload-progress .cc-upload-progress-number {
    position: absolute;
    font-size: 10px;
    margin-top: 10px;
    width: 35px;
    text-align: center;
    color: #b3b3b3;
}

.cc-upload-item-container .cc-upload-details {
    height: 35px;
    display: inline-block;
    float: left;
    width: 284px;
    max-width: 284px;
    color: #666666;
    font-size: 12px;
}

.cc-upload-details .dz-error-message {
    height: 18px;
    overflow: hidden;
}

.cc-upload-details .dz-error-message span {
    color: #eb008b;
    width: 100%;
    overflow: hidden;
    display: none;
}
.cc-file-upload-uploads-view:hover {
    background-color: #cccccc;
}

/* Product multiple dimensions */
div.row.multiple-dimensions span.icon {
    display: inline-block;
    border-radius: 90px;
    box-shadow: 0px 0px 2px #999;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    width: 35px;
    height: 35px;
    margin-top: 26px;
    background-color: #8cc63f;
    color: #ffffff;
    line-height: 1.65;
    margin-left: 25px;
}
div.row.multiple-dimensions span.icon.red {
    background-color: #eb008b;
}
div.row.multiple-dimensions span.icon a {
    color: #ffffff;
}
div.row.multiple-dimensions.copy {
    display: none;
}
/*
    *   *   *   ADMIN CONTENT   *   *   *

*/

.admin-sidebar {
    position: fixed;
    background-color: #000;
    height: 100%;
    min-height: 100% !important;
    overflow: hidden;
    z-index: 0;
    padding: 20px 20px 20px 10px;
    top: 0;
}
.admin-sidebar img {
    text-align: center;
}
.admin-sidebar a {
    font-size: 14px;
    line-height: 26px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #fff;
    line-height: 23px !important;
}
.admin-sidebar a:hover {
    color: #00ADEE;
}
.admin-sidebar-menu {
    display: inline-block;
    margin-top: 20px;
}
.admin-sidebar-menu i, .admin-sidebar-menu .toggle-icon {
    margin-right: 5px;
    font-size: 0.8rem;
    font-weight: 600;
}
.admin-sidebar-menu i {
    color: #666;
}
.admin-sidebar-menu .menu-level-0 {
    width: 100%;
    margin-bottom: 5px;
}
.admin-sidebar-menu .toggle-icon {
    font-family: themify;
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
    float: right;
    margin-top: 3px;
    color: rgba(235,0,139,0.6);
}
.admin-sidebar-menu .toggle-icon:hover {
    cursor: pointer;
    color: rgba(235,0,139,1);
}
.admin-sidebar-menu .expand:before {
    content: "\e61a";
}
.admin-sidebar-menu .contract:before {
    content: "\e622";
}
.admin-sidebar-menu .menu-level-1 {
    margin-left: 0px;
}
.admin-sidebar-menu .menu-level-1 li:before {
    font-family: themify;
    font-size: 0.6rem;
    font-weight: 600;
    content: "\e649";
    color: #666;
    margin-left: 13px;
    margin-right: 3px;
}
.admin-content h4 {
    color: #041554;
    margin-top: 40px;
    margin-bottom: 30px;
    float:left;
}
.admin-content .action-button-area .button {
    float: right;
    display: inline-block;
    vertical-align: bottom;
    margin-top: 40px;
}
div.table-actions {
    margin: 5px 0;
}
div.table-actions ul {
    list-style: none;
    margin-left: 0;
}
div.table-actions li {
    display: inline-block;
    margin-right: 10px;
}
.cc-admin-table {
    width: 100%;
    color: #666;
    font-size: 0.9rem;
    font-weight: 400;
    border: 2px solid #999;
    border-radius: 5px;
}
.cc-admin-table thead th, .cc-admin-table thead th a, .cc-admin-table tfoot th, .cc-admin-table tfoot th a {
    font-size: 0.9rem;
    font-weight: 400;
}
.cc-admin-table thead {
    background-color: #f2f2f2 !important;
    color: #041554;
    border-bottom: 1px solid #d9d9d9;
}
.cc-admin-table tfoot {
    background-color: #f2f2f2 !important;
    color: #041554;
}
.cc-admin-table tfoot tr {
    border-top: 1px solid #d9d9d9;
}
.cc-admin-table input {
    border: 2px solid #00ADEE !important;
    border-radius: 5px;
    color: #00ADEE;
}
.cc-admin-table td.actions {
    text-align: right;
}
.cc-admin-table td.actions .cc-separator {
    margin: 0px 6px;
}
.new-type, .new-supplier, .form-addon {
    background-color: rgba(0,173,238,0.1);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.new-type h4, .new-supplier h4, .form-addon h4 {
    padding: 0px !important;
    margin-top: 0px;
}
.slider-fill {
    background-color: rgba(235,0,139,0.4);
}
.slider-handle-value1, .slider-handle-value2 {
    font-size: 0.8rem;
}
.slider-handle-value1 {
    color: #041554;
    margin-top: -20px;
    position: absolute;
    top: 2px;
    left: -40px;
    width: 100px;
    text-align: center;
}
.slider-handle-value2 {
    color: #041554;
    margin-top: -20px;
    position: absolute;
    top: 43px;
    left: -40px;
    width: 100px;
    text-align: center;
}
.cc-admin-version {
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: #f2f2f2;
    font-size: 0.5rem;
}
.cc-admin-lists {
    float: left !important;
}
.cc-services-list {
    display: inline-block;
    line-hright: 17px;
}
.cc-inputs-checkbox span {
    margin-right: 10px;
}
.cc-admin-lists {
    border: 2px solid #999;
    border-radius: 5px;
    margin: 10px;
    padding: 0px 10px 5px 13px ;
}
/*
    *   *   *   FORMS *    *   *

*/

.cc-labels {
    color: #041554;
    margin-left: 10px;
}
.cc-labels-error {
    color: red !important;
    margin-left: 10px;
}
.cc-inputs-text, .cc-input-checkbox, .chosen-container, .chosen-container-multi {
    border: 2px solid #999;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 8px 9px;
    color: #666;
    background-color: white;
}
.cc-inputs-checkbox input[type=checkbox] {
    display: none;
}
.cc-inputs-checkbox span {
    width: 17px;
    height: 17px;
    border: 2px solid #999;
    border-radius: 5px;
    display: inline-block;
    position: relative;
   /*background-color: rgba(140,198,63,0.2);*/
    background-color: #cccccc;
    margin-top:7px;
}
.cc-inputs-checkbox [type=checkbox]:checked + span {
    background-color: rgba(140,198,63,0.9) !important;
}
.cc-inputs-text:focus {
    border: 2px solid #00ADEE !important;
    border-radius: 5px;
    color: #00ADEE;

}
.cc-inputs-text.error {
    border-color: red !important;
}
.cc-input-text.error:focus {
    border-color: red !important;
}
small.error {
    padding: 0px 10px;
    color: #f04124;
}
.new-type .cc-inputs-text, .new-supplier .cc-inputs-text, .form-addon .cc-inputs-text {
    border-color: rgba(4,21,84,0.4);
}
.submit.button {
    margin-top: 20px;
}
button.close-button {
    height: auto;
    width: auto;
    color: rgba(4,21,84,0.4);
}
button.close-button:focus {
    border: 0;
}
.chosen-container {
    padding: 5px !important;
    height: 39px !important;
}
.chosen-container-single .chosen-single, .chosen-container-multi ul {
    font-size: 1rem;
    color: #666 !important;
    border: 0 !important;
    background: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.chosen-container-single .chosen-single div b {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>') !important;
    background-size: 9px 6px !important;
    background-position: right 0.3rem center !important;
    background-repeat: no-repeat !important;
}
.chosen-container-single{}
/*
    *   *   *   FOOTER  *    *   *
*/

#footer {
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    width: 100%;
    overflow:hidden;
    padding: 15px 15px;
}
#footer ul {
    list-style: none;
}
#footer ul li {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.9rem;
    /*color: #666;*/
    color: #041554;
    margin-bottom: 10px;
}
#footer strong {
    font-size: 1rem;
    font-weight: 600;
    color: #00ADEE;
}
#footer .company-info {

}
#footer #copyright {
    font-size: 0.7rem;
    color: #999;
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0px;
    text-align: center;
}

.login {
    background-color: #E6E6E6;
    padding: 12px 12px 12px 6px;
    border-radius: 5px;
}

#login-form h3 {
    text-align: center;
}
.form-line {
    display: block;
    border-top: 1px solid #CCCCCC;
    margin: 10px 10px;
}

.ui-tr-drag-highlight {
    background-color: rgba(0,173,238,0.7) !important;

}
img.cecko-link {
    max-width: 210px;
    margin-top: 100px;
}
@media (max-width:1140px){
    img.cecko-link {
        max-width: 100px;
        margin-top:100px;
    }
}

/* Bread crumbs */
ol.breadcrumb > li {
    margin-left: 5px;
}
ol.breadcrumb > li > a:after {
    content: '\232A';
    margin-left:10px;
}

/* Jquery autocomplete */
ul.ui-menu {
    background-color: #FFFFFF;
    padding: 0 5px 5px;
    border-radius: 5px;
    color: #666666;
    border: 2px solid #999999;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}