.summary-box1{
	display: inline-block;
	width: 15%;
	height: 25%;
}

* {
  box-sizing: border-box;
}

body {
  font-size:small;/*0.8rem;	*/
}

/* Float four columns side by side */
.task-column {
  float: left;
  width: 25%;
  padding: 1% 1%;
}



/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    /*display: block;*/
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.task-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  /*border-radius: 50%;*/
  font-size:1rem;
  height:100%;	
  color:#A52935;
  border-style:solid;
  border-color: #F1B42D;
  background-image: linear-gradient(#F1B42D, rgba(255, 168, 18, 0.52));
  /*background-color: #f1f1f1;*/
}
.task-card:hover {
  background-color: rgba(255, 168, 18, 0.52);
  cursor:pointer ;
  border-style:solid;
  border-color: #A52935;
  
}

.card-header {
    padding: 0.15rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.task-column:hover {
  cursor:pointer ;
  border: solid 1px #A52935: 
  
}

.task-card p:hover {
	font-size:1rem;
}
.task-column  h3 {
	font-size:1rem;
}
.task-column:hover  h3 {
	color:white;
}

 h3 {
    font-size: 1rem;
}

    /*.task-column:before {
      content: "";
      position: absolute;
      right: 100%;
      top: 26px;
      width: 0;
      height: 0;
      border-top: 13px solid transparent;
      border-right: 26px solid red;
      border-bottom: 13px solid transparent;
    }*/

/*.card-body {
  display: flex;
  list-style: none;
}
.task-column {
  padding: 10px 25px;
  border: 1px solid black;
  margin: 0 25px;
  position: relative;
}
.task-column:not(:last-child):after {
  content: '';
  height: 1px;
  background: black;
  width: 50px;
  position: absolute;
  right: -50px;
  top: 50%;
}
.task-column:not(:last-child):before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  border-style: solid;
  border-width: 7px 0 7px 20px;
  border-color: transparent transparent transparent black;
  right: -50px;
  transform: translateY(-50%);
}*/

@media only screen and (min-width:901px) {

	.navbar-nav .numberCircle {
	    border-radius: 50%;
	    -webkit-transition: all .5s ease-in-out;
	    -moz-transition: all .5s ease-in-out;
	    -ms-transition: all .5s ease-in-out;
	    -o-transition: all .5s ease-in-out;
	    transition: all .5s ease-in-out;	
	    behavior: url(PIE.htc);
	    width: 26px;
	    height: 26px;
	    padding: 5px;
	    margin-left: 10px;
	    float: right;
	    background: #FB8E00;
	    /* border: 2px solid #666; */
	    display: inline;
	    color: #212529;
	    text-align: center;
	    font: 12px Arial, sans-serif;
	 
	}
}

@media only screen and (max-width:901px) {

	.navbar-nav .numberCircle {
	    border-radius: 50%;
	    -webkit-transition: all .5s ease-in-out;
	    -moz-transition: all .5s ease-in-out;
	    -ms-transition: all .5s ease-in-out;
	    -o-transition: all .5s ease-in-out;
	    transition: all .5s ease-in-out;	
	    behavior: url(PIE.htc);
	    width: 14px;
	    height: 14px;
	    padding: 2px;
	    margin-left: 10px;
	    float: right;
	    background: #FB8E00;
	    /* border: 2px solid #666; */
	    display: inline;
	    color: #212529;
	    text-align: center;
	    font: 9px Arial, sans-serif;
	 
	}
}

.toggled .numberCircle {
    border-radius: 50%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    behavior: url(PIE.htc);
    width: 26px;
    height: 26px;
    padding: 5px;
    margin-left: 10px;
    background: #FB8E00;
    /* border: 2px solid #666; */
    display: none;
    color: #212529;
    text-align: center;
    font: 12px Arial, sans-serif;

}



/***********************/
/*@media only screen and (max-width: 414px) and (min-width:0px){*/
@media only screen and (max-width: 900px) and (min-width:0px){
	#tasks-header-count{
		margin-left:0%;
		font-size: 15px;
	}	
	.col-lg-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%; 
		max-width: 100%; 
	}
}
@media only screen and  (min-width: 900px){
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	#tasks-header-count{
		margin-left:40%;
		font-size: 16px;
	}
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 1%;
    padding-left: 1%;
	/*
    padding-right: 15px;
    padding-left: 15px;*/	

}

