@charset "ISO-8859-1";

@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.container
{
    width:100%;
    overflow:hidden;
    display:inline-block;
}

 .autosave-dialog .modal-dialog{
	width: 55%;
} 

 .align-center {
  	text-align: center;
  }
  
  .all-margins-10{
  	margin: 10px;
  }
  
  .margins-top-17{
  	margin-top: 17px;
  }
  
  .all-margins-3{
  	margin: 3px;
  }
  
  .text-color-white{
  	color: white;
  }
  
  .rounded-corners{
	  box-shadow:
	    rgba(22, 31, 39, 0.42) 0px 60px 123px -25px,
	    rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;
	  border-radius: 25px;
	  border: 2px solid #002f56;;
  }
  
/* #linelisting  .btn-group-sm>.btn, .btn-sm {
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
} */

.linelisting-btn-sm {
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.side-bar
{
    /* background-color: rgb(157, 34, 60);
    background-image: -webkit-linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));
    background-image: -moz-linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));
    background-image: -o-linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60)); */
    /* background-image: linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));
    border-bottom: 1px solid rgba(255,255,255,.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1); */
    /* color: rgb(255,255,255);
    display: block;
    font-size: .85rem;
    font-weight: 500;
    height: 50px;
    letter-spacing: .5rem;
    line-height: 50px;
    text-shadow: 0 1px 1px rgba(0,0,0,.1);
    text-transform: uppercase;
    transition: all .1s ease;
    text-decoration: none; */
    
    background: #000428; /* fallback for old browsers */
  	background: -webkit-linear-gradient(to right, #000428, #004e92); /* Chrome 10-25, Safari 5.1-6 */
  	background: linear-gradient(to right, #000428, #004e92); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    
    position:absolute;
    /* height:100%; */
    width:310px;
    color:#fff;
    transition: margin-left 0.5s;
    /* min-height: 400px; */
    margin-bottom: 20px;
    
   /*  max-width: fit-content; */
    font-size: small;
    /* z-index: 9999; */ /* To overlay */
    z-index: 3;
}

.panel-header-color{
	background: #000428; /* fallback for old browsers */
  	background: -webkit-linear-gradient(to right, #000428, #004e92); /* Chrome 10-25, Safari 5.1-6 */
  	background: linear-gradient(to right, #000428, #004e92); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.demo-table thead th {
	/* border-color: #6ea1cc !important; */
	/* background-color: #6ea1cc;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	border: 1px solid #bae9f; */
	
	background-color: #f5f5f5;
    font-weight: normal;
    text-align: center;
    border: 1px solid #bae9f;
    font-weight: 600;
    cursor: pointer;
}
.demo-table tbody tr th:nth-child(1) {
	background-color: #edfdff;
	color: #000;
}
.demo-table tbody tr th:nth-child(2) {
	background-color: #edfdff;
	color: #000;
}

.side-bar ul
{
    list-style:none;
    padding:0px;
    
}

.side-bar ul li.menu-head
{
    font-family: 'Lato', sans-serif;
    padding:20px;
    font-size: 18px;
    font-variant: 600;
}


.side-bar ul li.menu-head a
{
    color:#fff;
    text-decoration:none;
    height:50px;
}


.side-bar ul .menu-head  a
{
    color:#fff;
    text-decoration:none;
    height:50px;
}

.side-bar ul .menu li  a 
{
    color:#fff;
    text-decoration:none;
    display:inline-table;
    width:100%;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
}

.side-bar ul .menu li  a:hover
{
    border-left:3px solid #ECECEA;    
    padding-left:17px;
    
    
    /* new code added */
   
    
    /* transition: all 0.3s ease 0s;
	transform: scale(1.3); */
    
    	/* transform: translate(3em,0); */
    	
    	 /* background: #0066c1;
	  -webkit-transform: translate(20em,0);
	  -moz-transform: translate(20em,0);
	  -o-transform: translate(20em,0);
	  -ms-transform: translate(20em,0); */
}

/* div:hover
{
  transform: translate(3em,0);
  -webkit-transform: translate(3em,0);
  -moz-transform: translate(3em,0);
  -o-transform: translate(3em,0);
  -ms-transform: translate(3em,0);
} */

.side-bar ul .menu li  a.active
{
   /*  padding-left:17px;
    background:#D9853B;
    border-left:3px solid #ECECEA; */
    
        padding-left: 17px;
    background: #b17000;
    border-left: 3px solid #ECECEA;
    /* color: black; */
    font-weight: 600;
}

.side-bar ul .menu li  a.active:before {
   content:"";
   position: absolute;
   width: auto;
   height: 0;
   border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
	
	border-left: 7px solid #b17000;
    margin-top: -10px;
    margin-left: 290px;
}


.content
{
    /* padding-left: 320px; */ /* To overlay  */
    left:0;
    transition: padding-left 0.5s;
    font-size: 1.3em;
}

.active > .side-bar
{
    margin-left:-290px; 
    transition: margin-left 0.5s;
}

.active > .content
{
    padding-left:30px;
    transition: padding-left 0.5s;
}

.modal {
    overflow-y: auto;
}
  #tbl_clicourse td {
    padding: 5px;
  }
  .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }

  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem;
}
#mypage .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
         color: #ffff;
         background-color:cornflowerblue;
         font-weight:600;
		}
#mypage .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    background-color: #eee;
}

#myform .panel {
    border: solid 1px #075290;
    border-radius: 5px;
   /*  margin-top: -15px; */
}  

#myform .panel-info {
    border: solid 1px #d9edf7;
    border-radius: 5px;
}  

#myform .panel-title {
    color: black;
}

fieldset.scheduler-border-lightborder {
    /* border: 1px groove #ddd !important; */
    padding: 0 1.4em 0 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
            border-radius: 3px;
    		border: 1px solid #3fbdff;
}
legend.scheduler-border-lightborder {
        font-size: 1.8em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }
fieldset.scheduler-border {
    /* border: 1px groove #ddd !important; */
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
            border-radius: 3px;
    		border: 1px solid #0088cc;
}

    legend.scheduler-border {
        font-size: 1.8em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }
    
     #my-table th{
			text-align: center;
    		vertical-align: middle;
		} 
		
		/* Style the buttons */
.tablelinks li a {
  border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-weight: 600;
    color: black;
    border-radius: 5px;
    text-decoration: none;
}

.tablelinks ul {
  list-style: none;
    margin-left: -40px;
}

.tablelinks li {
  float: left;
   padding-right: 4px;
   margin-bottom: 20px;
}

.tablelinksul>li.active>a, .tablelinksul>li.active>a:focus, .tablelinksul>li.active>a:hover {
         color: #ffff;
         background-color:#0077b3;
         font-weight:600;
		}
		
.tablelinks>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    background-color: #eee;
}
/* .tablelinks li a {
  display: block;
  text-align: center;
  padding: 16px;
  padding-left: 0;
   
} */

.tablelinks li a:hover {
  background-color: #4ca4d0;
} 

/* Style the active class (and buttons on mouse-over) */
/* .tablelinks .active, .a:hover {
  background-color: #666;
  color: white;
} */

