#popOut {
    position: fixed;
    margin: 10% 20%;
    width: 60%;
    min-height: 100px;
    background: #fff;
    /*border-radius: 15px;*/
    padding: 15px 15px;
    z-index: 1100;
    top: 0px;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

    #popOut .title {
        margin: 0px;
        padding: 0px 0px 0px 50px;
        line-height: 45px;
        font-size: 16px;
        margin-bottom: 5px;
        background: #0288d1;
        height: 45px;
        overflow: hidden;
        font-weight: bold;
        display: none;
    }

    #popOut .success {
        background-position: 0px -283px;
    }

    #popOut .alert {
        background-position: 0px -94px;
        border: 0 none;
    }

    #popOut .content {
        padding: 5px 0px;
        border-top: solid 1px #e2e2e2;
        word-wrap: break-word;
    }

.optionList {
    margin-top: 20px;
    margin-left: 20px;
}

.optionList hr {
    clear: both;
    border-top: none;
}

.optionList a {
    display: block;
    width: 200px;
    background: #F2F2F2 url(/assets/images/iconsVMS.png) no-repeat;
    background-position: 5px 5px;
    height: 64px;
    line-height: 47px;
    font-size: 15px;
    font-family: arial, sans-serif;
    text-decoration: none;
    border: solid 1px #D9D9D9;
    padding: 5px 5px 5px 58px;
    float: left;
    margin: 0px 10px 10px 0px;
    /*border-radius: 7px;*/
    color: #444;
}

    .optionList a:hover {
        background-color: #ECF3FD;
        border-color: #B8D6FB;
    }

    .optionList a.new {
        background-position: 5px -181px;
    }

    .optionList a.active {
        background-position: 5px -56px;
    }

    .optionList a.completed {
        background-position: 5px -238px;
    }

    .optionList a.search {
        background-position: 5px -411px;
    }

    .optionList a.terminals {
        background-position: 5px -349px;
    }

    .optionList a.users {
        background-position: 5px -293px;
    }

    .optionList a.inventory {
        background-position: 5px -117px;
    }

    .optionList a.accounts {
        background-position: 5px -645px;
    }

    .optionList a.suppliers {
        background-position: 5px -708px;
    }

    .optionList a.folderApproved {
        background-position: 5px -757px;
    }

    .optionList a.creative {
        background-position: 5px -812px;
    }

#log, #adminListPaging {
    line-height: 18px;
    height: 18px;
    cursor: default;
    font-size: 10px;
    color: #444;
    margin: 10px;
}

#adminListPaging {
    display: none;
}

    #adminListPaging span a, #adminListPaging i {
        margin: 0px 4px;
        font-size: 15px;
        color: #444;
    }

    #adminListPaging span {
        display: inline-block;
        font-size: 15px;
        color: #444;
    }

    #adminListPaging a[disabled='disabled'] i {
        color: #999;
        cursor: not-allowed;
    }

#adminListTools, .searchBar {
    padding: 2px;
    /*border-radius: 7px;*/
    margin: 0 0 3px 0;
}



    #adminListTools br, .searchBar br {
        clear: both;
    }

.adminListSearch {
    border: solid 1px #A0A0A0;
    background: #fff;
    padding: 2px 0px 0px 0px;
    float: left;
    width: 440px;
    /*border-radius: 5px;*/
}

    .adminListSearch a {
        background: url(/assets/images/search.gif) no-repeat 4px 4px;
        width: 20px;
        height: 20px;
        display: block;
        float: left;
    }

    .adminListSearch ul {
        display: none;
        position: absolute;
        z-index: 2;
        border: solid 1px #A0A0A0;
        padding: 2px;
        margin: 0px;
        list-style: none;
        top: 24px;
        left: 0px;
        background: #e2e2e2;
    }

        .adminListSearch ul li {
            padding: 2px;
            list-style: none;
        }

            .adminListSearch ul li:hover {
                background: #f7f7f7;
            }

    .adminListSearch input {
        outline: none;
        width: 400px;
        border: none;
        float: left;
        height: 20px;
        line-height: 20px;
    }

    .adminListSearch br {
        clear: both;
    }

.adminListOptions {
    line-height: 22px;
    margin-left: 0px;
    float: left;
}

    .adminListOptions br {
        clear: both;
    }

    /*.adminListOptions a {
        display: block;
        float: left;
        border: solid 1px #a0a0a0;
        padding: 1px 6px 1px 4px;
        text-decoration: none;
        font-size: 12px;
        background: #f7f7f7;
        /*border-radius: 5px;*/
        margin-left: 8px;
        margin-right: 5px;
        background: #f8f9f8; /* Old browsers */
        background: -moz-linear-gradient(top, #f8f9f8 0%, #e4e4e4 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f9f8), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f8f9f8 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f8f9f8 0%,#e4e4e4 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f8f9f8 0%,#e4e4e4 100%); /* IE10+ */
        background: linear-gradient(top, #f8f9f8 0%,#e4e4e4 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9f8', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
    }*/

#noRecords {
    padding: 30px;
}

.tabContent {
    padding: 10px 8px;
    /*border-radius: 7px;*/
    display: none;
}

#adminListData, .inlineList {
    display: none;
    border-collapse: collapse;
    width: 100%;
    /*border-radius: 7px;*/
}

#adminListData th {
    border-bottom:solid 1px #aaa;
}