.col-4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 30%;
    min-width: 30%;

    /*background-color: white;
    color: #ffc107;
/*    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;*/
}
.col-8{


}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*background-color: #2f4050;*/
    background-color:  rgba(127, 122, 122, 0.24) !imporant;

    font-size: small;/*13px;*/
    color: #676a6c;
    /*overflow-x: hidden;*/
}
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: small;/*1rem;*/
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color:  rgba(127, 122, 122, 0.24) ;/*background-color: #fff;*/
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
*, ::after, ::before {
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}

/*.lazur-bg, .bg-info {
    background-color: #fcd253 !important;	
    /*background-color: #ffc107 !important;
    /*background-color: #23c6c8 !important;* /
    color: #ffffff;
}*/

.lazur-bg, .bg-info {
    background-color: #e1d273 !important;/*#f4c87f*/
    color: #ffffff;
}

.red-bg, .bg-info {
    background-color: rgba(220, 53, 69, 0.76) /*#dc3545*/ !important;
    /*background-color: #23c6c8 !important;*/
    color: #ffffff;
}

.widget {
    border-radius: 5px;
    padding: 15px 20px;
    height:90%;	
    margin-bottom: 10px;
    margin-top: 10px;
}

.widget:hover {
    /*color:#A52935;*/
    color:#716c89;
    cursor:pointer;	
}

*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size:small;/* 1rem;*/
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    /*background-color: #fff;*/
    background-color:  rgba(127, 122, 122, 0.24) ;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
*, ::after, ::before {
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}


.fa-envelope:before {
    content: "\f003";
}

*, ::after, ::before {
    box-sizing: border-box;
}

.fa-warning:before {
    content: "\f071";
}

.fa-scrutiny:before {
    content: "\f235";/*"\f46d";*/
}

.fa-resolve:before {
    content: "\f079 ";
}

.fa-resolved:before {
    content: "\f2d2 ";
}

.fa-approve:before {
    content: "\f14a";
}


.fa-uploaddoc:before {
    content: "\f382";
}

.fa-reuploaddoc:before {
    content: "\f093";
}

.fa-confrimdisburse:before {
    content: "\f46c";
}

.fa-reconfrimdisburse:before {
    content: "\f560";
}

.fa-reject:before {
    content: "\f2ed";
}

.fa-reuploadkyc:before {
    content: "\f2f9";
}
.fa-notasks:before {
    content: "\f56d";
}
.fa-noGrptasks:before {
    content: "\f58c";
}



.widget > span{
	color:#A52935;
}


/**********/
.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    border-top: 1px solid #7f7f84;
    border-right: 1px solid #7f7f84;
    border-bottom: 1px solid #7f7f84;
    border-radius: .25rem;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
     background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(40, 167, 69, 0.18));
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0, 123, 255, 0.18));
    /*border-color: #45ABCD;*/
    border-color: #0077f7;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(255, 193, 7, 0.35));
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(220, 53, 69, 0.21));
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}




/*********MODAL*********/
.modal-content {
		/*background-color: #fefefe;*/
		margin: auto;
		background-color: #f4f4f4;/*#f4f4f1;*/
		border: 5px solid #5d577a;
		width: 60%;
		height:64%;   
	}

@media only screen and (max-width:901px) {
	.modal-content {
	    /* background-color: #fefefe; */
	    margin: auto;
	    background-color: #f4f4f4;
	    border: 5px solid #5d577a;
	    width: 90%;
	    height: 90%;
	}
}
@media only screen and (min-width:901px) {
.modal-content {
		background-color: #fefefe;
		margin: auto;
		border: 5px solid #5d577a;
		width: 60%;
		margin-top: 2%;
		height:80%; 
	}
.modal-body {
		 position: relative;
		 overflow-y: auto;
	   	 max-height: 95%;
		 word-wrap:break-word;
	}	
	
}
.close {
    float: right;
    text-align: right;	
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}






