.error_message {
    color: #f70a0a;
    padding: 6px 0px 0px 0px;
}
.error_input {
    border-color: #ff5c75;
}
.title_name {
    color: #f7b500;
}
.avatar>img {
    display: block;
    width: 100%;
    height: 100%;
}
.avatar {
    font-size: .875rem;
    text-align: center;
    background: #f1f2f3;
    color: #fff;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
}
.p-l-30 {
    padding-left: 30px !important;
}
.align-items-center {
    align-items: center !important;
}
@media (min-width: 768px)
{
	.d-md-flex {
		display: flex !important;
	}
}
.no-padder {
    padding: 0 !important;
}
.p-b-13 {
    padding-bottom: 13px;
}
.c-1 {
    color: #0a29f5;
}
.clear {
    clear: both;
}
.m-r-10
{
	margin-right: 10px;
}

li.btnApplyli,li.btnApplyli:hover {
    background-color: #25c2e3 !important;
    color: #fff !important;
    text-align: center !important;
}
a.btnApply {
    color: #fff !important;
}
a.btnApply:hover {
    background-color: #25c2e3 !important;
    color: #fff !important;
}
.main-group-show label.container_box {
    cursor: inherit;
}

.tb-main {
    margin-bottom: 10px;
}

.tb-main,.tb-main-2 {
    margin-bottom: 10px;
}
.dropzone {
    border: 2px dashed rgba(52,58,64,.2);
    background: #fff;
    border-radius: 6px;
}

.fol-col {
    color: #ffbe0b !important;
}


/* The container */
.cont_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cont_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
    background-color: #fffefe;
    border: 1px solid #ffbe0b;
}

/* On mouse-over, add a grey background color */
.cont_checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.cont_checkbox input:checked ~ .checkmark {
  background-color: #ffbe0b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cont_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cont_checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

span.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 17px;
    font-size: 75%;
}
.label-primary, .badge-primary {
    background-color: #1ab394;
    color: #FFFFFF;
}

.a_user,.a_user:hover {
    color: #6f6868;
}
.m-t-10 {
    margin-top: 10px !important;
}
.stream-small {
    line-height: 1.8;
}

/* =============================================
* RADIO BUTTONS
=============================================== */

.radios-group label {
	cursor: pointer;
	position: relative;
}

.radios-group label + label {
	margin-left: 15px;
}

.radios-group input[type="radio"] {
	opacity: 0; /* hidden but still tabable */
	position: absolute;
}

