@import url('../fonts/Helvetica_Neue/Helvetica_Neue.css');
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
td > a {
    color: #0645AD;
    text-decoration: none;
}
body {
  font-family: 'Helvetica Neue', sans-serif;
}
.dependentContainerBorder div:nth-child(n+1) .select-all label, .dependentContainerBorder div .select-all label {
    display: block !important;
    line-height: 30px !important;
}

.SumoSelect > .CaptionCont {
    line-height: 20px;
}

    .SumoSelect > .CaptionCont span.placeholder {
        padding-top: 8px !important;
    }



.gui-controls>li ul>li>a:before{
border:none !important;
}
.checkbox-styled{
	margin-top:25px !important;
}
.btn-remove-row{
	margin-top:25px !important;
}
.dt-center{
	text-align:left !important;
}
 .dependentContainerBorder{
	     padding: 15px 20px;
 }
.file-section {
    position: relative;
}
.padding_class {
    padding-left: 10px;
}

.image_div {
    display: flex;
    align-items: center;
}

i.fa.fa-chevron-left {
    font-size: 20px;
    color: #333869 !important;
}


.open-button {
    background: #f8b113;
    color: #ffffff !important;
    border-color: #f8b113;
    padding: 4px 7px;
    cursor: pointer;
    opacity: 0.8;
    width: 280px;
}
#myForm .form-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.form-container {
    max-width: 300px;
    height: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: white;
    width: 69%;
    margin: auto;
}

input[type="file"] {
    width: 100%;
}

.form-popup {
    position: absolute;
    bottom: -240px;
    height: 200px;
    border-radius: 10px;
    border: 0;
    width: 300px;
    border: 3px solid #dbd8d8;
    z-index: 9;
    display: none;
    background: white;
}
.form-popup {
    top: 50px;
    height: fit-content;
    left: -10px;
    background: #e9eaf3;
    z-index: 1000;
    /* display: flex; */
    padding: 10px;
    border: 1px solid #c8cbe6;
    border-radius: unset;
    box-shadow: rgb(38 57 77) 0px 20px 30px -10px !important;
}


.select_design_certificate {
    padding: 4px 7px;
    border: 1px solid #f8b113;
    border-radius: 4px;
    opacity: 0.8;
    font-size: inherit;
    text-transform: unset !important;
    color: #4A4A4A !important;
    background-color: #ffffff;
    border-color: #F8B113 !important;
    padding-top: 5px !important;
    margin-bottom: 0px !important;
}


.file-section button {
    padding: 4px 7px;
    border: 1px solid #f8b113;
    border-radius: 4px;
    opacity: 0.8;
    font-size: inherit;
    text-transform: unset !important;
    color: #4A4A4A !important;
    background-color: #ffffff;
    border-color: #F8B113 !important;
    padding-top: 5px !important;
    margin-bottom: 7px !important;
    width: auto;
}
.swal2-confirm {
    background: #f8b113 !important;
    /* border-radius: 30px !important; */
}

.swal2-cancel {
    background: #F0F0F0 !important;   
    border: 2px solid !important;
    border-color: #F8B113 !important;
}
 .cma_secondary_signup{
	 margin-bottom:7px;
 }
.table_files {
   
  font-size:20px;
  color:blue;
}
.disp_image {
  border-radius: 50%;
  width:50px;
  height:50px;
}
input[type="file"] {
    width: 100%;
}
.dataTables_wrapper {
 
    min-height: 400px;
    
}
.approve_container{
  padding: 15px;
  margin-top: 19px;
 
}
.top-menu > li > a{
	padding: 8px !important;
}
.trbg {
	 font-weight:bold;
    background-color: #F8F8F8 !important;
	border:1px solid #80c8ff;
}
 .trbg > td {
    background-color: #F8F8F8 !important;
	border:1px solid #80c8ff;
}

.trbg{
   	font-weight:bold;
    background-color: #F8F8F8 !important;
}

.iconRed{
	color:red;
}
.input-group .input-group-addon{
	color :#313534 !important;
} 
.has-success .input-group-addon {
    border-color: #4caf50 !important;
}
.dt-buttons{
	display:none;
}
.btn-group-toggle > .btn {
  font-size:24px;
}
.btn-group-toggle > .active {
  color:#1F2F58 !important;
}
 
.login-card {
  background: White;
  color :white;
}
.login-card > label{
  color :white !important; 
}
   
#dropdown_container .menu-dropdown ul li a.active {
    background: #fff;
  color: #051c2c;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.image-card {
    /* box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 33%) !important; */
}

section.main-content {
    padding: 20px 10px;
}
.dataTables_buttons {
  margin: 9px 0 0 0px;
   min-height: 35px;
}

span {
    
    font-weight:bold;
}

.col-sm-5  .dataTables_wrapper {
    width: 98% !important;
   cursor: pointer;
}

