body{
    font-family: 'Raleway', sans-serif;
    background: #f9f9f9;
}
.p-30{
    padding:30px;
}
.main-datatable {
    padding: 0px; 
    /* border: 1px solid #f3f2f2; */
    border-bottom: 0;
    /* box-shadow: 0px 2px 10px rgba(0,0,0,.05); */
}
.d-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card_body{ 
    background-color: white;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.main-datatable .row {
    margin: 0;
} 
.searchInput {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
    /* margin: 20px 200px; */
    margin: 20px;
    padding: 0px 4px;
   
}
.searchInput input {
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    margin-left: 8px;
    height: 34px;
    width: 40%;
    padding: 0px 25px 0px 10px;
    /* transition: all .6s ease; */
}
.searchInput label {
    /* color: rgb(237, 149, 82); */
    /* color: rgb(37, 35, 34); */
    color: #f2f2f2;
    
    font-weight: normal;
}
.searchInput input:placeholder-shown {
    width: 25%;
}
/*HOVER EFFECT FOR SERCH BAR*/
/* .searchInput:hover input:placeholder-shown {
    width: 100%;
    cursor: pointer;
} */
.searchInput:after {
    font-family: 'FontAwesome';
    color: #d4d4d4;
    position: relative;
    content: "\f002";
    right: 25px;
}

.dim_button {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
    background: rgb(237, 149, 82);
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 20px;
} 

.createSegment a { 
    margin-bottom: 0px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid rgb(237, 149, 82);
    color: rgb(237, 149, 82);
    transition: all .4s ease;
}
.createSegment a:hover, .createSegment a:focus {
    transition: all .4s ease;
    background: rgb(237, 149, 82);
    color: #fff;
}
.add_flex{
    display: flex;
    justify-content: flex-end;
    padding-right:0px;
}
.main-datatable .dataTable.no-footer {
    border-bottom: 1px solid #eee;
}
.main-datatable .cust-datatable thead {
    background-color: #f9f9f9;
}
.main-datatable .cust-datatable>thead>tr>th {
    border-bottom-width: 0;
    color: #443f3f;
    font-weight: 600;
    padding: 16px 15px;
    vertical-align: middle;
    padding-left: 18px;
    text-align: center;
}
.main-datatable .cust-datatable>tbody td {
    padding: 10px 15px 10px 18px;
    color: #333232;
    font-size: 13px;
    font-weight: 500;
    word-break: break-word;
    border-color: #eee;
    text-align: center;
    vertical-align: middle;
}
.main-datatable .cust-datatable>tbody tr {
    border-top: none;
}
.main-datatable .table > tbody > tr:nth-child(even) {
    background: #f9f9f9;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.main-datatable .dropdown_icon {
    display: inline-block;
    color: #8a8a8a;
    font-size: 12px;
    border: 1px solid #d4d4d4;
    padding: 10px 11px;
    border-radius: 50%;
    cursor: pointer;
}
.btn-group i{
    color: #8e8e8e; 
    margin: 2px;
}
.main-datatable .actionCust a {
    display: inline-block;
    color: #8a8a8a;
    font-size: 12px;
    border: 1px solid #d4d4d4;
    padding: 10px 11px;
    margin: -9px 3px;
    border-radius: 50%;
    cursor: pointer;
}
.main-datatable .actionCust a i{
    color: #8e8e8e;
    margin: 2px;
}
.main-datatable .dropdown-menu {
    padding: 0;
    border-radius: 4px;
    box-shadow: 10px 10px 20px #c8c8c8;
    margin-top: 10px;
    left: -65px;
    top: 32px;
}
.main-datatable .dropdown-menu > li > a {
    display: block;
    padding: 12px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
    border-bottom: 1px solid #d4d4d4;
}
.main-datatable .dropdown-menu > li > a:hover, 
.main-datatable .dropdown-menu > li > a:focus {
    color: #fff;
    background:linear-gradient(#EC9F05, #FF4E00)!important;
}
.main-datatable .dropdown-menu > li > a:hover i{
    color: #fff; 
}
.main-datatable .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 78px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #d4d4d4;
    border-left: 7px solid transparent;
    border-bottom-color: #d4d4d4;
    content: '';
}
.main-datatable .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 78px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
.dropdown-menu i {
    margin-right: 8px;
}
.main-datatable .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #999999 !important;
    background-color: #f6f6f6 !important;
    border-color: #d4d4d4 !important;
    border-radius: 40px;
    margin: 2px 3px;
}
.main-datatable .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: linear-gradient(#EC9F05, #FF4E00)!important;
    background: linear-gradient(#EC9F05, #FF4E00)!important;
    box-shadow: none;
}
.main-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.main-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border-color: transparent !important;
    background: linear-gradient(#EC9F05, #FF4E00)!important;
}
.main-datatable .dataTables_paginate {
    padding-top: 0 !important;
    margin: 5px 5px;
    float: right !important;
}
.mode{
    padding:4px 10px;
    line-height: 13px;
    color:#fff;
    font-weight: 400;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    font-size:11px;
    letter-spacing: 0.4px;
}
.mode_on{
    background-color: #09922d;
}
.mode_off{
    background-color: #8b9096;
}
.mode_process{
    background-color: #ff8000;
}
.mode_done{
    background-color: #03a9f3;
}
h4{
    color: rgb(237, 149, 82);
   transform: translate(7rem , 3rem);
   /* transform: translateX(7rem); */    
}
.btnbtn-info
{
    background-image: linear-gradient(#EC9F05, #FF4E00);
    width: 130px;
    height: 40px;
    font-size: 13px; 
    font-weight: 400;
    color: #fff;
    border-radius: 100px;
    border-style: none;
    margin-left: 680px;
}
.notify-btn{
    /* background-image: rgb(78, 75, 75) !important;     */
    background-image: linear-gradient(#f8f6f2, #949292);    
    border-radius: 10px;
    border-style: none;
    width: 50px ;
    height: 37px;
    margin-left: 162px;   
}  
.notify-btnntfy{
    /* background-image: rgb(78, 75, 75) !important;     */
    background-image: linear-gradient(#EC9F05, #FF4E00);
    border-radius: 10px;
    border-style: none;
    width: 50px ;
    height: 37px;
    margin-left: 162px;   
} 
.btnbtnbtn-info{
    background-image: linear-gradient(#EC9F05, #FF4E00);
    width: 130px;
    height: 40px;
    font-size: 14px; 
    font-weight: 450;
    color: #fff;
    border-radius: 100px;
    border-style: none;
    margin-left: 35px;
}
.closebtn{
    width:50%;
    /* margin-top: 15px; */
    padding: 5px;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    }
    
    .close-btn-design{
    /* background-image: linear-gradient(#EC9F05, #FF4E00); */
    background-color: white !important;
    width: 52px;
    height: 30px;
    font-size: x-small; 
    font-weight: 400;
    color: white;
    border-radius: 100px;
    border-style: none;
    }
    
    iframe{
    width: 450px;
    height:450px;
    }

@media only screen and (max-width:1200px){
    .overflow-x{
        overflow-x:scroll;
    }
    .overflow-x::-webkit-scrollbar{
        width:5px;
        height:6px;
    }
    .overflow-x::-webkit-scrollbar-thumb{
        background-color: #888;
    }
    .overflow-x::-webkit-scrollbar-track{
         background-color: #f1f1f1;
    }
   
}
/* @media screen and (max-width:1440px){
    .notify-btn{
        margin-left: 162px;  
    }
} */
/* -----------------ESC STYLe------------- */
.hidden{
    display: none;
}
/* ...........Position Sticky--------- */
.Sticky{
/* position: fixed; */
/* top: 0; */
/* width: 100%; */
}
/* -------------------------Bredcram----- */
.Bradscram-p2{
    text-decoration: none;
    color: #ffff;
    /* margin-left: 4.6rem; */
    background-color: transparent;
    font-size: 1rem;
}
.Bradscram-p2:hover{
    color: black;
}

#custom-button {
    float: left;
    padding: 10px;
    color: rgb(10, 9, 9);
    background-color: #e9ecef;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    cursor: pointer;
  }
  
  #custom-button:hover {
    background-color: #dcdcdc;
  }
  #selectedFile {
    opacity:0;
    position:absolute;
    left: 0;
    top: 0;
  }
  .custom-text {
    float : right;
    text-align: left;
    display: block;
    padding : 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;    
    font-family: sans-serif;
    color: #212529;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    /* margin-top: -27px; */
  }
  #buttonImage { 
    float : left;
    background: #02a39c;
    background: #d6d7d8;
    padding:12px;
    color: black;  
    border-radius: 0px 5px 5px 0px;
    height:3em;
  }
  input#fakeInput {	    
    width: 14.5rem;   
    padding: 11px 0;
    box-sizing: border-box;
    border:initial;
    height: 3em;
    margin-left : 5px;
    cursor: pointer;
  }
  .selectedFile {
    opacity:0;
    position:absolute;
    left: 0;
    top: 0;
  }
  .fakeDiv {  
  position: relative;
  display: inline-block;
  border: 1px solid #ced4da !important;
  border-radius: 3px;
}