/*Normalize Style - Start*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
  overflow: hidden;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE 10+ and Edge */
    user-select: none;           /* Non-prefixed version, 
                                currently supported by Chrome and Opera */
}
h1 {
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.7em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.btn i, .btn-large i, .btn-small i, .btn-floating i, .btn-large i, .btn-small i, .btn-flat i {
    font-size: inherit;
}
/*Normalize Style - End*/

/* Eresidue Framework CSS - Start */
*{	
  margin: 0;
  padding: 0;
  position: relative;
}
html,
body {
    font-weight: 400;
    font-family: 'Roboto';
    font-size: 14px;
    color: #808e9c;
    width: 100%;
    height: 100%;
	line-height: 1.5;
	letter-spacing: -0.2px;
	background-color: #f2f2f2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6{  
  font-weight: 300;
}

/*Eresidue fonts - Start*/
.text-12{font-size:12px !important}.text-13{font-size:13px}.text-14{font-size:14px}.text-15{font-size:15px}.text-16{font-size:16px}.text-17{font-size:17px}.text-18{font-size:18px}.text-19{font-size:19px}.text-20{font-size:20px}.text-22{font-size:22px}.text-25{font-size: 25px;}
.text-thin{font-weight: 100}.text-light{font-weight: 300}.text-regular{font-weight: 400}.text-medium{font-weight: 500}
/*Eresidue fonts - End*/

/*Eresidue Color coding - Start*/
.blue-bg{
	background-color: #09b8e8;
}
.blue-text {
    color: #09b8e8 !important;
}
.bg-color-gradient{
	background-image: linear-gradient(to right, #09b8e8, #0483af);
}
.text-orange{
	color: #fa9f19;
}
.orange-bg{
	background-color: #fa9f19;
}
.text-label{
	color: #888888;
}

.pos-right-15{
    right: 15px !important;
}
/*Eresidue Color coding - end*/

a {
    color: #09b8e8;
    background-color: transparent;
}
a:hover, a:focus{
	outline: 0;
    cursor: pointer;
}
.box-shadow{	
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.28) !important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.28) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.28) !important;
}
.btn {
	text-transform: initial;
    /*-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.28) !important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.28) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.28) !important;*/
    line-height: 1.7;
    padding: 5px 20px 6px 20px;
    border-radius: 3px;
    height: initial !important;
	font-size: 13px;
}
.btn:hover{	
	background-color: #fff;
	color: #09b8e8;
}
.btn.deleteData:hover{	
	background-color: #fff !important;
	color: #F44336;
}
.orange-btn, .orange-btn:focus, .orange-btn:active{
	background-color: #fa9f19;
	color: #fff;
}
.white-btn, .white-btn:focus, .white-btn:active{
	background-color: #fff !important;
	color: #09b8e8 !important;
}
.blue-btn, .blue-btn:focus, .blue-btn:active{
	background-color: #09b8e8;
	color: #fff;
}
.green-btn{
	background-color: #4CAF50;
	color: #fff;
}
.eresidue-grey{
	color: #7b93aa;
}
.eresidue-grey-bg{
	color: #7b93aa;
}
.btn.disabled, .disabled.btn-large, .disabled.btn-small, .btn-floating.disabled, .btn-large.disabled, .btn-small.disabled, .btn-flat.disabled, .btn:disabled, .btn-large:disabled, .btn-small:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-small:disabled, .btn-flat:disabled, .btn[disabled], [disabled].btn-large, [disabled].btn-small, .btn-floating[disabled], .btn-large[disabled], .btn-small[disabled], .btn-flat[disabled]{
	background-color: #f1eeee !important;
}
.width-100{
	width: 100%;
}
.badge-warning {
    background-color: #f0ad4e;
}
.badge-info {
    background-color: #5bc0de;
}
.badge-danger {
    background-color: #d9534f;
}
.white-bg{
	background: #fff;
}
.no-shadow{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.no-border{
    border: 0 !important;
}
/**
*Form elements - framework style - Start*
**/
.form-group {
    display: block;
    margin-bottom: 15px;
}
.form-group label{
    font-size: 15px !important;
    display: block;
    font-weight: 300;
    color: #888888;
}
#datatable thead th{
    color: #fff !important;
    font-weight: 300;
}

.dataTables_empty{
    width: 100%;
    text-align: center !important;
}

.input-field>label {
    font-size: 15px !important;
    top: -1px;
}
input:not([type]):disabled,input:not([type])[readonly="readonly"],input[type=text]:not(.browser-default):disabled,input[type=text]:not(.browser-default)[readonly="readonly"],input[type=password]:not(.browser-default):disabled,input[type=password]:not(.browser-default)[readonly="readonly"],input[type=email]:not(.browser-default):disabled,input[type=email]:not(.browser-default)[readonly="readonly"],input[type=url]:not(.browser-default):disabled,input[type=url]:not(.browser-default)[readonly="readonly"],input[type=time]:not(.browser-default):disabled,input[type=time]:not(.browser-default)[readonly="readonly"],input[type=date]:not(.browser-default):disabled,input[type=date]:not(.browser-default)[readonly="readonly"],input[type=datetime]:not(.browser-default):disabled,input[type=datetime]:not(.browser-default)[readonly="readonly"],input[type=datetime-local]:not(.browser-default):disabled,input[type=datetime-local]:not(.browser-default)[readonly="readonly"],input[type=tel]:not(.browser-default):disabled,input[type=tel]:not(.browser-default)[readonly="readonly"],input[type=number]:not(.browser-default):disabled,input[type=number]:not(.browser-default)[readonly="readonly"],input[type=search]:not(.browser-default):disabled,input[type=search]:not(.browser-default)[readonly="readonly"],textarea.materialize-textarea:disabled,textarea.materialize-textarea[readonly="readonly"]{
	color:#464a4c;
	/*line-height:1.79;*/
	letter-spacing:-.2px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
}
input:not([type]),input[type=text]:not(.browser-default),input[type=password]:not(.browser-default),input[type=email]:not(.browser-default),input[type=url]:not(.browser-default),input[type=time]:not(.browser-default),input[type=date]:not(.browser-default),input[type=datetime]:not(.browser-default),input[type=datetime-local]:not(.browser-default),input[type=tel]:not(.browser-default),input[type=number]:not(.browser-default){
    height: 31px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(128,142,156,.3);
    width: 100%;
    margin: 0;
    font-size: 14px;
    background-color: transparent;
    color: #616366;
}
select, select:disabled {
	display: block;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d6dade;
    border-radius: 0;
    height: 31px;
    padding: 0;
    font-size: 14px;
    color: #616366;
	-webkit-appearance: none;
    -moz-appearance: none;
}
select::-ms-expand {
    display: none;
}
select:focus {
    outline: 0;
}
.expand-ic {
    position: absolute;
    right: 0;
    bottom: 4px;
    color: #09b8e8;
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #09b8e8;
    -webkit-box-shadow: 0 1px 0 0 #09b8e8;
    box-shadow: 0 1px 0 0 #09b8e8;
}
.form-table td:last-child, .form-table th:last-child{
	text-align: right;
    padding-right: 0px;
    padding-left: 0px;
}
.form-inner-table tbody tr{
	border-bottom: 0;
}
.form-inner-table .right-ic{	
    padding-right: 0;
    text-align: right !important;
    padding-bottom: 0;
}
.form-table-text{
	padding-top: 19px;
}
.table-pain th, .table-pain th, .table-add-moc th, .form-table th, .table-add-location th, .table-add-segment-location th{
    font-size: 14px;
}
.table-pain th:last-child {
    text-align: left;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    background-color: #27b8e8;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
    border: 2px solid #27b8e8;
}
.input-group-addon {
    display: inline-block;
    padding: 0 4px;
    border: 0;
    border-bottom: 0;
    border-radius: 0;
    margin-left: -10px !important;
    cursor: pointer;
    position: absolute;
    margin: 0;
    right: 0px;
    bottom: 6px;    
	background-color: transparent;
    color: #5e6062;
}
.radio-btn-field {
    position: relative;
    display: inline-block;
    width: 100%;
}
.radio-btn-field label {
    display: inline-block;
}
.form-table .select2-selection.select2-selection--multiple, .form-table .select2-container--default .select2-selection--single .select2-selection__rendered{
	text-align: left;
	bottom: -1px;
}
.form-group label.group-label{	    
    font-size: 1.64rem !important;
    line-height: 110%;
    margin: 1.0933333333rem 0 .656rem 0;
    font-weight: 300;
}
[type="radio"]:not(:checked)+span, [type="radio"]:checked+span{
	height: auto;
}
.product-grouping tbody td{
	vertical-align: bottom;
}
.switch label .lever {
    width: 40px;
    height: 20px;
}
.switch label .lever:before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 2px;
    top: 2px;
}
.switch label .lever:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 2px;
    top: 2px;
}
.switch label input[type=checkbox]:checked + .lever {
    background: #09b8e8;
}
.switch.rational label input[type=checkbox]:checked + .lever, .switch.locRational label input[type=checkbox]:checked + .lever {
    background: red;
}
.switch.rational.green-switch label input[type=checkbox]:checked + .lever{
    background: #4d9901;
}
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #ffffff;
}
.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
    left: 22px;
}
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{	
    /* border: 2px solid #ececec; */
    border: 1px solid #b1b1b1;
    background: #fff;
}
fieldset {
    border: 0;
}
.upload-document-block {
    position: relative;
    background-image: url(../../resources/img/document-icon.png);
    background-repeat: no-repeat;
    background-position: center right;
    border-bottom: 1px solid rgba(128, 142, 156, 0.3);
    padding-bottom: 2px;
    min-height: 31px;
}
.upload-document-block span {
    font-size: 14px;
    top: 5px;
    color: rgb(209, 209, 209);
}
.upload-document-block input[type="file"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    height: 31px;
}
.span-first {    
    bottom: 5px;
    left: 10px;
}
.form-group label .red-text {
    /*vertical-align: middle;*/
    /*padding-left: 4px;*/
}
textarea.materialize-textarea {
    min-height: 37px !important;
    max-height: 500px;
    font-size: 14px;
    padding: .8rem 0 5px 0;
   /* line-height: 31px; */
    border-bottom-color: #ddd;
    margin-bottom: 0;
    margin-top: -5px;
    color: #616366;
} 
/*Textarea height -- Bhavadharanie*/
textarea.resize{
 	resize: none;
    height: 31px;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: inherit;
}
.disabled-select .select2-container {
    pointer-events: none;
}
/**
*Form elements - Framework style - End*
**/

