@font-face {
    font-family:'Frutiger';src:url("/bootstrap/fonts/frutigernextlt-regular-webfont.eot");src:url("/bootstrap/fonts/frutigernextlt-regular-webfont.eot?#iefix") format("embedded-opentype"),url("/bootstrap/fonts/frutigernextlt-regular-webfont.woff") format("woff"),url("/bootstrap/fonts/frutigernextlt-regular-webfont.ttf") format("truetype"),url("/bootstrap/fonts/frutigernextlt-regular-webfont.svg#frutigernextltregular") format("svg");font-weight:400;font-style:normal;
}

@font-face {
    font-family:'Frutiger';src:url("/bootstrap/fonts/frutigernextlt-light-webfont.eot");src:url("/bootstrap/fonts/frutigernextlt-light-webfont.eot?#iefix") format("embedded-opentype"),url("/bootstrap/fonts/frutigernextlt-light-webfont.woff") format("woff"),url("/bootstrap/fonts/frutigernextlt-light-webfont.ttf") format("truetype"),url("/bootstrap/fonts/frutigernextlt-light-webfont.svg#frutigernextlt_lightregular") format("svg");font-weight:300;font-style:normal;
}

@font-face {
    font-family:'Frutiger';src:url("/bootstrap/fonts/frutigernextlt-medium-webfont.eot");src:url("/bootstrap/fonts/frutigernextlt-medium-webfont.eot?#iefix") format("embedded-opentype"),url("/bootstrap/fonts/frutigernextlt-medium-webfont.woff") format("woff"),url("/bootstrap/fonts/frutigernextlt-medium-webfont.ttf") format("truetype"),url("/bootstrap/fonts/frutigernextlt-medium-webfont.svg#frutigernextltmedium") format("svg");font-weight:700;font-style:normal;
}