.ICMR_ROW {
	background-color: khaki;
}

.tooltip.top .tooltip-inner {
    background-color:red;
}
.tooltip.top .tooltip-arrow {
      border-top-color: red;
}  

.popmessage .tooltip.top .tooltip-inner {
    background-color:black;
}
.popmessage .tooltip.top .tooltip-arrow {
      border-top-color: black;
} 

.clinical_examination th{
	background-color: #f9f9f9;
}
.clinical_exam_table td{
	width: 33.33%;
}
.clinical_exam_table th{
	width: 33.33%;
}

/*.support-menu * {margin: 0;padding: 0;outline: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
div.support-menu {margin: 20px auto;width: 350px;}
.support-menu nav.vertical {border-radius: 4px;box-shadow: 0 0 10px rgba(0,0,0,.15);overflow: hidden;text-align: center;}
.support-menu nav.vertical > ul {list-style-type: none;}
.support-menu nav.vertical > ul > li {display: block;}
.support-menu nav.vertical > ul > li > a {background-color: rgb(157, 34, 60);background-image: -webkit-linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));background-image: -moz-linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));background-image: -o-linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));background-image: linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));border-bottom: 1px solid rgba(255,255,255,.1);box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);color: rgb(255,255,255);display: block;font-size: .85rem;font-weight: 500;height: 50px;letter-spacing: .5rem;line-height: 50px;text-shadow: 0 1px 1px rgba(0,0,0,.1);text-transform: uppercase;transition: all .1s ease;text-decoration: none;}
.support-menu nav.vertical > ul > li > a:hover {background-color: rgb(114, 51, 98);background-image: -webkit-linear-gradient(150deg, rgb(114, 51, 98), rgb(114, 51, 98));background-image: -moz-linear-gradient(150deg, rgb(114, 51, 98), rgb(114, 51, 98));background-image: -o-linear-gradient(150deg, rgb(114, 51, 98), rgb(114, 51, 98));background-image: linear-gradient(150deg, rgb(114, 51, 98), rgb(114, 51, 98)); cursor: pointer;}
.support-menu nav.vertical > ul > li > div {background-color: rgb(255,255,255);}
.support-menu nav.vertical > ul > li > div > ul {list-style-type: none;}
.support-menu nav.vertical > ul > li > div > ul > li > a {background-color: rgb(255,255,255);border-bottom: 1px solid rgba(0,0,0,.05);color: #333331;display: block;font-size: 1.1rem;padding: 10px 0;text-decoration: none;transition: all 0.15s linear;}
.support-menu nav.vertical > ul > li > div > ul > li:hover > a {background-color: lightBlue;color: rgb(255,255,255);padding: 10px 0 10px 50px;}  */

.finalresult-table th{
	background-color: #e3b8b8;
	padding: 8px 10px;
	text-align: left;
	font-size: 14px;
}

.finalresult-table td{
	padding: 8px 12px;
	text-align: left;
}

.finalspecimen-table th{
	background-color: #f2dede;
	padding: 8px 10px;
	text-align: left;
	font-size: 14px;
}

.finalspecimen-table td{
	padding: 8px 12px;
	text-align: left;
}

.data-entry-table th{
	background-color: #edf6ff;
	padding: 8px 10px;
	text-align: left;
	font-size: 14px;
	text-align: right;
}

.data-entry-table td{
	padding: 8px 12px;
	text-align: left;
}


.form-compact .form-control {
    height: 24px;
    font-size: 14px;
    color: black;
}

/* input.ng-invalid.ng-touched {
    background-color: #FA787E;
  }

input.ng-valid.ng-touched {
    background-color: #78FA89;
  }
  
 select.ng-valid.ng-touched {
    background-color: #78FA89;
  }
   */
  input.ng-valid.ng-touched.editmodeclass.ng-dirty {
    /* background-color: #78FA89; */
    background-color: #d0ffce;
  }
   select.ng-valid.ng-touched.editmodeclass.ng-dirty {
   /*  background-color: #78FA89; */
    background-color: #d0ffce;
  }
  .date_editmodeclass{
    background-color: white;
  }
  
  .flag-cross-in{
  	background-color: #d7ed80;
  }
  
  .flag-cross-out{
  	background-color: #81e395;
  }
  
  .granted-stool-6odays{
  	background-color: #81e395;
  }
  
  .inadequate_bg{
  	background-color: red;
  	color:white;
  	font-weight: 800;
  }
  
  .highlight-indicator-row{
  	background-color: #81e395 !important;
  	color:black;
  	font-weight: 600;
  }
  
  
  /* Table CSS */
  
  .sort_default_arrow_color{
		/* color : #90d3ec; */
		color : #181a1a;
		 margin-left: -12px;
	}
	.sort_active_arrow_color{
		color : #a50000;
		 margin-left: -12px;
	}
	.sort_inactive_arrow_color{
		color : gray;
		 margin-left: -12px;
	}
	
	.fa .sort_default_arrow_color {
    	display: inline-block;
	}
	
	.fa .sort_active_arrow_color {
    	display: inline-block;
	}
	
	.fa .sort_inactive_arrow_color {
    	display: inline-block;
	}
  
  /*  */
  
  .div_over{
  	
  	/* position: absolute;
  	width: 100%;
  	height: 100%;
  	background-color: transparent;
  	z-index: 1;
  	top: 0; */
  	
  	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fffdfd;
    z-index: 5;
    top: 0;
    opacity: 0.3;
  	
  	/* position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #373737;
  transition: 2s opacity;
  z-index:-1;
  display:flex; */
  	
  }
  
  .freeze_overlay{
  	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fffdfd;
    z-index: 2;
    top: 0;
    opacity: 0.3;
    margin-top: 125px;
    margin-left: -50px;
  }
  
  .progress.active .progress-bar {
							    -webkit-transition: none !important;
							    transition: none !important;
							}
							
#cif_quality_guage_chart {
  	width: 100%;
  	height: 500px;
  	/* margin-top: -50px; */
  	/* margin: -50px -50px 200px -50px; */
  	/*  margin: -200px 0px 0px -90px; */
}


.CIF-CARD {
        background-color: #f1f1f5;
        border-radius: 5px;
        box-shadow: 2px 3px 7px 3px #999;
        /* width: 100%; */
        display: flex;
        flex-direction: column;
        text-align: center;
        font-weight: normal;
        margin-top: -12px;
        padding-top: 10px;
        margin-right: 0px;
    }
    
    .PRINT-LRF-CARD {
        /* background-color: #f1f1f5; */
        border-radius: 5px;
        box-shadow: 2px 3px 7px 3px #999;
        /* width: 100%; */
        padding: 10px;
    }
    
    
/* .progress:before {
  content: attr(data-label);
} */

#Dashboard {
	
	min-height: 500px;
}

#Dashboard #dashboard_main_group {
	
	width: 	100%;
    font-weight: normal;
}

#Dashboard #dashboard_main_group label{
	
	font-size:15px;
	/* font-weight:bold; */
	width: 	25%;
	padding-top: 1%;
    padding-bottom: 1%;
    border-color: white;
}