/* Eresidue Framework CSS - End */

/*Eresidue Layout style - Start*/
.logo img {
    height: 75px;
}
/**
*Header elements - Layout style - Start*
**/
.top-nav {
    background: #fff;	
    height: 70px;
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.custom-nav-search {
    width: 40vw;
}
#topbarsearch .input-field{
	top: -5px;
}
#topbarsearch .autocomplete {
    /* background-color: #ECF3FC; */
    background-color: #e2ecef;
    border-radius: 1px;
    height: 45px;
    vertical-align: middle;
    margin-top: 12px;
    border: 1px #efe5e6 solid;
}

#topbarsearch .autocomplete .select2-search__field{
    height: 45px !important;
}

#topbarsearch .autocomplete .select2-search__field:focus{
    background: transparent;
}

#topbarsearch .autocomplete .select2-selection{
    height: 45px;
    border-color: #ECF3FC;
}

#topbarsearch .autocomplete .select2-selection:after{
    content: '';
}
#topbarsearch .autocomplete .select2-selection__choice{
    line-height: 38px;
    font-size: 15px;
    margin-left: 5px;
}

#topbarsearch i {
    position: absolute;
    right: 0;
    top: 27px;
    opacity: 0.6;
    font-size: 15px;
}
.login-drop-down-btn {
    color: #0483af;
    width: 70px;
    height: 45px !important;
    opacity: 0.5;
    border-radius: 3px;
    background-color: #ffffff !important;
    border: solid 1px #7b93aa !important;
	box-shadow: none !important;
	font-size: 14px !important;
	font-weight: 500;
}
nav .nav-wrapper i, nav a.sidenav-trigger i {
    height: auto;
    line-height: 17px;
    width: auto;
    font-size: 16px;
    display: initial;
    vertical-align: middle;
}

.nav-wrapper .btn .pdf-file{
	bottom: 1px;
}

