﻿
@font-face {
    font-family: 'Montserrat';
    src: url(../../webfonts/Montserrat-Regular.ttf);
}

html {
    height: 100%;
}

body {
    width: 100%;
    margin: 0;
    padding: 60px 0 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

body {
    background-color: #f3f3f3 !important;
    min-height: 100vh;
    position: relative;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.prodDeliveryHeader {
    min-width: 115px !important;
}

    .prodDeliveryHeader.actions-column {
        min-width: unset !important;
        width: 80px;
    }

.breakWords {
    word-break: break-all;
    word-wrap: break-word;
}

.tableadapterWidth {
    width: 25%;
}

/*Set width on the form input elements since they're 100% wide by default 
input,
select{
textarea {
    max-width: 280px;
}

select option {
    max-width: 280px;
    text-overflow: ellipsis;
    overflow: hidden;
}*/

.text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.CancellBacr {
    width: 120px;
    height: 21px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #666666;
}

.modalPageGradient {
    background: linear-gradient(#4bbdf0, white);
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.LogInContainer {
    background-color: white;
}

.DoubleBox {
    width: 1366px;
    height: 1005px;
    background-color: #f3f3f3;
}

.mainBlueColor {
    color: #4bbdf0;
}

.logoStyle {
    background: none;
    margin-top: 30px;
    width: 150px;
    height: 81px;
    margin-left: auto;
    margin-right: auto;
}


.marginLogin {
    margin-top: 40px;
}

.loginBottomMargin {
    margin-bottom: 20px;
}

.loginTitle {
    margin-top: 10px;
    text-align: center;
}

.loginModalStyle {
    max-width: 33%;
    margin-top: 2%
}

.bottomMenu {
    text-align: center;
    margin-bottom: auto;
    /* bottom: 50px; */
    /* position: absolute; */
    /*padding-top: 40px;*/
}

.clearMarginBottom {
    margin-bottom: 0px;
}

.blueDivider {
    display: block;
    height: 2px;
    background-color: #4bbdf0;
    border: 0;
    margin: 1em 0;
    padding: 0;
}

.errorSpacing {
    display: block;
    color: #9f9f9f
}

.menuText {
    color: white;
    font-size: 14px;
    text-decoration: none;
}

.sideMenuDiv {
    background-color: #4bbdf0;
    width: 200px;
    min-height: calc(100% - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    padding-bottom: 240px;
}

.sideMenuImage {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.sideMenuMargins {
    margin-left: auto;
    margin-right: auto;
}

.sideMenu {
}

.sideMenuTextPadding {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 5px;
}

.sideMenuPaddingTop {
    min-height: calc(100% - 200px);
}

.menuOptionSelected {
    color: #252a82;
}

.bottomSideMenu {
    background-color: #33657b;
    max-height: 300px;
    bottom: 0px;
    height: 200px;
    position: absolute;
    width: 100%;
    padding-top: 50px;
    z-index: 10;
}

.logoutButton {
    margin-top: 10px;
    width: 100px;
    height: 36px;
    border-radius: 2px;
    background-color: #17a9eb !important;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.18), inset 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    align-self: center;
    min-width: 80px;
    border: none;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    background-color: #4bbdf0;
    color: white;
    font-size: 14px;
}

.logoutText {
    width: 100px;
    height: 36px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.nameLabel {
    color: white;
    font-size: 16px;
    text-align: center;
}

.imgMenu {
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
}

.labelMenu {
    text-align: center;
}

.imgMenuContainer {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15), 0 1px 8px 0 rgba(0, 0, 0, 0.18);
    display: inline-block;
    border-radius: 50%;
    height: 50px;
    background-color: white;
    text-align: center;
    width: 50px;
}

.imgMenuOuterContainer {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 175px;
    z-index: 11;
    left: 75px;
}

.iconUser {
    width: 19px;
    height: 30px;
    font-family: FontAwesome;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #33657b;
    line-height: 50px;
}

.menuIcon {
    padding-right: 10px;
}



.table td {
    font-size: 12px;
}

.tableColor {
    background-color: #DAF0FB;
    border-collapse: collapse;
    border: none !important;
}

.tableElement {
    color: #34667c;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
}

.tableHeader th {
    color: white;
    font-size: 12px;
    font-weight: 500;
}



.tableHeader {
    background-color: #33657b;
    color: white;
    font-size: 12px;
    font-weight: 500;
}

.tableHeaderAllignLeftCenter {
    vertical-align:middle !important;
}


.userTable {
    width: 100% !important;
}

#listGrid_info {
    visibility: collapse;
}

#listGrid_length {
    visibility: collapse;
}

.titles {
    color: #33657b;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

.subTitleDivider {
    background-color: #33657b;
    height: 1px;
    width: 100%;
    margin-top: 0em;
    margin-bottom: 0.5em;
}

#listGrid_paginate {
    margin-top: 20px;
}

.pullRight {
    line-height: 50px;
    color: white;
    font-weight: lighter;
    margin-right: auto;
    text-align: right;
}

.pullRightBTN {
    line-height: 50px;
    color: white;
    font-weight: lighter;
    float: right;
}

.header {
    background-color: #33657b;
}

.bodyContent {
    background-color: #f3f3f3;
    padding: 0 0 20px 200px;
    overflow: hidden;
}

.menuPadding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.noMargins {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.pagePadding {
    padding-left: 10px;
}

a.next > i, a.previous > i {
    font-size: 14px;
}

.paginate_button {
    margin-left: 0px !important;
}

td.actions-column > *:not(:first-child) {
    margin-left: 8px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    z-index: 2;
    color: #fff !important;
    cursor: default;
    background: #33657b;
    background-color: #33657b;
    border-color: #33657b;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: rgba(51, 101, 123, 0.3) !important;
    background: rgba(51, 101, 123, 0.3) !important;
    background-color: rgba(51, 101, 123, 0.3) !important;
    border-color: rgba(51, 101, 123, 0.3) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button .next .previous {
    color: #33657b !important;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border: solid 1px #cccccc !important;
}



.table-striped tbody tr {
    background-color: white !important;
}

.table.dataTable tbody tr:hover {
    background-color: rgba(23, 169, 235, 0.3) !important;
}

.pageHeader {
    background-color: #33657b;
    width: calc(100% - 200px)
}

.headerIcon {
    width: 10px;
    height: 12px;
    font-family: FontAwesome;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    line-height: 50px;
}

.headerLable {
    font-size: 10px;
    color: #fff;
}

.headerIconUser {
    vertical-align: middle;
}

#openCreateUserModal {
    background-color: #3498db;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.pageHeaderPaddingLEft {
    padding-left: 1em;
}

td.blueColumn {
    color: #4bbdf0;
}

td.textColumns {
    font-size: 12px;
    font-weight: 300;
}

.modalTitle {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.81;
    letter-spacing: normal;
    color: #ffffff;
    float: left;
}

.modalHeader {
    padding: 0px;
    border-radius: 2px;
    background-color: #17a9eb;
    margin: 0px;
}

.closeModal {
    color: #ffffff !important;
    opacity: 1 !important;
    line-height: 24px;
}

.modalFooter {
    border: none !important;
}

.modalMargins {
    margin-left: 5px;
    margin-top: 5px;
}

.modalMarginsRight {
    padding-right: 22px !important;
}

.modalEditorHeight {
    height: 40px;
}

.noPaddings {
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.col-form-label {
}


.alignImage {
    text-align: center;
    width: 200px;
    height: 60px;
    padding: 10px;
}

.resetPass {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666;
}

#RegistrationNumber {
    width: 265px;
    height: 44px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
}

.divLabel {
    width: 271px;
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #666666;
}

.passwordBtn {
    border-radius: 2px;
    background-color: #17a9eb !important;
    color: #fff !important;
    width: 200px;
    margin-top: 20px;
    float: right;
}

.productCreation {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.prdSaveBtn {
    line-height: 50px;
    padding-left: 0px !important;
}

.dataTables_info {
    display: none;
}

.dataTables_length {
    display: none;
}


.tableFrame {
    border: 1px;
    border-color: red;
    border-radius: 2px;
}

.tableTitles {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: #33657b;
}

.tableTopBtn {
    float: right;
}

.teste {
    width: 80px;
    height: 22px;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: #33657b;
    margin-left: 15px;
}

.bodyContent > .row,
.content-section > .row {
    margin: 0;
}

.modal .form-group {
    margin-bottom: 0;
}

.tableTopRightBtn {
    background-color: #3498db !important;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
}

.innerTable {
    width: 100%;
}


.closeBtn {
    border-radius: 2px;
    background-color: #fff !important;
    color: #17a9eb !important;
    border-color: #17a9eb !important;
    width: 100px;
    line-height: 24px !important;
}

.saveBtn {
    border-radius: 2px;
    background-color: #17a9eb;
    color: #fff !important;
    width: 85px;
}

.btn {
    background-color: #3498db;
}

    .btn.btn-primary {
        font-size: 12px;
        font-stretch: expanded;
        text-transform: uppercase;
        letter-spacing: 0.6px;
        font-weight: 200;
        background-color: #3498db;
    }

    .btn > a {
        display: block;
    }

.productBtn {
    border-radius: 2px;
    background-color: #17a9eb !important;
    color: #fff !important;
    width: 200px !important;
    margin-bottom: 20px;
}

.noMarginsBacr {
    margin-left: 0px;
    margin-right: 0px;
}

/*---- FORM GRUP CONTENT-----*/

.form-group label {
    font-size: 14px;
    font-weight: 200;
}

.form-group input[type="text"].greenBorderColor {
    border: solid 1px #449739 !important;
}

.form-group input[type="text"], .form-group input[type="password"] {
    width: 100% !important;
    height: 44px !important;
    border-radius: 2px !important;
    background-color: #ffffff !important;
    border: solid 1px #cccccc !important;
}

.labelcolor {
    color: #666666 !important;
}

.inputLabel {
    width: 95px;
    height: 21px;
    /* font-family: Montserrat; */
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #666666;
}

.form-group input[type="text"]:disabled {
    width: 100% !important;
    height: 44px !important;
    border-radius: 2px !important;
    background-color: #ffffff !important;
    /*border: solid 1px #cccccc !important;*/
    font-size: 12px;
}



.fontsize {
    font-size: 12px;
}

.font {
    font-family: 'Montserrat', sans-serif;
}

.fontMenu {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.topSize {
    height: 60px;
    font-family: 'Montserrat', sans-serif;
}

.form-group select {
    width: 100%;
    height: 44px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
}

.form-group input[type="radio"] {
    margin-right: 10px;
    margin-left: 30px;
}

.frameTitle {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #33657b;
}

.topMargin {
    margin-top: 20px
}

.addProductButton {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    background-color: #449739 !important;
    border-color: #449739 !important;
    float: right;
}


.addProductComponentButton {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    background-color: #449739 !important;
    border-color: #449739 !important;
}

.bottomMargin {
    margin-bottom: 20px !important;
}

.tabPane {
    color: #33657b;
    margin-top: 20px;
    border-radius: 3px;
    display: block;
}

    .tabPane.active {
        background-color: #33657b;
        color: white;
    }

.sidePaddings {
    margin-left: 5px;
    margin-right: 5px;
}

.sidePaddings2 {
    margin-left: 2px;
    margin-right: 2px;
}

.productListItem {
    color: #fff !important;
    text-align: inherit;
    text-decoration: none !important;
}

.secondaryBlueColor {
    color: #33657b;
}

.secondaryBlueDivider {
    display: block;
    height: 2px;
    background-color: #33657b;
    border: 0;
    margin: 1em 0;
    padding: 0;
}

.addNewProductBtn {
    color: white !important;
    font-weight: lighter !important;
    margin-right: auto;
    text-align: right !important;
    float: right !important;
}

.addProductContainer {
    padding-top: 30px !important;
    padding-right: 0px !important;
}

.rightFloat {
    float: right;
}

.setBot {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
}

.paddingAddRight {
    padding: 15px;
}


.addProductPendingBtn {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    background-color: #449739 !important;
    border-color: #449739 !important;
    width: 50px;
}

.addProductPendingContainer {
    margin-right: 15px;
    width: 95px !important;
    background-color: #449739 !important;
    text-align: center;
}




.radioContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

table .radioContainer {
    padding-left: 25px;
    margin-top: -3px;
}

.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}



.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
}

.radioContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

.radioContainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radioContainer input:checked ~ .checkmark:after {
    display: block;
}


.radioContainer .checkmark:after {
    top: 6px;
    left: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.colMinHeight {
    height: 31px;
}

.lineHeight {
    line-height: 58px;
}

.radioLeftMargin {
    margin-left: 15px;
}



.topPad {
    padding-top: 30px;
}

.tableHeaderLightBlue {
    background-color: #17a9eb !important;
    color: white;
    font-size: 12px;
    font-weight: 300;
}

.tableHeaderGreen {
    background-color: #449739 !important;
}

.tableHeaderDarkBlue {
    background-color: #252a82;
    color: white;
    font-size: 12px;
    font-weight: 300;
}

.button {
    width: 100px;
    height: 29px;
    border-radius: 2px;
    background-color: #3498db;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.rejectPhaseBTN {
    width: 80px !important;
    height: 30px !important;
    line-height: 0px !important;
    font-size: 14px;
    margin-top: 8px;
}

.rejectBtn {
    width: 80px;
    height: 33px;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #d0021b;
    background-color: #d0021b;
    color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
}

    .rejectBtn > a {
        width: 58px;
        height: 21px;
        font-size: 14px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #fff !important;
    }

.accordeonContainerColor {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.imgStyle {
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.form-group input[type="text"] {
    padding-left: 5px;
}




.btn-primary {
    width: 100px;
    height: 29px;
    border-radius: 2px !important;
    background-color: #3498db;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    padding: 0px !important;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    text-decoration-color: #fff;
}

    .btn-primary > a,
    a.btn.btn-primary {
        font-size: 14px;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
        line-height: 44px;
    }

.saveBtnDisabled {
    background-color: rgb(235,235,228) !important;
    color: rgba(0, 0, 0, 0.25) !important;
}

.addpckMatButton {
    border-top: 14px;
}

.dashBoardUpperBox {
    border-style: double;
    border-bottom: none;
    border-width: 1px;
    border-radius: 3px;
    border-color: rgba(151, 151, 151, 0.4);
    vertical-align: middle;
    line-height: 30px;
    background-color: rgba(216, 216, 216, 0.22);
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

.dashBoarLowerBox {
    border-style: double;
    border-width: 1px;
    border-radius: 3px;
    border-top-right-radius: initial;
    border-top-left-radius: initial;
    border-color: rgba(151, 151, 151, 0.4);
    text-align: center;
    vertical-align: middle;
    line-height: 140px;
    background-color: rgba(216, 216, 216, 0.22);
}

.dashBoardCircleBox {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    border-radius: 50%;
    font-size: 35px;
    color: #4bbdf0;
    border-style: solid;
    width: 3em;
    height: 3em;
    margin: 0 auto;
    /*margin-left: 140px;*/
}

.Oval {
    width: 150px;
    height: 150px;
    border: solid 4px #17a9eb;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.layer {
    padding-top: 2px;
    padding-left: 2px;
    font-family: Montserrat;
    font-size: 56px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 140px;
    letter-spacing: normal;
    color: #17a9eb;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}

.numberBoxInside {
    padding-top: 0.30em;
    padding-bottom: 0.25em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
}

.breadcrumbIcon {
    width: 12px;
    height: 13px;
    /* font-family: FontAwesome; */
    font-size: 10px !important;
    /* font-weight: normal; */
    /* font-style: normal; */
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

/*button > a {
    min-width: 100% !important;
    text-decoration: none !important;
    color: #fff;
    display: block;
}*/

button > a:hover {
    width: 100%;
    text-decoration: none !important;
    color: #fff;
    font-weight: 400;
}

.fastAccess {
    width: 100%;
    height: 44px;
    border-radius: 2px;
    background-color: #17a9eb;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}


.fa, .far, .fas {
    font-size: 1.3em;
}

.fa, .far, .actionIcon {
    color: #33657b;
}

.fa-times {
    font-size: 1.3em;
    color: red;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 0.75rem;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 0.75rem;
}

#SubTableContainer table.dataTable thead th,
#SubTableContainer table.dataTable thead td {
    padding: 5px 18px;
}

.loginRecoverBtn {
    background-color: #fff;
    color: #17a9eb;
    border-color: #17a9eb;
    border: 1px solid !important
}

.loginLabel {
    width: 40px;
    height: 21px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #666666;
}

.noSidePaddings {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.auditTrailBtn {
    width: auto;
    padding-right: 20px !important;
    padding-left: 20px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.greenField {
    color: #449739;
}

.accordeonColors {
    background-color: #f3f3f3 !important;
}

.textDarkerBlue {
    color: #33657b !important;
}

.card-header > span {
    line-height: 40px;
    padding-left: 15px;
}

.card-header button > i.ico-coll:before {
    content: "\f077";
}


.card-header button.collapsed > i.ico-coll:before {
    content: "\f078";
}

.pageTitles {
    line-height: 45px;
    font-size: 22px;
    color: #33657b;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

.topPad {
    padding-top: 7px;
    padding-bottom: 7px;
}

.backBtn {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}


.labelColor {
    color: #666666;
}

.labelFont {
    font-size: 14px !important;
}

.card {
    border: none !important;
}

    .card > div > div.noPaddings {
        border: 1px solid rgba(0, 0, 0, 0.125)
    }


.tabStyle {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none
}

.resetLabel {
    width: 200px;
    height: 21px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #666666;
}


.changePasswordTitle {
    width: 213px;
    height: 24px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #17a9eb;
}

.red {
    color: red;
}

.green {
    color: green;
}


.toggle {
    height: 44px !important;
    border-radius: 22px !important;
    width: 95px !important;
}

    .toggle.off {
        border-color: #919698;
    }

    .toggle .toggle-group {
        background-color: white;
    }

        .toggle .toggle-group .toggle-handle {
            height: 36px;
            width: 36px;
            border-radius: 50%;
            margin-left: -42px;
            margin-top: 3px;
        }

    .toggle.off .toggle-group .toggle-handle {
        margin-left: 0;
        margin-right: -42px;
        background-color: #919698;
    }

    .toggle .toggle-group .toggle-on {
        line-height: 44px;
        height: 44px;
        background-color: white;
        color: #3498db;
        box-shadow: none;
        width: 69px;
        border: none;
    }

        .toggle .toggle-group .toggle-on:active {
            background-color: white !important;
        }

    .toggle .toggle-group .toggle-off {
        line-height: 44px;
        height: 44px;
        background-color: white;
        color: #919698;
        box-shadow: none;
        padding-top: 0;
        margin-left: 21px;
        width: 69px;
        border: none;
    }

.dashBoardTitle {
    color: #33657b;
    padding-left: 20px;
}

.leftPad {
    padding-left: 20px !important;
    width: 33%;
}

.leftPadALL {
    padding-left: 20px !important;
    width: 25%;
}

.info-tooltip-text {
    visibility: hidden;
    width: auto;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    z-index: 1;
    top: 18px;
    left: 50px;
    position: absolute;
    transform: translate(0, -50%);
}

    .info-tooltip-text > ul {
        list-style: inside decimal;
        margin: 0;
        padding: 0;
    }

.info-tooltip:hover + .info-tooltip-text {
    visibility: visible;
}

.rel-pos {
    position: relative;
}

.check-height {
    line-height: 40px;
}

/* ################################################ */
/* ############## CHECKBOXES ###################### */
/* ################################################ */

input[type="checkbox"].inputCheckBox {
    visibility: hidden;
    position: absolute;
}

    input[type="checkbox"].inputCheckBox + label {
        background-color: #d0021b;
        border-radius: 100%;
        color: #fff;
        cursor: pointer;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 12px;
        height: 18px;
        margin: 0;
        position: relative;
        width: 18px;
    }

input[type="checkbox"][disabled].inputCheckBox + label {
    cursor: default;
}

input[type="checkbox"].inputCheckBox + label:before {
    content: "\f00d";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input[type="checkbox"].inputCheckBox:checked + label {
    background-color: #417505;
}

    input[type="checkbox"].inputCheckBox:checked + label:before {
        content: "\f00c";
    }

.productListBtn {
    padding-left: 5px !important;
    padding-right: 5px !important;
    width: auto;
    line-height: 25px !important;
}

.innerTableBorder {
    border: 2px solid #33657b;
    border-top: none;
}

table.dataTable.sub-table th {
    border-top: none;
}

.lightblue-columntext {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #17a9eb;
}

.define-password-btn {
    background-color: #17a9eb !important;
    color: #fff !important;
    border-color: #17a9eb;
    border: 1px solid !important;
}

/* ################################################ */
/* ############## BACR PHASES ###################### */
/* ################################################ */

.datepicker-wrapper {
    position: relative;
}

    .datepicker-wrapper > input[type="text"] {
        padding-right: 50px;
    }

.calendar-box {
    border-color: #cccccc;
    background-color: #cccccc;
    border-radius: 0 2px 2px 0;
    height: 44px;
    width: 44px;
    position: absolute;
    right: 15px;
    bottom: 0;
    padding: 12px 15px;
    z-index: 1;
}

.datepicker-wrapper > input[type="text"]:disabled + .calendar-box {
}

.datepicker-wrapper > input[type="text"].greenBorderColor + .calendar-box {
    border-color: #449739;
    background-color: #449739;
}

.calendar-box > .calendar-icon {
    color: white;
    font-size: 18px;
}

.ViewFileBtn {
    background-color: #3498db !important;
    border: 1px solid #3498db !important;
    width: 100%;
    height: 44px;
    margin-top: 31px !important;
    line-height: 38px !important;
}

.card-header + .collapse,
.card-header + .collapsing,
.card-header + .collapsed {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

    .card-header + .collapse div,
    .card-header + .collapsing div,
    .card-header + .collapsed div {
        background-color: transparent !important;
    }

    .card-header + .collapse > div,
    .card-header + .collapsing > div,
    .card-header + .collapsed > div {
        margin-bottom: 0 !important;
        padding-bottom: 10px !important;
    }

.bacrDetailsNumberAndDate {
    color: #666666;
}

.detailsOriginationDateLabel {
    padding-top: 0.7em;
    margin-left: 1.25em;
}

.detailsOriginationDateInput {
    margin-top: 0.5em !important;
    margin-left: 1.25em;
}

.InnerpdfTable {
    border: 2px solid #33657b;
}

.calendarBox {
    margin-top: -2.75em;
    border-color: #cccccc;
    background-color: #cccccc;
    height: 44px;
    width: 44px;
    margin-left: 205px;
}

.calendarBoxGreen {
    margin-top: -2.75em;
    border-color: #449739;
    background-color: #449739;
    height: 44px;
    width: 44px;
    margin-left: 205px;
}

.calendarDateoff {
    margin-top: -3.75em;
    border-color: #cccccc;
    background-color: #cccccc;
    height: 44px;
    width: 44px;
    margin-left: 228px;
    z-index: 1;
}


input.datepicker {
    padding: 2px 0px 2px 5px !important;
    border-radius: 0;
    border: 1px solid #7A7A7A;
}

.authority {
    margin-left: 5px;
}

.stockatplanQty {
    width: 100%;
    min-width: 115px;
}


.disableFile {
    font-size: 14px !important;
    font-style: normal !important;
    font-stretch: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
    line-height: 44px !important;
    background-color: #cccccc !important;
    border-color: #cccccc !important;
}