/* GENERAL ----------------------------------------*/
    input[type=checkbox] {
        cursor: pointer;
    }

    input[type=email] {
        text-transform: lowercase;
    }

    @media (max-width: 700px) {
        .hideColumn {
            display: none;
        }

        .smallTasksContainer {
            width: 100% !important;
        }
    }

    label {
        font-weight: inherit !important;
    }

label {
    font-weight: normal !important;
}
/* GENERAL ----------------------------------------*/
/* FIXED MENU -------------------------------------*/
    #menuGrayContainer {
        height: 60px;
        width: 95%;
        background-color: #F0F0F0;
        border-radius: 30px;
    }

    #menuWhiteContainer {
        height: 46px;
        width: 100%;
        background-color: #fff;
        border-radius: 25px;
        margin-left: 8px;
    }
/* FIXED MENU -------------------------------------*/
/* DYNAMIC MENU-------------------------------------*/
    #dynamicMenu {
        width: 100%;
        height: 35px;
        margin: 12px 0;
    }

    #masterCheckboxContainer {
        width: 30px;
        float: left;
        margin-top: 0px;
        height: 100%;
    }

    #masterCheckboxContainer input {
        margin: 0;
    }


    #deleteButton {
        background: #999;
        height: 35px;
        width: 35px;
        border-radius: 20px;
    }

    .iconsInUser {
        font-size: 16px;
        color: #fff;
        margin-left: -2px;
    }

    #saveNewConsiderations {
        border: none;
    }

    #shippingNotePopupButton {
        background-color: #005782;
        height: 35px;
        border-radius: 25px;
        padding: 0 10px;
        cursor: pointer;
        border: none;
    }

    #acceptedPopupButton {
        border: none;
    }

    .cancelPopupButton {
        background-color: #EA2326;
        height: 35px;
        border-radius: 25px;
        padding: 0 10px;
        cursor: pointer;
        border: none;
    }

    #addProductOfPopup {
        background-color: #005782;
        height: 35px;
        border-radius: 25px;
        padding: 0 10px;
        cursor: pointer;
        border: 0px !important;
    }

    #addProductOfPopup a {
        display: block;
        text-decoration: none;
        line-height: 35px;
    }

    #sendShippingNumber {
        background-color: #005782;
        height: 35px;
        border-radius: 25px;
        padding: 0 10px;
        cursor: pointer;
        border: 0px !important;
    }

    #sendShippingNumber a {
        display: block;
        text-decoration: none;
        line-height: 35px;
    }

    .buttonContainer {
        margin: 0 6px;
        height: 100%;
        float: left;
    }

    .validateUser {
        background: #00AFCE;
        width:125px;
        height: 35px;
        border-radius: 25px;
    }

    .validateUser a {
        display: block;
        text-decoration: none;
        line-height: 35px;
        width: inherit;
        text-align: center;
    }

    .button {
        background: #005782;
        height: 35px;
        border-radius: 25px;
        padding: 0 10px;
        cursor: pointer;
    }

    .button a {
        display: block;
        text-decoration: none;
        padding: 0 10px;
        line-height: 35px;
    }

/* DYNAMIC MENU-------------------------------------*/
/* USER TABLE---------------------------------------*/
    table{
        margin-top: 10px;
    }

    table thead {
        color: #606060;
        font-size: 12px;
        border: 0px
    }

    td {
        border-top: 0px !important;
        color: #606060;
    }

    h4 {
        margin-bottom: 4px !important;
        font-size: 16px !important;
    }

    td div p {
        margin-bottom: 3px;
    }

    tbody tr:hover {
        background-color: #F0F0F0;
    }

    td div a:focus, td div a:hover {
        color: transparent;
        text-decoration: none;
    }

    #mytable thead th {
        vertical-align: middle;
        height: 40px;
        border: 0;
    }

    .smallColumn {
        width: 30px;
    }

    .mediumColumn {
        width: 70px;
    }

    .largeColumn {
        width: 120px;
    }

    .extraLargeColumn {
        width: 200px;
    }

    .observationColumn {
        width: 90%;
    }

    .imageColumn {
        width: 80px;
    }

    .listRowHeight {
        height: 80px;
    }

    .leftBorder {
        border-left: 2.5px solid #F0F0F0;
        padding-left: 20px;
    }

    .grayBorder {
        border: 0.5px solid #a0a0a0;
    }

/* HOME TABLE---------------------------------------*/
    .smallTasksContainer {
        width: 49%;
    }
    .bigTasksContainer {
        width: 100%;
    }

    .alertApiError {
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 4px;
        border: 1px solid transparent;
    }

    .onImageCentered {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .hexagonContainer {
      position: relative;
      text-align: center;
      color: white;
    }

    .noMargin {
        margin: 0px !important;
    }
/* HOME TABLE---------------------------------------*/

/* USER TABLE---------------------------------------*/

/* CLIENT TABLE-------------------------------------*/
    #extraInfo {
        display: none;
        margin-top: 10px;
    }

    #extraInfo.showHide {
        display: block;
    }
/* CLIENT TABLE-------------------------------------*/

/* OBSERVATION TABLE--------------------------------*/
    .observationStatus {
        height: 14px;
        width: 14px;
        border-radius: 10px;
    }
/* OBSERVATION TABLE--------------------------------*/

/* PRODUCTS TABLE-----------------------------------*/
    #productsTable {
        border-collapse: collapse;
    }

    #productsTable tr {
        border-top: 1px solid #d0d0d0;
        border-bottom: 1px solid #d0d0d0;
    }

    #productsTable tr td {
        padding: 0 8px 0 0 !important;
    }    
/* PRODUCTS TABLE-----------------------------------*/

/* PRODUCT LIST ON DROPDOWN-------------------------*/
.dropdown-menu>ul>li>a:focus, .dropdown-menu>ul>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    width: 100%;
}
/* PRODUCT LIST ON DROPDOWN--------------------------*/

/* HIDE ARROW ON INPUTS TYPE NUMBER -----------------*/
.noArrow::-webkit-inner-spin-button, .noArrow::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.noArrow { -moz-appearance:textfield; }
/* HIDE ARROW ON INPUTS TYPE NUMBER -----------------*/

/* TRANSPORT LIST ON DROPDOWN------------------------*/
.dropdown-menu > li > a {
    width: 100%;
}
/* TRANSPORT LIST ON DROPDOWN------------------------*/

#inputTransport:focus {
    border-color: #66afe9 !important;
}

/* SELECT2 STYLE-------------------------------------*/

.select2-container .select2-selection--single {
  height: 34px !important;
}

.select2-container .select2-selection--single:focus {
    border-color: #66afe9 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
    outline: none !important;
}

.select2-container--default .select2-selection--single {
 border:1px solid #ccc !important;
 box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
}

/* SELECT2 STYLE-------------------------------------*/

/* SHIPPING NOTES PRODUCT LIST-----------------------*/
.goToShippingDetails:hover {
    text-decoration-line: underline;
    text-decoration-color: #006A9C;
}
/* SHIPPING NOTES PRODUCT LIST-----------------------*/