/*.sub-header .orange-btn i {
    margin-right: 5px;
}*/
.login-drop-down-btn i {
    top: 3px;	
    right: 12px;
}
.dropdown-content {
    border-top: none;
    border-radius: 0px;
    position: absolute;
    width: 210px !important;
}
.top-nav .dropdown-content {
    top: 55px !important;
}
.search-options {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border: 0;
}
.search-options a.search-collection-item {
    background-color: transparent;
    border: 0;
    text-align: left;
}
nav .nav-wrapper{
	z-index: 9
}
.search-options a.search-collection-item:before {
    content: "\f002";
    font-size: 14px;
    margin-right: 8px;
	font-family: 'eresidue' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search-options a.search-collection-item.intelli-search:before{
	content: "\e9a8";
}

.nav-wrapper .input-field input[type=search], .nav-wrapper .input-field input{
    padding-left: 0px;
    text-indent: 15px;
}

/*.search-options .search-collection-item.active:before {
    content: "\e957";
}*/
.search-options a.search-collection-item.active:after {
    content: "\e5ca";
	font-family: 'eresidue' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 12px;
    top: 15px;
}
.collection a.collection-item.active {
    background-color: #edf3fd;
    color: #808e9c;
}
.collection a.collection-item{
    color: #09b8e8;
}
.collection a.collection-item:hover, .collection a.collection-item:focus{
    color: #808f9f;	
}
.search-selector {
    top: 58px !important;
    left: calc(100% - 200px) !important;
}
.blue-bg-content {
    position: absolute;
    width: 100%;
    top: 0;
    height: auto;
}
.sub-header {
	z-index: 9;
	border-bottom: 1px rgba(83, 203, 236, 0.7) solid;
    height: 60px;
    line-height: 45px;
    padding: 5px 20px;
}
.login-group .collection .collection-item.grey-text {
    color: #828f9e !important;
}
.grey-text:before{
    /*color: #828f9e;*/
}
/*.collection-item.login-items-title, .notify-group a:first-child {
    pointer-events: none;
}*/
.float-nav-btn {
    color: #808e9d;	
    border-radius: 50%;
}
.float-nav-btn i {
    line-height: 64px !important;
}
.float-nav-btn i:before {
    font-size: 25px;
    vertical-align: middle;
}
.notify-count {
    position: absolute !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 12px;
    left: 35px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
}
.notify-group {
    width: 400px !important;
}
/**
*Header elements - Layout style - End*
**/

/**
*Sub header elements - Layout style - Start*
**/
.content-wrapper {
    position: absolute;
    width: 100%;
    top: 70px;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
}
.breadcrumb{
	vertical-align: middle;
}
.breadcrumb:before {
    content: "\f105";
    font-family: 'eresidue' !important;
    speak: none;
	color: #fff;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    vertical-align: bottom;
    text-transform: none;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;	
    -moz-osx-font-smoothing: grayscale;
}
.sub-header .dropdown-content {
    top: 48px !important;
    width: 250px !important;
}
.sub-header .dropdown-content li {
    padding: 0;
}
.uline{	
    color: #fff;
    text-decoration: underline;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;
}
.uline.breadcrumb:before{
	position:relative;
	top:2px;
}
.sub-header .brand-logo .menu-ic i  {
    float: none;
	margin-right: 0;	
    font-size: 22px;
    vertical-align: inherit;
}
.nav-btn-blk {
    position: absolute;
    right: 0;
    top: calc(50% - 21px);
}
.btn .badge{
	margin-left: 5px;
    margin-top: 1px;
    background: #d9534f;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    min-width: auto;
    height: auto;
}
/**
*Sub header elements - Layout style - End*
**/

/**
*Page Layout style - Start*
**/
.wrapper{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.login-footer{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.login-block {
    position: absolute;
    width: 460px;
    left: calc(50% - 230px);
	top: calc(50% - 250px);
}
.form-footer .btn {
    width: 100%;
}
.form-footer a{
	display: block;
}
/**
*Page Layout style - End*
**/

/**
*Modal elements - Layout style - Start*
**/
.modal{
    overflow: hidden;
    max-height: inherit;
    height: initial !important;
    width: calc(55% - 5px);
    border-collapse: collapse;
}
.modal:focus{
	outline: none;
}
.modal.modal-fixed-footer{	
    top: 2% !important;
    bottom: 2%;
}
.modal-header {
    height: 60px;
    width: 100%;
}
.modal.modal-fixed-footer .modal-header{
    position: absolute;
    top:0px;
}
.modal.modal-fixed-footer .modal-footer{
    position: absolute;
    bottom:0px;
    width: calc(100% - 1px);
    margin-right: 1px;
}
.modal-header i {
    position: absolute;
    top: 18px;
    right: 17px;
	color: #fff;
    cursor: pointer;
}
.modal .modal-footer{
	padding: 10px 25px;
    height: 67px;
    background: #fff;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.modal.modal-fixed-footer .modal-content{	
    top: 60px;
    bottom: 67px;
    height: inherit;
    max-height: inherit;
    width: calc(100% - 1px);
}
.modal .modal-footer .btn{
    font-size: 14px;
}
.has-tab {
    top: 120px !important;
}
fieldset .modal-footer{	
    position: fixed !important;
    left: 0;
}
.modal .modal-footer .btn {
    display: inline-block;
}
.icons-container {
    height: 53px;
}
.icons-container-without-label{    
    height: 35px;
}
.icons-container .select2-container {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 90px;
    min-width: auto;
    /*width: auto !important;*/
}
.icons-container input {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 70px;
    max-width: 87.3%;
    width: 85%;
}
.icons-container .icons-blk {
    font-size: 18px;
    top: 25px;
    position: absolute;
    right: 0px;
}
.icons-container .icons-without-label{
    top: 15px;
}
.modal th{
	font-weight: 400;
}
.modal td{
    word-wrap: break-word;
    word-break: break-word;
}
.modal.msg-modal {
    width: 30%;
}
.msg-container {
    min-height: 100px;
    padding-left: 110px;
    width: 80%;
    margin: 0 auto;
}
.msg-container i {
    position: absolute;
    font-size: 75px;
    left: 12px;
}


.modal .select2-container--default .select2-search--inline .select2-search__field {
    /*width: 0px !important;*/
}

.modal .select2-container--default .select2-search--inline .select2-search__field:disabled{
	display: none;
}
.modal [type="checkbox"]+span:not(.lever), [type="checkbox"]+span:not(.lever){
    height: 20px !important;
    line-height: 20px !important;
}
.modal .dataTable th {
    color: #818f9d;
    /*background: rgba(128, 142, 156, 0.06274509803921569);*/
    padding-top: 15px !important;
    /*border-top: 1px solid rgba(208, 208, 208, 0.32);*/
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
}
.modal table.dataTable tbody tr td:first-child{
	text-align: left;
	padding-top:18px;
}
.modal table.dataTable tbody tr td:last-child{
	text-align: left;
}
.modal .thead-column div {
    color: #818f9d;
    background: rgba(128, 142, 156, 0.06274509803921569);
    padding: 10px 5px;
    border-top: 1px solid rgba(208, 208, 208, 0.32);
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    word-wrap: break-word;
    word-break: break-word;
}
.modal .tbody-column div {
    border-bottom: 1px solid #d0d0d0;
    font-size: 14px;
    word-break: break-word;
    border-radius: 0;
    word-wrap: break-word;
    word-break: break-word;
    padding: 10px;
}
.modal .tbody-column:hover, .modal .tbody-column:focus{	
      background: rgba(147, 158, 170, 0.1);
}
.select2-container:focus{
	outline: none;
}
.modal .form-footer{
    position: fixed;
    bottom: 0;
    left: 0;
}
.modal .form-footer .btn{
    width: auto
}
.modal .modal-content.pb-100{
    padding-bottom: 100px;
}
.modal .modal-title{
    width: 95%;
    text-overflow: ellipsis;
    max-height: 40px;
    overflow-y: hidden;
    margin: 0px;
    line-height: 40px;
    /* position: absolute; */
}
/*Progressbar - Style - Start*/
#progressbar {
    border-bottom: 1px solid rgba(128, 142, 156, 0.3);
    overflow: hidden;
    min-height: 60px;
    padding-left: 13px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
    align-items: left;
    align-content: space-between;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 60px;
}
#progressbar li {
    flex: 0 0 auto;
    text-align: left;
    position: relative;
    max-width: 120px;
    margin: 10px 7px;
	min-width: 120px;
}
#progressbar .current-progress, #progressbar .empty-progress, #progressbar .completed-progress {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    border: 1px #91b0c5 solid;
    background: #fff;
    z-index: 9;
    text-align: center;
}
#progressbar .current-progress img {
    width: 22px;
    margin-top: 6px;
}
#progressbar .completed-progress {
    background: #5be471;
    border-color: #5be471;
}
#progressbar .txt {
    font-size: 13px;
    line-height: 15px;
    margin-left: 45px;
    margin-top: 3px;
    display: block;
    font-weight: 400;
    color: #7b93aa;
}
#progressbar i {
    font-size: 30px;
    margin-top: 6px;
    color: #7b93aa;
}
#progressbar .completed-progress i {
    color: #fff;
}
/*Progressbar - Style - End*/
/**
*Modal elements - Layout style - End*
**/

/**
*Left nav menu - Layout style - Start*
**/
.left-nav-menu .collection .collection-item {
	width: 220px;
    padding: 0px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    
}
.left-nav-menu li span{	
     word-wrap: break-word;
}
.left-nav-menu li, .left-nav-menu .collection {
    border: 0 !important;
}
.left-nav-menu .collection li{
	width: 100%;
}
.left-nav-menu .dropdown-content {
    left: 195px !important;
    z-index: 999999;
}
.left-nav-menu .dropdown-content li a:hover, .left-nav-menu .dropdown-content li a:focus {
    color: #808f9f !important;
}
.site-info {
    width: 200px;
    position: absolute;
    bottom: -75px;
	display: none;
}
.left-nav-menu .collection .collection-item.active:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
}

.left-nav-menu .collection{
    margin: 2px 0px 15px 0px;
}

.left-nav-menu .collection .collection-item a {
    padding: 8px 0px 8px 55px;
    display: block;
}

.left-nav-menu .collection .collection-item a:hover, .left-nav-menu .collection .collection-item a:active{
    background: rgba(0, 0, 0, 0.1);
}

.left-nav-menu li .icon {
    position: absolute;
    left: 20px;
    margin-right: 0;
    text-align: center;
}
.left-nav-menu .collection .collection-item.transparent a .icon {
    top: calc(50% - 12px);
}
.left-nav-menu .icon:before {
    text-align: center;
    display: block;
    line-height: 24px;
    font-size: 24px;
}
.left-nav-menu .dropdown-content li i {
    left: 12px;
}
.left-nav-menu .dropdown-content li a {
    /*padding-left: 45px !important;*/
}

/**
*Left nav menu - Layout style - End*
**/

/**
*Right side content - Layout style - Start*
**/
.content-block {
    position: absolute;
    right: 20px;
    top: 60px;
    left: 220px;
	bottom: 0;
}
.table-body{
	height: 100%;
}
.check-all [type="checkbox"].filled-in:checked+span:not(.lever):after {
    border: 2px solid #ffffff;
    background-color: #ffffff;
}
.check-all [type="checkbox"].filled-in:checked+span:not(.lever):before {
    border-right: 2px solid #27b8e8;
    border-bottom: 2px solid #27b8e8;
}
.check-all [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{	
    border: 2px solid #fff;
    background: transparent;
}
.scroll-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	-webkit-overflow-scrolling: touch; 
	-webkit-overflow-scrolling: auto; 
}


.table-pain tr, .table-add-moc tr, .form-table tr, .table-add-location tr, .table-add-segment-location tr{
    border-bottom: 0px;
}

.table-pain tbody td, .table-add-moc tbody td, .form-table tbody td, .table-add-location tbody td, .table-add-segment-location tbody td{
    vertical-align: bottom;
}

.table-pain thead th:last-child, .table-add-moc thead th:last-child, .form-table thead th:last-child, .table-add-location thead th:last-child, .table-add-segment-location thead th:last-child{
    width: 35px;
}

.table-pain thead th:first-child, .table-add-moc thead th:first-child, .form-table thead th:first-child, .table-add-location thead th:first-child, .table-add-segment-location thead th:first-child{
    width: 35px;
}

li.select2-search--inline{
    /*display: none;*/
}

.icons-blk{
    float: right;
}