#menubar .menubar-foot-panel{
	padding:0px !important;
}
 
 
.title {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.brand-holder-img-login {
    height: 150%;
    border-radius: 12px;
    background: #051c2c;
    width: 70%;
}
.avatar-img{
	height:80px;
}
.fluent-maker-card{
	background:#F8F8F8!important;
}
.maker_checker_card{
	background:#F8F8F8!important;
	padding:10px !important;
}
.approve_container{
	background:white !important;
}
 .fa-power-off{
	 font-size:25px;
 }
 .homeicon{
	 margin-top: 0.8em !important;
 }
 
/* OUR EXISTING CUSTOM DESIGN */

.band-display {
  display:inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 17ch;
  padding-top:10px;
}

.table-responsive-lg {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(189, 193, 193, 0.2);
}
@media (max-width: 768px){
.cma_dependent_band .btn
{
	 width: 6ch;
    overflow: hidden;
    text-overflow: inherit;
    padding: 0px;
    
}
#btnSubmit{
	width: 22ch;
    overflow: hidden;
    text-overflow: ellipsis;
     
}
.page-header-box h1 {
    margin-left: 32px !important;
    
}
.tab-card .nav-tabs {
    overflow-x: unset;
}
.cma_top_icon{
	
	display:none;
}
	.dataTables_wrapper {
    min-height: 0px;
}
}
@media screen and (max-width: 768px){
.table-responsive-lg {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(189, 193, 193, 0.2);
}
}
.logo-item > img {
height :100%;
width :100%;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding-right:20px;
   
}
.btn--icon {
    
    margin-top: 3px;
}
.automatonShowFilter {
    /* border-radius: 5px; */
    color: #565FBB;
    border: 1px solid #c8cbe6;
    margin-top: 3px;
    margin-right: 3px;
    text-align: center;
    background: #c8cbe6;
    padding: 5px 29px 4px 4px;
}


span {
    
    font-weight:bold;
}

.col-sm-5  .dataTables_wrapper {
    width: 98% !important;
   cursor: pointer;
}

#menubar .menubar-foot-panel{
	padding:0px !important;
}

.logo-item > img {
height :60px;
width :50px;
}
 
.top-menu {
position: relative;
box-shadow: none;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    text-align: left;
    /*background: #e5e6eb;*/
    font-weight: bold;
}
ul.ColVis_collection {
    width: 300px;
}
.dtr-data{
color:#4A4A4A;
}
@media screen and (max-width: 768px){
.table-responsive {
   
    border: none !important;
}
 
}
 
@media screen and (max-width: 575.9999999px) {
    .top-user-info {
    display: none;
  }
  
  .login-card {
    margin-top: 5px;
    }
}

/*.gui-controls li.active>a .title {
    padding-left: 15px;
}*/
.card-block{
	padding:5px;
}

.select_design_adbtch {
    background: #f8b113;
    color: #ffffff !important;
    border-color: #f8b113;
    padding: 4px 7px;
}
.card-block-head {
    color: #333869;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
}

.card_design {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 95%;
    margin: 0 auto;
}

/*#btnFilter{
	 margin-top:25px;
 }*/
 
 .card-head > .nav-tabs>li>a ,.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
 {
	 font-size:12px;
	 padding-left: 10px;
    padding-right: 10px;
 }
 
 /*GALLERY CONTENT*/
 
 
 .post-container {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 0 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1px 1px #ddd;
    -moz-box-shadow: 0 0 1px 1px #ddd;
    -ms-box-shadow: 0 0 1px 1px #ddd;
    -o-box-shadow: 0 0 1px 1px #ddd;
    box-shadow: 0 0 1px 1px #ddd;
}

