body{
    font-family: 'Open Sans', sans-serif !important;
    src: url(../../assets/fonts/OpenSans-Regular.ttf)
}

[data-layout=horizontal] .topbar .topbar-left .logo .logo-lg{
    height: 60px;
}

/* [data-layout=horizontal] .page-wrapper{
    padding-top: calc(27px + 60px);
} */

[data-layout=horizontal] .topbar .topbar-left{
    background-color: #000000;
}

[data-layout=horizontal] .navbar-custom{
    background-color: #ffffff;
}

[data-layout=horizontal] .topbar{
    background-color: #ffffff;
    max-height: 70px;
}

.navbar-custom{
    height: 70px;
}

.topbar .topbar-left{
    height: 70px;
}

.refreshIcon{
    font-size: 20px;
    cursor: pointer;
}

.headingTitle {
    color: black;
    font-size: 20px;
    top: 15px;
    position: relative;
    font-style: normal;
    margin-left: 35%;
    font-weight: 600;
}
[data-layout=horizontal] .navbar-custom .nav-link {
    color: #000000;
}

.navbar-custom{
    box-shadow: none;
}

[data-layout=horizontal] .navbar-custom .topbar-nav li.show .nav-link {
    background-color: #ffffff;
    color: #000000;
}

.topbar .topbar-inner{
    width: unset;
}

.navbar-custom-menu .container-fluid{
    width: unset;
}

.page-title-box {
    padding: 0 0 10px 0;
}

.alert{
    padding: 0px 16px !important;
}

.left-sidenav-menu li.mm-active > a{
    color: #5a5c61 !important;
}

.left-sidenav-menu li.mm-active > a .vertical-menu-icon.icon-dual-vertical{
    color: white !important;
    background-color: #ff4134;
}

.leftbar-menu-item a.nav-link.active{
    color: white !important;
    font-weight: bold;  
    background-color: #ff4134;
}

.leftbar-menu-item a:hover{
    color: white !important;
    font-weight: bold;
    background-color: #ff4134;
}

.btn-primary{
    background-color: #485461;
    background-image: linear-gradient(315deg, #616365 0%, #5f666f 74%);
    box-shadow: 0 7px 14px 0 rgb(74 74 74 / 50%);
    border-color: #9e9e9e;
}

.leftbar-menu-item a:hover i{
    color: white !important;
}

.leftbar-menu-item a.nav-link.active i{
    color: white !important;
}

.custom-file-input, .custom-file-label {
    border: 1px solid #b5b5b5;
    border-bottom: 1px solid #060606;
}

label {
    font-weight: 400;
    color: #5d5d5d;
    font-size: 13px;
}

label span{
    color: #ff4134;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item:hover .menu-link{
    background: white;
}
body.enlarge-menu .leftbar-menu-item a.nav-link span{
    color: transparent;
}
body.enlarge-menu .left-sidenav .left-sidenav-menu{
    margin-top: 89px !important;
}

body .left-sidenav .left-sidenav-menu{
    margin-top: 68px !important;
}

.left-sidenav-menu li.mm-active .nav-item.active a.nav-link.active i{
    color: white !important;
}

.text-white{
    color: #ffffff;
}

.text-black{
    color: #485461;
}

.black-heading{
    background-color: #444444 !important;
    color: #ffffff
}

.bg-none{
    background: none;
}

hr {
    border-top: 1px solid #c1c1c1 !important;
}

.text-capitalize{
    text-transform: capitalize;
}

.page-item.active .page-link {
    background-color: #464646 !important;
    border-color: #000000 !important;
}
.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #2b2728;
    border-color: #1d1d1f;
}

.app-search{
    padding-top: 0 !important;
    margin-left: 0 !important;
}

.app-search a{
    top: 0%;
}

.thumbnail_row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  /* IE10 */
  /* -ms-flex-wrap: wrap;  */
  /* flex-wrap: wrap; */
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */

.thumbnail_column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.thumbnail_container {
  position: relative;
  max-width: 800px; /* Maximum width */
  margin: 0 auto; /* Center it */
}

.item-mask{
    background: none repeat scroll 0 0 rgb(0 0 0 / 61%);
    top: 5px;
}

.item-box{
    cursor: pointer;
}

.image_content {
  position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 0px;
    text-align: center;
    margin-left: -5%;
}
.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.thumb img {
    object-fit: contain;
    height: 150px;
    max-height: 100%;
    padding: 5px;
}

.item-box{
    height: 50%;
    background: white;
}
/* 
.thumb{
    margin: 10px;
    background: white;
    height: 150px;
} */

.modal-xl {
    max-width: 70% !important;
}