.icons-blk a.icon {
    width: 25px;
    height: 25px;
    display: block;
    background: #09b8e8;
    color: #fff;
    float: left;
    border-radius: 3px;
    font-size: 15px;
}

.icons-blk a.icon:hover{
    background: #fa9f19;
}

.icons-blk a.icon:before {
    position: absolute;
    left: calc(50% - 6px);
    top: calc(50% - 6px);
    font-size: 12px;
}
/*.scroll-block {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	-webkit-overflow-scrolling: touch; 
	-webkit-overflow-scrolling: auto; 
	overflow: hidden;
	background: #fafafa;
}
.scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	background: #fff;
}*/
.btn-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 15px 25px;
    background-color: #fff;
    height: 65px;
    z-index: 10;
}
/**
*Right side content - Layout style - End*
**/

/**
*Footer content - Layout style - Start*
**/
.footer {
    position: absolute;
    bottom: 15px;
    right: 19px;
	z-index: 9;
}
/**
*Footer content - Layout style - End*
**/
.has-footer{
  bottom: 50px;	
}
.has-us-footer{
  bottom: 65px;
}
.has-copy{
	bottom: 50px;
}
.full-height{
	height: 100%;
}
/*Eresidue Layout style - End*/

/* Page Load Spinner Start */
.spinner-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 999999;
    background: rgba(0,0,0, 0.7);
}
.spinner_wrapper{
    position: absolute;
    left: calc(50% - 150px);
    top: calc(50% - 150px);
    text-align: center;
    width: 300px;
    height: 300px;
    border-radius: 500px;
    /*background: #fff;*/
    -webkit-box-shadow: 0 2px 174px 0 rgba(0,0,0,0.04);
    box-shadow: 0 2px 174px 0 rgba(0,0,0,0.04);
}
.spinner {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 30px);
}
.spinner_wrapper .txt{
    position: absolute;
    /* top: calc(50% + 5px); */
    bottom: calc(50% - 25px);
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #09b8e8;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* Page Load Spinner End */

/*Eresidue Framework - Plugin Style - Start*/

/**
*Select2 dropdowwn - Style - Start*
**/
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: initial;
	vertical-align: middle
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 31px;
	user-select: none;
	-webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	/* padding-right: 40px; */
	padding-right: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
/*.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}*/
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
	padding-right: 25px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

/*To reduce the extra space in multiple select2*/
.select2-container .select2-search--inline {
	float: left;
	width: 0px !important; 
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}
.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}
.select2-results {
	display: block
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}
.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}
.select2-results__option[aria-selected] {
	cursor: pointer
}
.select2-container--open .select2-dropdown {
	left: 0
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-search--dropdown {
	display: block;
	padding: 4px
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
	display: none
}
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}
.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 0px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}
.select2-container--default .select2-selection--single {
	background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #d6dade;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	z-index: 1;
	color: #616366;
	line-height: 31px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
    float: right;
    /* font-weight: bold; */
    position: absolute;
    z-index: 99999999999;
    right: 22px;
    display: block;
    width: 19px;
    text-align: center;
    font-size: 19px;
    color: #808e9c;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #d1d1d1;
    font-size: 14px;
    line-height: 33px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
    list-style: none;
    /*margin: 0 19px 0 0;*/
    padding: 0 20px 0 0;
    width: 100%;
    /* height: 31px;
    overflow-y: auto; */
    position: relative;
    overflow: hidden;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered:focus {
    outline: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
    float: right;
    /* font-weight: bold; */
    position: absolute;
    z-index: 99999999999;
    right: 22px;
    display: block;
    width: 19px;
    text-align: center;
    font-size: 19px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: rgba(9, 184, 232, 0.1);
    border: 1px solid #09b8e8;
    border-radius: 4px;
    cursor: default;
    float: left;
    color: #09b8e8;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
    overflow: hidden;
    min-width: 35px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #27b8e8;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    border-color: #d9dde1 !important;
	cursor: default;
	bottom: -1px;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple{    
	border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    /* height: 31px; */
    min-height: 31px;
    background: transparent;
	bottom: -1px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
    height: 31px;
	margin: 0;    
    font-size: 14px;
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
	padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #d1d1d1
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}
.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}
.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}
.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
	border-top: none
}
.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}
.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}
.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}
.select2-container .select2-selection--multiple:focus {
    outline: 0;
}
.select2-container--open .select2-selection--multiple, .select2-container--focus .select2-selection--multiple{
    border-bottom-color: #27b8e8 !important;
}
.select2-selection__clear{
	/*display: none*/
}
/**
*Select2 dropdowwn - Style - End*
**/

/**
*Select2 elements - Framework style - Start*
**/
.select2-container {    
    display: block;
    /*width: auto !important;*/
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    display: none;
}
.select2-search--dropdown {
    padding: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #09b8e8;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single .select2-selection__arrow b:focus,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:focus{
    outline: 0;
}
.select2-selection:after {
    content: "\f107";
    font-family: 'eresidue' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 5px;
    bottom: 5px;
    position: absolute;
    color: #27b8e8;
    font-size: 20px;
}

.select2-container--disabled .select2-selection:after {
    color: #ddd;
}

.select2-selection.invalid{
    border-bottom: 1px solid #F44336;
    -webkit-box-shadow: 0 1px 0 0 #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}
/**
*Select2 elements - Framework style - End*
**/

/**
*DataTable buttons - Style - Start*
**/
div.dt-button-info{
    position:fixed;
    top:50%;
    left:50%;
    width:400px;
    margin-top:-100px;
    margin-left:-200px;
    background-color:white;
    border:2px solid #111;
    box-shadow:3px 3px 8px rgba(0,0,0,0.3);
    border-radius:3px;
    text-align:center;
    z-index:21
}
div.dt-button-info h2{
    padding:0.5em;
    margin:0;
    font-weight:normal;
    border-bottom:1px solid #ddd;
    background-color:#f3f3f3
}
div.dt-button-info>div{
    padding:1em
}
button.dt-button,div.dt-button,a.dt-button{
    cursor:pointer;
    white-space:normal;
    overflow:hidden;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    text-decoration:none;
    outline:none
}
button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled), div.dt-button:active:not(.disabled):hover:not(.disabled), div.dt-button.active:not(.disabled):hover:not(.disabled), a.dt-button:active:not(.disabled):hover:not(.disabled), a.dt-button.active:not(.disabled):hover:not(.disabled), .dt-button:hover, .dt-button:focus{
    box-shadow: none;
    background-color: #ddd;
    background-image: none;
    font-weight: 300;
	border-radius: 0;
}
.buttons-collection.custom-filter-table:hover, .buttons-collection.custom-filter-table:focus, .buttons-collection.custom-filter-table:active {
    background: transparent !important;
}
button.dt-button:hover,div.dt-button:hover,a.dt-button:hover{
    text-decoration:none
}
.dt-button embed{
    outline:none
}
div.dt-buttons{
    float: right !important;
    position: absolute !important;
    top: 10px;    
    right: 8px;
}
div.dt-buttons.buttons-right{
    float:right
}
div.dt-button-collection{
    position:absolute;
    top:0;
    left:0;
    width:260px;
    margin-top:3px;
    padding:8px 8px 4px 8px;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,0.4);
    background-color:white;
    overflow:hidden;
    z-index:2002;
    border-radius:5px;
    box-shadow:3px 3px 5px rgba(0,0,0,0.3);
    z-index:2002;
    -webkit-column-gap:8px;
    -moz-column-gap:8px;
    -ms-column-gap:8px;
    -o-column-gap:8px;
    column-gap:8px;
	padding:0;
}
div.dt-button-collection button.dt-button,div.dt-button-collection div.dt-button,div.dt-button-collection a.dt-button{
    position:relative;
    left:0;
    right:0;
    display:block;
    float:none;
    margin: 0;
    padding: 10px 15px 10px 35px;
    line-height: 20px;
    text-indent: -1.5em;
    word-break: break-word;
    color: #828f9e;
    background: #f1f1f1;
}
div.dt-button-collection button.dt-button.active,div.dt-button-collection div.dt-button.active,div.dt-button-collection a.dt-button.active{
    color: #09b8e8;
    background: transparent;
}
.dt-button-collection a.dt-button:nth-last-child(2) {
    padding-bottom: 15px;
}
div.dt-button-collection.fixed{
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-75px;
    border-radius:0
}
div.dt-button-collection.fixed.two-column{
    margin-left:-150px
}
div.dt-button-collection.fixed.three-column{
    margin-left:-225px
}
div.dt-button-collection.fixed.four-column{
    margin-left:-300px
}
div.dt-button-collection>*{
    -webkit-column-break-inside:avoid;
    break-inside:avoid
}
div.dt-button-collection.two-column{
    width:300px;
    padding-bottom:1px;
    -webkit-column-count:2;
    -moz-column-count:2;
    -ms-column-count:2;
    -o-column-count:2;
    column-count:2
}
div.dt-button-collection.three-column{
    width:450px;
    padding-bottom:1px;
    -webkit-column-count:3;
    -moz-column-count:3;
    -ms-column-count:3;
    -o-column-count:3;
    column-count:3
}
div.dt-button-collection.four-column{
    width:600px;
    padding-bottom:1px;
    -webkit-column-count:4;
    -moz-column-count:4;
    -ms-column-count:4;
    -o-column-count:4;
    column-count:4
}
div.dt-button-background{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    background:-ms-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    background:-moz-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    background:-o-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    background:-webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0,0,0,0.3)), color-stop(1, rgba(0,0,0,0.7)));
    background:-webkit-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    background:radial-gradient(ellipse farthest-corner at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    z-index:2001
}
@media screen and (max-width: 640px){
    div.dt-buttons{
        float:none !important;
        text-align:center
    }
}

