@charset "utf-8";
/* reset */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

.line {
    clear: both;
    padding: 15px 0 0;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
}

body {
    /*font: .8em Arial, Verdana, Tahoma, Sans-Serif;*/
    font: .8em Verdana;
    background: #f4f4f4 url(images/bgtile.jpg) repeat-x;
    color: #555;
}

/* typography and links */
/* a {
     text-decoration: none;
     color: #333;
}*/
a {
    text-decoration: none;
}

.tableDataGrid a {
    text-decoration: none;
    color: #333;
}

p {
    line-height: 1.6em;
    /*line-height: 0.8em;*/
    margin: 10px 0 15px 0;
}

/* headings */
h1, h2, h3, h4, h5 {
    font-weight: normal;
}

h1 {
    font-size: 2.1em;
    /* color: #fff; */
}

/* h1 a {
    color: #fff;
} */

h2 {
    margin: 0 0 15px;
    font-size: 1.9em;
    /* color: #000; */
}

h2.inner {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
    padding: 0 0 10px;
}

h3 {
    margin: 0 0 7px;
    font-size: 1.3em;
    clear: both;
    /* color: #000; */
    line-height: 1.3em;
}

h4 {
    margin: 0 0 10px;
    font-size: 1.2em;
    /* color: #000; */
}

h5 {
    font-size: 1em;
    /* color: #eee; */
    margin: 0 0 14px;
}

#bg {
    margin: 0 auto;
    width: 1280px;
}

/* content holder */
.wrap {
    margin: 0 30px;
}

/* header */
#header {
    float: left;
    font-size: 24px;
    color: #fff;
    letter-spacing: -1.4px;
    padding: 25px 0 0 0;
    height: 60px;
    width: 320px;
}

#header h2 {
    font-size: 1.5em;
    color: #fff;
}

#header h2 a {
    color: #999999;
}

/* Page Caption */
#pageCaption {
    color: #fff;
    font-weight: normal;
    font-size: 1.5em;
    height: 38px;
    text-align: center;
}

/* End Page Caption */
/* side menu */
#menu {
    /*border-right: 1px dotted #ddd;*/
    clear: left;
    float: left;
    font-size: 12px;
    margin: 10px 0 10px 0;
    width: 220px;
}

#menu ul {
    /*float: left;*/
    display: block;
}

#menu li {
    display: block;
    padding: 2px 0;
    border-bottom: 1px dotted #111111;
    /*float: left;
     background: #6c6c6c url(images/pitcharrow.gif) no-repeat center center;
     */
}

#menu li a {
    display: block;
    color: #999;
    /*padding: 7px;
     */
    font-size: 0.9em;
    border: 1px solid transparent;
    /*background: #6c6c6c url(images/pitcharrow.gif) no-repeat center center;
     */
}

#menu a:hover, #menu li.current a {
    /*border-color: #444;
     */
    color: #000000;
}

#menu li ul {
    top: 98px;
    background: url(images/dot.png);
    padding: 3px;
    font-size: .92em;
    position: absolute;
    display: none;
    z-index: 100;
}

#menu li ul li {
    float: none;
    display: inline;
    margin: 0;
    padding: 0;
    clear: left;
}

#menu li ul li a {
    color: #fff;
    margin: 4px;
    white-space: nowrap;
    padding: 8px;
}

#menu li ul li a:hover {
    background: #2C2D2F;
    border-color: #2C2D2F;
}

/* screenshot arrows */
/*#menu .selected {*/
/*    background: url("images/arrows.png") no-repeat scroll 0 3px transparent;*/
/*    display: block;*/
/*    text-indent: 12px;*/
/*}*/

/*#menu .selected a {*/
/*    color: #000000;*/
/*}*/

/* menu */
#topmenuwrap {
    float: right;
    padding: 15px 0 0;
}

#topmenu ul {
    float: right;
}

#topmenu li {
    display: inline;
    float: left;
    margin: 0 0 0 18px;
}

#topmenu li a {
    display: block;
    color: #999;
    padding: 7px;
    font-size: 1.1em;
    border: 1px solid transparent;
}

#topmenu a:hover, #menu li.current a {
    border-color: #444;
}

#topmenu li ul {
    top: 98px;
    background: url(images/dot.png);
    padding: 3px;
    font-size: .92em;
    position: absolute;
    display: none;
    z-index: 100;
}