/**********************************/


.modal-body {
    background-color: #eeeeee !important;
}

/*.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}*/
.btn-primary {
    color: #fff;
    background-color: #5d577a;
    border-color: #5d577a;
}

#FilteredDataTable_wrapper .col-sm-12{

	width: 100%;
    overflow: auto;

}

#display_wrapper .col-sm-12{

	width: 100%;
    overflow: auto;
}

#display{
	width: 100%;
    overflow: auto;
}

#right-data_pane{

    overflow: auto;
}


/*.form-group {
    margin-bottom: .0rem;
}*/


.font-field{
	width:50%;
}

.span-div{
	width:50%;
}

.nav-link{
	color: "grey";
}

.input-group111 {
    position: relative;
    display: -ms-flexbox;
    display: initial;
    -ms-flex-wrap: wrap;
    flex-wrap: initial;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}






/********************Doc Upload data**********************/
@media only screen and (min-width:901px) {
	#center-pane-doc{
		width:59%
	}

	#center-pane{
		width:40%
	}
	#div-wrapper{
		display:flex;
	}
}
@media only screen and (max-width:901px) {
	#center-pane-doc{
		width:100%
	}

	#center-pane{
		width:100%
	}
	#div-wrapper{
		display:block;		
	}
	.col-4{
		font-size: 10px;
	}
}

.input-field-doc-upload{
	width:0%;
	visibility:hidden;
}



/*************************Status Nav Bar **************************/
.ui-group-buttons .or{position:relative;float:left;width:.3em;height:1.3em;z-index:3;font-size:12px}
.ui-group-buttons .or:before{position:absolute;top:50%;left:50%;content:'>';background-color:#5a5a5a;margin-top:-.1em;margin-left:-.9em;width:1.77em;height:1.77em;line-height:1.55;color:#fff;font-style:normal;font-weight:400;text-align:center;border-radius:500px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1);box-shadow:0 0 0 1px rgba(0,0,0,0.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.ui-group-buttons .or:after{position:absolute;top:0;left:0;content:' ';width:.3em;height:2.84em;background-color:rgba(0,0,0,0);border-top:.6em solid #5a5a5a;border-bottom:.6em solid #5a5a5a}
.ui-group-buttons .or.or-lg{height:1.3em;font-size:16px}
.ui-group-buttons .or.or-lg:after{height:2.85em}
.ui-group-buttons .or.or-sm{height:1em}
.ui-group-buttons .or.or-sm:after{height:2.5em}
.ui-group-buttons .or.or-xs{height:.25em}
.ui-group-buttons .or.or-xs:after{height:1.77em;z-index:-1000}
.ui-group-buttons {display:inline-block;vertical-align:middle;padding: 0.5%;}
.ui-group-buttons:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.ui-group-buttons .btn{float:left;border-radius:0}
.ui-group-buttons .btn:first-child{margin-left:0;border-top-left-radius:.25em;border-bottom-left-radius:.25em;padding-right:15px}
.ui-group-buttons .btn:last-child{border-top-right-radius:.25em;border-bottom-right-radius:.25em;padding-left:15px}
.ui-group-buttons .btn {
    padding: .0rem .5rem;
    font-size: 0.8rem;
}



.sub-header {
	background-color: #5d577a!important;
}

#right-pane-task-detail {
    /*background-color: #5d577a!important;*/
    border: 2px solid  #5d577a!important;
}

#form label {
    font-size: 13px;
    color: #5d577a!important;
    width: 100%;
}

/**************** Breadcrums***************/
.breadcrumb{
	border: solid 1px #e0e0e0;
	 background-color: #cfcfcf;/*#ffc107;*/
	color:black; 
	font-size: medium;
}