/**
*DataTable buttons - Style - End*
**/

/**
*DataTable - Framework style - Start*
**/
.dataTable {
    clear: both;
    table-layout: fixed;
    word-wrap: break-word;
    border-collapse: separate;
    height: 100%;
}

.modal-content .dataTable {
    table-layout: auto;
    height: auto;
}
table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: top;
  	padding: 18px 5px;
}
table.dataTable tbody tr td:first-child{
    text-align: center;
    padding-top: 17px;
}

/* Customer Summary datatable alignment */
 table.dataTable.customerSummary tbody tr td:first-child{
	text-align: left;
}

table.doctable tbody tr td:first-child{
    padding-top: 17px;
    padding-left: 10px;
}

table.dataTable tbody tr td:first-child [type="checkbox"]+span:not(.lever), table.dataTable thead tr th:first-child [type="checkbox"]+span:not(.lever){
	padding-left: 20px;
}
table.dataTable tbody td:last-child{
	text-align: right;
    padding-top: 18px;
    padding-right: 15px;
}
table.dataTable tbody tr{	
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
    width: 100%;
    position: relative;
	background: #fff;
}
.table-fixed-header table.dataTable tbody tr {
    display: flex;
}

table.dataTable tbody tr:hover, table.dataTable tbody tr:focus, table.dataTable tbody tr.active {
	background: rgba(147, 158, 170, 0.1);
}

table.dataTable tbody tr td {
    border-bottom: 1px solid #d0d0d0;
	font-size: 14px;	
    border-radius: 0;
    word-break: break-word;
}
.table-fixed-header .dataTable tbody tr td{
	border-bottom: 0;
}
table.dataTable thead th, table.dataTable thead td,
table.dataTable.no-footer{
	border-bottom: 0
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 300;
}
a.dt-button span i {
    font-size: 25px;
    padding: 0px 8px;
    border-radius: 3px;
    z-index: 1;
    color: #fff;
    font-weight: 700;
}
[type="checkbox"].filled-in:checked+span:not(.lever):after{	
    border: 2px solid #09b8e8;
    background-color: #09b8e8;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}
[type="checkbox"].filled-in:checked+span:not(.lever):before{	
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    left: 2px;
    top: -1px;
    width: 6px;
    height: 14px;
}
.dropdown-open-menu {
    border-top: none;
    border-radius: 0px;
    position: absolute;
    display: none;
}
.dropdown i {
    font-size: 25px;
    font-weight: 700;
    color: #808e9c;
}
.dropdown .dropdown-content {
    /* top: 20px !important; */
}
.dropdown-content li {
    line-height: initial;
    min-height: initial;
}
.dropdown-content li a {
    color: #09b8e8;
    padding: 10px 16px 10px 50px;
    font-size: 14px;
}
.dropdown-content li a:hover, .dropdown-content li a:focus, .dropdown-content li>a:hover>i, .dropdown-content li>a:focus>i{
    color: #808f9f !important;	
}
.dropdown-content li span {
    font-size: 14px;
    padding: 0;
}
.dropdown-content li>a>i{
    font-size: 24px;
    color: #27b8e8;
    position: absolute;
    left: 12px;
    top: calc(50% - 12px);
}

.pagination li a, .dataTables_length label select, .dataTables_info, .dataTables_length label {
    font-size: 14px;
}
.dataTables_length label .select2-container, .dataTables_length label select {
    /* width: 65px !important; */
    width: 50px !important;
    display: inline-block;
    margin: 0 10px;
}
.dataTables_length label{
	display: inline-block;
    /* padding-left: 60px; */
    min-width: 240px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #808e9c;	
    display: inline-block;
}
.dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_length {    
	/*top: 21px;*/
    position: absolute;
}
.dataTables_wrapper .dataTables_paginate{
    left: 0;	
}
.dataTables_wrapper .dataTables_info {
    left: 35px;
    /* left: 25px; */
    position: absolute;
   /*  width: 140px; */
     width: 150px;
    /* width: 125px; */
    padding-top: 3px;
    text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
   /*  left: 110px; */
   left: 120px;
   /* left: 75px; */
}
.dataTables_wrapper .dataTables_length {
	/*top: 22px;*/
    left: 215px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #7f8d9c;
    pointer-events: none;
}

.dataTables_length .select2-container--default{
	width: 50px !important;
	min-width: 50px !important;
	max-width: 50px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 2px;
    cursor: pointer;
    padding: 0 1em;
    font-size: 20px;
}
.dataTables_wrapper .dataTables_paginate span, .dataTables_wrapper .dataTables_paginate .paginate_button.first, .dataTables_wrapper .dataTables_paginate .paginate_button.last{
	display: none
}
table.dataTable thead th:focus {
    outline: 0;
}
.dt-button-collection a.dt-button {
    border: 0;
    font-size: 16px;
    font-weight: 300;	
    line-height: 1.9;
}
div.dt-button-collection a.dt-button span:before{
	font-family: 'eresidue' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div.dt-button-collection a.dt-button.active span:before {
    content: "\f06e";
    margin-right: 10px;
}
div.dt-button-collection a.dt-button span:before {
    content: "\f070";
    margin-right: 10px;
}
.dt-button-collection a:first-child, .dt-button-collection a:last-child {
    display: none !important;
}
.dataTables_wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
table.dataTable thead th {
    background: transparent;
	color: #fff;	
    vertical-align: top;
    min-height: 60px !important;
    line-height: 16px;
}
table.dataTable thead th.sorting, table.dataTable thead th.sorting_asc, table.dataTable thead th.sorting_desc {
    cursor: pointer;
}
table.dataTable thead th.sorting:hover, table.dataTable thead th.sorting:focus,table.dataTable thead th.sorting_asc:hover, table.dataTable thead th.sorting_asc:focus,table.dataTable thead th.sorting_desc:hover, table.dataTable thead th.sorting_desc:focus{
    background: rgba(0, 0, 0, 0.08);
}
table.dataTable thead th:first-child {
    padding-top: 12px;
}
.table-fixed-header table.dataTable tbody {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50px;
    display: block;
    overflow: hidden;
}
.table-fixed-header .dataTables_wrapper .view-pager {
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 2px;
    height: 32px;
    bottom: -42px;
}
/*.table-fixed-header #dataTable thead{
    position: absolute;
    left: 0;
    right: 0;
}
.table-fixed-header #dataTable thead tr{
    display: inline-table;
    width: 100%;
    position: relative;
    border: 0;
}*/


.dropdownact{
	position: absolute;
	z-index: 999;
	display: none;
	background-color: #fff;
    margin: 0;
   /*  min-width: 200px; */
    width: 200px;
    overflow-y: auto;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.action-popover{
    margin-top: -10px;
    right: 100px;
}
.dropdownact li, .action-popover li{
	clear: both;
    color: rgba(0,0,0,0.87);
    line-height: initial;
    min-height: initial;
    width: 100%;
    text-align: left;
}
.dropdownact li a, .action-popover li a{
	color: #09b8e8; /* !important */
    padding: 8px 16px 8px 45px;
    font-size: 14px;	
    display: block;
}
.dropdownact li>a>i, .action-popover li>a>i {
    font-size: 16px;
    color: #27b8e8;
    height: inherit;
    line-height: inherit;
    width: 24px;
    position: absolute;
    left: 17px;
}
.dropdownact li:hover, .dropdownact li.active, .action-popover li:hover, .action-popover li.active {
    background-color: #eee;
}
.dropdownact li a:hover, .dropdownact li a:focus, .dropdownact li>a:hover>i, .dropdownact li>a:focus>i, .action-popover li a:hover, .action-popover li a:focus, .action-popover li>a:hover>i, .action-popover li>a:focus>i {
    color: #808f9f !important;
}
.dropdownact li a.not-active, .action-popover li a.not-active {
    cursor: no-drop;
    pointer-events: none;
    color: #808e9c!important;
}
.dropdownact li a.not-active i, .action-popover li a.not-active i{
    color: #808e9c!important;
}

.action-popover .action-list-title {
	pointer-events: none;
    background: #f5f9fb;
    padding: 7px 0px 5px 16px !important;
    border-bottom: 1px #e3eaec solid;
    display: block;
	cursor: auto;
	color: rgba(0,0,0,0.87);
}

/**
*DataTable - Framework style - End*
**/

/*Eresidue Framework - Plugin Style - End*/

/* Grid Layout - Start */
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 5px;
	width: 100%;
}
/*.row + .row {
	margin-top: -5px;
	padding-top: 0;
}*/
.col {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
	padding: 5px;
	width: 100%;
}
.row-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}
.row-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
}
.row-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.row-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}
.row-baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	-moz-align-items: baseline;
	align-items: baseline;
}
.col-top {
	-webkit-align-self: flex-start !important;
	-moz-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}