#topmenu li ul li {
    float: none;
    display: inline;
    margin: 0;
    padding: 0;
    clear: left;
}

#topmenu li ul li a {
    color: #fff;
    margin: 4px;
    white-space: nowrap;
    padding: 8px;
}

#topmenu li ul li a:hover {
    background: #2C2D2F;
    border-color: #2C2D2F;
}

.arrow {
    float: right;
    position: relative;
    width: 65px;
    height: 63px;
    margin: -180px 0 0;
    z-index: 100;
}

.arrow a {
    float: left;
    background: url(images/pitcharrow.gif) no-repeat center center;
    width: 15px;
    height: 24px;
    padding: 19px 25px;
}

/* main content */
#main {
    font-size: .9em;
    float: left;
    margin: 10px 0 10px 10px;
    width: 730px;
}

#loginPanel {
    border: 2px solid #969C4B;
    float: right;
    font-size: 0.9em;
    font-weight: bold;
    margin: 10px 0 10px 10px;
    padding: 20px;
    width: 400px;
}

#loginPanel input {
    padding: 5px;
}

#intro {
    border-bottom: 1px dotted #ddd;
}

/* holder for page content */
#page {
}

.justify {
    text-align: justify;
}

/* images align */
.left {
    float: left;
    margin: 0 15px 5px 0;
}

.right {
    float: right;
    margin: 0 0 5px 15px;
}

/* tables */
.table {
    border-collapse: collapse;
    border: 1px solid silver;
    width: 100%;
    margin: 0 0 10px;
}

.table td, th {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.table td a:hover {
 /*    border: 1px solid #CEF2C6; */
    background-color: #C6E0F2;
    color: #000000;
}

.table thead td, th {
    font-weight: bold;
    /* border-bottom: 3px double #ddd; */
    border-top: 1px solid #ddd;
    background: #fff;
    text-align: left;
}

.table .even td {
    background: #fff;
}

/* lists */
#page ul, #page ol {
    margin: 0 0 25px 27px;
}

#page li {
    padding: 6px 0;
    list-style: square;
}

/* boxes */
.full, .half, .third {
    float: left;
    width: 292px;
    background: #fff;
    padding: 15px;
    margin: 0 30px 30px 0;
}

.full {
    width: 645px;
}

.third {
    width: 175px;
}

.last {
    margin-right: 0;
}

/* forms */
fieldset {
    border: 0;
}

label {
    color: #444;
    padding: 0 0 2px;
}

input.text, select {
    padding: 2px;
    width: 250px;
    border: 1px solid #ddd;
}

input.datepicker {
    border: 1px solid #ddd;
    padding: 2px;
}

.small {
    width: 50px;
    padding: 2px;
    border: 1px solid #ddd;
    margin: 0 0 3px;
}

textarea.text {
    width: 254px;
	min-height: 60px;
	resize: auto;
    border: 1px solid #ddd;
}

textarea.bigtext {
    width: 306px;
	min-height: 150px;
	resize: auto;
    border: 1px solid #ddd;
}

input.submit {
    color: #fff;
    padding: 7px 10px;
    border: 0;
    font-weight: bold;
    background: #777;
}

input.file {
    color: #fff;
    padding: 7px 10px;
    border: 0;
    font-weight: bold;
    background: #777;
}

input[type=checkbox] {
    cursor: pointer;
    height: 16px;
    width: 16px
}

input[type=text]:focus, input[type=password]:focus, input[type=checkbox]:focus, textarea:focus, select:focus {
    border: solid 1px #8786EE;
}

/* footer */
#footer {
    clear: both;
    color: #999;
    background: url(images/footertile.jpg) repeat-x;
    font-size: .9em;
}

#footerbg {
}

#footer p {
    margin: 0 0 12px;
}

#footer_menu {
    float: right;
    padding: 4px 0 0;
}

#footer a {
    color: #999;
    margin: 0 5px 0 0;
    padding: 6px 10px;
    background: url(images/dot.png) no-repeat left center;
    border: 1px solid transparent;
}

#footer a:hover {
    border-color: #555;
}

#fleft {
    clear: both;
    padding: 25px 0 0;
    font-size: .94em;
}

#copy {
    color: #777;
    font-size: 1.5em;
}

#copy span {
    color: #999;
}

.links {
    text-decoration: underline;
}