#Dashboard #dashboard_main_group label.active{
	    transition: all 0.1s ease 0s;
    transform: scale(1.05);
    font-weight: 800;
}


#Dashboard .fixed {
     margin: 0;
     padding: 0;
     width: 100%;
     top: 0;
     z-index: 99;
     position: -webkit-sticky;
     position: sticky;
 }
 
 #Dashboard .margin-bottom-10 {
        margin-bottom: 10px;
    }

    #Dashboard .text-center {
        text-align: center;
    }

    #Dashboard .color-black {
        color: #000000;
    }

    #Dashboard .panel-heading {
        font-size: 14px;
        font-weight: bold;
    }

	#Dashboard .panel-primary {
        border-color: #dbdbdb;
        margin-top: 10px;
    }

    #Dashboard .panel-primary>.panel-heading {
        color: #fff;
        background-color: #fbfbfb; /* rgb(245, 240, 240); */
        padding: 15px 0;
        border-color: #dbdbdb;
    }

    #Dashboard .panel-primary>.panel-heading>.row {
        display: flex;
        align-items: center;
    }

	#Dashboard .cards {
        display: flex;
        justify-content: space-evenly;
    }

    #Dashboard .cards>div {
        background-color: #152264d9;
        border-radius: 5px;
        box-shadow: 2px 3px 7px 3px #e5e0e0;
        width: 12%;
        display: flex;
        flex-direction: column;
        text-align: center;
        font-weight: normal;
        cursor: pointer;
    }
    
    #Dashboard .cards .current>div {
        background-color: #152264;
        border-radius: 5px;
        font-weight: bold;
    }
    
    #Dashboard .cards .current::after {
        width: 0px;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 20px solid #152264;
        content: " ";
        position: absolute;
        bottom: -20px;
        /* background-color: coral; */
        margin-left: 56px;
    }
    
    #Dashboard .cards .current::before {
        content: none !important;
    }

    
    #Dashboard .cards>div .count {
        padding: 5px 0;
        font-size: 175%;
    }

    #Dashboard .cards>div .details {
        font-size: 90%;
        padding-bottom: 8px;
    }
    
    #Dashboard .full-data-container {
        width: 100%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-top: -2%;
    }
    
    #Dashboard .charts-data-container {
    	height: 510px;
        border: 1px solid #ddd;
        position: relative;
        width: 60%;
        float: right;
        box-shadow: 2px 3px 7px 3px #e5e0e0;
    }
    
    #Dashboard .map-data-container {
    	height: 510px;
        border: 1px solid #ddd;
        position: relative;
        width: 40%;
        float: left;
        box-shadow: 2px 3px 7px 3px #e5e0e0;
    }
    
    #Dashboard .full-data-container .heading {
    	text-align: center;
    	font-family: calibri;
    }
    
    #Dashboard .heading_main {
    	font-family: calibri;
        margin-top: -10px;
        margin-bottom: -5px;
        color: black;
    }
    
    #Dashboard .map-data-container #mapId {
        height: 500px;
    }
    
    #Dashboard .map-data-container .map-legend {
        position: absolute;
        bottom: 2px;
        left: 5px;
    }

    #Dashboard .map-data-container .map-legend>div>div {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 10px;
    }
    
    #Dashboard .charts-data-container #monthwise_comparision_chart {
        width: 100%;height: 500px;
    }
    
    #Dashboard .full-data-container .donut-chart-data-container {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    #Dashboard .full-data-container .donut-chart-data-container>div {
        /* background-color: #152264;
        border-radius: 5px;
        box-shadow: 2px 3px 7px 3px #e5e0e0; */
        width: 49.8%;
        display: flex;
        flex-direction: column;
        text-align: center;
        font-weight: normal;
        
        /* height: 500px; */
        height: 450px;
        
         border: 1px solid #ddd;
         box-shadow: 2px 3px 7px 3px #e5e0e0;
    }
    
    
/*     * {
  box-sizing: border-box;
}
 */
#Dashboard .openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

#Dashboard .openBtn:hover {
  background: #bbb;
}

#Dashboard .overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

#Dashboard .overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

#Dashboard .overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

#Dashboard .overlay .closebtn:hover {
  color: #ccc;
}

#Dashboard .overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

#Dashboard .overlay input[type=text]:hover {
  background: #f1f1f1;
}

#Dashboard .overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

#Dashboard .overlay button:hover {
  background: #bbb;
}
    
 
 
 #Dashboard   .popup-btn a{
top:300px;
position:fixed;
right:-50px;
z-index: 1000;
/* transform: rotate(-90deg); */
/* background-color: red; */
/* padding:10px 20px 35px;
height: 0px; */
/* background-color: #000;
color:#fff; */
width: 100px;

}
#Dashboard .popup-btn a:hover{
text-decoration: none;
color:#fff;
}    
    
 #Dashboard   .popup-btn-right a{
top:300px;
position:fixed;
right:-50px;
z-index: 1000;
transform: rotate(-90deg);
background-color: red;
padding:10px 20px 30px;
height: 0px;
background-color: #04a104;
    color: #0c0c0c;
    font-weight: 600;
    border-radius: 5px;
}
#Dashboard .popup-btn-right a:hover{
text-decoration: none;
/* color:#fff; */
}

 #Dashboard   .popup-btn-left a{
top:410px;
position:fixed;
left:-70px;
z-index: 1000;
transform: rotate(-90deg);
background-color: red;
padding:10px 20px 30px;
height: 0px;
background-color: #04a104;
    color: #0c0c0c;
    font-weight: 600;
     border-radius: 5px;
}
#Dashboard .popup-btn-left a:hover{
text-decoration: none;
/* color:#fff; */
}

#Dashboard .form-part{
padding: 20px 0px;
}
#Dashboard .modal-header{
padding:10px 0px !important;
}
#Dashboard .modal {
display: none;
position: fixed;
/* z-index: 1 !important; */
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
padding-top: 60px;
}
#Dashboard .modal-content {
background-color: #fefefe;
margin: 5% auto 15% auto;
/* width: 80%; */
width: 100%;
padding: 20px;
border:3px solid #000 !important;
}
#Dashboard .close {
position: absolute;
right:10px;
top:8px;
font-size: 35px;
font-weight: bold;
border-radius: 50%;
height: 30px;
width: 30px;
text-align: center;
}
#Dashboard .close:hover,
#Dashboard .close:focus {
cursor: pointer;
}
#Dashboard .animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
from {-webkit-transform: scale(0)}
to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
from {transform: scale(0)}
to {transform: scale(1)}
}








#Dashboard .sidebar-contact{
  position:fixed;
  top: 405px;
  left:-350px;
  transform:translateY(-50%);
  width: 345px;
  height:auto;
  padding: 10px 30px 10px 30px;
  background: #e1ffdc;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index:1000;
  /* border-radius: 0px; */
  border: 2px solid #1aa700!important;
}
#Dashboard .sidebar-contact.active{
  left:0;
}
/* #Dashboard .sidebar-contact input,
#Dashboard .sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
#Dashboard .sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
#Dashboard .sidebar-contact textarea{
  height:60px;
  resize:none;
}
#Dashboard .sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
} */
#Dashboard .toggle{
  position:absolute;
  height: 34px;
  width: 32px;
  text-align:center;
  cursor:pointer;
  background: #1aa700;
  top: -2px;
  right: -35px;
  line-height: 34px;
  border-radius: 0px 5px 5px 0px;
}
#Dashboard .toggle:before{
  content:'\f002';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