.inlineList {
    margin-top: 5px;
}

    /*#adminListData table, .inlineList table, #adminListData tr, .inlineList tr, #adminListData td, .inlineList td, #adminListData th, .inlineList th {
        border: solid 1px #a0a0a0;
        padding: 2px;
        cursor: default;
    }*/

    /*.inlineList .none td {
        padding: 7px;
    }*/


    /*#adminListData th, .inlineList th {
        text-align: left;
        cursor: default;
        font-size: 10px;
        font-weight: bold;
        color: #555;
        text-transform: uppercase;
        line-height: 22px;
    }*/

    /*.inlineList tr.none:hover {
        background: none;
    }*/

    /*.inlineList th:first-child, .inlineList td:first-child {
        display: none;
    }*/

    /*#adminListData td a, .inlineList td a {
        text-decoration: none;
        cursor: default;
    }*/

    .inlistList tr:not(.void) {
        cursor:pointer;
    }

.footer {
    padding: 2px;
}

#toolbar, .toolbar {
    padding: 2px;
    margin-bottom: 5px;
    display: flex;
    margin-left:-2px;
}

    #toolbar a, #toolbar span, .toolbar a, .toolbar span {
        display: flex;
        align-items: center !important;
    }

    #toolbar span, .toopbar span {
        width: 10px;
    }

    #toolbar div.spacer {
        float: left;
        margin: 5px 8px 0px 3px;
        color: #999;
    }

#tabs {
    margin: 5px 0px 0px -2px;
    margin-top: 15px;
    padding: 2px 2px 0px 2px;
    display: flex;
}

    #tabs a {
        display: block;
        float: left;
        padding: 3px 8px;
        text-decoration: none;
        border: solid 1px #ddd;
        border-bottom: none;
        
        cursor: default;
        background:#eee;
        margin-right: 3px;
        color:#000;
        /*border-top-left-radius: 7px;
        border-top-right-radius: 7px;*/
    }

        #tabs a.on {
            border-bottom-color: #fff;
            background: #fff;
            border-bottom: solid 1px #fff;
            margin-bottom: -2px;
        }

        /*#tabs a.on:first-child {
            margin-left: 1.5px;
        }*/

.tabContent {
    padding: 10px 8px;
    border: solid 1px #a0a0a0;
    /*border-radius: 7px;*/
    display: none;
}

.relationTrigger {
    display: inline-flex;
    position: absolute;
    z-index: 1;
    top:6px;
    right: 25px;
    width: 27px;
    height: 23px;
    background: url(/assets/svg/8-search.svg) no-repeat;
    cursor: pointer;
}

.dropDownContainer {
    position: absolute;
    width: 400px;
    background: #fff;
    border: solid 1px #ccc;
    /*border-radius: 7px;*/
    top: 31px;
    /*left: 140px;*/
    z-index: 100;
    display: none;
    text-align: left;
    padding: 7px 0px;
    overflow: auto;
    max-height: 225px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

    .dropDownContainer .loading {
        display: block;
        width: 20px;
        height: 20px;
    }

    .dropDownContainer a, .dropDownContainer span {
        display: block;
        text-align: left;
        border-bottom: solid 1px #ccc;
        line-height: 20px;
        padding: 4px 7px;
        cursor:pointer;
    }
        .dropDownContainer a:hover, a.dropDownContainerOn {
            background: #0E90F5;
            color: #fff;
            cursor: pointer;
            text-decoration:none;
        }

        .dropDownContainer a:last-child, .dropDownContainer span:last-child {
            border-bottom: none;
            cursor: pointer;
        }

fieldset {
    padding: 0px;
    box-sizing: border-box;
    /*border-radius: 7px;*/
    border: solid 1px #aaa;
    margin: 5px 0px 10px 0px;
}

    fieldset table {
        margin: 5px 16px;
    }

legend {
    width: auto !important;
    padding: 5px !important;
}

.upload-files {
    width: 15%;
}

.select-dropdown-container {
    height:400px;
}

.select-dropdown-container fieldset {
    height: 350px;
}

.static-input {
    margin: 0 5px -5px 3px;
    width: 100%;
    display: inline-block;
    border: none;
    border-bottom: solid 1px #333;
    padding: 0 2px 1px 2px;
    text-align: center;
    overflow: hidden;
}

.tab {
    margin-left: 5px;
}

#overlay, .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 10;
    opacity: .6;
    display: none;
}

a.button[disabled] {
    cursor: not-allowed;
    color: #9e9e9e;
}

#searchButton {
    font-size: 18px;
    padding-top: 2px;
}

audio {
    display:none;
}

/* Sweet alert overrrides */
.swal2-styled:focus {
    /* Disable ugly border */
    outline:none;
    box-shadow:none;
}

.swal2-popup {
    box-shadow:1px 1px 7px rgba(0,0,0,.3);
}

.swal2-styled.swal2-confirm {
    border: inherit;
    font-size: inherit;
    border-radius: inherit;
    color: inherit;
}

small .small {
	font-size: 100% !important;
}

.modal.modalPreviewImage {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.modal-dialog.modalPreviewImage {
	max-width: 100%;
	width: auto !important;
	display: inline-block;
}

.modal-open .modal.modalPreviewImage {
	z-index: 1050;
}

.row-no-wrap {
	display: flex;
	margin-right: -15px;
}

.btn-wrap {
	max-width: 20%;
	white-space: normal !important;
}

.color-red {
	color: darkred !important;
}

label, .bmd-label-floating {
    font-weight: bold !important;
}