
.modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width: inherit;
	height: inherit;
	/* To center horizontally */
	margin: 0 auto;
	border-radius: 5px;
	background-color: #fff;
}

.modal-header {
	background: #fff;
	color: #333;
	/*font-weight: bold;*/
	padding: 18px 24px;
	border-radius: 5px 5px 0 0;
}

.modal-header .close {
	outline: none;
}

.modal-title {
/* 	font-weight: bold; */
	text-align: center;
}

.modal-content p {
	text-align: left !important;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	width: 100% !important;
}
.modal-footer {
		border-radius: 0 0 5px 5px;
		text-align: center;
		padding: 18px 24px;
}
.custom-column-modal-footer {
	padding: 10px 15px;
    background: #f4f4f4;
    float: left;
    width: 100%;
    border: 0;
    display: block;
    text-align: end;
    border-radius: 0 0 5px 5px;
}

.alert-example {
  padding: 15px 15px;
}


.trial-padding-footer {
	padding: 0 15px;
}

.custom-title{
	margin: 0;
}
.modal-title-icon{
	width: auto;
  float: left;
  margin: 3px 7px 0 0;
  height: 19px;
}
.modal-custom-column .modal-title-icon{
	margin: 3px 7px 0 0;
}
.header-columns{
	background: transparent;
    border: 0;
    padding: 0;
}
.custom-col-body{
	padding-top: 20px;
}
.custom-heading{
	color: #2c2e32;
    font-size: 13px;
}
.custom-col-body label{
	font-size: 12px;
    color: #5a5858;
    font-weight: 100;
    margin-bottom: 0;
}
.btn-save{
	background-color: #F6853B;
	color: #fff;
}
.save-icon-size{
	width: 18px;
	cursor: pointer;
	position: relative;
    bottom: 0px;
}
.level-label{
	margin-right: 8px;
	font-weight: normal;
	font-size: 12px;
}
.column-type{
	height: 34px !important;
}
.custom-col-body.save-icon-size{
	padding: 4px 10px;
}
.custom-col-body input, .custom-col-body textarea{
	color: #2582c3;
	font-size: 13px;
	border: solid 0.5px #ebebeb;
	box-shadow: none;
}
.btn-pype-primary, .btn-pype-primary:active, .btn-pype-primary:disabled, .btn-pype-primary:hover{
	background-color: #fb8637 !important;
    border-color: #fb8637 !important;
    color: #fff;
}
.level-label input[type='checkbox']{
	position: relative;
	margin: 2px 5px 0 0;
	float: left;
	outline: none;
	height: 16px;
    width: 16px;
    border-color: #d6d1d1;
}
.level-label input[type='checkbox']:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0rem;
	height: 0rem;
	background: #fff;
	cursor: pointer;
	border: 1px solid #969696;
	border-radius: 2px;
}
.level-label input[type='checkbox']:checked:before {
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	z-index: 1;
	border: 2px solid #f2f2f2;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 4px;
	border-color: #66afe9;
	border-top-style: none;
	border-right-style: none;
	width: 8px;
	top: 3px;
	left: 2px;
}
.level-label input[type='checkbox']:checked:after {
    border-color: #72b2ff;
}
.custom-col-body textarea{
	resize: none;
	overflow-y: hidden;
	border: solid 0.5px #ebebeb;
	box-shadow: none;
}
.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}
.padLR-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.header-columns + .modal-body{
	padding: 0;
}
.modal-body .nav-pills>li.active>a {
	color: #2d3035;
	background-color: #e7f2ff;
	border-radius: 0;
}
.modal-body .nav-pills>li.active, .modal-body .nav-pills>li.active:focus, .modal-body .nav-pills>li.active:hover, .modal-body .nav-pills>li.active>a:focus, .modal-body .nav-pills>li.active>a:hover{
	color: #2d3035;
	/* background-color: #fff; */
	border-radius: 0;
}
.modal-body .nav>li>a{
	padding: 5px 0;
	border-radius: 0;
	float: left;
	color: #2d3035;
	font-weight: 750;
}
.modal-body .nav-pills>li{
	width: 100%;
	font-size: 12px;
	margin-left: 0;
	display: block;
	padding: 5px;
}
.modal-body .nav>li:focus, .modal-body .nav>li:hover {
    text-decoration: none;
    background-color: #e7f2ff;
    cursor: pointer;
}
.modal-body .nav>li>a:focus, .modal-body .nav>li>a:hover, .modal-body .nav-pills>li.active, .modal-body .nav-pills>li.active:focus, .modal-body .nav-pills>li.active:hover, .modal-body .nav-pills>li.active:focus a, .modal-body .nav-pills>li.active:hover a{
	background-color: #e7f2ff;
}
.modal-body .custom-col-body{
	border-left: 1px solid #f4f4f4;
}
.edit-custom{
	height:250px;
	padding-right:10px;
}
.edit-custom > div{
	display: inline-block;height: 85px;
}
.brd-lft{
	border-left:1px solid #dcdcdc;
}
.custom-col{
	text-transform: uppercase;
	background-color: #f4f4f4;
	padding: 10px 15px;
	font-weight: 600;
	color: #333;
}
.custom-column-heading{
	background: #f4f4f4;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    padding: 13px 15px;
    /* margin: 0 0 7px; */
    font-size: 15px;
    color: #273343;
    text-transform: uppercase;
}
.custom-level{
	padding: 10px;
	border-top: 0px solid #f4f4f4;
}
.modal-body .nav-pills>li .custom-col-icon{
	display:none;
}
.modal-body .nav-pills>li.active .custom-col-icon{
	display: block;
	float: right;
}
.custom-circle{
	border: 2px solid #cccccc;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 10px 5px 10px 9px;
    float: left;
}
.modal-body .nav-pills>li.active .custom-circle{
	border: 2px solid #014d94;
}
.modal-custom-column{
	width: 730px;
}
.custom-col-headings{
	padding: 10px 15px;
	font-weight: 700;
	color: #666666 !important;
	font-size: 15px !important;
	letter-spacing: 0.5px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-col-headings > .btn-cancel {
	height: 28px;
	padding: 0 8px;
}
.default-column-section {
	padding: 0;
	margin: 0;
	max-height: calc(100vh - 548px);
    overflow: auto;
}
.default-column-section.default-column-standalone {
	max-height: calc(100vh - 404px);
	padding-bottom:10px;
}
.modal-icon{
	width: auto;
    float: left;
    margin: 0 7px 0 0;
    height: 19px;
}
.modal-custom-column ul.nav{
	max-height: 210px;
	overflow-x: auto;
}
.error-msg{
	color: #EA2C2C;
	font-size: 12px;
}
.custom-btn a.access-disabled img{
	cursor: not-allowed;
}
.delete-popover .popover-content{
	padding : 0;
}

.delete-popover .delete-popover-container{
	width : 280px;
}
.delete-popover .filter-header-container{
    padding: 15px;
    background-color: #fafafa;
}
.delete-popover .filter-header-container>span{
	padding: 0px 5px;
    color: #4b5561;
    font-size: 13px;
    font-weight: bold;
}
.delete-popover .close-icon{
    width: 20px;
    float: right;
    padding: 2px 0;
	cursor: pointer;
}
.delete-popover .filter-body-container{
    padding: 15px 20px;
}
.delete-popover .filter-footer-container{
	padding : 10px;
	text-align: right;
	background: #fafafa;
}
.popover.delete-popover {
    padding: 0;
    border-radius: 4px;
    border: 0;
    box-shadow: 0.2px 1px 3.1px 1px #bfbfbf;
}
.delete-popover .filter-footer-container button.btn {
    font-size: 12px;
    padding: 5px 12px;
}
.delete-popover .save-filter-icon{
	width: 16px;
    float: left;
    padding: 2px 0;
}
.custom-blank-content{
	height: 280px;
	display: flex;
	/* justify-content: center; */
	align-items: center;
}
.modal-view-icon{
	/*height: 60px;*/
}
.adding-col-section{
	color: #666;
	padding: 10px 0;
	font-size: 20px;
}
.bord-right{
	border: 1px solid #E1E1E1;
	width: auto;
}
.company-switch-error{
  font-size: 11px;
  font-weight: normal;
  color: #de2431;
  display: block;
  text-align: left;
  position: absolute;
  bottom: 38px;
  right: 5px;
}
.modelupgrade .custom-column-body{
	padding: 15px 20px !important;
}
.modelupgrade .custom-column-delete{
	position: absolute;
	top: 2px;
}
.modelupgrade .custom-column-body p{
	font-size: 13px;
	margin-bottom: 0px;
}
.custom-company-level{
	transition: .2s;
    color: #929292;
    opacity: 1;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: 0px;
}
/*.bulk_update.modelupgrade .modal-body .form-control {
	height: 30px;
}*/
.companyLabelContain {
	display: inline-flex;
	padding-top: 10px;
	padding-bottom: 5px;
}
.columns-select-checkbox.fancy-checkbox input[type='checkbox'] + div{
	padding: 3px 0 0 8px;
}
.columns-select-checkbox.fancy-checkbox input[type='checkbox'] + div label{
	margin-top:0px !important;
}
.columns-select-checkbox.fancy-checkbox input[type='checkbox'] + div span{
	display:none;
}
.columns-select-checkbox.fancy-checkbox input[type='checkbox']:checked + div .btn span{
	display:block;
	top: -2px !important;
    left: -1px;
}

@media only screen and (min-height: 901px) {
	.default-column-section {
		max-height: calc(100vh - 786px);
	}
	.default-column-section.default-column-standalone {
		max-height: calc(100vh - 608px);
	}
	.saveTableSettingsButton + .custom-column-menu .column-section {
		max-height: calc(100vh - 805px) !important;
	}
}

.empty-text {
	color: #3c3c3c;
}