#Dashboard .toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
  #Dashboard .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
 #Dashboard  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
 #Dashboard  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
 #Dashboard  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
 #Dashboard  .content{
    padding:50px 50px;
  }
}

#Dashboard .blink_me  {
  animation: blinker 5s linear infinite;
  color: black;
}


#Dashboard .social-buttons {
  display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 250px;
}

#Dashboard .social-buttons a {
  display: inline-flex;
  text-decoration: none;
  font-size: 18px;
  width: 60px;
  height: 60px;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 8px;
}

#Dashboard .social-buttons a::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #a3a1a1, #0f0f0f);
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s ease-in;
}

#Dashboard .social-buttons a:hover::before {
  transform: scale(0);
}

#Dashboard .social-buttons a i {
  transition: 0.3s ease-in;
}

#Dashboard .social-buttons a:hover i {
  background: linear-gradient(45deg, #a3a1a1, #0f0f0f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: scale(2.2);
}

#ManageHealthFacility {
	min-height: 500px;
}

#ManageHealthFacility  .info-section{
	width: 100%;
	font-size: medium;
	font-weight: 800 !important;
	font-style: calibri !important;
	/* border-style: hidden; */
}

#ManageHealthFacility  .info-section th:{
	
}

#ManageHealthFacility  .info-section td{
	text-align: left;
}

#ManageHealthFacility  .info-section tr th:nth-child(1){
	width: 15%;
}

#ManageHealthFacility  .info-section tr td:nth-child(2){
	width: 35%;
	color:#cd0000;
}
#ManageHealthFacility  .info-section tr th:nth-child(3){
	width: 25%;
}

#ManageHealthFacility  .info-section tr td:nth-child(4) .activefield{
	width: 25%;
	color:#cd0000;
	/* color:#b2b2b2;	 */
}

#ManageHealthFacility  .info-section tr td:nth-child(4) .inactivefield {
	width: 25%;
	/* color:#cd0000; */
	color:#b2b2b2;	
}

#ManageHealthFacility .modal-dialog{
	width: 90%;
}

#ManageHealthFacility .modal-header{
	
}

#ManageHealthFacility .form-data-container {
	
}
    
#ManageHealthFacility .map-data-container {
	margin-top:15px;
	height: 365px;
    border: 1px solid #ddd;
    padding: 10px;
}

#ManageHealthFacility #add_edit_facility_modal .modal-body {
	/* height: 500px; */
    height: calc(100vh - 200px); /* calc(100% - 44.50px - 44.50px); */  /* height = (page height - header-height - footer-height)   */
	overflow-y: scroll; 
}


#ManageHealthFacility .block-update-card {
  height: 100%;
  border: 1px #FFFFFF solid;
  /* width: 18%; */
  width:100%;
  float: left;
  /* margin-left: 10px; */
  margin-top: 0;
  padding: 0;
  box-shadow: 1px 1px 8px #d8d8d8;
 
  background-color: #F8F8F8;
  cursor: pointer;
  border-radius: 5px ;
  border: 1px solid;
}

#ManageHealthFacility .block-update-card:hover {
   background-color: #FFFFFF;
   transition: 0.3s ease-in;
   transform : scale(1.1);
}

#ManageHealthFacility .block-update-card .h-status {
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
}
#ManageHealthFacility .block-update-card .v-status {
  width: 5px;
  height: 80px;
  float: left;
  margin-right: 5px;
  background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
}
#ManageHealthFacility .block-update-card .update-card-MDimentions {
  width: 80px;
  height: 80px;
}
#ManageHealthFacility .block-update-card .update-card-body {
  margin-top: 10px;
  margin-left: 5px;
}
#ManageHealthFacility .block-update-card .update-card-body h4 {
  color: #075290;
  font-weight: bold;
  font-size: 175%;
  text-align: center;
  font-weight: 800;
}
#ManageHealthFacility .block-update-card .update-card-body p {
  color: #7a0000;
  /* font-size: 150%; */
  font-size: 130%;
  font-weight: 600;
  text-align: center;
  background-color: antiquewhite;
}
#ManageHealthFacility .block-update-card .card-action-pellet {
  padding: 5px;
}
#ManageHealthFacility .block-update-card .card-action-pellet div {
  margin-right: 10px;
  font-size: 15px;
  cursor: pointer;
  color: #dddddd;
}
#ManageHealthFacility .block-update-card .card-action-pellet div:hover {
  color: #999999;
}
#ManageHealthFacility .block-update-card .card-bottom-status {
  color: #a9a9aa;
  font-weight: bold;
  font-size: 14px;
  border-top: #e0e0e0 1px solid;
  padding-top: 5px;
  margin: 0px;
}
#ManageHealthFacility .block-update-card .card-bottom-status:hover {
  background-color: #dd4b39;
  color: #FFFFFF;
  cursor: pointer;
}

/*
Creating a block for social media buttons
*/
#ManageHealthFacility .card-body-social {
  font-size: 30px;
  margin-top: 10px;
}
#ManageHealthFacility .card-body-social .git {
  color: black;
  cursor: pointer;
  margin-left: 10px;
}
#ManageHealthFacility .card-body-social .twitter {
  color: #19C4FF;
  cursor: pointer;
  margin-left: 10px;
}
#ManageHealthFacility .card-body-social .google-plus {
  color: #DD4B39;
  cursor: pointer;
  margin-left: 10px;
}
#ManageHealthFacility .card-body-social .facebook {
  color: #49649F;
  cursor: pointer;
  margin-left: 10px;
}
#ManageHealthFacility .card-body-social .linkedin {
  color: #007BB6;
  cursor: pointer;
  margin-left: 10px;
}

#ManageHealthFacility .music-card {
  background-color: green;
}

.info-section{
	width: 100%;
	font-size: medium;
	font-weight: 800 !important;
	font-style: calibri !important;
}

.info-section th:{
	
}

.info-section td{
	text-align: left;
}

.info-section tr th:nth-child(1){
	width: 15%;
}

.info-section tr td:nth-child(2){
	width: 35%;
	color:#cd0000;
}
.info-section tr th:nth-child(3){
	width: 25%;
}

.info-section tr td:nth-child(4) .activefield{
	width: 25%;
	color:#cd0000;
}

.info-section tr td:nth-child(4) .inactivefield {
	width: 25%;
	color:#b2b2b2;	
}



.pagination>li>a, .pagination>li>span {
    color: #000000;
}

#ManageHealthFacility   
 .my-table>tbody>tr>td, 
 .my-table>tbody>tr>th, 
 .my-table>tfoot>tr>td,
 .my-table>tfoot>tr>th,
 .my-table>thead>tr>td,
 .my-table>thead>tr>th {
       border-color: #6ea1cc !important;
       vertical-align: middle;
    }
    