.post-container:hover > .post-option {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.post-option {
position: absolute;
left: 0;
top: 0;
width: 100%;
padding: 15px;
margin-bottom: 2px;
background-color: rgba(255,255,255,.95);
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
-ms-border-radius: 2px 2px 0 0;
-o-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-ms-transform: translateY(-100px);
-o-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.post-option .list-options {
width: 100%;
display: table;
list-style-type: none;
margin: 0;
padding: 0;
}

.post-option .list-options > li {
display: table-cell;
width: 25%;
}

.post-option .list-options > li > a {
display: block;
text-align: center;
line-height: 26px;
color: #434a54;
}

.post-option .list-options > li > a:hover {
color: #4a89dc;
text-decoration: none;
}

.post-option .list-options > li > a span {
display: block;
padding: 3px 0;
text-align: center;
line-height: 9px;
font-weight: 400;
/*text-transform: uppercase;*/
}

.dropdown-item-color{
    color:white;
}

.post-image {
    background-color: #fff;
    padding: 2px;
}

.post-image img:focus {
outline: 0;
}

.post-meta {
    padding: 3px 15px 0px 15px;
    background-color: #fff;
}

    .post-meta .list-meta, .post-meta .list-meta > li {
        line-height: 14px;
        padding-top:4px;
    }

.post-desc {
border-top: 1px solid #ddd;
padding: 15px;
background-color: #fff;
}

.post-desc h2 {
margin: 0 0 20px;
font-size: 18px;
line-height: 26px;
color: #666;
}

.post-content {
background-color: #fff;
padding: 15px;
}

.post-content img {
display: block;
margin-left: auto;
margin-right: auto;
}


@media screen and (max-width:992px) {
    .post-container:hover > .post-option, .post-container > .post-option {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 100% !important;
    height: 179px !important;
}

.img-group-gallery{
   display: block;
    width: 100% !important;
    height: 179px !important;
}

.image-card .card-head img:not(.empty-placeholder) {
     height: 179px !important;
}

div.scroll {
    width: 100%;
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}
div.scrollLabel {
    word-wrap: break-word;
    width: 100%;
    height: 60px;
    overflow-x: hidden;
    overflow-y: auto;
	padding:10px;
}
.page-header-box h1 {
   
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
.actions__item > .fa {
     font-size: 24px;
    width: 100%;
    padding-right: 50px;
}
.menubar-toggle > .fa {
  font-size:24px;
}
input[readonly]
{
    background-color:#F8F8F8 !important;
	color:#339966;
}
.dataTables_wrapper .dataTables_info {
    margin-top: 0px;
    padding: 0px 0 0 0;
    clear: both;
    float: left;
}
/*GALLERY CONTENT*/
@media only screen and (min-width: 600px) {
   .dependentContainerBorder div:nth-child(n+1) label  {
       display:none;
	}
	 .dependentContainerBorder div:nth-child(n+1) .switch {
        display: block;
    }

	  .showthelables div:nth-child(n+1) label  {
  display:block;
	}
	
	.servicesContainerHeader{
		display:block;
	}
 
	   
}
  @media only screen and (max-width: 600px) {
  
	.btn-remove-row {
      margin-top: 0px !important;
	}
	 .servicesContainerHeader{
		display:none;
	}
    .dataTables_wrapper .dataTables_info {
        float: none;
    }
	 
	 
	 
}
#btnFilter, #btnFilter_Mol {
    background: #f8b113 !important;
    color: #000;
    float: right;
    margin: 2px;
}

#btnCloseFilter {
    /*background: #4A6572 !important;*/
    color: #000;
    float: left;
    border-width: 2px;
    border-color: #f8b113;
    margin: 2px;
}

#btnCloseFilterMOL {
    /*background: #4A6572 !important;*/
    color: #000;
    float: left;
    border-width: 2px;
    border-color: #f8b113;
    margin: 2px;
}
.div_filter {
    max-height: 400px;
     
    width: 40%;
    position: absolute;
    top: 53px;
    left: 0px;
    background: #e9eaf3;
    z-index: 1000;
    display: flex;
    padding: 10px;
    border: 1px solid #c8cbe6;
    box-shadow: rgb(38 57 77) 0px 20px 30px -10px !important;
}

 .div_filter .form-group {
    margin-bottom: 5px !important;
    
}

@media only screen and (max-width: 600px) {

    .div_filter {
        width: 100% !important; 
        
    }

   }

.div_filtertab {
    max-height: 400px;
     
    width: 40%;
    position: absolute;
    top: 125px;
    left: 25px;
    background: #e9eaf3;
    z-index: 1000;
    display: flex;
    padding: 10px;
    border: 1px solid #c8cbe6;
    box-shadow: rgb(38 57 77) 0px 20px 30px -10px !important;
}

    .div_filtertab .form-group {
        margin-bottom: 5px !important;
    }
.select2-container--default .select2-selection--single {
    height: 37px !important;
}

    
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
}

.select2-container {
    width: 100% !important;
}
@media only screen and (max-width: 600px) {

    .div_filtertab {
        width: 100% !important;
    }
}

.addcrew_model {
    width: 85%;
    max-width: 100%;
    margin: auto;
    margin-top: 7%;
    padding: 40px 20px;
}


.chart-legend li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.chart-legend {
    padding-top: 30px;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
.image-card {
    min-height: 400px;
    
}
    .chart-legend li {
        cursor: pointer;
        display:inline-block;
        padding-right:10px;
    }

.strike {
    text-decoration: line-through !important;
}

.float-left {
    float: left;
}

@media only screen and (min-device-width : 768px) {


    .chart-legend {
        height: 100px;
    }
}

.mobile_craftmyapp_container .form-group {
    display: flex;
    flex-direction: column;
}

    .mobile_craftmyapp_container .form-group .form-control {
        padding-left: 50px !important;
    }


.picphone_craftmyapp_container .form-group {
    display: flex;
    flex-direction: column;
}

    .picphone_craftmyapp_container .form-group .form-control {
        padding-left: 50px !important;
    }

.phone_craftmyapp_container .form-group {
    display: flex;
    flex-direction: column;
}

    .phone_craftmyapp_container .form-group .form-control {
        padding-left: 50px !important;
    }


.btn-download i {
    z-index: -1 !important;
    position: relative;
}

.btn-download {
    z-index: 9 !important;
}