
.form-signin {
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.chidden
{
	height: 0 !important;
}


.div-dets
{ 
    height: fit-content;
    overflow-y: hidden;
}


.clabel
{
  margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}


.labeldiv
{
  margin-bottom: 10px;
	font-weight: bold;
	text-align: right;
}


.labeldivo
{
  margin-top: 5px;
	font-weight: bold;
	text-align: right;
}


.labeldiv2
{
	font-weight: bold;
	text-align: left;
}


.valuediv
{
  margin-bottom: 0px;
	text-align: left;
	margin-left: 5px;
}


.valuespan
{
	line-height: 23px;
	word-break: break-word;
}


.vdivline
{
  margin-bottom: 30px;
	text-align: left;
	margin-left: 5px;
	padding-left: 20%;
}


@media (max-width: 767px) 
{
	.navbar-brand
	{
		line-height: 18px;
	}


	.labeldiv
	{
		text-align: left;
	}

	.valuediv
	{
		margin-bottom: 10px;
		text-align: left;
		margin-left: 5px;
		padding-left: 20%;
	}
}


.vcard
{
	position: relative;
	display: block;
	background-color: #e7e7e7;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	padding-bottom: 20px;
	margin: 20px auto;
	width: 80%;
	min-width: 280px;
	max-width: 600px;
}



.subvcard
{
	position: relative;
	display: block;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	word-break: normal;
	word-wrap: break-word;
	white-space: pre-line;
	min-height:32px;
}



.divborder
{
	position: relative;
	display: block;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}



.headdiv
{
	text-align:center; 
	font-weight: bold; 
	margin-top: 10px; 
	margin-bottom: 10px;	
	font-size: 18px;
}



.mpre
{
	word-break: normal;
	word-wrap: break-word;
	white-space: pre-line;
	text-align: justify;
}



.ldivider
{
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
	cursor: pointer;
}



.mapdiv
{
	min-height: 400px;
	min-width: 300px;
}



.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
		box-shadow: 0 0px 0px;
		border: 0;
		background: none !important;
}


.item.list-group-item
{
    float: none;
/*    width: 100%;*/
    background-color: #fff;
		margin: 0 auto;
    margin-bottom: 10px;
}

.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #cccccc;
}


.item.list-group-item .list-group-image
{
    margin-right: 10px;
		width: 100%;
}

.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}

.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}

.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}


.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}


.item.list-group-item img
{
    float: left;
}

.item.list-group-item:after
{
    clear: both;
}

.list-group-item-text
{
    margin: 0 0 11px;
		width: 100%;
}


.cmn-toggle 
{
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label 
{
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.cmn-toggle-round-flat + label 
{
  padding: 2px;
  width: 75px;
  height: 30px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after 
{
  display: block;
  position: absolute;
  content: "";
}

input.cmn-toggle-round-flat + label:before 
{
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:after 
{
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 22px;
  background-color: #dddddd;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label 
{
  background-color: #27A1CA;
}

input.cmn-toggle-round-flat:checked + label:after 
{
  margin-left: 45px;
  background-color: #27A1CA;
}


.mtxtarea
{
  word-wrap: break-word;
  white-space: pre-line;
}


@media print {
	#fullpagecont
	{
		position: inherit;
	}

	.panel-footer, .navbar, .btn, .fa
	{
		display: none !important;
	}


  a[href]:after {
    content: none !important;
  }

	.labeldiv
	{
		text-align: right;
		float: left;
		width: 44%;
	}

	.valuediv
	{
		padding-left: inherit;
	}

	html, body
	{
		page-break-after: avoid;
		height: auto;
	}

	.headericon
	{
		display: none;
	}
}


/* Modal CSS */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100vw; /* Full width */
    height: 100vh; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    /*max-width: 700px;*/
    margin-top: 5%;
    max-height: 90%;
    max-width: 100%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.modal-close {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


@media (max-width: 560px)
{
  .modal-close {
      top: -5px;
      right: 10px;
  }
}


.opttaglist
{
/*	display: none;*/
}

.opttag
{
	border:1px solid #AAA;
	display:inline-block;
	color:#717171;
	background:transparent;
	box-shadow:0 1px 1px 0 rgba(180,180,180,0.1);
	border-radius:2px;
	margin:0 3px 6px 0;
	padding:5px 10px;
}


.govapp-button
{
	line-height: initial;
	font-size: initial;
	text-transform: none;
	font-size: 10pt;
}


.govapp-containeddiv
{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	width: auto;
	vertical-align: top;
}


.form-button
{
	width: 100%;
	max-width: 450px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 4px;
}


.stepwizard-step p
{   
    margin-top: 10px;
}

.stepwizard-row
{   
    display: table-row;
}

.stepwizard
{   
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled]
{
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before
{
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}


.stepwizard-step
{
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle
{
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  cursor: pointer;
}

.btn-circle[disabled], .btn-circle[disabled]:hover
{
  opacity: 1;
  background-color: #e6e6e6;
  cursor: default;
}

.govapp-btnrow
{
	width: 100%;
	text-align: left;
}

.govapp-label
{
	text-align: left;
	line-height: 18px;
}


.form-subheading
{
	padding-bottom:10pt;
	padding-top: 20pt;
	width:100%;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
	z-index: 100;
}


.lightIcon
{
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: #f00;
}


.ProfilePics
{
	margin-bottom: 10px;
}


.section-head 
{
	text-align: left;
	text-decoration: underline;
	padding-bottom: 10px;
}


.afilters
{
	cursor: pointer;
}


.afilters:hover
{
	text-decoration: underline;
}


.center-align
{
	text-align: center;
	display: block;
}


.label-width-30
{
	width: 25%;
	display: inline-block;
	margin-bottom: 0;
}


.value-width-70
{
	width: 65%;
	display: inline-block;
}


.tablelist_triplist_c5
{
/*	text-align: left;*/
}


.selFilter
{
    width: 320px;
	height: 28px;
    background-color: white;
    border: 1px solid black;
    border-radius: 3px;
}


.selFilter2
{
    width: 150px;
    display: inline-block;
}


.divSelFilter
{
    text-align: right;
    margin-top: 20px;
}


.divFilterRange
{
    width: 300px;
    display: inline-block;
}


@media (max-width: 575px)
{
    .divSelFilter
    {
        text-align: left;
    }
}


div.govapp-fld
{
	padding-top: 3px;
	padding-bottom: 3px;
	min-height: 25px;
	height: fit-content;
	border-radius: 3px;
}


div.govapp-fld.textarea
{
	word-break: break-word;
	white-space: pre-wrap;
	min-height: 100px;
}


div.govapp-fld.checkbox
{
	padding-top: 5px;
}


table.dataTable tr
{
	cursor: pointer !important;
}


.text-center .form-control-2
{
	display: inline-block;
	width: calc(50% - 8px);
}


.align-left
{
	text-align: left;
}


.draggable-ghost-class
{
}


.draggable-ghost-class .chidden
{
	height: fit-content !important;
}


.form-definition-cont .div-subheading-rec
{
	overflow: hidden;
}

.form-definition-cont .div-subheading-rec .govapp-label-title
{
	margin-bottom: 3px;
}


.form-definition-cont .sub-heading-collapsible
{
	border: 1px dotted rgba(186,12,47,1);
	border-radius: 4px;
	padding: 0 10px 10px;
}