/*Adding font face for IE*/
@font-face {
    font-family: 'frutigernextlt_lightregular';
    src: url('/bootstrap/fonts/frutigernextlt-light-webfont.eot');
    src: url('/bootstrap/fonts/frutigernextlt-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/bootstrap/fonts/frutigernextlt-light-webfont.woff') format('woff'),
    url('/bootstrap/fonts/frutigernextlt-light-webfont.ttf') format('truetype'),
    url('/bootstrap/fonts/frutigernextlt-light-webfont.svg#frutigernextlt_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'frutigernextltmedium';
    src: url('/bootstrap/fonts/frutigernextlt-medium-webfont.eot');
    src: url('/bootstrap/fonts/frutigernextlt-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('/bootstrap/fonts/frutigernextlt-medium-webfont.woff') format('woff'),
    url('/bootstrap/fonts/frutigernextlt-medium-webfont.ttf') format('truetype'),
    url('/bootstrap/fonts/frutigernextlt-medium-webfont.svg#frutigernextltmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'frutigernextltregular';
    src: url('/bootstrap/fonts/frutigernextlt-regular-webfont.eot');
    src: url('/bootstrap/fonts/frutigernextlt-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/bootstrap/fonts/frutigernextlt-regular-webfont.woff') format('woff'),
    url('/bootstrap/fonts/frutigernextlt-regular-webfont.ttf') format('truetype'),
    url('/bootstrap/fonts/frutigernextlt-regular-webfont.svg#frutigernextltregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* End of adding font face for IE*/
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 270px;
}
.s003 {
    /* min-height: 100vh; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    background-size: cover;
    background-position: center center;
}.s003 form {
    width: 100%;
    max-width: 790px;
    margin-bottom: 0;
    margin-top: 2px;
}.s003 form .inner-form {
    background: #fff;
    border: 0.75px solid #e9ecef;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    /* box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); */
    border-radius: 3px;
}.s003 form .inner-form .input-field.first-wrap {
    min-width: 59px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.s003 form .inner-form .input-field {
    height: 28px;
}.s003 form .inner-form .input-field.first-wrap .choices__inner {
    background: #02829d;
    border-radius: 4px 0px 0px 4px;
    border: 0;
    height: 100%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    /* align-items: center; */
    padding: 4px 27px 4px 5px;
}.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #DDDDDD;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 28px;
    overflow: hidden;
}.s003 form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown {
    border: 0;
    background: #fff;
    padding: 10px;
    margin-top: 2px;
    border-radius: 4px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    width: 250px;
}

.choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
}
.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.view-title {
    line-height: 16px;
    border-bottom: 1px dashed #d0d0d0;
    padding: 0px;
    position: sticky;
    top: 50px;
    padding: 12px 0px;
    z-index: 199;
    font-weight: 700;
    width: 100%;
}
.navbar-default { background-color: #256ab0!important; border-color: #205081!important;}
.navbar-default .navbar-toggle { border-color: #1c5186!important;}
.navbar-default .navbar-toggle .icon-bar {  background-color: #fff!important;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{    background-color: #1a4067 !important;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #1a4067 !important;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {background-color: #1a4067 !important;}
.navbar-dark .navbar-nav>.active>a, .navbar-dark .navbar-nav>.active>a:focus, .navbar-dark .navbar-nav>.active>a:hover {
    background-color: #f2f2f2 !important;
    color: #000 !important;
    border-bottom: 2px solid #0091b0;
}
.navbar-nav > li a:hover{background-color: #f2f2f2 !important;color: #02829d;/*border-bottom: 2px solid #0091b0;*/	}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {background-color: #1a4067   !important;color: #fff !important;}
.dropdown-menu.drop-list > li > a:focus, .dropdown-menu > li > a:hover {background-color: #fff0 !important;color: #205081 !important;}
.dropdown-menu.drop-list > li > a{color: #212529}
/*.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {background-color: #1a4067 !important;color: #fff !important;}*/
.navbox-trigger:hover { background-color: #1a4067 !important;}
.navigation-bar .bar {background-color: #1a4067;	width: 100%; height: 100%; position: absolute; z-index: 2;}
.navigation-bar.navbox-open .navbox-trigger  {background-color: #1a4067 !important;}
.navbar-dark { background-color: #ffffff  !important; border-color: #ffffff !important; color: #fff !important;/*box-shadow: 0px 5px 10px -11px #000000;*/}
/*.navbar-dark:hover {background-color:#6badf6 !important; border-color:#59a1f1 !important; color:#fff !important;}*/
.text-danger {color: #a94442 !important;}
.footer{background-color: #e0e0e0;}
.jumbotron{background-color: #fff !important;}
hr {border-top: 1px solid #ced1d4 !important;}
.bg-primary {background-color: #337ab7 !important;    border-color: #2e6da4 !important;}
.bg-p {background:#337ab7!important; color: #fff!important;}
.bg-s {background:#ffffff!important; color: #000!important;}
.bg-i {background:#ffffff !important; color: #000 !important;}
.bg-w {background:#ffffff !important; color: #000 !important;}
.bg-d {background:#ffffff!important; color: #fff!important;}
.bg-a {background-color: #00c0ef !important; color: #fff!important;}
.bg-g {background-color: #348183 !important; color: #fff!important;}
.bg-o {background-color: #ffffff   !important; color: #000 !important;}
.bg-y {background-color: #f39c12 !important; color: #fff!important;}

*::-webkit-input-placeholder {color: #c7c9cb!important; font-weight:normal!important;}
*:-moz-placeholder {color: #c7c9cb!important;  font-weight:normal!important;}
*::-moz-placeholder {color: #c7c9cb!important;  font-weight:normal!important;}
*:-ms-input-placeholder {color: #c7c9cb!important;  font-weight:normal!important;}

/* width */
::-webkit-scrollbar {width: 10px;}

/* Track */
::-webkit-scrollbar-track { background: #f1f1f1;}
 
/* Handle */
::-webkit-scrollbar-thumb { background: #c1c1c1;}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #c1c1c1; }

.btn-secondary {
    color: #fff;
    background-color: #02829d;
    border-color: #02829d;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #025d70;
    border-color: #025d70;
}
.basic-info{padding: .30rem .50rem .50rem .50rem !important;
    margin-bottom: 0;
    background-color: rgb(255 255 255);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 6px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;
}
.navbar-dark .navbar-nav .nav-link {color: #000 !important;line-height: 38px !important;}
.btn-primary {color: #fff;  background-color: #02829d !important; border-color: #02829d !important;}
.btn-primary:hover { background-color: #025d70 !important; border-color: #025d70 !important; color: #fff !important;}
.page-item.active .page-link { z-index: 1; color: #fff; background-color: #337ab7 !important; border-color: #2e6da4 !important;}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {background-color: #1a4067  !important; color: #fff;    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);}
.bootstrap-datetimepicker-widget table td.active.today:before {    border-bottom-color: #fff;}  
.bootstrap-datetimepicker-widget table td.today:before { border-bottom-color: #1a4067;}
.bd-callout {    border-left: .15rem solid rgba(0,0,0,.125);}
.top-band a:hover {    text-decoration: none;   color: #1a4067 !important;}
.top-band .btn-primary:hover { background-color: #025d70  !important; border-color: #025d70  !important; color: #fff !important;}
.sidebar .nav-link.active {   color: #1a4067; }
.text-primary{ color: #000  !important }
.nav>li>a { color: #ffffff !important;}
.nav>li>a:hover {    color: #02829d !important;
    background-color: #fff;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {     color: #02829d !important;
    border-top: 2px solid #02829d;}

a {
    color: #0091b0 ;
    text-decoration: none;
}
.login-logo{width: 200px;}
.with-errors{color:#a94442;}
.dropdown-item-inner {color: #212529 !important; }
.dropdown-item.active, .dropdown-item:active {background-color: #f1f1f1 !important; }
.selected{background-color: #f1f1f1 !important; }
.dropdown-item:focus, .dropdown-item:hover {background-color: #f1f1f1 !important; }
.bootstrap-select.form-control {background-color: #fff !important;}
.btn-light {background-color: transparent !important;}
.btn-light1 {background-color: transparent !important;}
.checkbox, .has-error .checkbox-inline, .has-error .col-form-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {    color: #a94442 !important;}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #fff !important;}

}

/*New Changes*/
.dash-title{background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: .25rem!important;
    border: 1px solid #dee2e6!important;
    margin: 15px;
    padding: 10px;}
.dash-port{
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: .25rem!important;
    border: 1px solid #dee2e6!important;
    margin: 15px;
    height: 500px;
    padding: 15px;
    /*user-select: none;
    position: relative;*/
   /* -webkit-tap-highlight-color: transparent;
    margin-left: 5px;
    margin-top: 20px;
    width: 100%;*/

}
.created-date{margin-top: 20px !important;}
#create-code a.btn.btn-xs.btn-primary.m5 {
    margin-top: 0px;
}
div#extra-header-right-container {
    margin-top: -10px;
    margin-bottom: 7px;
}
.view-info{background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: .25rem!important;
    border: 1px solid #dee2e6!important;padding: 0px !important;}
.filter-pad{padding-top: 20px;}
.dash-port1{
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: .25rem!important;
    border: 1px solid #dee2e6!important;
    margin: 15px;
    height: auto;
    padding: 15px;
    }
    .dash-port2{
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: .25rem!important;
    border: 1px solid #dee2e6!important;
    height: auto;
    padding: 15px;
    margin-top: 6.5rem !important;
    }
.poplabel-left{margin-left: 20px;}
input.btn.btn-xs.btn-primary.m5 {
    margin-top: -17px;
}button#remove-segmentation-btn {
    margin-bottom: 5px;
}
.modal.POSTALcontactInfo{max-height: 800px !important; overflow:hidden !important; }
#contact-info.modal-content{height:615px !important;overflow-y:scroll !important;overflow-x:hidden !important;}
/*.dropright .dropdown-menu {margin-top: -35px;margin-left: 10rem;}*/
i.fa.fa-phone.btn.btn-xs.btn-primary.tooltips {
    font-size: 12px !important;
}.helpurl2{margin-top: 0px !important;margin-bottom: 0px !important;}
.nav-tabs .nav-item { margin-bottom: -1px !important;}
.{margin-top: 25px;} 
.back-btn{margin-top: -0px;}
.back-btn2{margin-top: -37px;}
.padding-r{padding: 5px 0px 12px 0px;}
#opportunities .noselect{margin-bottom: 10px;margin-top: 0px;margin-right: 80px;}
#campaigns .noselect{margin-bottom: 10px;margin-top: -33px;margin-right: 66px;}
#campaigns a.btn.btn-xs.btn-primary {margin-right: -6px;}
#activities .noselect{margin-bottom: 10px;margin-top: -38px;margin-right:80px;}
#notes .noselect{margin-bottom: 10px;margin-top: -40px;margin-right:255px;}
#notes .clearfix{display: none;}
#notes a.btn.btn-xs.btn-primary.m5 {    margin-right: -14px;}
#notes .ml-2{    margin-left: 3px !important;}
#attachments .noselect{margin-bottom: 10px;margin-top: -40px;margin-right:398px;}
#attachments .clearfix{display: none;}
#attachments .ml-2{    margin-left: 3px !important;}
#attachments a.btn.btn-xs.btn-primary.m5 {margin-right: -12px;}
#contactInfo .help-url{margin-top: 0px !important;margin-bottom: 0px !important;}
.pop-bot{    margin-bottom: 20px;}
/*
#lead-activities div#activity-grid-action-container {margin-right: 66px;margin-top: -35px;}
#lead-activities a.btn.btn-xs.btn-primary.m5 {margin-right: -14px;margin-top: -10px;}
#lead-activities .check-list { padding-left: 0px;}
#lead-activities .fa-plus {margin-left: -25px;margin-top: -26px;}
#lead-activitie .right-icones {margin-top: 7px;} */
#contacts .float-right{padding-right: 25px !important;padding-top: 7px !important;}

#Contact_1 .col-md-12.col-sm-12{padding-right: 0px !important;padding-left: 0px !important;margin-top: -7px;}
#customFields .float-right{    margin-right: 0px;margin-top: 5px;}
#segmentation a.btn.btn-xs.btn-primary.m5 {margin-top: 4px !important;margin-right: 0px;}
#contacts .fa-plus {margin-right: -27px; margin-top: -33px; }
#listof-lead{margin-top: -8px; margin-left: -13.5px}
#listof-lead div#lead-grid-action-container {margin-top: -4px;}
#view-detail div#appbar1 {padding-left: 12px;}
/*#view-detail .float-right{margin-right: 8px;}*/
#kpi-metrics{margin-left: -8px;margin-top: 10px;}
#lead-persona
#lead-attribute .float-right{margin-right: 0px;margin-top: 6px;}
#lead-attribute a.btn.btn-xs.btn-primary.m5{margin-top: -19px;}
#lead-seg a.btn.btn-xs.btn-primary.m5 {margin-top: 4px;}
#lead-seg .right-icones{margin-left: -15px !important;margin-bottom: 15px !important;}
#lead-seg .p-2{padding:  0px !important;}
#Contact_2 .col-md-12.col-sm-12 {padding-right: 0px !important;padding-left: 0px !important;margin-top: -7px;}
#Contact_3 .col-md-12.col-sm-12 {padding-right: 0px !important;padding-left: 0px !important;margin-top: -7px;}
#Contact_4 .col-md-12.col-sm-12 {padding-right: 0px !important;padding-left: 0px !important;margin-top: -7px;}
#related-subtitle{padding-top: 11px;margin-bottom: 0px;}
#lead-campaigns .float-right{margin-top: 5px;}
#lead-campaigns .noselect{    margin-bottom: 10px;margin-top: 12px;margin-right: 0px;}
#lead-attachments .right-icones{margin-left: -12px;}
#lead-attachments a.btn.btn-xs.btn-primary.m5{margin-right: -15px;}
#lead-attachments .noselect{margin-bottom: 10px;}
#lead-notes .right-icones{margin-left: -12px;}
#lead-notes a.btn.btn-xs.btn-primary.m5{margin-right: -15px;}
#lead-notes .noselect{margin-bottom: 10px;}
#lead-sr .right-icones{margin-left: -12px;}
#lead-sr a.btn.btn-xs.btn-primary.m5{margin-right: -15px;}
#lead-sr .noselect{margin-bottom: 10px;}
#findsr-grid .noselect{margin-bottom: 12px;}
#FindTeamMembers {margin-left: 11px;}


/*----------Customer---------*/
#details a.btn.btn-xs.btn-primary.m5{ margin-top: -18px; }
#act-details a.btn.btn-xs.btn-primary.m5{ margin-top: -1px; margin-left:17px}
#customFields a.btn.btn-xs.btn-primary.m5 {margin-top: -18px !important;margin-right: 0px !important;}
/* #serviceRequests .sr-check{margin-top: -39px;} */
#serviceRequests a.btn.btn-xs.btn-primary.m5 {margin-top: -27px;margin-right: -14px;}
/* #serviceRequests .right-icones {margin-top: -15px;margin-left: -15px;} */
/* #serviceRequests .noselect{margin-top: 0px;margin-bottom: 7px;} */
#c-orders a.btn.btn-xs.btn-primary.m5 { margin-top: 0px;margin-right: 0px;}
/* #c-orders .noselect { float: right!important;margin-top: -43px;margin-right: 65px;} */
.align-lists{margin: 0px !important;}
#singlePageEdit #mainFrom{background-color: transparent;margin: 0px !important;padding-top: 0px !important;padding-bottom: 15px;border-radius: 0px !important;box-shadow: none !important;}
#find-cust-btn .search-btn{margin-top: -56px !important; margin-right: -11px !important;}
/* #c-activities div#activity-grid-action-container {margin-top: -42px;margin-right: 65px;} */
#c-activities a.btn.btn-xs.btn-primary.m5 {margin-top: -4px;margin-right: -16px;margin-bottom: 12px;}
/* #c-activities span#create-activity{margin-top: -6px;} */
/* #c-activities .right-icones{margin-left: -12px;} */
#c-notes .right-icones{margin-left: -12px;}
#c-attachments .right-icones{margin-left: -12px;}
#c-orders .dot-line{border-bottom: none;}
/* #c-orders .clearfix{display: none;} */
#c-orders .align-lists {margin: -13px !important;}
#c-orders h1.float-left.mr-2.mb-0.header-title{padding-top: 11px;}
/*#c-orders div#extra-header-right-container{margin-top: -8px;margin-bottom: 7px;}*/
/* #c-notes .noselect{    margin-bottom: 0px;margin-top: -41px;margin-right: 173px;} */
#c-notes a.btn.btn-xs.btn-primary.m5{margin-top: 0px;margin-right: -13px;}
/* #c-notes .clearfix{display: none;} */
/* #c-attachments .noselect{margin-bottom: 10px;margin-top: -41px;margin-right:407px;} */
/* #c-attachments .clearfix{display: none;} */
#c-attachments a.btn.btn-xs.btn-primary.m5 {margin-right: -14px;}
/* #c-campaigns .noselect{margin-bottom: 10px;margin-top: -29px;margin-right: 67px;} */
#c-campaigns a.btn.btn-xs.btn-primary.m5 {margin-right: 0px;margin-top: 4px;}
#c-mergedParties a.btn.btn-xs.btn-primary.m5 {margin-right: 0px;margin-top: 5px;}
#contactInfo .field-text {font-size: 15px;padding: 5px 5px 5px 0px;}   
#contactInfo a.btn.btn-xs.btn-primary.m5{font-style: normal;}
#rfmMetric .noselect{margin-bottom: 5px;}
#partyResponsibleCust .input-sm{/*margin-left: 10px;*/}
.edit-cust-info{padding: 0px !important;}
/* #serviceRequests .fa-1{font-size: 0.8em;} */
/* #serviceRequests .fa-refresh{margin-left: -10px;font-size: 1em;} */
/* #serviceRequests .text-dark {padding: 0px;margin-top: -29px;} */
div#c-team-member {margin-left: 4px;}

/*---------Accounts---------*/
#onboarding .page-header{margin: 0px !important;}
#onboarding .col-md-12.col-lg-12.col-sm-12{padding: 0px !important;}
.dash-title-account{background-color: #ffffff;margin: 15px 15px 0px 15px;border-top-left-radius: .25rem;border-top-right-radius: .25rem;padding: 10px;}
.dash-port-account{background-color: #ffffff;margin: 0px 15px 0px 15px;height: 500px;border-bottom-left-radius: .25rem;border-bottom-right-radius: .25rem;padding: 10px;}
.dash-sub-title{font-size: 18px !important;}
#a-details a.btn.btn-xs.btn-primary.m5 {margin-top: -17px;}
#a-contactInfo a.btn.btn-xs.btn-primary.m5 {margin-top: 0px;font-style: normal;}
#a-kpiMetrics a.btn.btn-xs.btn-primary.m5 {margin-top: 0px;}
#a-contacts button.btn.btn-xs.btn-primary.m5 {margin-top: -3px;}
#a-contacts a.btn.btn-xs.btn-primary.m5 { margin-top: -3px;}
#a-orders .dot-line {border-bottom: none;padding: 0px;}
/* #a-orders .float-right{margin-top: -34px;margin-right: 67px;} */
#a-orders div#extra-header-right-container{margin-top: 0px;margin-bottom: 0px;}
#segmentation .row.p-2{padding:0px 0px 10px 0px !important;}
#segmentation .right-icones {display: inline-block;float: left;margin-right: 20px;margin-bottom: 20px;margin-left: -12px;}
#economicMetric .row.p-2{padding:0px 0px 10px 0px !important;}
#economicMetric .right-icones {display: inline-block;float: left;margin-right: 20px;margin-bottom: 20px;margin-left: -12px;}
#economicMetric .border-b {border-bottom: none;}
#economicMetric .page-header{border-bottom: none;padding-bottom: 0px;margin: 0px 0px 6px 0px;}
#economicMetric .dot-line{border-bottom: none;}
#a-contactInfo .field-text{font-size: 15px;padding: 5px 5px 5px 0px;}
#a-sr a.btn.btn-xs.btn-primary.m5 {margin-right: -14px;}
/* #a-sr .noselect{margin-bottom: 10px;} */
#a-opportunities .dot-line { border-bottom: none;padding: 0px;}
/* #a-opportunities .noselect{margin-top: -38px;margin-right: 81px;} */
/* #a-opportunities .noselect{ margin-top: -41px; margin-right: 1px; } */
/* #a-opportunities .clearfix{display: none;} */
#a-opportunities a.btn.btn-xs.btn-primary.m5 {margin-top: 4px;}
#a-activities a.btn.btn-xs.btn-primary.m5 {margin-top: -14px;margin-right: -15px;}
/* #a-activities .noselect{margin-top: -35px;margin-right: 65px;} */
/* #a-activities .noselect {margin-top: -35px;margin-right: 0px;} */
#a-activities a.btn.btn-xs.btn-primary.m5 {margin-top: -14px;margin-right: -15px;}
/* #a-notes .noselect{margin-top: -38px;margin-right: 0px;} */
#a-notes a.btn.btn-xs.btn-primary.m5 {margin-right: -15px;}
/* #a-notes .clearfix{display: none;} */
/* #a-attachments .noselect{margin-top: -41px;margin-right: 319px;} */
/* #a-attachments .noselect { margin-top: -41px;margin-right: 266px;} */
#a-attachments a.btn.btn-xs.btn-primary.m5 {margin-right: -14px;}
/* #a-attachments .clearfix{display: none;} */
/* #a-campaigns div#campaign-grid-action-container {margin-top: -34px;margin-right: 68px;} */
/* #a-campaigns div#campaign-grid-action-container { margin-top: -30px;margin-right: 0px; } */
#a-campaigns a.btn.btn-xs.btn-primary.m5 {margin-right: -6px;}
#a-onboarding .col-md-12{padding-left: 0px !important;padding-right: 0px !important;}
#a-onboarding .page-header {margin: 0px;padding-bottom: 0px;}
/* #a-onboarding .noselect{margin-top: -34px;margin-right: 254px;} */
/* #a-onboarding .noselect { margin-top: -33px;margin-right: 190px; } */
#a-details .input-sm{margin: 0px 0px 0px 16px;}
#a-details div#ajaxFindTeamMembersdatatablePRF_length {/*margin-left: 100px;*/}

.float-right.noselect {
    margin-top: -4px;
    /* margin-right: 14px; */
}

/*----------Opportunity---------*/

#opp-opportunity-history div#activity-grid-action-container{margin-top: -34px;margin-right: 43px;}
#opp-activities div#activity-grid-action-container {    margin-top: -30px;margin-right: 65px;}
#opp-activities .page-header{padding-bottom: 0px !important;}
#opp-activities .pt-2, .py-2{padding-top: 0rem!important;}
#opp-activities a.btn.btn-xs.btn-primary.m5{margin-right: -15px;margin-top: -5px;}
#opp-opportunity-history .popup-agtitle { margin-top: -34px; margin-right: 73px; margin-bottom: 10px;}
.find-grid{margin: 0px 28px 0px 1px;}
#opportunity-kpiMetrics #customFields a.btn.btn-xs.btn-primary.m5 {margin-top: -18px;}
#opportunity-kpiMetrics #economicMetric a.btn.btn-xs.btn-primary.m5 {margin-right: 1px;}
#opportunity-activities a.btn.btn-xs.btn-primary.m5 {margin-top: -18px;margin-right: -27px;}
#opportunity-activities div#activity-grid-action-container {margin-bottom: 7px;}
#opportunity-activities .check-list{margin-left: -12px;}
#opportunity-activities .fa-plus {margin-left: -5px;margin-top: -1px;}
#opportunity-activities .space-check {padding-left: 135px !important;}
#opportunity-notes .check-list{margin-left: -12px;}
#opportunity-notes a.btn.btn-xs.btn-primary.m5 { margin-right: -26px;}
#opportunity-notes div#notes-grid-action-container {margin-bottom: 10px;}
#opportunity-attachments .check-list{margin-left: -12px;}
#opportunity-attachments a.btn.btn-xs.btn-primary.m5 {margin-right: -25px;}
#opportunity-history .pt-2.pl-2.pr-2 {margin-left: -8px;}
#opportunity-history a.btn.btn-xs.btn-primary.m5 {margin-right: 2px;margin-top: -1px;}
#opportunity-history div#opportunity-history-grid-action-container {margin-bottom: 10px;}
#opportunity-history a.btn.btn-xs.btn-primary {margin-right: -10px;}
#opportunity-attachments div#attachment-grid-action-container {margin-bottom: 10px;}
#opportunity-attachments #create-attachment-modal .field-text {padding: 5px 5px 5px 0px;}
#opportunity-details a.btn.btn-xs.btn-primary {margin-right: -10px;}
.act-details .col-lg-12.col-md-12.col-sm-12{padding: 0px 0px;margin-top: -5px;}
.create-email .header-title{padding-bottom: 15px;}
.create-email .dash-panel{padding: 13px 0px 0px 0px !important;}
.create-opp-check{ margin-top: 11px;float: left;margin-bottom: 10px;}

/*----------Admin---------*/
#create-sec-perm .dot-line{padding-bottom: 15px;}
#update-sec-perm .pt-2.pl-2.pr-2 {padding: 0px !important;}
#create-sec-group .pt-2.pl-2.pr-2 {padding: 0px !important;}
#event-cal-set .header-title {line-height: 13px;padding-left: 18px;padding-bottom: 15px;}
#event-cal-set .ml-3, .mx-3 {
    margin-left: 10rem!important;
}

/*----------Contact---------*/

#Contact_2 .r-create-lead{padding-left: 0px !important;}
#Contact_2 .l-create-lead{padding-right: 0px !important;}
#Contact_3 .r-create-lead{padding-left: 0px !important;}
#Contact_3 .l-create-lead{padding-right: 0px !important;}
/*
#contact-sr a.btn.btn-xs.btn-primary.m5 {margin-right: -14px;}
#contact-sr div#serviceRequest-grid-action-container {margin-top: -13px;margin-bottom: 10px;}
#contact-opportunities .dot-line{border-bottom: none;padding: 0px;}
#contact-opportunities div#opportunity-grid-action-container{margin-bottom: 10px;}
#contact-activities span.float-right {margin-right: -14px;}
*/
/* #contact-activities div#activity-grid-action-container {margin-bottom: 10px;margin-top: 5px;} */
/* #contact-sr .right-icones{margin-left: -8px;}
#contact-activities .right-icones{margin-left: -14px;} */
#contact-campaigns .d-inline-block{margin-left: -3px;}
#contact-campaigns a.btn.btn-xs.btn-primary.m5 {margin-right: 2px;}
#contact-campaigns div#campaign-grid-action-container {margin-bottom: 10px;margin-top: 5px;}
/*
#contact-notes .right-icones{margin-left: -14px;}
#contact-notes .noselect{margin-bottom: 10px;}
#contact-notes a.btn.btn-xs.btn-primary.m5{margin-right: -14px;}
#contact-attachments .right-icones{margin-left: -14px;}
#contact-attachments a.btn.btn-xs.btn-primary.m5{margin-right: -15px;}
#contact-attachments div#attachment-grid-action-container {margin-bottom: 10px;}
*/
#contact-mergedParties .right-icones{margin-left: -14px;}
#contact-kpiMetrics .right-icones{margin-left: -14px;}
#contact-administration .right-icones{margin-left: -14px;}
#contact-kpiMetrics a.btn.btn-xs.btn-primary.m5 {margin-top: -18px;}
/*#contact-kpiMetrics #economicMetric .right-icones{margin-left: 0px;}*/
#contact-kpiMetrics #economicMetric .pl-2{padding-left: 0rem!important;}
#contact-kpiMetrics #economicMetric a.btn.btn-xs.btn-primary.m5 {margin-top: -5px;margin-right: 1px;}
#contact-rp .fa-plus {margin-top: -18px;}
#contact-rp h4.panel-title{padding-top: 15px;padding-bottom: 0px;}
#note-info .pl-1{padding-left: 0px !important;font-size: 16px;}


/*----------SR---------*/
#update-sr h1.float-left.mr-2.mb-0.header-title {margin-left: 13px;}  
#update-sr a.btn.btn-xs.btn-primary {margin-right: 13px;}

#find-sportal .dot-line {border-bottom: 1px dashed #d0d0d0;padding: 0px 0px 0px 0px;}

#home-sr .dot-line{ border-bottom: 1px dashed #d0d0d0;padding: 0px 0px 15px 0px !important;}
#sr-details .input-sm {height: 34px !important;font-size: 14px!important;/*margin-left: 20px;*/margin-right: -10px;}
#sr-details .col-md-12.col-lg-12.col-sm-12{padding-right: 0px;padding-left: 0px;}
#sr-details .field-text {padding: 5px 5px 5px 15px;}
#sr-details .col-sm-2.col-form-label.field-text {padding: 5px 5px 5px 14px !important;}
#sr-details a.btn.btn-xs.btn-primary.m5 {margin-top: -16px;}
#update-sr .desc-col{ padding-right: 0px;padding-left: 0px;}
#sr-communication-history .pl-2.pr-2{padding-left: 0px !important; padding-right: 0px !important;}
#sr-communication-history input#compose_btn {margin-left: 0px;margin-right: 66px;}
#sr-communication-history .padding-r{margin-left: -64px;margin-top: -1px;}
#sr-communication-history h2.float-left.col-form-label.has-error {margin-left: -8px;}
#sr-communication-history .p-2{padding: 0px !important;}
.sr-ck-editor{margin-left: -18px !important;}
#sr-communication-history div#attachment_row {margin-top: 20px;margin-left: 0px;}
#sr-communication-history .text-left.ml-1 {margin-left: 0px;}
#com-history{padding: 10px 0px;}
/* #sr-activities .check-list{padding: 0px;}
#sr-activities a.btn.btn-xs.btn-primary.m5 {margin-top: -10px;margin-right: -12px;}
#sr-activities div#activity-grid-action-container {margin-bottom: 10px;margin-top: -35px;margin-right: 65px;}
#sr-activities .fa-plus{margin-top: -2px;margin-left: -17px;}
#sr-activities .ml-30 {margin-left: -30px;} */
#sr-notes .check-list{padding: 0px;}
/* #sr-notes div#notes-grid-action-container {margin-bottom: 19px;margin-top: -41px;} */
#sr-orders .dot-line {border-bottom: none;padding: 0px;}
/* #sr-orders .float-right{margin-top: -34px;margin-right: 0px;} */
/* #sr-orders div#extra-header-right-container{margin-top: 0px;margin-bottom: 0px;} */
#sr-attachments .check-list{padding: 0px;}
/* #sr-attachments div#attachment-grid-action-container{margin-bottom: 0px; margin-top: -41px;} */
#sr-contacts .fa-plus{margin-top: -19px;}
#sr-administration .pl-2.pr-2{padding-left: 0px!important; padding-right: 0px!important;}
#sr-administration .field-text {font-size: 15px;padding: 5px 5px 5px 0px;}
#sr-history .dot-line{border-bottom: none;}
#sr-history a.btn.btn-xs.btn-primary.m5 {margin-top: 11px;}
#sr-history div#sr-history-grid-action-container {margin-bottom: 0px;margin-top: -40px;margin-right: 65px;}
#create-sr-ck{padding: 0px 5px;}
#address-sr-ck{margin-top: 25px !important;}

.search-btn{text-align: right;}
.search-right{padding-right: 10px;padding-left: 0px;}
.p-3f{padding: 5px 5px 5px 14px;}
#appbar1{padding: 5px 15px 0px 5px}
.contact-table{margin-top: -20px;}
.add-seg{margin-top: -20px;}
.list-seg{margin-top: -20px;}
.seg-table{margin-top: -40px;}
.smallcard-box{max-width: 25.0% !important;padding-right: 0px;}
.help-url{    margin-top: -10px;margin-bottom: 8px;}
.header-title{line-height: 30px;}
.dot-line {border-bottom: 1px dashed #d0d0d0;padding: 0px;}
.dash-panel{padding: 13px 13px 0px 13px;
    background-color: #ffffff;
    margin: 14px 14px 0px 14px;
    border-radius: 5px;
    width: auto;box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;}
.dash-panel-lt{padding: 13px 13px 0px 13px;
    background-color: #ffffff;
    margin: 14px 14px 0px 14px;
    border-radius: 5px;
    width: 100%;box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;}

form#mainFrom{
    background-color: #ffffff;
    margin: 14px 14px 0px 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;
}
.mt-3, .my-3 {
    margin-top: 14px!important;
}
.tab-content {
    background-color: #ffffff;
    padding: 5px 10px 10px 10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 0px;
}
/*.card-header {
    padding: .75rem 1.25rem !important;
    margin-bottom: 0 !important;
    background-color: rgb(255 255 255) !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 5px !important;
}*/
.btn-secondary:hover {
    color: #fff;
    background-color: #025d70;
    border-color: #025d70;
}
.text-light {
    color: #39da8a !important;
    font-size: 16px !important;
    background-color: #d2ffe8;
    border-radius: 50%;
    padding: 15px 20px;
}
.icon .text-light {
   /*  color: #39da8a !important;
    font-size: 16px !important;
    background-color: #d2ffe8;
    border-radius: 50%; */
     font-size: 20px !important;
    padding: 5px 10px !important;
}
.nav-tabs {
    border-bottom: 1px solid #02829d;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
    color: #989898;
    margin-bottom: 6px;
}

/*Campaign - modules*/
.camp-dash{background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);}
.popup-bot{margin-bottom: 20px;}
.btn-bottom{margin-bottom: 10px;margin-top: 5px;}
.camp-list{padding: 0px 20px 0px 0px !important;}
.camp-list-type{margin-bottom: 20px;}
#campList a.btn.btn-xs.btn-primary.m5 {margin-right: 20px;}
#campList .float-right {margin-bottom: 5px; }
.seg-back{
    margin-top: -10px;
    margin-bottom: 7px;
}
#camp-temp{font-size:26px;font-weight : 700 ;margin-left:11px}
#camp-view{float:right!important; margin-left:1142px ;margin-top: -55px; margin-right: 26px;}
.update-seg-value{background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    width: 100%;
    margin: 15px;}
.pad-10{padding-bottom: 10px;}
.pad-11{padding-bottom: 10px;margin-left: 5px;}
.pad-12 {padding-bottom: 10px;margin-left: 15px;}
/*Search*/

fieldset {
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  border: 0;
}

legend {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
}

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #EAEAEA;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  margin: 0;
}

.choices[data-type*="select-one"] .choices__button {
  background-image: url("../../icons/cross-inverse.svg");
  padding: 0;
  background-size: 8px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5;
}

.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px #00BCD4;
}

.choices[data-type*="select-one"]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #333333 transparent;
  }

.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
  cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("../../icons/cross.svg");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
}

.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #DDDDDD;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 28px;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00BCD4;
  border: 1px solid #00a5bb;
  color: #FFFFFF;
  word-break: break-all;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}

.choices__list--dropdown.is-active {
  display: block;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 5px 10px;
  font-size: 14px;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: .5;
}

/*=====  End of Choices  ======*/
* {
  box-sizing: border-box;
}

.s003 {
 /* min-height: 100vh;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  background-size: cover;
  background-position: center center;
}

.s003 form {
  width: 100%;
  max-width: 790px;
  margin-bottom: 0;
    margin-top: 2px;
}

.s003 form .inner-form {
  background: #fff;
  border: 0.75px solid #e9ecef;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  /*box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);*/
  border-radius: 3px;
}
.search-place{
  font-size: 14px !important;
}
.s003 form .inner-form .input-field {
  height: 28px;

}

.s003 form .inner-form .input-field input {
  height: 100%;
  background: #f7f6f6;
  border: 0;
  display: block;
  width: 100%;
  min-width: 180px;
  padding: 10px 10px;
  font-size: 13px;
  color: #555;
}

1
.s003 form .inner-form .input-field input:focus
{width:300px;}

.s003 form .inner-form .input-field input.placeholder {
  color: #888;
  font-size: 16px;
}

.s003 form .inner-form .input-field input:-moz-placeholder {
  color: #888;
  font-size: 16px;
}

.s003 form .inner-form .input-field input::-webkit-input-placeholder {
  color: #888;
  font-size: 16px;
}

.s003 form .inner-form .input-field input:hover, .s003 form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
  border-color: #fff;
}

.s003 form .inner-form .input-field.first-wrap {
  min-width: 59px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.s003 form .inner-form .input-field.first-wrap .choices__inner {
  background: #02829d;
  border-radius: 4px 0px 0px 4px;
  border: 0;
  height: 100%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  /*    align-items: center;*/
  padding: 4px 27px 4px 5px;
}

.s003 form .inner-form .input-field.first-wrap .choices__inner .choices__list.choices__list--single {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.s003 form .inner-form .input-field.first-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  opacity: 1;
  color: #fff;
}

.s003 form .inner-form .input-field.first-wrap .choices__inner .choices__list--single .choices__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  color: #FFFFFF;
}

.s003 form .inner-form .input-field.first-wrap .choices[data-type*="select-one"]:after {
  right: 14px;
  border-color: #FFFFFF transparent transparent transparent;
}

.s003 form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown {
  border: 0;
  background: #fff;
  padding: 10px;
  margin-top: 2px;
  border-radius: 4px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  width: 250px;
}

.s003 form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown .choices__item--selectable {
  padding-right: 0;
}

.s003 form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: #fff;
  color: #0091b0;
}

.s003 form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item {
  color: #555;
  min-height: 24px;
}

.s003 form .inner-form .input-field.second-wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.s003 form .inner-form .input-field.third-wrap {
  width: 40px;
}

.s003 form .inner-form .input-field.third-wrap .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  color: #0091b0;
  border: 3px solid #f7f6f6;
  cursor: pointer;
  background: #f7f6f6;
  transition: all .2s ease-out, color .2s ease-out;
  
}

.s003 form .inner-form .input-field.third-wrap .btn-search svg {
  width: 12px;
}

.s003 form .inner-form .input-field.third-wrap .btn-search:hover {
  background: #f7f6f6;
  color: #0091b0;
}

.s003 form .inner-form .input-field.third-wrap .btn-search:focus {
  outline: 0;
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .s003 form .inner-form .input-field {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .s003 form .inner-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
  .s003 form .inner-form .input-field {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .s003 form .inner-form .input-field input {
    padding: 10px 15px;
  }
  .s003 form .inner-form .input-field.first-wrap {
    width: 100%;
    border-right: 0;
  }
  .s003 form .inner-form .input-field.first-wrap .choices__inner {
    padding: 10px 15px;
  }
  .s003 form .inner-form .input-field.first-wrap .choices[data-type*="select-one"]:after {
    right: 11.5px;
    border-color: #e5e5e5 transparent transparent transparent;
  }
  .s003 form .inner-form .input-field.second-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .s003 form .inner-form .input-field.second-wrap input {
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .s003 form .inner-form .input-field.third-wrap {
    margin-bottom: 0;
    width: 100%;
  }
}
#cam-create-camp h1.float-left.mr-2.mb-0.header-title {	
margin-left: 15px;
}
#cam-create-camp div#extra-header-right-container{
	margin-right: 12px;
}
.modal-content{
	height : auto;
	overflow-x:hidden;
	overflow-y:scroll;
}
.form-group.row.mr { margin-left: -8px; }
.collapse.show {
	display: block;
	margin-bottom: 8px;
}
.find-srbottom{
	padding-bottom:14px;
}
.update-temp{
	padding: 0px 15px;
}
.camp-config{
	margin-top: -5px;
	margin-left: -5px;
}
.text-left #compose_btn {
    float: right;
    margin-top: -30px;
}
/* #create-note-btn {
    float: right;
    margin-right: 645px !important;
} */
/* span#create-attachment-btn {
    float: right;
    margin-right: 541px !important;
} */
/*#act-notes .check-list{padding: 0px;}
#act-notes div#notes-grid-action-container {margin-bottom: 19px;margin-top: -41px;}
*/

.qty-note{
	color: red;
    font-size: 14px;
    font-weight: bold;
    font-family: auto;
}

.mb-1vw {
margin-bottom: 0.5vw !important;
}