﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */

/*TODO: Refactor this, seperate the css for each screen! -_- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,600&display=swap');

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #232323;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.bg {
    /* The image used */
    background-image: url("../images/back.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Wrapping element */

/* Set some basic padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.form-inner .form-horizontal {
    margin-left: -2rem;
    margin-right: -2rem;
}

.field.template-field-idle label,
.field.template-field-idle .form-control[disabled],
.field.template-field-idle .form-control[readonly],
.field.template-field-idle fieldset[disabled] .form-control {
    cursor: pointer !important;
}


#wrapper {
    /*
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 8px #000000;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 8px #000000;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    */
   
    background-position-x: left;
    background-repeat: no-repeat;
   
    margin: 6.5rem auto 6rem;
    max-width: 50rem;
    padding-bottom: 1rem;
    width: 36rem;
}

    .form input, .form button, .form a {
    font-size: 17px;
    height: 38px;
}

.clickable-icon {
    background: transparent;
    color: #555;
    font-size: large;
    padding: 0.3rem;
    text-align: center;
}

.flat-button {
    background: none;
    border: none;
    cursor: pointer;
    font: inherit;
    text-align: center;
    padding: 0 !important
}

/* LogIn and Registration Styles */
.login-registration-form {
    margin: 0.5rem auto auto;
    padding: 0 4rem 0;
    width: 32rem;
}

#application-title-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#company-logo {
    width: 18rem;
}

.message {
    display: block;
    margin-bottom: auto;
    padding: inherit;
}

.icon {
    background: #337ab7;
    color: whitesmoke;
    font-size: large;
    min-width: 50px;
    padding: 10px;
    text-align: center;
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
}

.input-field {
    outline: none;
    padding: 10px;
    width: 100%;
}

.input-and-error-container {
    margin-bottom: 15px;
}

.input-capitalize {
    text-transform: capitalize;
}

#main-content {
    padding-left: 13.5rem;
    padding-top: 3.67rem;
}

.shadow-effect,
.navbar-shadow-effect {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 8px #000000;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 8px #000000;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    background: white;
    background-position-x: left;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 8px #000000;
    box-shadow: 0 0 8px hsla(0, 0%, 0%, 0.40);
}

/* Header Styles */

.navbar-brand-image {
   
    height: 5rem;
    margin-top: 0rem;
    position: relative;
    /* width: 5.6rem; */
}

.navbar-ids-international {
    background-color: #F2F1F3;
    height: 70px;
}

.navbar-action-icon {
    display: inline-block;
}

.navbar-page-header {
    -moz-text-overflow: ellipsis;
    color: whitesmoke;
    display: inline-block;
    font-size: 24px;
    max-width: 480px;
    overflow: hidden;
    padding-top: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*SideBar Styles*/

.f18 {font-size:20px!important;}

#sidebar-icons {
    z-index: 100
}

#sidebar-title {
    z-index: 90
}

#sidebar-icons,
#sidebar-title {
    background: whitesmoke;
    color: #fff;
    height: 100%;
    max-width: 60px;
    min-width: 60px;
    position: absolute;
}

    #sidebar-icons > div,
    #sidebar-title > div {
        margin-top:6rem
    }

        #sidebar-icons > div > .row,
        #sidebar-title > div > form,
        #sidebar-title > div > a {
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            height: 3rem !important;
            width: 100% !important;
        }

            #sidebar-title > div > form,
            #sidebar-title > div > a,
            #sidebar-title > div > form > button {
                justify-content: left !important;
                text-align: left !important;
                margin-left: 0px;
                background: #364A5E;
                margin-top:10px;
                
            }

#sidebar-title {
    margin-left: 0px !important;
    max-width: 240px !important;
    min-width: 240px !important;
    transition: all 0.3s !important;
    background: #fff;
    color: #fff;
    border-radius: 0;
   
}

.nav-icon {padding-left:5px;padding-right:10px;}
.fa-lg {font-size:15px!important;}

.sidebar-link-and-button,
.navbar-signout-button {
    color: #fff;
    display: block;
    font-size: 0.8rem;
    padding: 5px 10px 10px 10px;
}

.sidebar-link-and-button:hover,
.navbar-signout-button:hover {
    text-decoration: none
}

