html {
    font-size: 13px;
}

body{ scroll-behavior: smooth; }

body {
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  background: #f8f9fd;
  color: gray; }

a{
	cursor:pointer;	
	text-decoration:none !important;
}

a:hover {
    color: #1eb4ff;
    text-decoration: none;
	transition: all .2s;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.8;
  font-weight: 500;
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  color: #454545;
  }
  
.h4,h4{
	/* color: #3481c5!important; */
	};

h1, h2, h3, h4, h5 {
	font-family: 'Roboto',sans-serif;
	font-weight: 500;
}

h2 {
	font-size: 48px;
	letter-spacing: -2px;
	line-height: 1;
}

h3 {
	font-size: 30px;
	line-height: 1.2;
}

.p1, .p2, .p3, .p4 {
	font-family: 'Open Sans', Sans-serif;
}

.p2 {
	font-size: 20px;
	letter-spacing: normal;
	line-height: 1.5;
	font-weight: normal;
}

@media only screen and (max-width: 600px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	  width: 100%;
	  padding-right: 5px;
	  padding-left: 10px;
  }
}

/* Section Title */
.section-h4{
  	font-weight: 500;
  	font-family: 'Roboto',sans-serif;
  	font-size: 23px;
  	color: #454545;
	display: inline-block;
	border:none!important;
	width:500px;
	margin-bottom:2px;	
}

@media only screen and (max-width: 600px) {

.section-h4 {
	font-size: 16px;
	font-weight: 400;
	width: auto;
	min-width: 200px;
	line-height: 35px;
}
}

/*
.section-h4:hover{
	border-radius:3px;
	background-color:#efefef;
	cursor:url(/assets/img/pencil-cursor.png) 5 5, pointer;
}

.section-h4:focus{
	background-color:#fafafa;
	border:1px solid #ccc;
	border-radius:3px;
	cursor:default;
}
*/


/* to remove outline border on button focus */
*:focus {
    outline: 0 !important;
}


ul,li {
  list-style-type: none!important;
}
ul,li::marker {
  color:transparent!important;
}

.text-uppercase {
  letter-spacing: 0.1em;
}

.text-gray {
  color: #3481c5;
}

.text-collapsible {
  font-size: 0.85rem;
  color: #454545;
}

.text-collapsible:hover{
	color: #111;
}

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }
  
.input-error {
  font-family: 'Open Sans', Sans-serif;
  font-size:12px;
  color:#C30;
  margin-bottom:0.5rem;
  margin-top: -5px;
  }  

.error-list-style{
	list-style-type:square!important;
	list-style-image: url("/assets/img/WhiteDot16.png");
}
/* Homebooks wrapper */

.wrap {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); 
  }
/* Homebooks wrapper */

/* Homebooks section-title */

.section-title {	
	margin-top:1rem;
	margin-bottom:1rem;
	margin-left:1rem;
	margin-right:0.8rem;	
	border-bottom:1px solid #ddd;
}


.section-subtitle{
	color:#3481c5!important; 
	margin-bottom:0.5rem;
}
.section-detail {	
	margin-left:2.5rem;
	margin-right:1.5rem;
}

@media only screen and (max-width: 600px) {
	
.section-title {	
	margin-left:0;
}

.section-detail {	
	margin-left:0;
	margin-right:0;
}
	
}



/* Homebooks Lists & Buttons */
.list-group-custom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem;
}

.btn-custom-home, .btn-backtotop {
	background-color: #3481c5;
	border: none;
	color: white!important;
	padding: 8px 16px 8px 16px;
	font-size: 14px;
	cursor: pointer;
	display: block;
	width: 100%;
	margin-bottom: 0.75rem;
}

@media only screen and (max-width: 900px) {
	.btn-custom-home{
		padding: 16px 8px 16px 8px;
		font-size: 11px;
		font-weight:600;
	}
}


.btn-backtotop {
	width: auto;
}


.btn-custom-home:hover {
	color: white;
}

.btn-block + .btn-block {
	 margin-top: 0rem; 
}


@media only screen and (max-width: 600px) {
  .list-group-custom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
	margin-right: 0.5rem;
	border-radius: .25rem;
	}
	
	.btn-custom-home {
	margin-right: 0.5rem;
	}
}
/* Homebooks Lists & Buttons */


/* Section Icons */

.section-icon, .section-icon-static, .item-icon {
display: block;
text-align:center;
vertical-align:middle;
line-height:30px;
width: 30px;
height: 30px;
color: #3481c5; 
background: transparent;
border: 1px solid #3481c5;
font-size: 13px;
margin-right: 5px;
border-radius: 50%; 

}

.section-icon-static {
	background-color: #f8c761;
	border: 1px solid #f8c761;
	padding: 5px;
}

.section-icon{
  color: #000; 
  background: #EEEEEE;
  border: 0px;
  margin-right: 5px;
  padding:6px;
}
.section-icon:hover, .section-icon:focus {
	color:#444;
	background: #ccc; 
}
	
@media only screen and (max-width: 600px) {
  .section-icon, .section-icon-static, .item-icon {
	  	line-height:24px;
		width: 24px;
		height: 24px;
		font-size: 12px;
		margin-right: 5px;
  }
}
	