.radios-group input[type="radio"] + span {
	font-family: 'Material Icons';
	color: #B3CEFB;
	border-radius: 50%;
	padding: 12px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.radios-group input[type="radio"]:checked + span {
	color: #D9E7FD;
  background-color: #4285F4;
}

.radios-group input[type="radio"]:focus + span {
	color: #fff;
}

/* ================ TOOLTIPS ================= */

.radios-group label:hover::before {
content: attr(for);
    font-family: Roboto, -apple-system, sans-serif;
    text-transform: capitalize;
    font-size: 11px;
    position: absolute;
    top: 170%;
    left: 0;
    right: 0;
    opacity: .75;
    background-color: #323232;
    color: #fff;
    padding: 4px;
    border-radius: 3px;
    display: block;
    z-index: 1;
    padding: 4px 1px 4px 0px;
    width: 50px;
}

/* =============================================
* CENTERING, CONTAINER STYLING ETC || IGNORE
=============================================== */

.radios-group {
	text-align: center;
	margin 0 auto;
}


.follow_up_ul {
    max-height: 293px !important;
    min-height: 293px !important;
    overflow: auto;
}

.nav-tabs>li>a.active.nav-link {
    color: #fff;
    background-color: #3f87f5;
    border-color: #3f87f5;
}

.nav-tabs>li>a.active {
    color: #fff;
    border-color: #3f87f5;
    background-color: #3f87f5;
    border: 1px solid #3f87f5;
    opacity: 1;
}
.nav-tabs li a.active {
    border: none !important;
}

.nav-tabs>li>a {
    border-radius: 3px;
    opacity: 0.75;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    color: #2a2a2a;
    border: 1px solid transparent;
    padding: 5px 15px;
}

.nav-tabs {
    border: none !important;
}

.nav-tabs li.nav-item a span {
    font-size: 15px;
    font-weight: 600;
}
.b-c-1
{
	 background-color: #ffbe0b;
}
.b-c-2
{
	 background-color: #34c7e5;
}
.b-c-3
{
	 background-color: #48d4a0;
}
.b-c-4
{
	 background-color: #ed427c;
}

.b-t-1
{
	 color: #ffbe0b;
}
.b-t-2
{
	 color: #34c7e5;
}
.b-t-3
{
	 color: #48d4a0;
}
.b-t-4
{
	 color: #ed427c;
}
.m-b
{
    margin-bottom: 0px !important;
}
.f-l{
	float: left;
}
.m-l-17
{
    margin-left: 17px !important;
}
.m-t-7
{
    margin-top: 7px !important;
}
.th_data,.td_data
{
	/* width: 100px !important; */
	text-overflow: ellipsis; 
	overflow: hidden; 
	white-space:nowrap;
}
.main_modal b {
    font-weight: 700 !important;
}
.search_filter a.dropdown-toggle {
    margin-top: 5px;
    margin-left: 5px;
}
.search_filter {
    background-color: #d1eafd;
    padding: 0px 5px 0px 0px;
    color: #484747;
}
a.search_filter_apply {
    color: #fff !important;
}
a.search_filter_apply:hover {
    background-color: #25c2e3 !important;
    color: #fff !important;
}
.icon-dual-primary {
    color: #5369f8 !important;
}
.task-list-items {
    overflow-y: auto;
    max-height: 500px;
}

/*spinner*/


.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #47c6f3;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}
.load_html
{
    width: 100%;
}

.right {
    float: right;
}
.dropdown-menu.show.top-91 {
    top: 91% !important;
}
.over-x
{
height: 280px;
max-height: 280px;
overflow-x: auto;
}

/*Email css*/

.unread{
    /*background-color: #fff!important;*/
    font-weight: bold !important;
}
.spinner-border {
    margin:auto !important;
    width: 7rem !important;
    height: 7rem !important;
    border: 1.15em solid currentColor !important;
    border-right-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border 1s linear infinite;
}
.read {
    /*background-color: #dbdbdb!important;*/

}
.message-list li .col-mail-2 .date {
    right: 0 !important;
    width: 100px !important;
    padding-left: 10px !important;
}
.message-list li .col-mail-2 .subject {
    right: 150px !important;
    left: -66px !important;
}
.message-list li .col-mail-1 .title {
    left: 57px !important;
}
.message-list {
    padding-top: 30px !important;
}
.ml-16 {
    margin-left: 16px;
}
.dropdown-sm{width:220px}
.error_account.error_msg.error {
    padding-top: 10px;
    color: #ec0a0a;
}
.error  {
    color: #ec0a0a;
}
.m-a
{
    margin: auto !important;
}
.n-m-f
{
    text-align: center !important;
    width: 100%;
    margin-top: 50px;
    color: #596ff7;
    font-size: 17px;
    font-weight: 600;
}
.b-l-1
{
border-left: 1px solid #eee;
}
.b-r-1
{
border-right: 1px solid #eee;
}
.t-a-c {
    text-align: center;
}
.text-soft-primary {
    color: #5369f8;
}
.f-w-6 {
    font-weight: 600;
}
    #create-quotes-modal .account_search_list tr:last-child { border-bottom: 1px solid #e3e9ed; }
#create-quotes-modal .account_search_list .table-responsive {
    max-height: 350px;
    overflow-x: auto;
}


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

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 10px;
}

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

.m-t-40 {
    margin-top: 40px;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: normal !important;
}

.th_data.action {
    width: 60px !important;
}

th.th_data.created {
    width: 80px !important;
}
th.th_data.stage {
    width: 60px !important;
}
th.th_data.total {
    width: 80px !important;
}


#item_table th.qty {
    width: 7%;
}
#item_table th.price {
    width: 10%;
}
#item_table th.discount {
    width: 10%;
}
#item_table th.taxable-value {
    width: 11%;
}
#item_table th.CGST {
    width: 8%;
}
#item_table th.SGST {
    width: 8%;
}
#item_table th.IGST {
    width: 8%;
	text-align: center;
}
#item_table th.total {
    width: 15%;
}

th.th_data.quote_no {
    width: 180px !important;
}


.f-s-18
{
	font-size: 18px;
}
.btn1
{
    display: inline-block;
    font-weight: 400;
    /*color: #6c757d;*/
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: transparent;
    border: 1px solid transparent;*/
    /*padding: 2px 8px;*/
    border: 1px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .3rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

div#quote_details {
    min-height: 272px;
   /* max-height: 272px; */
}

.deatil-status-name, .deatil-status-name:hover {
    font-size: 18px !important;
    background-color: #516f91!important;
    border-color: #516f91;
    border-radius: 3px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    padding: 6px 15px;
    color: #fff;
    box-shadow: 1px 1px 3px #C3C3C3;
}


.list-dropdown-view {
    /* width: 150px; */
    float: left;
    margin: 11px 15px 0px 0px !important;
}
.color1
{
color: #fff;
}

.m-t-15
{
    margin-top: 15px;
}
.pull-left {
    float: left !important;
}
.file-input-wrapper input[type=file], .file-input-wrapper input[type=file]:focus, .file-input-wrapper input[type=file]:hover {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 99;
    outline: 0;
}

.tokenize-sample .Dropdown
{
z-index: 1000 !important;
}
.parsley-error-list li.required {
    list-style: none;
    margin: 9px 0px 0px 0px;
    color: #f10a0a;
}


