@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');


html {
	scroll-behavior: smooth;
}

body {
    color: #333333;
    font-size: 14px;
    line-height: 23px;
	font-family: 'Open Sans', sans-serif;
}

h1 {font-size: 36px; color: #3789eb;}


.t3-mainnav .t3-navbar-collapse .navbar-nav li > a, .t3-mainnav .t3-navbar-collapse .navbar-nav li > span {
    /*font-size: 16px;
    line-height: 26px;*/
	text-transform: capitalize;
	cursor: pointer;
}
@media (min-width: 768px) {
.navbar-nav {
    float: right;
}

}

.breadcrumb li a, .breadcrumb li span {
    text-transform: capitalize;
}


.body__home #header {margin-bottom: 0;}
.body__home .map {
	background: transparent url("../images/home_bg.jpg") center center fixed no-repeat;  margin:0; padding:0; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 700px;
}
.body__home #t3-footer .footer-2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.moduleLoginHome {
	margin-top: 80px;
	padding: 50px;
	border-radius: 10px;
	background:#ffffff; 
}


.mod-languages.moduleLanguages li {
	padding-bottom: 5px;
	padding-top: 5px;
}


	
/*   Contents Start   */
.alert {
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger:before {
    color: #a94442;
	content: '\f057';
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info:before {
    color: #31708f;
	content: '\f05a';
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success:before {
    color: #3c763d;
	content: '\f058';
}
.alert:before {
    position:inherit;
    left: 0px;
    font-size: 28px;
	padding-right: 8px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f4f5f7;
    border: 1px solid #d7d8da;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.btn.btn-edit {
    color: #fff;
    background-color: #01afe8;
    border-color: #01afe8;
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
    padding: 7px 16px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


ul li, ol li {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
	text-transform: none;
}


.mod-bootstrap-collapse .panel-group .panel {
    margin-bottom: 20px;
}
.mod-bootstrap-collapse .panel-group .panel-heading a {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.moduletable.moduleCollapseUserguide {
	margin-bottom: 30px;
}
.moduletable.moduleCollapseUserguide .module_container {
	border: solid 1px #cccccc;
	border-radius: 10px;
	padding: 15px;
}
.mod-bootstrap-collapse .panel-group .panel .panel-heading {
	padding: 0 10px;
	
}
.mod-bootstrap-collapse .panel-group .panel.active .panel-heading.selected {
	background: #f5f5f5;
	padding: 10px;
	
}
.mod-bootstrap-collapse .panel-group .panel.active .panel-heading.selected a {
	font-weight: 600;
	
}
.mod-bootstrap-collapse .panel-group .panel.active .panel-body {
	border: solid 1px #eeeeee !important;
	padding: 20px;
	border-radius: 0 0 10px 10px;
}

/*   Contents End   */


/*   Side Menu Start   */

.t3-sidebar .t3-sidebar-content {
	border: solid 1px #cccccc;
	background: #f5f5f5;
	border-radius: 5px;
	padding: 8px;
}


.moduleSideCategory .categories-module.moduleSideCategory ul {
	margin-left: 18px;
	color: #888888;
}
.moduleSideCategory .categories-module.moduleSideCategory ul a {
	color: #888888;
	text-transform: capitalize;
}

.items-more ul li {
	text-transform: capitalize;
}


.moduleUserguideSideMenu .menu ul.nav-child {
	margin-left: 18px;
	color: #888888;
	line-height: 26px;
}

.moduleUserguideSideMenu .menu ul.nav-child a {
	color: #888888;
	text-transform: capitalize;
}
.moduleUserguideSideMenu .menu ul.nav-child a:hover {
	margin-left: -10px;
}

.moduleUserguideSideMenu .menu ul.nav-child a:hover:before {
	content: "\f105";
	font-family: "fontawesome";
	font-size: 14px;
	margin-right: 5px;
	color: #1ebbd1;
}
.moduleUserguideSideMenu .menu ul.nav-child .active a {
	margin-left: -10px;
}
.moduleUserguideSideMenu .menu ul.nav-child .active a:before {
	content: "\f105";
	font-family: "fontawesome";
	font-size: 16px;
	margin-right: 5px;
	color: #1ebbd1;
}

/*   Side Menu End   */


#member-registration.form-horizontal .control-label {
    display: inline-block;
}
#member-registration.form-horizontal .control-group .controls {
    margin-left: 0px;
    display: inline-block;
    min-width: 550px;
}

strong.formRequired {
    font-weight: normal;
    color: #ff0000;
}
.pageRegistration label + * {
    margin-top: 3px;
}



.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
    display: block;
	width: 100%;
    max-width: 100%;
    height: 38px;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    color: #909090;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 20px;
    vertical-align: middle;
    outline: none;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 1s ease , box-shadow 1s ease;
    -o-transition: border-color 1s ease , box-shadow 1s ease;
    transition: border-color 1s ease , box-shadow 1s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.formResponsive input[type="submit"], .formResponsive button[type="submit"] {
    background: #f9821f;
    text-transform: capitalize;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 38px;
}
.formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover {
    background: #000000;
    border: 1px solid transparent;
    outline: none !important;
    color: #ffffff;
}


.page-blog.pageUserGuide.icons li {
	display: inline-block;
	width: 300px;
	padding: 5px;
}
.page-blog.pageUserGuide.icons li .image {
  max-width: 100%;
	width: 46px;
  height: auto;
}

/*#rsticketspro_dashboard_search {
	display: none !important;
}*/


#hdp-container .filters.btn-toolbar .chzn-container {
	display: inline-block;
	width: 250px !important;
}


#modules-form input, #adminForm input {
	float: none;
}

.hdp_ticket_comments {clear: both;margin-top: 30px;}
.hdp-ticket-comment {
    /*margin: 30px 0;*/
}

#hdp-right-panel th {
    background-color: #3789eb;
	background-image: linear-gradient(to bottom, #3789eb, #3789eb);
}