#ManageHealthFacility   
 .my-table>thead>tr>td,
 .my-table>thead>tr>th {
 		cursor: pointer;
 		font-weight: 600;
    }    

#ManageHealthFacility .my-table
 {
	 border: 1px solid #337ab7;
 }

#ManageHealthFacility .my-table>thead
 {
	 background-color: #95bcf7
 } 


  
 .center-align>tbody>tr>td, 
 .center-align>tbody>tr>th, 
 .center-align>tfoot>tr>td,
 .center-align>tfoot>tr>th,
 .center-align>thead>tr>td,
 .center-align>thead>tr>th {
       vertical-align: middle;
       text-align: center;
    }
    
   
 .center-align>thead>tr>td,
 .center-align>thead>tr>th {
 		cursor: pointer;
 		vertical-align: middle;
       text-align: center;
    } 
    
#linelisting   
 .my-table>tbody>tr>td, 
 .my-table>tbody>tr>th, 
 .my-table>tfoot>tr>td,
 .my-table>tfoot>tr>th,
 .my-table>thead>tr>td,
 .my-table>thead>tr>th {
       border-color: #6ea1cc !important;
       vertical-align: middle;
       text-align: center;
       
    }
    
#linelisting   
 .my-table>thead>tr>td,
 .my-table>thead>tr>th {
 		cursor: pointer;
 		font-weight: 600;
 		vertical-align: middle;
       text-align: center;
    }    

#linelisting .my-table
 {
	 border: 1px solid #337ab7;
 }

#linelisting .my-table>thead
 {
	 background-color: #95bcf7
 }

#linelisting .flag_cross_out{
	background-color: #81e395a8;
}

#linelisting .flag_cross_in{
	background-color: #d7ed80a6;
}

#linelisting .flag_cross_out_legend{
	background-color: #81e395a8;
	color: black;
	padding: 5px; 
	text-align: center;
}

#linelisting .flag_cross_in_legend{
	background-color: #d7ed80a6;
	color: black;
	padding: 5px; 
	text-align: center;
	margin-left: 10px;
}




#ManageOubreak .modal-dialog{
	/* width: 75%; */
	width: 90%;
}

#ManageOubreak #add_edit_outbreak_modal .modal-body {
	height: 500px;
	overflow-y: scroll; 
}

#ManageOubreak .preliminary_deskreview_table {
	font: 400 19px "Open Sans", Arial, sans-serif;
    padding: 0;
    /* margin: 0 0 5px; */
    width: 100%;
}
#ManageOubreak .preliminary_deskreview_table tr th:nth-child(1){
	width: 70%;
}

#ManageOubreak .preliminary_deskreview_table tr td:nth-child(2){
	width: 30%;
}

#ManageOubreak .table_workers {
	font: 300 14px "Open Sans", Arial, sans-serif;
    padding: 0;
    /* margin: 0 0 5px; */
    width: 100%;
}

#ManageOubreak .preliminary_table {
	font-size: small;
}




#ManageOubreak .preliminary_table tr th:nth-child(1){
	width: 80%;
}

#ManageOubreak .preliminary_table tr td:nth-child(2){
	width: 20%;
}

/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

#ManageOubreak .panel-group {
  padding-top: 10px;
}
#ManageOubreak .panel-default {
  /* border-radius: 0;
  border: none; */
  
  border-radius: 2PX;
  
  background: none;
  margin-bottom: 0;
  /* padding-bottom: 14px; */
}
#ManageOubreak .panel-default > .panel-heading {
  /* border: none;
  background: none;
  padding: 0; */
   background-color: #dff0d8;/*  #e1ffe1; */
}
#ManageOubreak .panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
  /* padding: 0 0 0 32px; */
  background-color: #fffcfc;
}
#ManageOubreak .panel-default h5 {
  font: 400 19px "Open Sans", Arial, sans-serif;
  padding: 0;
  margin: 0 0 5px;
}
#ManageOubreak .panel-group .panel+.panel {
  margin-top: 15px;
}
#ManageOubreak .panel-default .accordion-toggle:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background: #e54a1a url(http://keenthemes.com/assets/bootsnipp/toggle-icons.png) no-repeat 6px 10px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
#ManageOubreak .panel-default .collapsed:before {
  background: #495764 url(http://keenthemes.com/assets/bootsnipp/toggle-icons.png) no-repeat 6px -148px;
}
#ManageOubreak .panel-default .panel-title:hover .collapsed:before {
  background-color: #e54a1a;
}
#ManageOubreak .panel-default .accordion-toggle,
.panel-default .accordion-toggle:focus,
.panel-default .accordion-toggle:hover,
.panel-default .accordion-toggle:active {
  /* color: #1ea9e3; */
  color: #3c763d; /* black; */
  text-decoration: none;
  font-weight: 600;
}

#ManageOubreak   
 .my-table>tbody>tr>td, 
 .my-table>tbody>tr>th, 
 .my-table>tfoot>tr>td,
 .my-table>tfoot>tr>th,
 .my-table>thead>tr>td,
 .my-table>thead>tr>th {
       border-color: #6ea1cc !important;
       vertical-align: middle;
    }
    
#ManageOubreak   
 .my-table>thead>tr>td,
 .my-table>thead>tr>th {
 		cursor: pointer;
 		font-weight: 600;
    }    

#ManageOubreak .my-table
 {
	 border: 1px solid #337ab7;
 }

#ManageOubreak .my-table>thead
 {
	 background-color: #95bcf7
 } 
 
 #add_edit_outbreak_modal .panel-heading {
        font-size: 14px;
        font-weight: bold;
    }

	#add_edit_outbreak_modal .panel-primary {
        border-color: #dbdbdb;
        margin-top: 10px;
    }

    #add_edit_outbreak_modal .panel-primary>.panel-heading {
        color: #000;
        background-color: #fbfbfb; /* rgb(245, 240, 240); */
        padding: 15px 0;
        border-color: #dbdbdb;
    }
    
 #add_edit_outbreak_modal .fixed {
     margin: 0;
     padding: 0;
     width: 100%;
     top: -18px;
     z-index: 99;
     position: -webkit-sticky;
     position: sticky;
 }
 
 #ManageOubreak #add_edit_outbreak_modal .modal-body {
	/* height: 500px; */
    height: calc(100vh - 200px); /* calc(100% - 44.50px - 44.50px); */  /* height = (page height - header-height - footer-height)   */
	overflow-y: scroll; 
}


/**********************************************************************************************************/

#AFP-LAB .funkyradio div {
  clear: both;
  overflow: hidden;
}

#AFP-LAB .funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

#AFP-LAB input[type="radio"]:empty,
#AFP-LAB input[type="checkbox"]:empty {
  display: none;
}

#AFP-LAB input[type="radio"]:empty ~ label,
#AFP-LAB input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#AFP-LAB input[type="radio"]:empty ~ label:before,
#AFP-LAB input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

#AFP-LAB .funkyradio input[type="radio"]:hover:not(:checked) ~ label,
#AFP-LAB .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

#AFP-LAB .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
#AFP-LAB .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

#AFP-LAB .funkyradio input[type="radio"]:checked ~ label,
#AFP-LAB .funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