#sidebar-title.sidebar-hidden {
   /* margin-left: -125px !important;*/
}

.navbar-shadow-effect {
  /*  box-shadow: 5px 0 5px -5px #000000 !important;
    box-shadow: 5px 0 5px -5px hsla(0, 0%, 0%, 0.40) !important;*/
}

.navbar-signout-button,
.navbar-signout-icon {
    bottom: 0;
    position: absolute;
    padding: 0 0 0.5rem 1.3rem;
}

.navbar-signout-icon {
    padding: 0 0 1.2rem 0;
}

/* Container Filter Bar Style */
#filter-search-bar {
    transition: all 0.3s !important;
    margin-bottom: 2rem;
}

#filter-search-bar.search-bar-hidden {
    height: 2.2rem;
    overflow: hidden;
}

#filter-toggle-bar {
    background-color: #337ab7;
    color: whitesmoke;
    font-weight: bold;
    cursor: pointer;
    padding: 0.5rem;
}

/* Available Containers Screen Styles */
.container {
    padding: 1rem;
    max-width: 95%;
    margin: auto;
    margin-top: 1rem !important;
}

.hiddencontainerlist {
    visibility: hidden;
}

#loadingContainers {
    margin-top: 5rem !important;
    color: #337ab7;
}

#loadingContainerIcon {
    font-size: 15rem;
}

#tbl-containers,
#tbl-invoices{
    color: #555;
    margin: 0 auto;
    width: 100% !important;
}


    #tbl-containers > tbody > tr > td,
    #tbl-containers > thead > tr > th,
    #tbl-invoices > tbody > tr > td,
    #tbl-invoices > thead > tr > th,
    .dataTables_scrollHeadInner > table > thead > tr > th {
        max-width: 8rem !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        text-align: center;
    }

.DTFC_LeftHeadWrapper {
    background: white
}

.DTFC_LeftBodyLiner {
    overflow-x: hidden;
    background: white;
}

/*User List Style*/
#tbl-users > tbody > tr > td {
    padding: 0.5rem .5rem .5rem .5rem !important;
}

/*Organization Screen Style*/
.organization-action-buttons {
    width: 4rem
}

.organization-dropdown {
    width: 100%;
    height: 1.6rem;
}

#logicAppList {
    height: 16rem;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
.sidebar-link-and-button:hover {
    background: #3E418C;
}

.width20 {
    width:20px!important;
}

.width20c {
    width: 20px !important;
    text-align:center!important;
}

.sidebar-link-and-button:hover, .navbar-signout-button:hover {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    font-size: 15px;
    color: #364a5e !important;
}
.table td {
    padding: 5px!important;
    vertical-align: middle!important;
}

.select2 {width:100%!important;}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
   
   height: calc(1.5em + .75rem + 2px)!important;
}
table td p {
    margin-bottom:0!important;
}
.clickable-icon {padding:2px!important;}

.btn-primary {
    background: #2AA9E0 !important;
    border: 1px solid #2AA9E0 !important;
}

.btn-success {
    background: #04AA6D !important;
    border: 1px solid #04AA6D !important;
}

    .btn-success:hover {
        background: #059862 !important;
        border: 1px solid #059862 !important;
    }

.container-fluid {
    padding-right: 15px;
    padding-left: 40px;
}

#sidebar-title > div > a:hover {
    background: #5B6C7D;
}

thead {
    background: #E2E5E8;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
    position:relative;
    top: 25px;
    z-index: 99;
}

.dataTables_info {
    text-align: right !important;
    position:relative;
   top:-15px;
    z-index:1;
}

.dataTables_length {
    position: relative;
    top: 10px;
    z-index: 999;
}

.pagination {
    position: relative;
    top: -30px;
    z-index: 999;
    width: 500px;
    float: right;
}

.modal-content {
    background:#eee;
}

.search-sec {
    background: #001389;
    padding: 1.5rem;
}

.search-slt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.wrn-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.sub-menu {
    margin-top: 10px;
    background: #364A5E;
    width: 100% !important;
   
}

.sub-main {
    padding: 10px 10px 10px 0px;
    background: #5B6C7D;
    padding: 15px 15px 15px 10px;
    height: 3rem;
}

.sub-menu a {
    padding-top: 13px;
    height: 3rem;
}