@media (min-width: 768px)
{
    .modal-dialog {
        max-width: 900px !important;
        margin: 1.75rem auto;
    }
	.modal_sm {
		width: 520px !important;
	}
}


.form-control:disabled, .form-control[readonly] {
    background-color: #efefef;
    opacity: 1;
}


input.tax_pass {
    width: 38%;
    float: left;
    margin-right: 10px;
}
input.form-control.tax {
    width: 54%;
    float: left;
}
td.IGST {
    width: 13%;
}
td.CGST {
    width: 13%;
}
td.SGST {
    width: 13%;
}
table .discount {
    width: 7% !important;
}
th.item {
    width: 22%;
}

#add_item_modal .dataTables_length label {
    display: none;
}

#add_item_modal .dataTables_filter label {
    display: none;
}


.left-menu
{
    left: -159px !important;

}
.cursor-d {
    cursor: default !important;
}

.quotes .media-body h2 {
    font-size: 24px !important;
}

.font-weight-700
{
font-weight:700;
}
.m-t-20 {
    margin-top: 20px;
}

.billing_address_details .form-group .col-form-label,.shiping_address_details .form-group .col-form-label {
    padding: 0px 0px 0px 15px !important;
}

.c1,.c1:hover
{
    color: #4b4b5a;
}
.m-b-15
{
    margin-bottom: 15px;
}

.create-quote .table td, .table th {
    padding: 0.5rem;
}

.dropdown-menu.pull-right.show.quote_action {
    transform: translate3d(-155px, 0px, 0px) !important;
}
.count_row {
    display: none;
}
.setting-icon-div {
    height: 50px;
    width: 50px;
    font-size: 31px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    justify-content: center!important;
}
.s_integration_item {
    background: #fff;
    box-shadow: 0 2px 7px 0 rgb(12 0 46 / 10%);
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: 26px 0;
    margin-bottom: 30px;
    transition: all .2s linear;
    z-index: 1;
    position: relative;
}
.setting-font {
    font-size: 17px;
    color: #6a6a6a;
}

.p-t-10 {
    padding-top: 10px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #6c757d;
    background-color: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #03a9f4;
    border-radius: 0px !important;
}

.nav-pills {
    background: #ffffff;
    border-radius: .3rem;
    padding: 6px 2px;
}
.settings_title, .settings_title_process {
    background-color: #2296f3!important;
}
.settings_title .header-title {
    color: #fff!important;
    margin-top: 10px!important;
}
.f-r {
    float: right;
}

.co-w {
    color: #fff!important;
}


.header-title {
    font-size: 1.04rem;
    font-weight: 700;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.settings_border .deal_process ul {
    max-height: 587px !important;
    overflow-x: scroll;
}

ul.sortable-1, ol.sortable-1, ol.sortable-1 ol {
    list-style: none;
    margin: 0 !important;
    padding-inline-start: 0px;
}
ul.sortable-1, ol.sortable-1 {
    list-style: none;
}
.sortable_ul {
    border: 1px solid #2296f3;
}
ul.sortable-1 li, ol.sortable-1 li {
    list-style: none;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #d4d2d2;
    cursor: move;
}
.f-15
{
	font-size:15px;
	font-weight:600;
}
.t-c
{
	text-align: center;
}

.tab-com td {
    padding: 10px 5px 5px 10px;
}
.tab-com
{
	width:100%;
	margin-top: 20px !important;
}


table.tab-com {
  border-collapse: collapse;
  width: 100%;
}

.tab-com th, td {
  text-align: left;
  padding: 8px;
}

.tab-com tr:nth-child(even) {background-color: #f2f2f2;}
.m-r-0 {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

@media (min-width:992px){
	.b-r {
		border-right: 1px solid #eee;
	}
}
.border-page-title
{
    background-color: #fff;
    margin: 0 0 0px 0px;
    padding: 15px 0px 21px 0px;
}

.b-warning
{
	border-left: 5px solid #ffbe0b;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-25 {
    margin-top: 25px;
}
.m-t-35 {
    margin-top: 35px;
}

.m-l-0 {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.hide{
	display:none;
}
.td_action
{
	width:65px !important;
}
.dropdown_sub_component
{
	transform: translate3d(-95px, -15px, 0px) !important;
}


/* Set a style for all buttons */
#delete_confirmation_modal button.cancelbtn,#delete_confirmation_modal button.deletebtn {

  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}


/* Clear floats */
#delete_confirmation_modal .clearfix::after {
  content: "";
  clear: both;
  display: table;
}



/* Float cancel and delete buttons and add an equal width */
#delete_confirmation_modal .cancelbtn, #delete_confirmation_modal .deletebtn {
  float: left;
  width: 50%;
}

/* Add a color to the cancel button */
#delete_confirmation_modal .cancelbtn {
  background-color: #ccc;
  color: black;
}

/* Add a color to the delete button */
#delete_confirmation_modal .deletebtn {
  background-color: #f44336;
}