#AFP-LAB .funkyradio input[type="radio"]:checked ~ label:before,
#AFP-LAB .funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

#AFP-LAB .funkyradio input[type="radio"]:focus ~ label:before,
#AFP-LAB .funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

#AFP-LAB .funkyradio-default input[type="radio"]:checked ~ label:before,
#AFP-LAB .funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

#AFP-LAB .funkyradio-primary input[type="radio"]:checked ~ label:before,
#AFP-LAB .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

#AFP-LAB .funkyradio-success input[type="radio"]:checked ~ label:before,
#AFP-LAB .funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

#AFP-LAB .funkyradio-danger input[type="radio"]:checked ~ label:before,
#AFP-LAB .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

#AFP-LAB .funkyradio-warning input[type="radio"]:checked ~ label:before,
#AFP-LAB .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

#AFP-LAB .funkyradio-info input[type="radio"]:checked ~ label:before,
#AFP-LAB .funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

#AFP-LAB #stoolcollectiondetails_table_id .btn span.glyphicon {    			
	opacity: 0;				
}
#AFP-LAB  #stoolcollectiondetails_table_id  .btn.active span.glyphicon {				
	opacity: 1;				
}

/**********************************************************************************************************/

#ActiveCaseSearchForm   
 .my-table>tbody>tr>td, 
 .my-table>tbody>tr>th, 
 .my-table>tfoot>tr>td,
 .my-table>tfoot>tr>th,
 .my-table>thead>tr>td,
 .my-table>thead>tr>th {
       border-color: #6ea1cc !important;
       vertical-align: middle;
    }
    
#ActiveCaseSearchForm   
 .my-table>thead>tr>td,
 .my-table>thead>tr>th {
 		cursor: pointer;
 		font-weight: 600;
    }    

#ActiveCaseSearchForm .my-table
 {
	 border: 1px solid #337ab7;
 }

#ActiveCaseSearchForm .my-table>thead
 {
	 background-color: #95bcf7
 } 

#ActiveCaseSearchForm .CARD {
        /* background-color: #f1f1f5; */
        border-radius: 5px;
        box-shadow: 2px 3px 7px 3px #999;
        /* width: 100%; */
        padding: 2px;
    }
    
#ActiveCaseSearchForm .acs-entry-table thead th {
	/* border-color: #6ea1cc !important; */
	/* background-color: #6ea1cc;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	border: 1px solid #bae9f; */
	
	background-color: #f5f5f5;
    font-weight: normal;
    text-align: center;
    border: 1px solid #bae9f;
    font-weight: 600;
    cursor: pointer;
}

#ActiveCaseSearchForm .acs-entry-table tr th:first-child {
	background-color: #edfdff;
	color: #000;
	text-align: left;
}
#ActiveCaseSearchForm .acs-entry-table tr th {
	background-color: #edfdff;
	color: #000;
	text-align: center;
}


/*****************************  */

#AFPWorkshopMeetings .CARD {
        /* background-color: #f1f1f5; */
        border-radius: 5px;
        box-shadow: 2px 3px 7px 3px #999;
        /* width: 100%; */
        padding: 2px;
    }
    
#AFPWorkshopMeetings .acs-entry-table thead th {
	/* border-color: #6ea1cc !important; */
	/* background-color: #6ea1cc;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	border: 1px solid #bae9f; */
	
	background-color: #f5f5f5;
    font-weight: normal;
    text-align: center;
    border: 1px solid #bae9f;
    font-weight: 600;
    cursor: pointer;
}

#AFPWorkshopMeetings .acs-entry-table tr th:first-child {
	background-color: #edfdff;
	color: #000;
	text-align: left;
}
#AFPWorkshopMeetings .acs-entry-table tr th {
	background-color: #edfdff;
	color: #000;
	text-align: center;
}

#AFPWorkshopMeetings .modal-dialog{
	/* width: 75%; */
	width: 90%;
}

#AFPWorkshopMeetings #add_edit_workshop_modal .modal-body {
	/* height: 500px; */
    height: calc(100vh - 200px); /* calc(100% - 44.50px - 44.50px); */  /* height = (page height - header-height - footer-height)   */
	overflow-y: scroll; 
}

#AFPWorkshopMeetings   
 .my-table>tbody>tr>td, 
 .my-table>tbody>tr>th, 
 .my-table>tfoot>tr>td,
 .my-table>tfoot>tr>th,
 .my-table>thead>tr>td,
 .my-table>thead>tr>th {
       border-color: #6ea1cc !important;
       vertical-align: middle;
    }
    
#AFPWorkshopMeetings   
 .my-table>thead>tr>td,
 .my-table>thead>tr>th {
 		cursor: pointer;
 		font-weight: 600;
    }    

#AFPWorkshopMeetings .my-table
 {
	 border: 1px solid #337ab7;
 }