.custom-checkbox label {
   position:relative;
   top:10px;
}
.potable {cursor:pointer;}
/*.suid {
    color: #fff !important;
}*/

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif') 50% 50% no-repeat rgba(255,255,255,0.5);
    z-index: 999999999999999 !important;
    display: none;
}

hr.dashed {
    border-top: 3px dashed #bbb;
}

/* Dotted border */
hr.dotted {
    border-top: 3px dotted #bbb;
}

/* Solid border */
hr.solid {
    border-top: 3px solid #bbb;
}

@media (min-width: 600px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap !important;
        flex-flow: row nowrap !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row !important;
            flex-direction: row !important;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute !important;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem !important;
                padding-left: 0.5rem !important;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto !important;
            flex-basis: auto !important;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none !important;
        }
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */

/*TODO: Refactor this, seperate the css for each screen! -_- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,600&display=swap');

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #232323;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.bg {
    /*background: #ECF0F5;*/
}

/* Wrapping element */

/* Set some basic padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.form-inner .form-horizontal {
    margin-left: -2rem;
    margin-right: -2rem;
}

.field.template-field-idle label,
.field.template-field-idle .form-control[disabled],
.field.template-field-idle .form-control[readonly],
.field.template-field-idle fieldset[disabled] .form-control {
    cursor: pointer !important;
}


#wrapper {
    /*
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 8px #000000;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 8px #000000;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    */

    background-position-x: left;
    background-repeat: no-repeat;
    margin: 6.5rem auto 6rem;
    max-width: 50rem;
    padding-bottom: 1rem;
    width: 36rem;
}

.form input, .form button, .form a {
    font-size: 17px;
    height: 38px;
}

.clickable-icon {
    background: transparent;
    color: #555;
    font-size: large;
    padding: 0.3rem;
    text-align: center;
}

.flat-button {
    background: none;
    border: none;
    cursor: pointer;
    font: inherit;
    text-align: center;
    padding: 0 !important
}

/* LogIn and Registration Styles */
.login-registration-form {
    margin: 0.5rem auto auto;
    padding: 0 4rem 0;
    width: 32rem;
}

#application-title-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#company-logo {
    width: 18rem;
}

.message {
    display: block;
    margin-bottom: auto;
    padding: inherit;
}

.icon {
    background: #337ab7;
    color: whitesmoke;
    font-size: large;
    min-width: 50px;
    padding: 10px;
    text-align: center;
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
}

.input-field {
    outline: none;
    padding: 10px;
    width: 100%;
}

.input-and-error-container {
    margin-bottom: 15px;
}

.input-capitalize {
    text-transform: capitalize;
}

#main-content {
    padding-left: 13.5rem;
    padding-top: 3.67rem;
}

.shadow-effect,
.navbar-shadow-effect {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 8px #000000;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 8px #000000;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    background: white;
    background-position-x: left;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 8px #000000;
    box-shadow: 0 0 8px hsla(0, 0%, 0%, 0.40);
}

/* Header Styles */

.navbar-brand-image {
    height: 5rem;
    margin-top: 0rem;
    position: relative;
    /* width: 5.6rem; */
}

.navbar-ids-international {
    background-color: #3C8DBC;
    height: 70px;
    color: #fff;
}

.navbar-action-icon {
    display: inline-block;
}

.navbar-page-header {
    -moz-text-overflow: ellipsis;
    color: whitesmoke;
    display: inline-block;
    font-size: 24px;
    max-width: 480px;
    overflow: hidden;
    padding-top: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*SideBar Styles*/

.f18 {
    font-size: 20px !important;
}

#sidebar-icons {
    z-index: 100
}

#sidebar-title {
    z-index: 90
}

#sidebar-icons,
#sidebar-title {
    background: whitesmoke;
    color: #fff;
    height: 100%;
    max-width: 60px;
    min-width: 60px;
    position: absolute;
}

    #sidebar-icons > div,
    #sidebar-title > div {
        margin-top: 6rem
    }

        #sidebar-icons > div > .row,
        #sidebar-title > div > form,
        #sidebar-title > div > a {
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
            display: flex;
            justify-content: center !important;
            align-items: center !important;
            height: 3rem !important;
            width: 100% !important;
        }

            #sidebar-title > div > form,
            #sidebar-title > div > a,
            #sidebar-title > div > form > button {
                justify-content: left !important;
                text-align: left !important;
                margin-left: 0px;
                background: #222d32;
                margin-top: 10px;
            }