.col-bottom {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.col-center {
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}
/* Column Offsets */

.col-offset-10 {
	margin-left: 10%;
}
.col-offset-20 {
	margin-left: 20%;
}
.col-offset-25 {
	margin-left: 25%;
}
.col-offset-33,
.col-offset-34 {
	margin-left: 33.3333%;
}
.col-offset-50 {
	margin-left: 50%;
}
.col-offset-66,
.col-offset-67 {
	margin-left: 66.6666%;
}
.col-offset-75 {
	margin-left: 75%;
}
.col-offset-80 {
	margin-left: 80%;
}
.col-offset-90 {
	margin-left: 90%;
}
.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 5%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 5%;
	-ms-flex: 0 0 5%;
	flex: 0 0 5%;
	max-width: 5%;
}
.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 10%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 10%;
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width: 10%;
}
.col-15 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 15%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 15%;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width: 15%;
}
.col-20 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.col-25 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-33,
.col-34 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 33.3333%;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}
.col-40{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 40%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 40%;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}
.col-50 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-66,
.col-67 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.6666%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 66.6666%;
	-ms-flex: 0 0 66.6666%;
	flex: 0 0 66.6666%;
	max-width: 66.6666%;
}
.col-75 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-80 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 80%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 80%;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
}
.col-85 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 85%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 85%;
	-ms-flex: 0 0 85%;
	flex: 0 0 85%;
	max-width: 85%;
}
.col-90 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 90%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 90%;
	-ms-flex: 0 0 90%;
	flex: 0 0 90%;
	max-width: 90%;
}
.hide-blk{
	display: none;
}
@media (max-width: 567px) {
	.responsive-sm {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.responsive-sm .col,
	.responsive-sm .col-10,
	.responsive-sm .col-20,
	.responsive-sm .col-25,
	.responsive-sm .col-33,
	.responsive-sm .col-34,
	.responsive-sm .col-50,
	.responsive-sm .col-66,
	.responsive-sm .col-67,
	.responsive-sm .col-75,
	.responsive-sm .col-80,
	.responsive-sm .col-90 {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-bottom: 15px;
		margin-left: 0;
		max-width: 100%;
		width: 100%;
		min-height: auto !important;
	}
}
@media (max-width: 801px) {
	.responsive-md {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.responsive-md .col,
	.responsive-md .col-10,
	.responsive-md .col-20,
	.responsive-md .col-25,
	.responsive-md .col-33,
	.responsive-md .col-34,
	.responsive-md .col-50,
	.responsive-md .col-66,
	.responsive-md .col-67,
	.responsive-md .col-75,
	.responsive-md .col-80,
	.responsive-md .col-90 {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-bottom: 5px;
		margin-left: 0;
		max-width: 100%;
		width: 100%;
		min-height: auto !important;
	}
}
@media (max-width: 1023px) {
	.responsive-lg {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.responsive-lg .col,
	.responsive-lg .col-10,
	.responsive-lg .col-20,
	.responsive-lg .col-25,
	.responsive-lg .col-33,
	.responsive-lg .col-34,
	.responsive-lg .col-50,
	.responsive-lg .col-66,
	.responsive-lg .col-67,
	.responsive-lg .col-75,
	.responsive-lg .col-80,
	.responsive-lg .col-90 {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-left: 0;
		max-width: 100%;
		width: 100%;
        min-height: auto !important;
	}
}
@media (max-width: 1279px) {
	.responsive-xlg {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.responsive-xlg .col,
	.responsive-xlg .col-10,
	.responsive-xlg .col-20,
	.responsive-xlg .col-25,
	.responsive-xlg .col-33,
	.responsive-xlg .col-34,
	.responsive-xlg .col-50,
	.responsive-xlg .col-66,
	.responsive-xlg .col-67,
	.responsive-xlg .col-75,
	.responsive-xlg .col-80,
	.responsive-xlg .col-90 {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-left: 0;
		max-width: 100%;
		width: 100%;
        min-height: auto !important;
	}
}
/* Grid Layout - End  */

/* Dashboard Layout - Start */
.transparent-blue-bg {
    background: rgba(12, 52, 66, 0.15);
    border-radius: 3px;
    line-height: 20px;
    display: inline-block;
    padding: 8px 20px;
}
.transparent-blue-bg .badge{
	border-radius: 3px;
}
/* Dashboard Layout - End */

/* Equipment modal form Layout - Start */
.preview-image-blk {
    background-color: rgba(9, 184, 232, 0.05);
    border: dashed 2px #09b8e8;
    width: 100%;
    height: 400px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.preview-image-blk .file {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
	z-index: 99;
}
.thumb-blk{
	overflow: hidden
}
.thumb-blk input {
    opacity: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.thumb-list .thumb {
    background-color: rgba(9, 184, 232, 0.05);
    border: 2px solid #09b8e8;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
}
.thumb-list .add-img-ic.thumb {
    border-style: dashed;
}
/* Equipment modal form Layout - End */
/*.deletBtn {
    margin-top: 12px;
}*/
.delete-ic{
	margin-top: 7px;
}

.page-subnav__link {
    display: block;
    padding: 11px 12px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: rgba(94,96,98, 1) !important;
    border-bottom: 0;
    background-color: rgba(255,255,255, .9);
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .15s ease-in-out, border-bottom-color .15s ease-in-out;
}

.page-subnav__item {
    display: inline-block;
    vertical-align: top;
}
.page-subnav__item.is-active .page-subnav__link {
    color: rgba(94,96,98, 1) !important;
    border-bottom: 2px solid rgba(9,184,232,1) !important;
    cursor: default;
	display: block;
    text-align: center;
    padding: 10px 10px 8px 10px;
    font-size: 18px;
}
/*Dashboard ul list - Bhavadharanie*/
.page-subnav.tablist{
    padding-left: 10px !important;
}

.content-block h4 {
   	margin-top: 10px;
   	font-size: 25px;
}
/*Eresidue Framework - Media queries - Start*/
@media (max-width: 1600px){
	.modal.msg-modal {
		width: 40%;
	}
}
@media (max-width: 1150px){
    /*.dataTable th.autowidth{
        width: 100px !important;
    }*/
}
@media (max-width: 1367px){
    
	.sub-header{		
		height: 60px;		
    	line-height: 45px;
		padding: 5px 20px;
	}
	.content-block{
		left: 190px;
	}
	.left-nav-menu .collection .collection-item{
		/*padding: 10px 0 10px 20px;*/
      	width: 190px;
	}
	.breadcrumb{
		line-height: 50px;
	}
	.btn, th, td{
		font-size: 13px;
	}
	.btn .badge{		
		font-size: 12px;
		/* line-height: 18px; */
		line-height: 22px;
	}
	.left-nav-menu li, .left-nav-menu .collection {
	   border: 0 !important;
	}
	.left-nav-menu li span{
		font-size: 14px;
	}
	
	.table-body {
	   	top: 20px !important;
	}
	.breadcrumb.text-25 {
	   	font-size: 20px !important;
	}
	table.dataTable thead th, table.dataTable tbody td {
	   	font-size: 14px !important;
	}
	h5{
        font-size: 20px;
	}
	.p-40{
		padding: 20px;
	}
	[type="radio"]:not(:checked)+span, [type="radio"]:checked+span, select,
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size:14px;
	}
	.form-group label.group-label {
	    font-size: 16px !important;
	    padding: 0;
	}
	.content-block{
	    top: 60px;
	}
	.transparent-blue-bg{	
     	padding: 6px 15px;
	}
	.left-nav-menu .icon:before{
		/*font-size: 15px;*/
	}
    .rca_summary .right.mt-15{
        margin-top: 8px;
    }
    .has-footer {
        bottom: 70px;
    }
    .has-us-footer {
        bottom: 65px;
    }
    .modal{        
        width: calc(61% - 5px);
    }
    
}
@media (max-width: 1200px){
    .modal{        
        width: calc(65% - 5px);
    }
	.modal.msg-modal {
		width: calc(50% - 5px);
	}
}
@media (max-width: 1024px) {
  /*#datatable_wrapper,
  .dataTables_wrapper{
    overflow: hidden;
    overflow-x: scroll;
  }
  #datatable,
  .dataTables{
    width: 950px;
    overflow: auto;

  }*/
    .modal.modal-fixed-footer {
        top: 0 !important;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
    }
    .left-nav-menu .collection{
        margin: 2px 0px 20px 0px;
    }
	.left-nav-menu .collection .collection-item {
		width: 70px;
		text-align: center;
	}
    
    .left-nav-menu .collection .collection-item a{
        padding: 15px 0px 15px 48px;
    }
    
    .left-nav-menu .dropdown-content a{
        padding: 15px 0px 15px 48px;
    }
    
    
    /*.left-nav-menu .collection .collection-item.active:before {
        top: calc(50% - 11px);
    }*/
	.content-block {
    	left: 65px;
	}
	nav .brand-logo {
		-webkit-transform: inherit;
		transform: inherit;
		left: 6px;
	}
	.left-nav-menu{
		/*padding-top: 15px;*/
	}
	nav .logo {
		left: 20px;
	}
	.left-nav-menu .dropdown-content, .site-info .dropdown-content {
		left: 60px !important;
	}
	.site-info{
    	bottom: -40px;
	}
	.pagination li a, .dataTables_length label select, .dataTables_info, .dataTables_length label, .footer {
		font-size: 12px;
	}
	table.dataTable tbody tr td {
		font-size: 13px;
	}
	.transparent-blue-bg {
		box-shadow: none !important;
		background: transparent;
		padding: 0;
		margin-left: 0;
		vertical-align: middle;
	}
	.transparent-blue-bg .badge{		
		-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.28) !important;
		-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.28) !important;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.28) !important;
		cursor: pointer;
		height: 35px;
		padding-top: 7px;
		min-width: 4rem;
	}
	.modal.msg-modal {
		width: 60%;
	}    
    .modal {
        width: calc(70% - 5px);
    }
	.msg-container i{
    	font-size: 60px;
	}
	.p-40 {
		padding: 20px;
	}
	.left-nav-menu .collection .collection-item.transparent a .icon {
	    top: 0;
	    position: relative;
	    left: -25px;
	}
    .left-nav-menu .dropdown-content a .icon{
        top: calc(50% - 12px) !important;
        position: absolute !important;
        left: 5px !important;
    }
    .hide-on-med-and-down {
        display: none !important;
    }
}

@media (max-width: 1300px) {
    .left-nav-menu .collection{
        margin: 2px 0px 20px 0px;
    }
	.left-nav-menu .collection .collection-item {
		width: 65px;
		text-align: center;
	}
    
    .left-nav-menu .collection .collection-item a{
        padding: 9px 0px 9px 48px;
    }
    
    .left-nav-menu .dropdown-content a{
        padding: 15px 0px 15px 48px;
    }
    
    
    /*.left-nav-menu .collection .collection-item.active:before {
        top: calc(50% - 11px);
    }*/
	.content-block {
    	left: 65px;
	}
	nav .brand-logo {
		-webkit-transform: inherit;
		transform: inherit;
		left: 6px;
	}
	.left-nav-menu{
		/*padding-top: 15px;*/
	}
	nav .logo {
		left: 20px;
	}
	.left-nav-menu .dropdown-content, .site-info .dropdown-content {
		left: 60px !important;
	}
	.site-info{
    	bottom: -40px;
	}
    
    .left-nav-menu .collection .collection-item.transparent a .icon {
	    top: 0;
	    position: relative;
	    left: -25px;
	}
    .hide-on-med-and-down {
        display: none !important;
    }
}

@media (max-width: 805px){
    .modal.modal-fixed-footer {
        top: 0 !important;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
    }
    .left-nav-menu .collection .collection-item.active:before{		
    	/*top: calc(50% - 12px);*/
	}
}
@media (max-height: 767px){
	.site-info{		
		bottom: -65px;
	}
	/*.footer{		
    	bottom: 15px;
	}*/
    /*.has-copy{
        bottom: 50px;
    }*/
	/*.dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_length {
		top: 10px;
	}
	.dataTables_wrapper .dataTables_length {
    	top: 12px;
	}
	.dataTables_wrapper .dataTables_info{
		top:15px;
	}*/
}
@media (min-height: 767px){
   /* .footer{		
    	bottom: 25px;
	}*/
}
/*Eresidue Framework - Media queries - End*/
a.disabled, i.disabled, .disabled *{
	background-color: transparent !important;
	pointer-events: none !important;
    color: #9F9F9F !important;
    cursor: default !important;
}
/*More Link color*/
a.moreLink{
	color: #fa9f19;
}

.select2-search--inline, .select2-search--inline input{
    border: 0px !important;
    height: 30px !important;
    box-shadow: 0 0 0 !important;
}
/*Eresidue helper class - Padding/Margin value from 0 to 40px - Start*/

.modal h1, .modal h2, .modal h3, .modal h4 {
     margin: 1.52rem 0 .912rem 0; 
}

.p-0{padding:0 !important}.p-x-0{padding-left:0;padding-right:0}.p-y-0{padding-top:0;padding-bottom:0}.pl-0{padding-left:0 !important}.pr-0{padding-right:0 !important}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.p-5{padding:5px}.p-x-5{padding-left:5px !important;padding-right:5px !important}.p-y-5{padding-top:5px;padding-bottom:5px}.pl-5{padding-left:5px !important}.pr-5{padding-right:5px}.pt-5{padding-top:5px !important}.pb-5{padding-bottom:5px}.p-10{padding:10px}.p-x-10{padding-left:10px;padding-right:10px}.p-y-10{padding-top:10px;padding-bottom:10px}.pl-10{padding-left:10px}.pr-10{padding-right:10px}.pt-10{padding-top:10px !important}.pb-10{padding-bottom:10px}.p-15{padding:15px}.p-x-15{padding-left:15px;padding-right:15px}.p-y-15{padding-top:15px;padding-bottom:15px}.pl-15{padding-left:15px}.pr-15{padding-right:15px}.pt-15{padding-top:15px !important}.pb-15{padding-bottom:15px}.p-20{padding:20px}.p-x-20{padding-left:20px;padding-right:20px}.p-y-20{padding-top:20px;padding-bottom:20px}.pl-20{padding-left:20px !important}.pr-20{padding-right:20px}.pt-20{padding-top:20px}.pb-20{padding-bottom:20px !important}.p-25{padding:25px}.p-x-25{padding-left:25px;padding-right:25px}.p-y-25{padding-top:25px;padding-bottom:25px}.pl-25{padding-left:25px}.pr-25{padding-right:25px}.pt-25{padding-top:25px}.pb-25{padding-bottom:25px}.p-30{padding:30px}.p-x-30{padding-left:30px;padding-right:30px}.p-y-30{padding-top:30px;padding-bottom:30px}.pl-30{padding-left:30px}.pr-30{padding-right:30px}.pt-30{padding-top:30px}.pb-30{padding-bottom:30px}.p-35{padding:35px}.p-x-35{padding-left:35px;padding-right:35px}.p-y-35{padding-top:35px;padding-bottom:35px}.pl-35{padding-left:35px}.pr-35{padding-right:35px}.pt-35{padding-top:35px}.pb-35{padding-bottom:35px}.p-40{padding:40px}.p-x-40{padding-left:40px;padding-right:40px}.p-y-40{padding-top:40px;padding-bottom:40px}.pl-40{padding-left:40px !important}.pr-40{padding-right:40px}.pt-40{padding-top:40px}.pb-40{padding-bottom:40px}.m-0{margin:0 !important}.m-x-0{margin-left:0;margin-right:0}.m-y-0{margin-top:0;margin-bottom:0}.ml-0{margin-left:0 !important}.mr-0{margin-right:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.m-5{margin:5px}.m-x-5{margin-left:5px;margin-right:5px}.m-y-5{margin-top:5px;margin-bottom:5px}.ml-5{margin-left:5px}.mr-5{margin-right:5px}.mt-5{margin-top:5px !important}.mb-5{margin-bottom:5px}.m-10{margin:10px}.m-x-10{margin-left:10px;margin-right:10px}.m-y-10{margin-top:10px;margin-bottom:10px}.ml-10{margin-left:10px}.mr-10{margin-right:10px}.mt-10{margin-top:10px}.mb-10{margin-bottom:10px}.m-15{margin:15px}.m-x-15{margin-left:15px;margin-right:15px}.m-y-15{margin-top:15px;margin-bottom:15px}.ml-15{margin-left:15px !important}.mr-15{margin-right:15px !important}.mt-15{margin-top:15px}.mb-15{margin-bottom:15px}.m-20{margin:20px}.m-x-20{margin-left:20px;margin-right:20px}.m-y-20{margin-top:20px;margin-bottom:20px}.ml-20{margin-left:20px}.mr-20{margin-right:20px}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.m-25{margin:25px}.m-x-25{margin-left:25px;margin-right:25px}.m-y-25{margin-top:25px;margin-bottom:25px}.ml-25{margin-left:25px}.mr-25{margin-right:25px}.mt-25{margin-top:25px}.mb-25{margin-bottom:25px}.m-30{margin:30px}.m-x-30{margin-left:30px;margin-right:30px}.m-y-30{margin-top:30px;margin-bottom:30px}.ml-30{margin-left:30px}.mr-30{margin-right:30px}.mt-30{margin-top:30px}.mb-30{margin-bottom:30px}.m-35{margin:35px}.m-x-35{margin-left:35px;margin-right:35px}.m-y-35{margin-top:35px;margin-bottom:35px}.ml-35{margin-left:35px}.mr-35{margin-right:35px}.mt-35{margin-top:35px}.mb-35{margin-bottom:35px}.m-40{margin:40px}.m-x-40{margin-left:40px;margin-right:40px}.m-y-40{margin-top:40px;margin-bottom:40px}.ml-40{margin-left:40px !important}.mr-40{margin-right:40px}.mt-40{margin-top:40px}.mb-40{margin-bottom:40px}.m-auto{margin: 0 auto;}

.mt-1{
    margin-top: 1px !important;
}
/*Eresidue helper class - Padding/Margin value from 0 to 40px - End*/

.collection{
    overflow: inherit;
    list-style: none;
}

[type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):after{
/*input.filled-in:disabled:not(:checked)+span:not(.lever):after {*/
    background-color: #ececec !important;
}

[type="checkbox"].filled-in:disabled:checked+span:not(.lever):after{
  background-color: #c8eefb;
  border-color: #c8eefb;
}
.confirmation-msg{
    word-break: break-word;
}

.select2Container span.input-group-addon{
  padding: 16px;
}

.material-tooltip{
    max-width: 300px;
    text-align: left;
}

/* Material Override */
[type="radio"]:not(:checked)+span:before, [type="radio"]:not(:checked)+span:after{
	border: 2px solid #c5c5c5;
}
.collection .collection-item.avatar{
	padding-left: 50px;
	min-height: 70px;
	/* height: auto !important; */
}
.collection .collection-item.avatar:not(.circle-clipper)>.circle, .collection .collection-item.avatar :not(.circle-clipper)>.circle{
	left: 0;
	top: calc(50% - 21px);
}
.collection .collection-item.avatar .secondary-content {
    top: calc(50% - 12px);
    right: 0;
}

.collection .collection-item.avatar p{
	position: absolute;
	left: 57px;
	top: calc(50% - 11px);
	white-space: normal;
	word-break: break-all;
	padding-right: 30px;
}

.collection .collection-item.avatar div{
	/* position: absolute;
	left: 57px;
	top: calc(50% - 11px); */
	white-space: normal;
	word-break: break-word;
	padding-right: 30px;
}

.collection .collection-item.avatar p.viewOnly{
	position: absolute;
	left: 57px;
	top: calc(50% - 20px);
	/* white-space: nowrap !important; */
	word-break: break-all;
	padding-right: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	width : 95%;
}

.collection .collection-item.avatar i.circle{
	background-color: #09b8e8;
}

[type="checkbox"]+span:not(.lever){
    padding-left: 30px;
}

.btn.orange-btn:focus, .btn-large.orange-btn:focus, .btn-small.orange-btn:focus, .btn-floating.orange-btn:focus{
	background-color: #fa9f19;
}

.btn.blue-btn:focus, .btn-large.blue-btn:focus, .btn-small.blue-btn:focus, .btn-floating.blue-btn:focus{
	background-color: #09b8e8;
}

.btn.white-btn:focus, .btn-large.white-btn:focus, .btn-small.white-btn:focus, .btn-floating.white-btn:focus{
	background-color: #fff;
}

.form-icon{
	position: absolute;
    right: 0px;
    bottom: 10px;
}

[type="checkbox"].filled-in.invalid:not(:checked)+span:not(.lever):after {
    border: 2px solid red;
}

.inner-btn{
	line-height: 1;
	padding: 7px 10px;
}

.bt-5{
	bottom: 5px;
}

.add-plus{
	font-size: 9px !important;
	bottom: 1px;
}

@media (max-height: 582px){
    .footer{
        bottom:3px;
    }
}

@media (max-height: 582px){
    .table-fixed-header .dataTables_wrapper .view-pager{
        bottom: -55px;
    }
}
/*Documents - pins in Summary page - Bhavadharanie*/
.doctable .unpinned-file-icon, .doctable .pinned-file-icon2{
    top: 4px;
}
.dataTables_length .select2-selection__rendered{
	top: -2px;
}

.icons-blk a.close2:before {
    font-size: 18px;
    left: calc(50% - 9px);
    top: calc(50% - 9px);
}

.modal-content .view-pager{
    position: fixed;
    width: 432px;
    bottom: 47px;
    z-index: 999;
    left: 0;
    text-align: center;
}

.modal-content tr{
    position: relative;
}
/*Qualification Runs - pdf icon*/
.analytical_summary .dataTable .pdf-file:before{
    text-align: center !important;
}

/* PACE Loader Style Start */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}


/* PACE Loader Style End */


.select2-container{
    z-index: 99999;
    max-width: 100% !important;
    min-width: 100% !important;
    width: 0 !important;
}

tr.worstcase{
    box-shadow: inset 5px 0px 0px 0px #fa9f19;
}


/* Notify Drop Down */
#notifyDropdown{
    overflow: visible;
    max-height: 300px;
}

#notifyDropdown .collection{
    height: 100%;
    overflow: hidden;
}

#notifyDropdown .collection .collection-item{
    padding-right: 20px;
}

#notifyDropdown .collection .badge{
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}

#notifyDropdown:before{
    content: '';
    position: absolute;
    top: -4px;
    z-index: 9;
    right: 27px;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.row.wrap-row{
	flex-wrap: wrap;
}

.wrap-row .white{
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px 0px #E3E3E3;
	box-shadow: 0 0 10px 0px #E3E3E3;
}


.wrap-row ul{
	padding-left: 30px;
}

.wrap-row ul li{
	list-style-type: disc;
}

.wrap-row .count{
	position: absolute;
	left: 15px;
	top: 15px;
}