#AFPWorkshopMeetings .my-table>thead
 {
	 background-color: #95bcf7
 } 
 
 		.ERC-CARD {
	        /* background-color: #f1f1f5; */
	        border-radius: 5px;
	        box-shadow: 2px 3px 7px 3px #999;
	        /* width: 100%; */
	        padding: 10px;
	    }
    
 		#AFP_ERC_Documentation .fixed{
 		     	margin: 0;
			     padding: 0;
			     width: 100%;
			     top: 0;
			     z-index: 99;
			     position: -webkit-sticky;
			     position: sticky;
			 }
 
		#AFP_ERC_Documentation  .panel.with-nav-tabs .panel-heading{
		    padding: 5px 5px 0 5px;
		}
		#AFP_ERC_Documentation  .panel.with-nav-tabs .nav-tabs{
			border-bottom: none;
		}
		#AFP_ERC_Documentation  .panel.with-nav-tabs .nav-justified{
			margin-bottom: -1px;
		}
		/********************************************************************/
		/*** PANEL DEFAULT ***/
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > li > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
		    color: #777;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > .open > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
		    color: #777;
			background-color: #ddd;
			border-color: transparent;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > li.active > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
			color: #555;
			background-color: #fff;
			border-color: #ddd;
			border-bottom-color: transparent;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
		    background-color: #f5f5f5;
		    border-color: #ddd;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
		    color: #777;   
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
		    background-color: #ddd;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
		    color: #fff;
		    background-color: #555;
		}
		/********************************************************************/
		/*** PANEL PRIMARY ***/
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > li > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
		    color: #fff;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > .open > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
			color: #fff;
			background-color: #3071a9;
			border-color: transparent;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > li.active > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
			color: #428bca;
			background-color: #fff;
			border-color: #428bca;
			border-bottom-color: transparent;
			font-weight: 800;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
		    background-color: #428bca;
		    border-color: #3071a9;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
		    color: #fff;   
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
		    background-color: #3071a9;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
		    background-color: #4a9fe9;
		}
		/********************************************************************/
		/*** PANEL SUCCESS ***/
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > li > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > li > a:focus {
			color: #3c763d;
			font-size: small;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > .open > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > li > a:focus {
			color: #3c763d;
			background-color: #d6e9c6;
			border-color: transparent;
			font-size: small;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > li.active > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
			color: #3c763d;
			background-color: #fff;
			border-color: #d6e9c6;
			border-bottom-color: transparent;
			font-size: small;
    		font-weight: 800;
    		border: 1px solid #adb9a9;
    		border-radius: 4px 4px 0 0;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
		    background-color: #dff0d8;
		    border-color: #d6e9c6;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
		    color: #3c763d;   
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
		    background-color: #d6e9c6;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
		    color: #fff;
		    background-color: #3c763d;
		}
		/********************************************************************/
		/*** PANEL INFO ***/
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > li > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > li > a:focus {
			color: #31708f;
			font-size: medium;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > .open > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > li > a:focus {
			color: #31708f;
			background-color: #bce8f1;
			border-color: transparent;
			font-size: medium;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > li.active > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
			color: #252c30;
			background-color: #fff;
			border-color: #252c30;
			border-bottom-color: transparent;
			font-size: medium;
    		font-weight: 800;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
		    background-color: #d9edf7;
		    border-color: #bce8f1;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
		    color: #31708f;   
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
		    background-color: #bce8f1;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
		    color: #fff;
		    background-color: #31708f;
		}
		/********************************************************************/
		/*** PANEL WARNING ***/
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > li > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
			color: #8a6d3b;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > .open > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
			color: #8a6d3b;
			background-color: #faebcc;
			border-color: transparent;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > li.active > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
			color: #8a6d3b;
			background-color: #fff;
			border-color: #faebcc;
			border-bottom-color: transparent;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
		    background-color: #fcf8e3;
		    border-color: #faebcc;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
		    color: #8a6d3b; 
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
		    background-color: #faebcc;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
		    color: #fff;
		    background-color: #8a6d3b;
		}
		/********************************************************************/
		/*** PANEL DANGER ***/
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > li > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
			color: #a94442;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > .open > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
			color: #a94442;
			background-color: #ebccd1;
			border-color: transparent;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > li.active > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
			color: #a94442;
			background-color: #fff;
			border-color: #ebccd1;
			border-bottom-color: transparent;
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
		    background-color: #f2dede; /* bg color */
		    border-color: #ebccd1; /* border color */
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
		    color: #a94442; /* normal text color */  
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
		    background-color: #ebccd1; /* hover bg color */
		}
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
		#AFP_ERC_Documentation .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
		    color: #fff; /* active text color */
		    background-color: #a94442; /* active bg color */
		}
		
		
		
		#AFP_ERC_Documentation .input_table {
			font-size: 14px;
		}
		
		#AFP_ERC_Documentation .input_table th {
			background-color: #d5eaff; /* #edf6ff; */
			vertical-align: middle;
		}
		
		#AFP_ERC_Documentation .input_table .field_width_20_per {
			width: 20%;
		}
		#AFP_ERC_Documentation .input_table .field_width_30_per {
			width: 30%;
		}
		#AFP_ERC_Documentation .input_table .field_width_50_per {
			width: 50%;
		}
		
		#AFP_ERC_Documentation .input_table .column_width_30_per {
			width: 30%;
		}
		
		#AFP_ERC_Documentation .input_table_2 {
			font-size: 14px;
		}
		#AFP_ERC_Documentation .input_table_2 th {
			background-color: #d5eaff;/*  #edf6ff; */
			vertical-align: middle;
		}
		
		#AFP_ERC_Documentation .input_table_2 .field_width_20_per {
			width: 20%;
		}
		#AFP_ERC_Documentation .input_table_2 .field_width_30_per {
			width: 30%;
		}
		#AFP_ERC_Documentation .input_table_2 .field_width_50_per {
			width: 50%;
		}
		
		#AFP_ERC_Documentation .input_table_2 .column_width_30_per {
			width: 30%;
		}
		#AFP_ERC_Documentation .input_table_2 tr th:nth-child(1){
			width: 30%;
		}
		#AFP_ERC_Documentation .input_table_2 tr td:nth-child(2){
			width: 70%;
		}
		
		#AFP_ERC_Documentation .input_table_3 {
			font-size: 14px;
		}
		
		#AFP_ERC_Documentation .input_table_3 thead>th {
			background-color: #edf6ff; 
			vertical-align: middle;
		}
		
		#AFP_ERC_Documentation .input_table_3 th {
			background-color: #edf6ff; 
			vertical-align: middle;
		}
		
		
		
		
		#AFP_ERC_Documentation .input_table_4 {
			font-size: 14px;
		}
		
		#AFP_ERC_Documentation .input_table_4 th {
			background-color: #d5eaff; /* #edf6ff; */
			vertical-align: middle;
		}
		
		#AFP_ERC_Documentation .input_table_4 .field_width_20_per {
			width: 20%;
		}
		#AFP_ERC_Documentation .input_table_4 .field_width_30_per {
			width: 30%;
		}
		#AFP_ERC_Documentation .input_table_4 .field_width_50_per {
			width: 50%;
		}
		
		#AFP_ERC_Documentation .input_table_4 .column_width_30_per {
			width: 30%;
		}
		#AFP_ERC_Documentation .input_table_4 tr th:nth-child(1){
			width: 20%;
		}
		#AFP_ERC_Documentation .input_table_4 tr td:nth-child(2){
			width: 40%;
		}
		#AFP_ERC_Documentation .input_table_4 tr td:nth-child(3){
			width: 40%;
		}
		
		
		
		
		#AFP_ERC_Documentation .input_table_inner {
			font-size: 14px;
		}
		#AFP_ERC_Documentation .input_table_inner th {
			background-color: #edf6ff;
			vertical-align: middle;
		}
		#AFP_ERC_Documentation .input_table_inner td {
			vertical-align: middle;
		}
		
		
		
		
		

#AFP_ERC_Documentation .panel-primary .nav-tabs>li>a {
    font-size: 14px;		
}	

#AFP_ERC_Documentation .panel-primary .nav-tabs>li>a {
       background-color: #3bafe9;
    border-color: blue;
    color: black;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #adb9a9;
    border-radius: 4px 4px 0 0;
}	
		
#AFP_ERC_Documentation .panel-success .nav-tabs>li>a {
       background-color: #c6e7b9;
    /* border-color: blue; */
    color: black;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #adb9a9;
    border-radius: 4px 4px 0 0;
}

#AFP_ERC_Documentation .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #f5f5f5;
    cursor: default;
    /* background-color: #337ab7; */
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-size: 14px;
}
		
		
		
		
		
		
#AFP_ERC_Documentation #progressbar {
    /* margin-bottom: 30px; */
    margin-bottom: 10px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    /* margin-top: 30px */
    margin-top: 5px; 
}

#AFP_ERC_Documentation #progressbar li {
    list-style-type: none;
    /* width: 16.66%; */
    width: 11%;
    float: left;
    position: relative;
    font-weight: 600;
    font-size: 12px;
}

#AFP_ERC_Documentation #progressbar #step1:before {
    content: "";
}

#AFP_ERC_Documentation #progressbar #step2:before {
    content: "";
}