#sidebar-title {
    margin-left: 0px !important;
    max-width: 250px !important;
    min-width: 250px !important;
    transition: all 0.3s !important;
    background: #222D32;
    color: #fff;
    border-radius: 0;
}

.nav-icon {
    padding-left: 5px;
    padding-right: 10px;
}

.fa-lg {
    font-size: 15px !important;
}

.sidebar-link-and-button,
.navbar-signout-button {
    color: #fff;
    display: block;
    font-size: 0.8rem;
    padding: 5px 10px 10px 10px;
}

    .sidebar-link-and-button:hover,
    .navbar-signout-button:hover {
        text-decoration: none
    }

#sidebar-title.sidebar-hidden {
    /* margin-left: -125px !important;*/
}

.navbar-shadow-effect {
    /*  box-shadow: 5px 0 5px -5px #000000 !important;
    box-shadow: 5px 0 5px -5px hsla(0, 0%, 0%, 0.40) !important;*/
}

.navbar-signout-button,
.navbar-signout-icon {
    bottom: 0;
    position: absolute;
    padding: 0 0 0.5rem 1.3rem;
}

.navbar-signout-icon {
    padding: 0 0 1.2rem 0;
}

/* Container Filter Bar Style */
#filter-search-bar {
    transition: all 0.3s !important;
    margin-bottom: 2rem;
}

    #filter-search-bar.search-bar-hidden {
        height: 2.2rem;
        overflow: hidden;
    }

#filter-toggle-bar {
    background-color: #337ab7;
    color: whitesmoke;
    font-weight: bold;
    cursor: pointer;
    padding: 0.5rem;
}

/* Available Containers Screen Styles */
.container {
    padding: 1rem;
    max-width: 95%;
    margin: auto;
    margin-top: 1rem !important;
}

.hiddencontainerlist {
    visibility: hidden;
}

#loadingContainers {
    margin-top: 5rem !important;
    color: #337ab7;
}

#loadingContainerIcon {
    font-size: 15rem;
}

#tbl-containers,
#tbl-invoices {
    color: #555;
    margin: 0 auto;
    width: 100% !important;
}


    #tbl-containers > tbody > tr > td,
    #tbl-containers > thead > tr > th,
    #tbl-invoices > tbody > tr > td,
    #tbl-invoices > thead > tr > th,
    .dataTables_scrollHeadInner > table > thead > tr > th {
        max-width: 8rem !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        text-align: center;
    }

.DTFC_LeftHeadWrapper {
    background: white
}

.DTFC_LeftBodyLiner {
    overflow-x: hidden;
    background: white;
}

/*User List Style*/
#tbl-users > tbody > tr > td {
    padding: 0.5rem .5rem .5rem .5rem !important;
}

/*Organization Screen Style*/
.organization-action-buttons {
    width: 4rem
}

.organization-dropdown {
    width: 100%;
    height: 1.6rem;
}

#logicAppList {
    height: 16rem;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

.sidebar-link-and-button:hover {
    background: #3E418C;
}

.width20 {
    width: 20px !important;
}

.width20c {
    width: 20px !important;
    text-align: center !important;
}

.sidebar-link-and-button:hover, .navbar-signout-button:hover {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    font-size: 15px;
    color: #fff !important;
}

.table td {
    padding: 5px !important;
    vertical-align: middle !important;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    height: calc(1.5em + .75rem + 2px) !important;
}

table td p {
    margin-bottom: 0 !important;
}

.clickable-icon {
    padding: 2px !important;
}

.btn {
    display: inline-block;
    padding: 9px 12px;
    padding-top: 7px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image: none !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.12s linear 0s !important;
}

.btn-cons {
    margin-right: 5px;
    min-width: 120px;
    margin-bottom: 8px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-success {
    color: #fff;
    background-color: #005C2E;
    border-color: #4cae4c;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-warning {
    color: #fff;
    background-color: #F39C12;
    border-color: #eea236;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-white {
    color: #5e5e5e;
    background-color: #fff;
    border: 1px solid #e5e9ec;
}



.container-fluid {
    padding-right: 15px;
    padding-left: 40px;
}

#sidebar-title > div > a:hover {
    background: #5B6C7D;
}