.cat-link {
    color: DarkSlateGray;
    font-size: 130%;
    margin-left: 50px;
}
/* 
a:hover, a:active, a:focus {
    text-decoration: underline;
    text-decoration-thickness: 2px !important;
    color: darkslategray !important;
} */

.cat_h2 {
    color: Teal;
    font-size: 180%;
    margin-left: 35px;
}

/* .ptag {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
} */

.ptag p {
    line-height:0;
}

.excelpreview td {
    border-color: white;
}

.nowrap td{
    white-space: nowrap;
}

.highlight {
	background-color:#ccffcc !important;
}

/* Style the list (remove margins and bullets, etc) */
.docValue {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Style the list items */
.docValue li {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #ffffff;
  padding: 4px;
  text-decoration: none;
  font-size: 13px;
  color: #7286a2;
  display: block;
  position: relative;
  /* word-break: break-word; */
}

/* Add a light grey background color on hover */
.list-group li:hover {
  background-color: #eee;
}

.docValue li>span {
  color: red;
}
/* .docValue li>p {
  padding-right: 5%;
} */

/* Style the close button (span) */
.closeLi {
  cursor: pointer;
}

.list-group-item{
    padding: 4px 10px;
    cursor: pointer !important;
    word-break: break-word;
    border: 1px solid #bbbbbb;
}
.noborder{
    border: none !important;
}

.close:hover {background: #bbb;}

#excelTable .ui-selecting { background-color: #FECA40 !important; }
#excelTable .ui-selected {background-color: #F39814 !important;color: white !important;}
#excelTable .ui-selectee { cursor: crosshair; }
#excelTr .ui-selectee { cursor: crosshair; }

.multi-excel td {
    background-color: #F39814 !important;
    color: white !important;
}
  /* .ui-selectable>.ui-selected {
    background-color: #a6c9e2;
} */
#multiColumnTable .ui-selecting { background-color: #FECA40 !important; }
#multiColumnTable .ui-selected {background-color: #F39814 !important;color: white !important;}
#multiColumnTable .ui-selectee { cursor: crosshair; }
.columnChosed:after { 
    margin: 0px 0px 0px 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f560";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #9ee44d;
    font-style: normal;
}

.valueChosed:after {
    margin: 0px 0px 0px 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f560";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #0397da;
    font-style: normal;
}

.customColumnName:after {
    margin: 0px 0px 0px 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f044";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: #cf7231;
    font-size: 13px;
    font-style: normal;
}

/* .columnChosed:after {
    margin: 0px 0px 0px 10px;
    content: "";
    width: 15px;
    height: 15px;
    background: url("http://www.gentleface.com/i/free_toolbar_icons_16x16_black.png") no-repeat -30px -50px fixed;
    top: 10px;
    display: inline-block;
} */

.cell-1 {
    border-collapse: separate;
    border-spacing: 0 4em;
    background: #f1f5fa;
    border-bottom: 5px solid transparent;
    background-clip: padding-box;
    cursor: pointer
}

.table-elipse {
    cursor: pointer
}
#primaryKeyTable{
    border-collapse: separate;
    border-spacing: 0 1em;
}
#primaryKeyTable td{
    vertical-align: top;
    color: black;
    word-break: break-all;
}
#primaryKeyTable tbody tr{
   box-shadow: 0px 0px 8px #c3c3c3;
   -webkit-box-shadow: 0px 0px 8px #c3c3c3;
   -moz-box-shadow: 0px 0px 8px #c3c3c3;
}
#primaryKeyTable thead th {
    background-color: #86919e;
    color: white;
}

#hubxMappingTable{
    border-collapse: separate;
    border-spacing: 0 1em;
}
#hubxMappingTable td{
    vertical-align: top;
    color: black;
    word-break: break-all;
}
#hubxMappingTable tbody tr{
   box-shadow: 0px 0px 8px #c3c3c3;
   -webkit-box-shadow: 0px 0px 8px #c3c3c3;
   -moz-box-shadow: 0px 0px 8px #c3c3c3;
}
#hubxMappingTable thead th {
    background-color: #86919e;
    color: white;
}

#excelMappingTable{
    border-collapse: separate;
    border-spacing: 0 1em;
}
#excelMappingTable td{
    vertical-align: top;
    color: black;
    word-break: break-all;
}
#excelMappingTable tbody tr{
   box-shadow: 0px 0px 8px #c3c3c3;
   -webkit-box-shadow: 0px 0px 8px #c3c3c3;
   -moz-box-shadow: 0px 0px 8px #c3c3c3;
}
#excelMappingTable thead th {
    background-color: #86919e;
    color: white;
}