#AFP_ERC_Documentation #progressbar #step3:before {
    content: "";
}
#AFP_ERC_Documentation #progressbar #step4:before {
    content: "";
}
#AFP_ERC_Documentation #progressbar #step5:before {
    content: "";
}
#AFP_ERC_Documentation #progressbar #step6:before {
    content: "";
}
#AFP_ERC_Documentation #progressbar #step7:before {
    content: "";
}
#AFP_ERC_Documentation #progressbar #step8:before {
    content: "";
}
#AFP_ERC_Documentation #progressbar #step9:before {
    content: "";
}

#AFP_ERC_Documentation #progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #d3d3d3;
    border-radius: 50%;
    margin: auto;
    color: #fff;
}

#AFP_ERC_Documentation #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #d3d3d3;
    position: absolute;
    left: 0;
    top: 21px;
    z-index: -1
}

#AFP_ERC_Documentation #progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}

#AFP_ERC_Documentation #progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

#AFP_ERC_Documentation #progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#AFP_ERC_Documentation #progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#AFP_ERC_Documentation #progressbar li.active:before,
#AFP_ERC_Documentation #progressbar li.active:after {
    background: #099100;
}

#AFP_ERC_Documentation #progressbar li.inprogress:before, 
#AFP_ERC_Documentation #progressbar li.inprogress:after {
    background: #f5d539;
}


/*********************************************/

#AFP_ERC_Documentation   
 .my-table>tbody>tr>td, 
 .my-table>tbody>tr>th, 
 .my-table>tfoot>tr>td,
 .my-table>tfoot>tr>th,
 .my-table>thead>tr>td,
 .my-table>thead>tr>th {
       border-color: #6ea1cc !important;
       vertical-align: middle;
       text-align: center;
        font-size: small;
    }
    
#AFP_ERC_Documentation   
 .my-table>thead>tr>td,
 .my-table>thead>tr>th {
 		cursor: pointer;
 		font-weight: 600;
 		vertical-align: middle;
       text-align: center;
      
    }    

#AFP_ERC_Documentation .my-table
 {
	 border: 1px solid #337ab7;
 }

#AFP_ERC_Documentation .my-table>thead
 {
	 background-color: #95bcf7
 }

#AFP_ERC_Documentation .flag_cross_out{
	background-color: #81e395a8;
}

#AFP_ERC_Documentation .flag_cross_in{
	background-color: #d7ed80a6;
}

#AFP_ERC_Documentation .flag_cross_out_legend{
	background-color: #81e395a8;
	color: black;
	padding: 5px; 
	text-align: center;
}

#AFP_ERC_Documentation .flag_cross_in_legend{
	background-color: #d7ed80a6;
	color: black;
	padding: 5px; 
	text-align: center;
	margin-left: 10px;
}

#AFP_ERC_Documentation  .data-entry-table thead th{
	background-color: #edf6ff;
	padding: 8px 10px;
	font-size: 15px;
	text-align: center;
}

#AFP_ERC_Documentation  .data-entry-table tbody th{
	background-color: #edf6ff;
	padding: 8px 10px;
	font-size: 14px;
	text-align: left;
}

#AFP_ERC_Documentation  .data-entry-table tbody td{
	padding: 8px 12px;
	text-align: left;
	font-size: 14px;
}

#AFP_ERC_Documentation  .badge-cursor {
	
	cursor: pointer;
	
}


#AFP_ERC_Documentation .modal-dialog{
	width: 90%;
}

/* #AFP_ERC_Documentation #view_digital_summary_modal .modal-body {
    height: calc(100vh - 200px); 
	overflow-y: scroll; 
} */
		 

/************************************ */



/********************************************/


.project_name {
	
	color:#337ab7; /* #cd0000; */
	font-size: x-large;
	font-weight: 600;
}

.project_short_name {
	
	color:#337ab7; /* #cd0000; */
	font-size: x-large;
	font-weight: 600;
}


/************************************************/


/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.fade-carousel .carousel-control:hover {
  cursor: pointer;
}



#EnvSurveillance   
 .my-table>tbody>tr>td, 
 .my-table>tbody>tr>th, 
 .my-table>tfoot>tr>td,
 .my-table>tfoot>tr>th,
 .my-table>thead>tr>td,
 .my-table>thead>tr>th {
       border-color: #6ea1cc !important;
       vertical-align: middle;
       text-align: center;
        font-size: small;
    }
    
#EnvSurveillance   
 .my-table>thead>tr>td,
 .my-table>thead>tr>th {
 		cursor: pointer;
 		font-weight: 600;
 		vertical-align: middle;
       text-align: center;
      
    }    

#EnvSurveillance .my-table
 {
	 border: 1px solid #337ab7;
 }

#EnvSurveillance .my-table>thead
 {
	 background-color: #95bcf7
 }

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
/* .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
} */

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images-vpd/slide-1.jpeg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images-vpd/slide-2.jpeg); 
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images-vpd/slide-3.jpeg); 
}
.fade-carousel .slides .slide-4 {
  background-image: url(../images-vpd/slide-4.jpeg); 
}
.fade-carousel .slides .slide-5 {
  background-image: url(../images-vpd/slide-5.jpeg); 
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}



/***********************************************/
    
body { padding-right: 0 !important }

.modal {
    padding-right: 0px !important;
}    


.build_epidnumber_section {
	
	 	/* width: 48%; */
        text-align: center;
        font-weight: normal;
        /* height: 500px; */
        height: 600px;
         border: 1px solid #ddd;
        /*  box-shadow: 2px 3px 7px 3px #e5e0e0; */
	
}

.static-fixed-button{
  position: fixed;
    top: 450px;
    left: -2px;
    transform: translateY(-50%);
    /* width: 345px; */
    /* height: auto; */
    /* padding: 10px 30px 10px 30px; */
    /* background: #e1ffdc; */
    /* box-shadow: 0 20px 50px rgb(0 0 0 / 50%); */
    /* box-sizing: border-box; */
    /* transition: 0.5s; */
    z-index: 1000;
    /* border-radius: 0px; */
  border: 2px solid #1aa700!important;
}


/* #linelisting label::first-letter{
	
	text-transform: uppercase;
	
} */

/* table tbody>tr>th {
	text-transform: lowercase;
}

table tbody>tr>th::first-letter {
	text-transform: uppercase;
} */

/*****************************************************/
/* Hiding the checkbox, but allowing it to be focused */
.badgebox
{
    opacity: 0;
}

.badgebox + .badge
{
    /* Move the check mark away when unchecked */
    text-indent: -999999px;
    /* Makes the badge's width stay the same checked and unchecked */
	width: 27px;
}

.badgebox:focus + .badge
{
    /* Set something to make the badge looks focused */
    /* This really depends on the application, in my case it was: */
    
    /* Adding a light border */
    box-shadow: inset 0px 0px 5px;
    /* Taking the difference out of the padding */
}

.badgebox:checked + .badge
{
    /* Move the check mark back when checked */
	text-indent: 0;
	background-color: #5e5c5c;
}

.btn-default .badge {
    color: #fff;
    background-color: #c3c3c3;
}

.btn-purple {
    color: #fff;
    background-color: #7506bb;
    border-color: #2e6da4;
}

.btn-purple:hover {
    color: #fff;
    background-color: #7506bb;
    border-color: #204d74;
}

/************************************************************/