a.links {
    color: #858181;
}

a.links:hover {
    color: #000;
}

.validationError {
    /*border: 1px dashed #999999;
     */
    color: red;
    display: block;
    /*font-weight: bold;
     */
    padding: 5px;
}

.panel {
    border: 1px dashed #000000;
}

.loginUserName {
    color: #999999;
    float: right;
    font-size: 15px;
}

.paginationCount {
    display: block;
    text-align: center;
}

.paginationLink {
    display: block;
    text-align: center;
}

.paginationLink a {
    text-decoration: none;
    color: #858181;
}

.paginationLink a:hover {
    text-decoration: none;
    color: #000;
}

.dataForm {
    padding: 10px;
}

.dataList {
    background: #dbdfe1;
    padding: 10px 5px;
    margin: 0 0 10px 0;
}

.dataList ul {
    padding: 0 0 0 25px;
}

.dataList li {
    border-bottom: 1px dotted #999999;
    color: #000;
    padding: 5px;
    list-style: none;
}

.dataList li a {
    display: block;
    border: 1px solid transparent;
    margin: 0 0 0 20px;
}

.dataList a:hover, #menu li.current a {
    color: #000000;
}

.dataList li ul {
    top: 98px;
    background: url(images/dot.png);
    padding: 3px;
    font-size: .92em;
    position: absolute;
    display: none;
    z-index: 100;
}

.dataList li ul li {
    float: none;
    display: inline;
    margin: 0;
    padding: 0;
    clear: left;
}

.dataList li ul li a {
    color: #fff;
    margin: 4px;
    white-space: nowrap;
    padding: 8px;
}

.dataList li ul li a:hover {
    background: #2C2D2F;
    border-color: #2C2D2F;
}

.dataListHead {
    background: #DBD6D6;
    font-weight: bold;
}

.dataListSubHead {
    background: #E8E8E8;
    font-weight: bold;
}

.dataListContent {
    background: #EDEAEA;
}

.dataListContent * {
    padding: 0 0 0 5px;
}

.tableForm {
    border-collapse: inherit;
    border: 3px solid #fff;
    width: 100%;
    margin: 0 0 10px;
}

.tableForm td {
    padding: 5px 0 0 5px;
    border-bottom: 1px dotted #DDDDDD;
    text-align: left;
}

.tableForm th {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #fff;
    text-align: left;
    padding: 0 0 0 5px;
}

.tableFormReadOnly {
    border-collapse: inherit;
    border: 3px solid #fff;
    width: 100%;
    margin: 0 0 10px;
}

.tableFormReadOnly td {
    border-bottom: 1px solid #ddd;
    background: #fff;
    text-align: left;
    padding: 5px 0px 5px 5px;
}

.tableFormReadOnly th {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #fff;
    text-align: left;
    padding: 0 0 0 5px;
}

.tableDataGrid {
    border-collapse: inherit;
    border: 3px solid #fff;
    font-size: 10px;
    width: 100%;
    margin: 0 0 10px;
}

.tableDataGrid td {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    background: #FFFFFF;
    text-align: left;
    padding: 5px;
    /* width: 70%; */
    width: auto;
}

.tableDataGrid th {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #fff;
    text-align: left;
    padding: 5px;
    /* width: 30%; */
    width: auto;
}

.tableDataGrid input {
   /*  width: 80px; */
/*     width: -webkit-fill-available; */
}

.uom {
    width: 115px;
}

.uom1 {
    width: 115px;
}

.required {
    color: #FC0021;
    margin: 0 0 0 10px;
}

.hide {
    display: none;
}

.display {
    display: block;
}

.plus {
    background-image: url(images/ui-icons_222222_256x240.png);
    background-position: -17px -130px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    margin: 2px 0 0;
}

.minus {
    background-image: url(images/ui-icons_222222_256x240.png);
    background-position: -48px -130px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    margin: 2px 0 0;
}

.headin {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 3px double #DDDDDD;
    border-top: 1px solid #DDDDDD;
    font-weight: bold;
    padding: 0 0 0 5px;
    text-align: left;
}