#xmlTableViewer th {
    border: 1px solid #d2d2d2;
}
#xmlTableViewer{
    border-collapse: collapse;
    border-spacing: 0 1em;
}
#xmlTableViewer td{
    vertical-align: top;
    color: black;
    word-break: break-all;
    border: 1px solid #d2d2d2;
}

#xmlTableViewer thead th {
    background-color: #86919e;
    color: white;
}

#xmlTableViewer .ui-selecting { background-color: #FECA40 !important; }
#xmlTableViewer .ui-selected { background-color: #F39814 !important; color: white !important; }
#xmlTableViewer .ui-selectee { cursor: crosshair; }
#xmlTableViewer .ui-selected td { color: white !important; }

#multiColumnTable th {
    border: 1px solid #d2d2d2;
}

#multiColumnTable {
    border-collapse: collapse;
    border-spacing: 0 1em;
}

#multiColumnTable td {
    vertical-align: top;
    color: black;
    border: 1px solid #d2d2d2;
}

#multiColumnTable thead th {
    background-color: #86919e;
    color: white;
}

#multiColumnTable .ui-selected td { color: white !important; }

#template-list thead th {
    background-color: #616468;
    color: white;
}
.row-child {
    background-color: #ffffff;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
}
/* .select2-container--default{
    width: 92% !important;
} */
.form-control{
    background-color: transparent;
    border: 1px solid #b5b5b5;
    border-bottom: 1px solid #060606;
}

.select2-container{
    background-color: transparent;
    border: 1px solid #b5b5b5;
    border-radius: 0.25rem;
    border-bottom: 1px solid #060606;
}

.select2 select2-container select2-container--default select2-container--below{
    margin-top: 5px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #ff4134;
    border-color: #eaf0f9 #eaf0f9 #ffffff;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #ff4134;
    background-color: #ff4134;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ff4134;
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 7px;
    background-color: #ff4134;
    border: 1px solid #ffffff;
    color: #ffffff;
}

a:hover {
    color: #ff4134;
    text-decoration: underline;
}

.table-hover tbody tr:hover {
    color: #7286a2;
    background-color: #f7f7f7;
}

.list-group li:hover {
    background-color: #eee;
    text-decoration: underline;
    color: #ff4134;
}

.select2-container--default .select2-selection--single:focus {
    outline: none;
    box-shadow: none;
    border-color: #d8d8d8;
}

.navigation-menu > li a:hover {
    color: #ff4134 !important;
    background-color: transparent;
    text-decoration: none;
}

.navbar-custom-menu{
    box-shadow: 0px 0px 8px #c3c3c3;
   -webkit-box-shadow: 0px 0px 8px #c3c3c3;
   -moz-box-shadow: 0px 0px 8px #c3c3c3;
   min-height: 45px;
   margin-top: unset !important;
}

@media (min-width: 992px){
    .navbar-custom-menu .navigation-menu > li > a {
        height: 45px;
    }
    [data-layout=horizontal] .navbar-custom-menu .navigation-menu > li > a {
        padding-top: 13px;
        padding-bottom: 20px;
    }
}

.navigation-menu > li a {
    padding-left: 13px;
    padding-right: 10px;
}

.btn-success {
    color: #ffffff;
    background-color: #00c308;
    border-color: #00c309;
    box-shadow: 0 7px 14px 0 rgb(109 109 109 / 50%);
}

.btn-outline-danger {
    color: #383838;
    border-color: #d2cdcd;
}

.nav-link.disabled {
    pointer-events: unset;
    cursor: pointer;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
    white-space: normal !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: unset !important;
    padding: 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -1px;
}

.select2-selection--single {
  height: 50% !important;
}
.select2-selection__rendered{
  word-wrap: break-word !important;
  white-space: normal !important;
}

.navbar-custom-menu .has-submenu.active a {
    color: #ffffff;
    background: #ff4134;
}

.btn-bottom-toolbar {
    position: fixed;
    bottom: 25px;
    padding: 10px;
    padding-right: 15px;
    padding-right: 41px;
    /* -webkit-box-shadow: 0px 0px 9px rgb(32 30 55 / 30%); */
    /* box-shadow: 0px 0px 9px rgb(32 30 55 / 30%); */
    background: #ffffff;
    width: calc(100% - 65px);
    z-index: 5;
    border-top: 2px solid #01A9AC;
    left: 31px;
}
#select-result {
    color: #f39814;
    font-weight: bold;
}

.hide {
    display: none;
}

.show {
    display: block;
}

#excelMappingTable .ui-selected td{ 
    background-color: #f9645a !important; color: black !important;
}

#excelMappingTable .ui-selected td a{ 
    color: white !important;
}