.form-control1 {
    display: block;
    width: 100%;
    height: calc(1.5rem + 2px);
    padding: 0rem .5rem;
    font-size: 1rem;
    line-height: 5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}





/******************* Testing for Landing Page************************/
.icon-rocket:before {
    content: "\e05c";
}
.icon-briefcase:before {
    content: "\e04b";
}
.icon-umbrella:before {
    content: "\e053";
}
.icon-check:before {
    content: "\e080";
}

/****************************/
.card .card-hover-effect {
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}

.info-box {
    display: block;
    min-height: 100px;
    background: #F5F5F5;
    width: 100%;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
    cursor: pointer;
    border: 2px solid white;
}
.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 99px;
    width: 90px;
    text-align: center;
    font-size: 35px;
    color:white;	
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-user:before {
    content: "\f008";
}
.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

.info-box-text {
    text-transform: capitalize;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 25px;
    float: right;
}

.modal-body {
  /*  background-color: #f39c12 !important;*/
}



.card .card-hover-effect:hover {
    box-shadow: 0px 12px 17px -7px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transition: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    border: 1.5px solid #f39c12;
    /*height: 93px;*/
}
.info-box:hover {
    cursor: pointer;
    border: 1.5px solid #f39c12;
}
.card .card-hover-effect {
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}
.info-box {
    display: block;
    min-height: 100px;
    background: #F5F5F5;
    width: 100%;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
    cursor: pointer;
    border: 2px solid white;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon, address {
    font-style: normal;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
i, cite, em, var, address, dfn {
    font-style: italic;
}
.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 99px;
    width: 90px;
    text-align: center;
    font-size: 35px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
    color: #fff !important;
}

   .wizard-container {
        padding-top: 100px;
        z-index: 3;
   }
   .col-sm-8 .col-sm-4 {
        padding-right: 6px;
        padding-left: 6px;
   }
   .card .card-hover-effect {
        -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
        -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
        -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
        -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
        transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
   }
   .card .card-hover-effect:hover {
        box-shadow: 0px 12px 17px -7px rgba(0, 0, 0, 0.3);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transition: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        border:1.5px solid #f39c12;
        /*height:93px;*/
   }
   .wizard-card {
        min-height: 410px;
   }
   .info-box {
        display: block;
        min-height: 100px;
        background: #F5F5F5;
        width: 100%;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
        border-radius: 2px;
        margin-bottom: 15px;
        cursor:pointer;
        border: 2px solid white;
   }
   .info-box:hover{
        cursor:pointer;
        border:1.5px solid #f39c12;
   }
   .bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
        background-color: #f39c12 !important;
   }
   .bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
        color: #fff !important;
   }
   .info-box-icon {
        border-top-left-radius: 2px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 2px;
        display: block;
        float: left;
        height: 99px;
        width: 90px;
        text-align: center;
        font-size: 35px;
        line-height: 90px;
        background: rgba(0,0,0,0.2);
   }
   .info-box-content {
        padding: 5px 10px;
        margin-left: 90px;
   }
   .info-box-text {
        text-transform: capitalize;
   }
   .progress-description, .info-box-text {
        display: block;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        color:black;
   }
   .info-box-number {
        display: block;
        font-weight: bold;
        font-size: 25px;
        float:right;
   }






@media only screen and (min-width:901px) {
	.modal-dialog {
	    max-width: 80% !important;
	    margin: 1.75rem auto;
	}
}