.ajaxLoader {
    background-image: url(images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-color: transparent !important;
    transform: translate(-50%, -50%);
    position: fixed !important;
    margin: 0 !important;
    z-index: 99999;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height * we use height instead, but this forces the menu to always be this tall */
* html .ui-autocomplete {
    height: 100px;
}

.moveRight {
    background-image: url(images/ui-icons_222222_256x240.png);
    background-position: -114px -192px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin: 15px 0 0 0;
    position: absolute;
}

.moveLeft {
    background-image: url(images/ui-icons_222222_256x240.png);
    background-position: -146px -192px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin: 50px 0 0 0;
    position: absolute;
}

.allElementsCont {
    width: 260px;
    float: left;
}

.addRemoveCont {
    width: 63px;
    float: left;
}

.selectedElementsCont {
    width: 260px;
    float: left;
    margin: 0 0 0 22px;
}

/* notification Css */
#notification {
    position: fixed;
    top: 65px;
    width: 480px;
    z-index: 11000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    /* background-color:#FF7800;
     */
    background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
    padding: 5px;
    right: 156px;
    border: 1px solid #D3D3D3;
    /* overflow: scroll;
     */
}

#notification span.dismiss {
    border: 2px solid #FFF;
    padding: 0 5px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

#notification a {
    text-decoration: none;
    font-weight: bold;
    color: #555555;
    font-size: 10pt;
}

#notification a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #FF99FF;
    font-size: 10pt;
}

.scheduleEditDiv {
    width: 27px;
    padding-bottom: 5px;
    float: right;
}

.frontbanner {
    background: url(images/logistic.png) no-repeat;
    float: left;
    height: 77px;
    margin: 100px 0 0;
    width: 635px;
}

.infoHeader {
    background: none repeat scroll 0 0 #D8D6D6;
    border: 1px solid #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
}

.infoHeader a {
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

.infoHeaderText {
    padding: 0 0 0 20px;
}

.infoHeaderText:hover {
    color: #FFFFFF;
}

.smallSelectBox {
    width: 23px;
}

.textArea {
    width: 300px;
    height: 100px;
}

th.sorted a, th.sortable a {
    display: block;
}

th.sortable a {
    background: #ffffff url("images/arrow_off.png") no-repeat scroll 0 3px;
    padding-left: 12px;
}

th.asc a {
    background: #ffffff url("images/arrow_down.png") no-repeat scroll 0 3px;
    padding-left: 12px;
}

th.desc a {
    background: #ffffff url("images/arrow_up.png") no-repeat scroll 0 3px;
    padding-left: 12px;
}

.buttonTransparent {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    color: blue;
}

.pointer {
    cursor: pointer;
}

.tableForm thead td {
    padding: 5px 0 5px 0;
}
.br-4 {
	border-radius: 4px;
}
.widthAuto {
    width: auto !important;
}
.tableForm tbody td select {
    box-sizing: border-box;
    min-height: 25px;
    cursor: pointer;
    width: 256px;
    /* min-width: 80px;
	width: 100%; */
}


.readonly  {
    pointer-events: none;
}

/********** width ************/
.w-10 {
	width: 10% !important;
}
.w-15 {
	width: 15% !important;
}
.w-20 {
	width: 20% !important;
}
.w-25 {
	width: 25% !important;
}
.w-30 {
	width: 30% !important;
}
.w-35 {
	width: 35% !important;
}
.w-40 {
	width: 40% !important;
}
.w-50 {
	width: 50% !important;
}
.w-60 {
	width: 60% !important;
}
.w-70 {
	width: 70% !important;
}
.w-75 {
	width: 75% !important;
}
.w-80 {
	width: 80% !important;
}
.w-90 {
	width: 90% !important;
}
.w-100 {
	width: 100% !important;
}


.invVouCommonInfo {
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #0000002b;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 3px;
}

.invVouCommonInfo td,
.invVouCommonInfo th{
    padding: 5px 4px;
}

.invVouCommonInfo div:nth-child(1) {
    margin-right: 10px;
    width: 60%;
}

.invVouCommonInfo div:nth-child(2) {
    width: 40%;
}

#modalData {
    overflow-x: auto;
    height: 80vh;
    overflow-y: scroll;
}



/* width */
#dialog-container ::-webkit-scrollbar {
    height: 3px;
    width: 2px;
}

#dialog-container .masterCharge .minus,
#dialog-container .masterCharge .plus{
    position: unset;
    float: left;
}

#dialog-container .masterCharge .minus + a,
#dialog-container .masterCharge .plus + a{
    margin-left: 10px !important;
}