.swal-small {
  width: 300px !important;
  font-size: 12px !important;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.colRef, .rowRef {
    background-image: linear-gradient( 179deg, #ffffff 0%, #f5f5f5 74%);
    text-align: center;
    color: black;
}

.rowHightlight{
    background-image: linear-gradient(184deg, #bfbfbf73 0%, #efefef75 74%);
    border-right: 2px solid seagreen !important;
    color: seagreen;
    font-weight: 600 !important;
}

.colHightlight{
    background-image: linear-gradient(184deg, #bfbfbf73 0%, #efefef75 74%);
    border-bottom: 2px solid seagreen !important;
    color: seagreen;
    font-weight: 600 !important;
}
.app-search{
    padding: 0px 0px 5px 235px;
}
[data-layout=horizontal] .app-search .form-control, [data-layout=horizontal] .app-search .form-control:focus {
    background-color: #ffffff !important;
    border: 1px solid #3b3a4652 !important;
    color:#000000
}
[data-layout=horizontal] .app-search a {
    background: #ffffff !important;
    cursor: default;
    border: 1px solid #3b3a4652 !important;
}

#historyTable thead th {
    background-color: #86919e;
    color: white;
}

#historyTable{
    border-collapse: separate;
    border-spacing: 0 1em;
}
#historyTable td{
    vertical-align: top;
    color: black;
    word-break: break-all;
}
#historyTable tbody tr{
   box-shadow: 0px 0px 8px #c3c3c3;
   -webkit-box-shadow: 0px 0px 8px #c3c3c3;
   -moz-box-shadow: 0px 0px 8px #c3c3c3;
}

.historySubTable tbody tr{
   box-shadow: none !important;
   -webkit-box-shadow: unset !important;
   -moz-box-shadow: none !important;
}

.tblArrowDan {
    color: #ff9898;
}

.tblArrowSuc {
    color: #3fcd7d;
}

/* #historyTable td {
    text-align: center;
} */

.tr_danger_outline {
    outline: 3px solid #ff9898 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #cacaca;
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #cacaca;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #cacaca;
 }
 .alert.alert-outline-success {
    border: 1px solid #00cea2;
    background-color: transparent;
    color: #00bb93;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #f1f5fa;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f1f5fa;
    cursor: default;
}
#releaseOption ul li{
    list-style-type:none;
}

.bg-transparent {
    background-color: transparent;
}


.select2-container .select2-search--inline .select2-search__field{
    margin-left: 7px;
}

.text-anchor{
    color: #01A9AC !important;
    font-weight: 500;
}

.title-text, .header-title{
    color: #01A9AC;
    font-weight: 600;
}

.cell-wrapper {
  max-width: 100%;
  display: -webkit-inline-box;
}

.cell-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-left: 10px;
}

.modalSuccess {
    color: green;
    font-size: 14px;
    padding-bottom: 7px;
}

.modalFail {
    color: red;
    font-size: 14px;
    padding-bottom: 7px;
}

.eventDatatable td{
    word-break: break-all;
}

.fs-13 {
    font-size: 13px;
}

.addinfo {
    margin-top: 5%;
    float: right;
}

.topbar .topbar-left .logo {
  line-height: 74px !important;
}

[data-layout="horizontal"] .page-wrapper{
    padding-top: calc(70px + -6px) !important;
}

#sftpTable thead th {
    background-color: #616468;
    color: white;
}
#emailTable thead th {
    background-color: #616468;
    color: white;
}
#hubxFieldTable thead th {
    background-color: #616468;
    color: white;
}

#sftpTable td {
    color: #363636;
}
#emailTable td {
    color: #363636;
}
#hubxFieldTable td {
    color: #363636;
}
#DataTables_Table_0 td {
    color: #363636;
}

#template-list td{
    color: #363636;
}
#setup-nav.nav .item-setup.active .nav-link {
    color: #ff4134;
    font-weight: 600;
}

#setup-nav a {
    color: #5e6e82;
    font-weight: 600
}

#setup-nav a:hover {
    color: #01a9ac;
    font-weight: 600
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #FF4133;
}

.navigation-menu>li a:hover {
    color: #FF4133 !important;
    background-color: #FF4133;
    text-decoration: none;
}
.text-success {
    color: green !important;
}

.text-success-dashboard {
    color: #01e396 !important;
}

.nav-tabs .sub-nav-link.active{
    border-radius: 10px;
    border-color: #8f8f8f;
    background-color: #f3f3f3;
    color: #000000;
}

#multiColumnTable th {
    background-color: #86919e;
    color: white;
}

.table-disabled {
    background-color: #dae4f1;
}

.table-hover .table-disabled:hover {
    background-color: #d2dff0;
}

.btn-danger {
    color: #ffffff;
    background-color: #f5626a;
    border-color: #f5626a;
}

.info-com {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    height: 25px;
    text-align: center;
    padding: 3px;
}