thead {
    background: #222d32;
    color: #fff;
    font-weight: 300;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
    position: relative;
    top: 25px;
    z-index: 99;
}

.dataTables_info {
    text-align: right !important;
    position: relative;
    top: -15px;
    z-index: 1;
}

.dataTables_length {
    position: relative;
    top: 10px;
    z-index: 999;
}

.pagination {
    position: relative;
    top: -30px;
    z-index: 999;
    width: 500px;
    float: right;
}

.modal-content {
    background: #eee;
}

.search-sec {
    background: #001389;
    padding: 1.5rem;
}

.search-slt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.wrn-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.sub-menu {
    width: 100% !important;
}

.no-link {
    color: #9b9b9b;
}

.sub-main {
    padding: 10px 10px 10px 0px;
    background: #222d32;
    padding: 15px 15px 15px 10px;
    height: 3rem;
}

.sub-menu a {
    padding-top: 13px;
    height: 3rem;
}

.custom-checkbox label {
    position: relative;
    top: 10px;
}

.potable {
    cursor: pointer;
}

.suid {
    color: #fff !important;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif') 50% 50% no-repeat rgba(255,255,255,0.5);
    z-index: 999999999999999 !important;
    display: none;
}

a {
    cursor: pointer !important;
}

.sm {
    padding-left: 20px;
}

    .sm:hover {
        background: #5B6C7D !important;
    }

#tbl-config_filter, .dataTables_length, .dataTables_paginate, .dataTables_filter {
    display: none;
}


.org-selction {
    display: none;
}

.inHome #sidebar-title, .inAdminOrganization div > a.subscriptions, .inAdminOrganization .organization,
.inAdminOrganization .configuration, .inAdminOrganization .shipmentSearch, .inAdminOrganization .users, .inAdminOrganization .subscriptionsAdminMenu, .inAdminOrganization #tbl-organizations {
    display: none !important;
}

.inOrganization .OrganizationAdminMenu,
.inOrganization .configuration, .inOrganization .shipmentSearch, .inOrganization .subscriptions {
    display: none !important;
}


.inUsers .OrganizationAdminMenu,
.inUsers .configuration, .inUsers .shipmentSearch, .inUsers .subscriptions {
    display: none !important;
}

.inSubscription div > a.users, .inSubscription .organization, .inSubscription .OrganizationAdminMenu, .inSubscription .subscriptionsAdminMenu {
    display: none !important;
}

.inSubscriptionAdminMenu div > a.OrganizationAdminMenu, .inSubscriptionAdminMenu div > a.subscriptions,
.inSubscriptionAdminMenu div > a.configuration, .inSubscriptionAdminMenu div > a.shipmentSearch {
    display: none !important;
}

.inConfigration div > a.users, .inConfigration .organization, .inConfigration .OrganizationAdminMenu, .inConfigration .subscriptionsAdminMenu {
    display: none !important;
}

.inSubscription .subscriptions, .inConfigration .subscriptions, .inShippmentSearch .subscriptions {
    position: absolute;
    bottom: 25px;
}

.inShippmentSearch div > a.users, .inShippmentSearch .organization, .inShippmentSearch .OrganizationAdminMenu, .inShippmentSearch .subscriptionsAdminMenu {
    display: none !important;
}

.contextType {
    position: absolute;
    top: 300px;
    width: 100%;
}

.connect, .notification {
    position: absolute;
    padding: 20px;
    display: none;
}

    .connect .fa-spin, .notification .fa-exclamation-circle {
        font-size: 23px;
        color: forestgreen;
    }

.search-result-wrap {
    position: absolute;
    top: 291px;
    width: 97%;
}

#search-result, #topMost-result {
    width: 100%;
    height: 250px;
}

.inConfigration .shipmentSearch, .inSubscription .shipmentSearch {
    opacity: .4;
    cursor: default;
    pointer-events: none;
}

.topMost-result-wrapper .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #3C8DBC;
}

.shipDetailItem {
    background-color: #f4eeee;
}

.shipping-header {
    border-bottom: 1px solid;
    padding: 5px;
}