.red-color {
    color: red;
}

#pdfViewerContainer{
    width: 100%;
    height: 90vh;
    position: relative;
}

#pdfViewer{
    width: 100%;
    height: 100%;
}

#pdfDownloadLinkContainer {
    /*background: rgb(50, 54, 57);*/
    /*background: transparent;*/
    background: #ede9e9;
    backdrop-filter: blur(40px);
    position: absolute;
    top: 10px;
    right: 18px;
    padding: 0;
    text-align: center;
    border-radius: 4px;
    width: 17%;
}

#pdfDownloadLinkContainer a{
    color: rgb(50, 54, 57);
    display: flex;
    height: 5vh;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
}









#dialog-container {
    width: 100vw;
    height: 100vh;
    background-color: #00000024;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    backdrop-filter: blur(3px);
}

#dialog {
    background: #D8D6D6;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    width: 70vw;
    position: absolute;
    z-index: 11000;
    max-height: 85vh;
    overflow: scroll;
}

#lean_overlay {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.close_box{
    background:#9C9C9C;
    color:#fff;
    font-weight: bold;
    padding:3px;
    display:inline;
    position:absolute;
    right:8px;
    border-radius:3px;
    cursor:pointer;
    top:10px;
}

#modalData {
    overflow-x: auto;
    height: auto;
    overflow-y: scroll;
}


/* width */
#dialog-container ::-webkit-scrollbar {
    width: 4px;
}

/* Track */
#dialog-container ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
#dialog-container ::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 10px;
}

/* Handle on hover */
#dialog-container ::-webkit-scrollbar-thumb:hover {
    background: #000000;
}


.tableForm td {
    padding: 5px 0 0 5px;
    border-bottom: 1px dotted #DDDDDD;
    text-align: left;
    max-width: 30vw !important;
}

#imageViewerContainer{
    max-height: 80vh;
    max-width: 80vw;
    overflow: scroll;
    text-align: center;
}

#excelTableViewContainer{
    overflow: scroll;
    background-color: white;
    padding: 20px;
    max-height: 70vh;
}

.excelTable{
    border-collapse: collapse;
}

.excelTable td{
    border: 1px solid #e2e2e2;
    border-collapse: collapse;
    PADDING: 3px;
}

#sendAsFormData{
    position: absolute;
    z-index: 2;
    right: 0%;
    top: -35px;
    color: rgb(50, 54, 57);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
}

#sendAsFormData.pdfViewButton{
    right: 21%;
    top: 2%;
}

.ui-state-highlight {
    border: 1px solid #09d304 !important;
    background: #09d3040d !important;
}

.bg-border-success {
    border: 1px solid #09d304 !important; /* Border color - blue */
    background: #09d3040d !important; /* Background color - light blue */
}

.ui-state-error {
    border: 1px solid #e90404 !important;
    background: #e904040d !important;
}

.bg-border-error {
    border: 1px solid #e90404 !important; /* Border color - blue */
    background: #e904040d !important; /* Background color - light blue */
}

.bg-border-warning {
    border: 1px solid #ffcc00 !important; /* Border color - yellow */
    background: #ffcc0033 !important; /* Background color - light yellow */
}

.bg-border-info {
    border: 1px solid #1e90ff !important; /* Border color - blue */
    background: #1e90ff33 !important; /* Background color - light blue */
}