.bg-b-cyan {
    /*background: linear-gradient(45deg,#40ffed,#29b5af) !important;*/
    background: linear-gradient(45deg,#27a243,#92e5af) !important;
}
.bg-b-orange {
    background: linear-gradient(45deg, #fda582, #f7cf68);
}
.bg-b-purple {
    /*background: linear-gradient(45deg, #a52dd8, #e29bf1);*/
        background: linear-gradient(45deg, #007bff, #007bff0d);
}
.bg-b-black {
    /*background: linear-gradient(45deg, #708090, #7c8ea0);*/
    background: linear-gradient(45deg, #708090, #9faebc);
}



/*FOr form Fields*/
#right-pane-task-detail label, .font-field{
    width: 45%;
    display:inline-block;
    vertical-align:top;
}

@media only screen and (max-width:901px) {
	.ui-group-buttons .btn {
		width: 50%;
	}
}

@media only screen and (max-width:901px) {
	.ui-datepicker .ui-datepicker-title {
	    margin: 0 0em !important;
	    line-height: 1.8em;
	    text-align: center;
	}
}
.ui-datepicker-calendar td,th{
    height: 20px;
    line-height: 15px;
}

/*Popup Alignment*/
.popup{
    bottom: 0;
    z-index: 9999;
    top: 0;
    background: rgba(125,125,125,0.5);
    left: 0;
    right: 0;
    position: fixed;
}
.popup > .loading > img {
    width: 150px;
    height: 150px;
    top: 30%;
    left: 45%;
    position: fixed;
}

@media (min-height: 601px) and (max-height: 799px) {
	.popup > .loading > div > label {
		font-size: 17px;
		top: 50%;
		left: 47%;
		position: fixed;
	}
}
@media screen and (min-height: 800px) {
	.popup > .loading > div > label {
		font-size: 17px;
		top: 55%;
		left: 47%;
		position: fixed;
	}
}

@media screen and (max-height: 600px) {
	.popup > .loading > div > label {
		font-size: 17px;
		top: 60%;
		left: 47%;
		position: fixed;
	}
}


/*Popup For documents*/
.popup > .wrap{
    width: 50%;
    height: 50%;
    text-align: center;
    position: absolute;
    top: 20%;
    left: 25%;
}
.jconfirm-box-container {
	display: table;
	margin: 0 auto;
}

.complete{
	display:none;
}

.more{
	background:lightblue;
	color:navy;
	font-size:13px;
	padding:3px;
	cursor:pointer;
} 


/* ELANGO */
@media screen and (max-width: 700px) {
	.select-option-label{
		margin-top: -29px !important;
	}
} 
@media screen and (min-width: 700px) {
	.select-option-label{
		margin-top: -20px !important;
	}
}


.select-option-box{
	margin-top: 12px !important;
}
.radio-button-label{
	font-size: .875rem;
}
.sub-header {
    background-color: #bc65d3!important; /*#8e24aa!important;*/
    margin-bottom: 1%;
    height: 25px;
}
.sub-header-label{
	color: #fdfafd;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 5px;
	font-weight: bold;
}


/**/
.form-control {
	background: #f8f8f8;
}
.form-control, .is-focused .form-control {
    background-image: linear-gradient(0deg, #dad8db 2px, rgba(156, 39, 176, 0) 0), linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0)!important;
}
.bmd-form-group .bmd-label-static {
    margin-top: -5px;
}
.bmd-form-group label {
    font-weight:bold!important;
    color: #8e24aa!important;
}
.form-check, label {
    font-weight:bold!important;
    color: #8e24aa!important;
}
.bmd-label-floating{
    font-weight:bold!important;
    color: #8e24aa!important;
}
.form-control, .is-focused .form-control {
   background-image: linear-gradient(0deg, #b1afb2 2px, rgba(156, 39, 176, 0) 0), 
   linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0);
}
/**/
/* ELANGO */

/* For Line in sidebar*/
.sidebar .logo:after {
    height: 0px!important;
}

@media screen and (max-width: 1200px) and (min-width:700px){
	.card [class*=card-header-] .card-icon, .card [class*=card-header-] .card-text {
	    padding: 5px !important;
	    margin-right: 5px!important;
	    width: 100% !important;
	}
}

.slider {
    background-color: #a5a5a4 !important;
}

/*Added For Disabled fields*/
.form-control[disabled]{
	cursor:default !important;
}

/*Added*/
.old_Comments{
    border: 1px solid #999;;
    height: 130px;
    width: 100%;
    overflow-y: auto;
    margin-bottom: 10px;
    scroll-direction: horizontal;
}
.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
	border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
    margin-right: 15px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
    margin-left: 10px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
    font-size: 12px;   

}
.chat-body .header {
    margin-bottom: 20px !important;
}
.img-circle {
    border-radius: 50%;
    transform: scale(0.7);
}
.small, small {
    font-size: 12px;
    font-weight: 400;

}

.primary-font {
    font-size: 11px;
}
.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
    font-weight: 800;
    color:#585555;
}

.body-panel
{
    overflow-y: auto;
    height: 200px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

th{
    font-size: 13px !important;
}
td{
    font-size: 11px !important;
}

/*Credit Check Fields*/
.font-placeholder{
    overflow: hidden !important;
}
/*smaller Screen Equipment Insurance*/
@media screen and (max-width: 959px) and (min-width:901px){
	.ins-label {
		font-size: 1rem !important;
	}
	.ins-div{
		width: 85% !important;
	}
}
@media screen and (max-width: 995px) and (min-width:960px){
	.ins-label {
		width: 97%  !important;
	}
}

@media screen and (max-width: 1354px) and (min-width:1136px){
	.ins-label {
		font-size: 1rem !important;
	}
	.ins-div{
		width: 85% !important;
	}
}
@media screen and (max-width: 1417px) and (min-width:1355px){
	.form-check .form-check-label {
		padding-right: 6px  !important;
	}
}
@media screen and (max-width: 467px) and (min-width:350px){
	.ins-div{
		width: 60% !important;
	}
}
@media screen and (max-width: 541px) and (min-width:468px){
	.ins-div{
		width: 50% !important;
	}
}
@media screen and (max-width: 729px) and (min-width:541px){
	.ins-div{
		width: 35% !important;
	}
}
@media screen and (max-width: 766px) and (min-width:730px){
	.ins-div{
		width: 30% !important;
	}
}
/*Gender*/
@media screen and (max-width: 1286px) and (min-width:1125px){
	.form-check .form-check-label {
		padding-right: 2px;
	    padding-left: 20px;
	}
}


p.borderStyleGreen {
  /*border-style: solid;
  border-color: green;*/
  border: 2px solid green;  
} 

p.borderStyleRed {
  border: 2px solid red;
} 
/*Added for fields*/
.form-control {
    height:auto !important;
}
/*Added for Icon in New EAS*/
.edit_icon{
	cursor: pointer !important;
	font-size: medium !important;
	display:inline-block !important;
	width:15% !important;
}



/*Added For Datatable Contents Overflow*/
.tooltip-wrap-table {
  position: relative;
}
.tooltip-wrap-table .tooltip-content-table {
	display: none;
    position: absolute;
    bottom: 135%;
    left: 0%;
    right: 5%;
    border: 1px solid;
    background-color: #fff;
    padding-left: 1px;
    width: 150%;
    line-height: 1.5;
	z-index: 1;	
}
.tooltip-wrap-table:hover .tooltip-content-table {
  display: block;
}
/*Info tag in Lead Details*/
.infotag{
  width:3% !important;
}

.atagfont{
  font-size: 14px !important;
}  
.sideicon{
    font-size: 24px !important;
  }

  
/*Benchmark Values Up and Down*/
.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #32d3cb;
  margin-left: 3%;
  display: inline-block;
  margin-bottom: 10%;  
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-top: 10px solid #32d3cb;
  margin-left: 3%;
  display: inline-block;
  margin-bottom: 10%;
}
.commercial-updown{
  margin-bottom: -2% !important;
}


.fadedclass{
  font-size: 13px;
  opacity: 0.5;
  font-weight: 700;
}

.InWordsClass{
  display: inline-block;
  font-size: 12px;
}
.hideFields{
  display: none;
  width:0px;
}
.RedMarkField{
    color: white !important;
    font-weight: 600 !important;
    background-color: #e35d5d !important;
}

.lazur-bg-syndication, .bg-info {
    /*background-color: #04c8b6 !important;*/
    background-color: #7ecedb !important;
    color: #ffffff;
}