.item-icon {
	line-height: 25px;
	width: 25px;
	height: 25px;
	color: #fff;
	background: #C2D9ED;
	border: 1px solid #C2D9ED;
	font-size: 10px;
	padding:3px;
}
			
.item-icon:hover, .item-icon:focus {
	background: #b3d0e9; }
		
.item-icon-checkmark{
		line-height: 25px;
		text-align:center;
		width: 20px;
		height: 25px;
		color: #333;
		background: transparent;
		border: 0px;
		font-size: 10px;
}
.item-icon-checkmark:hover, item-icon-checkmark:focus {
        font-weight: 600;
		
}
		
/* Section Icons */

/* Form Controls */

.sectionspecial1{
	margin-right:1rem;
}

@media only screen and (max-width: 600px) {
  .sectionspecial1 {
	  margin-right:0.5rem;
  }
}

.form-group {
  position: relative; }
  .form-group .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700; }
  .form-group a {
    color: gray; }

.form-control, .form-control-center {
    display: block;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.0rem;
    font-weight: 600;
	height: calc(1.5em + .75rem + 2px);
    line-height: 1.25;
    color: #4e5154;
    background-color: #fff;
    background-clip: padding-box;
  	border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-center {
	text-align:center;	
}

.has-icon-left .form-control {
    padding-right: 1rem;
    padding-left: calc(2.75rem + 2px);
}
.position-relative .form-control {
    padding-right: calc(2.75rem + 2px);
}
.has-icon-left .form-control {
    padding-left: 2.5rem;
}

.has-icon-left .form-control-position {
    right: auto;
    left: inherit;
}

.form-control-position {
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 2;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
}
/* End Form Control  */



.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
	
/* Form Controls */

/* Input fields with icons */
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 98%;
  margin-bottom:0.3rem;
}

.icon {
  padding: 10px;
  background: #dedede;
  color: white;
  font-size:11px;
  min-width: 30px;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

}

.icon-img {
  padding: 8px;
  background: #efefef;
  min-width: 30px;
  height:30px;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  /* filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg); */
}


.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left:0px;
}

.input-icon{
  border-radius:4px!important;
  background-color:transparent;
  background-position: 8px 8px; 
  background-repeat: no-repeat;
  text-indent:20px;
  margin-bottom:1rem;
}


.input-icon:focus {
    border-color: #ccc!important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); 
	}

/* Start - Input fields fixed width on large screens (defined on Excel spreadsheet */
.width-200{
	width:200px;
}

.width-250{
	width:250px;
}
.width-300{
	width:300px;
}

@media only screen and (max-width: 900px) {
	.width-200,.width-250,.width-300{
		width:auto;
	}
}

/* End - Input fields fixed width on large screens (defined on Excel spreadsheet */

/* End - Input fields with icons */

/* Special fields */
.timeselect{
	max-width:150px;
	border-top-left-radius: 0px;
  	border-bottom-left-radius: 0px;
  	border-left:0px;
}

.distance{
	max-width:100px;
}

/* End - Special fields */

.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "\f0c8";
  font-family: "FontAwesome";
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  font-size: 20px;
  margin-top: -4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .checkmark:after {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

/* Show the checkmark when checked */
.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
  content: "\f14a";
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.2); }

/* Style the checkmark/indicator */
.checkbox-primary {
  color: #3481c5; }
  .checkbox-primary input:checked ~ .checkmark:after {
    color: #3481c5; }

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
	z-index:1000;
    display: none;	
}

/* Padding to SuggestedContent Popup */
.suggestedcontentbody{
	padding:3rem;
	font-size: 14px;
	min-height:200px;
	cursor:pointer;
}

.chevron-right, .chevron-left{
	color:#454545;
	font-size:25px;
	font-weight:700;	
}
.chevron-right{
	margin-right:4rem;
}
.chevron-left{
	margin-left:4rem;
}
.contentoccurrence{
	text-align:center;
	font-size:18px;
	font-weight:700;	
}

@media only screen and (max-width: 600px) {
.suggestedcontentbody{
	padding:1.5rem;
	font-size: 12px;
}
.chevron-right, .chevron-left{
	font-size:15px;
}
.chevron-right{
	margin-right:2rem;
}
.chevron-left{
	margin-left:2rem;
}
.contentoccurrence{
	text-align:center;
	font-size:13px;
	font-weight:700;	
}
}


/* Modal window styles */
.modal-header {
	text-align:center!important;
	display:block!important;;
	-ms-flex-align:normal;
	align-items:normal;
	-ms-flex-pack: normal;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
	cursor: move;
}

.modal-title{
	font-size:18px;
	font-weight:600;
}

@media only screen and (max-width: 600px) {
 .modal-title{
	font-size:14px;
}
}

/* End Modal window styles ------ */

/* Homebooks back-office styles ------ */
.bo-table-wrapper {
	height: 400px;
	overflow-y: auto;
}
.bo-table-td, .bo-table-th {
	font-size: 0.8rem;
}
.bo-table-link{
	font-size: 0.8rem;
	color: #6eb3e0 !important;
	border:1px solid #6eb3e0 !important;
	border-radius:4px;
	padding:2px;
}
.bo-table-link:hover{
	color: #454545 !important;
	border:1px solid #454545 !important;
}