.btn-sm{
    padding: 3px 5px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

.ui-datepicker-calendar .ui-state-highlight {
    border: 1px solid #68bcf6 !important;
    background: #33AAFF !important;
    color: white !important;
    font-weight: bold !important;
}
.ui-datepicker-calendar .ui-state-active{
    border: 1px solid #09d3040d !important;
    background: #09d304 !important;
    color: white !important;
    font-weight: bold !important;
}

.xdsoft_calendar .xdsoft_today{
    border: 1px solid #68bcf6 !important;
    background: #33AAFF !important;
    color: white !important;
    font-weight: bold !important;
}

.xdsoft_calendar .xdsoft_current,
.xdsoft_time_variant .xdsoft_current{
    border: 1px solid #09d3040d !important;
    background: #09d304 !important;
    color: white !important;
    font-weight: bold !important;
}

.ui-state-highlight .ui-icon, .ui-state-error .ui-icon {
    margin-top: 2px;
}
.ui-accordion .ui-accordion-header {
    display: flex !important;
    align-items: center !important;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover{
    /*border: 1px solid #68bcf6 !important;*/
    background: #33AAFF !important;
    color: white !important;
}

.redCrossRemove{
    color: red;
    background: #e904040d;
    border: 1px solid #e90404;
    padding: 1px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .4s;
}

.redCrossRemove:hover{
    background-color: #e90404 !important;
    color: white;
}

/* Start>============ Modal ==================*/
/* The Modal (background) */
.modal {
  top: 0;
  left: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  z-index: 1; /* Sit on top */
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 65px; /* Location of the box */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  padding: 0;
  margin: auto;
  position: relative;
  border-radius: 8px;
  border: 1px solid #888;
  background-color: #f4f4f4;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  animation-name: animatetop;
}
.modal .modal-sm {
	width: 40%;
}
.modal .modal-md {
	width: 60%;
}
.modal .modal-lg {
	width: 80%;
}
.modal .modal-xl {
	width: 100%;
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
/* The Close Button */
.modal-close {
  top: 0px;
  right: 10px;
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
}
.modal-close:hover, .modal-close:focus {
  color: red;
  cursor: pointer;
  text-decoration: none;
}
.modal-header {
  color: white;
  padding: 2px 16px;
  background-color: #282828;
  border-radius: 6px 6px 0 0;
}
.modal-title {
    font-size: 1.5em;
    font-weight: bold;
    margin: 6px 0 6px 0;
}
.modal-body {
    overflow: auto;
	padding: 12px 16px;
	margin-bottom: 5px;
	max-height: calc(100vh - 160px);
}
.modal-footer {
  color: white;
  padding: 2px 16px;
  background-color: #5cb85c;
  border-radius: 0 0 6px 6px;
}
/* ==End>============ Modal ==================*/

.activeUrl{
    user-select: none;
    position: relative;
    background-color: #f4f4f4 !important;
}
.activeUrl::after {
    content: '\2192';
    position: absolute;
    right: 104%;
    top: 50%;
    transform: translate(-10%, -50%);
    font-size: 16px;
    color: #5b5757;
    transition: right .4s;
}
.activeUrl:hover::after{
    right: 100%;
}
.activeAnchor{
    color: #5b5757 !important;
    font-weight: bold;
    transition: color .2s;
}
.activeAnchor:hover{
    color: #000000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1b1b1b;
    font-size: 14px;
    line-height: 28px;
}

#message .ui-widget{
    position: relative;
}

.alert-dismiss-button{
    position: absolute;
    right: 0px;
    top: 0;
    border: 1px solid transparent;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    color: #e90404;
    font-weight: bold;
    font-size: 10px;
}

.ui-state-highlight .alert-dismiss-button{
    border-color: #09d304 !important;
}
.ui-state-highlight .alert-dismiss-button:hover{
    background-color: #09d304 !important;
    color: white;
}
.ui-state-error .alert-dismiss-button{
    border-color: #e90404 !important;
}
.ui-state-error .alert-dismiss-button:hover{
    background-color: #e90404 !important;
    color: white;
}
.bg-border-warning .alert-dismiss-button{
    border-color: #ffcc00 !important; /* Border color - yellow */
}
.bg-border-warning .alert-dismiss-button:hover{
    background-color: #ffcc00 !important; /* Border color - yellow */
    color: white;
}
.bg-border-info .alert-dismiss-button{
    border-color: #1e90ff !important; /* Border color - blue */
}
.bg-border-info .alert-dismiss-button:hover{
    background-color: #1e90ff !important; /* Border color - blue */
    color: white;
}

/* Start=====Only DataTable====== */
div.dt-container .dt-paging .dt-paging-button {
    padding: 0.25em 0.65em !important;
    border: 1px solid #c1c1c1ab !important;
}
div.dt-container .dt-paging .dt-paging-button.current {
	background: #d4cfff !important;
}
div.dt-container .dt-input {
    background-color: #ffffff !important;
}
div.dt-container .dt-length .dt-input {
    max-width: 60px;
}
div.dt-container .dt-layout-table .dataTable tr:nth-child(even) {
    background-color: #ffffff;
}
div.dt-container .dataTable select {
	width: auto !important;
}
div.table-responsive {
    width: 75vw;
}
div.dt-container {
    width: fit-content;
}
/* End=====Only DataTable====== */
