﻿@charset "utf-8";
/* CSS Document */


/*
===============================================
web fonts
========================================*/

@font-face {
	font-family: Roboto-Thin;
	src: url("../fonts/Roboto-Thin.woff2?v=1.1.0") format("woff2"), url("../fonts/Roboto-Thin.woff?v=1.1.0") format("woff"), url("../fonts/Roboto-Thin.ttf?v=1.1.0") format("truetype");
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: Roboto-ThinItalic;
	src: url("../fonts/Roboto-ThinItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/Roboto-ThinItalic.woff?v=1.1.0") format("woff"), url("../fonts/Roboto-ThinItalic.ttf?v=1.1.0") format("truetype");
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: Roboto-Light;
	src: url("../fonts/Roboto-Light.woff2?v=1.1.0") format("woff2"), url("../fonts/Roboto-Light.woff?v=1.1.0") format("woff"), url("../fonts/Roboto-Light.ttf?v=1.1.0") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: Roboto-LightItalic;
	src: url("../fonts/Roboto-LightItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/Roboto-LightItalic.woff?v=1.1.0") format("woff"), url("../fonts/Roboto-LightItalic.ttf?v=1.1.0") format("truetype");
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: Roboto-Regular;
	src: url("../fonts/Roboto-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/Roboto-Regular.woff?v=1.1.0") format("woff"), url("../fonts/Roboto-Regular.ttf?v=1.1.0") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Roboto-Italic;
	src: url("../fonts/Roboto-Italic.woff2?v=1.1.0") format("woff2"), url("../fonts/Roboto-Italic.woff?v=1.1.0") format("woff"), url("../fonts/Roboto-Italic.ttf?v=1.1.0") format("truetype");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: Roboto-Medium;
	src: url("../fonts/Roboto-Medium.woff2?v=1.1.0") format("woff2"), url("../fonts/Roboto-Medium.woff?v=1.1.0") format("woff"), url("../fonts/Roboto-Medium.ttf?v=1.1.0") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: Roboto-Bold;
	src: url("../fonts/Roboto-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/Roboto-Bold.woff?v=1.1.0") format("woff"), url("../fonts/Roboto-Bold.ttf?v=1.1.0") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: Roboto-BoldItalic;
	src: url("../fonts/Roboto-BoldItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/Roboto-BoldItalic.woff?v=1.1.0") format("woff"), url("../fonts/Roboto-BoldItalic.ttf?v=1.1.0") format("truetype");
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: Roboto-Black;
	src: url("../fonts/Roboto-Black.woff2?v=1.1.0") format("woff2"), url("../fonts/Roboto-Black.woff?v=1.1.0") format("woff"), url("../fonts/Roboto-Black.ttf?v=1.1.0") format("truetype");
	font-weight: 900;
	font-style: normal;
}
/*
===============================================
website style's
========================================*/



body {
	font-family: Roboto-Regular;
	color: #212121;
	font-size: 1rem;
	line-height: 1.7;
	background-color: #f7f7f7;
	font-weight: normal!important;
}
.font-weight-bold,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
th {
	font-weight: normal!important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
label {
	font-family: Roboto-Medium;
}
.font-weight-bold,
th {
	font-family: Roboto-Bold;
}
a,
.btn-link {
	color: #242423;
}
a:hover,
.btn-link:hover {
	color: #545454;
	text-decoration: none;
}
.jumbotron {
	background-color: #fff;
	border-radius: 0px;
}
.form-control,
.btn {
	border-radius: 0px;
}
.btn {
	border-radius: 1px;
}
.btn-primary {
	background-color: #242423;
	border-color: #242423;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	background-color: #343434;
	border-color: #343434;
}
.homepage-banner {
	background: url(../images/banner-image.jpg) no-repeat top left #fff;
	background-size: cover;
}
.card-shadow {
	border-radius: 0px;
	border: none;
	box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
}
 .posting-control::-webkit-input-placeholder, .posting-control {
 font-size:1.4rem!important;
}
::-webkit-input-placeholder {
 color:#bababa!important;
}
.card-hh {
	border: none;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.17);
	border-radius: 0px;
	transition: box-shadow 0.3s ease-in-out;
}
.card-hh:hover {
	box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.41);
}
.cursor-p {
	cursor: pointer;
}
.border-grey {
	border-color: #f2f2f2!important;
}
.btn-backs {
	font-size: 2rem;
	padding: 0.38rem 1rem;
}
.read-more,
.read-more:hover,
.read-more:focus {
	font-size: 2rem;
	line-height: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #666;
}
.container-fluid {
	width: 100%;
}
@media (min-width: 1366px) {
.container-fluid {
	width: 80%;
}
}
.jumbotron {
	transition: all 0.3s ease-out;
}
.jumbotron.fixed {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	box-shadow: 0 8px 16px -6px rgba(0, 0, 0, 0.26);
	transition: all 0.3s ease-out;/*background-color: #343a40;
	color:#fff;*/
}
.jumbotron.fixed textarea {
/*border: none;*/
}
.dropdown-menu {
	padding: 0px;
	border: none;
	border-radius: 0px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.17);
}
.dropdown-item {
	padding: 0.5rem 0.8rem;
	min-width: 240px;
}
.dropdown-item:hover,
.dropdown-item:focus {
	background-color: #242423;
	color: #fff;
}
.jumbotron {
	padding-left: 0px!important;
	padding-right: 0px!important;
	box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.17);
}
.navbar {
	padding: 0.5rem 1rem;
}
@media (min-width: 992px) {
.navbar {
	padding: 0.5rem 0rem;
}
}
.innerpages {
	padding-top: 6rem
}
.innerpages.sm {
	padding-top: 2rem
}
.sidebar {
	position: fixed;
	top: 77px;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
	box-shadow: 0px -10px 20px 0px #00000047;
	background-color: #FFF;
}
/* Sidebar navigation */
.sidebar {
	padding-left: 0;
	padding-right: 0;
}
.sidebar .nav {
/*margin-bottom: 1px;*/
}
.link-first {
	background-color: #e0e0e0;
	margin-bottom: 1px;
}
.sidebar .nav-item {
	width: 100%;
}
.sidebar .nav-item + .nav-item {
	margin-left: 0;
}
.sidebar .nav-link {
	border-radius: 0;
}
.nav-link i.icon-plus {
	font-size: 0.6rem;
	position: relative;
	top: -1px;
	padding-right: 5px;
}
.nav-link i.icon-plus:before {
	content: "\ea0b";
}
.nav-link.collapsed i.icon-plus:before {
	content: "\ea0a";
}
.dropdown-toggle::after {
	position: relative;
	top: 2px;
}
 @media (min-width: 1366px) {
.container-fluid {
	width: 100%;
}
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: #e0e0e0;
	color: #242423;
	font-family: Roboto-Bold;
}
textarea.form-control-lg {
	height: 200px;
}
.breadcrumb {
	padding: 0px;
	background-color: transparent;
}
.collapse-listing {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.collapse-listing li {
	padding-left: 20px;
	border-bottom: solid 1px #f3f3f3;
}
.collapse-listing li:hover,
.collapse-listing li.active {
	background-color: #f7f7f7;
}
.collapse-listing li.active a,
.collapse-listing li.active:hover a {
	font-family: Roboto-Bold;
	color: #242423!important;
}
footer {
	background-color: #181818;
	color: #666;
	margin-top: 2rem;
	font-size: 0.9rem;
}
.copyright {
	padding: 1rem;
	text-align: center;
}
.footer {
	background-color: #242423;
	padding: 2rem 0;
	color: #656565;
}
footer p {
	margin-bottom: 0;
}
footer a {
	color: #656565;
}
footer a:hover {
	color: #b4b4b4;
}
.card {
	border-radius: 0px;
}
.card h5 i.icon-plus {
	font-size: 0.6rem;
	position: relative;
	top: -2px;
}
.card.collapsed h5 i.icon-plus:before {
	content: "\ea0a";
}
.card h5 i.icon-plus:before {
	content: "\ea0b";
}
.collaps-tab-contents {
	z-index: -1;
	position: relative;
	top: -1px;
}
.collaps-tab-menu .btn {
	background-color: transparent;
	border-radius: 0px;
	border: 1px solid transparent;
	border-bottom: 0px;
	position: relative;
	z-index: 1;
}
.collaps-tab-menu .btn.active {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-bottom: 0px;
}
.input-group-hh .form-control {
	border: none;
	border-radius: 50px
}
.input-group-hh .btn {
	background-color: #fff;
	border-radius: 50px
}
.side-dropdown {
	padding: 0.3rem;
	background-color: #f7f7f7;
}
.side-dropdown .form-control {
	font-size: 1.05rem;
	color: #242423;
	font-family: Roboto-Bold;
	padding: 0.5rem;
}
select optgroup {
	font-family: Roboto-Bold!important;
	font-weight: normal!important;
	font-style: normal!important;
}
optgroup > option {
	font-family: Roboto-Regular;
}
.side-dropdown .nav-link {
	border: solid 1px #c1c1c1;
	margin: 0 0.3rem;
	background-color: #fff;
	font-size: 1.05rem;
	color: #242423;
}
.btn,
.btn:hover,
.btn:focus,
.form-control,
.form-control:hover,
.form-control:focus,
.page-link,
.page-link:focus {
	box-shadow: none!important;
}

.table-hh th{
	border-top:none;
}

.sort-link i{
	font-size: 0.6rem;
}
.sort-link i.sorted:before{
	content:"\ea3a";
}


.pagination .page-item .page-link{
	color:#242423;
}

.footer-inside-page{
	margin:0px;
	margin-left:20%;
	max-width:75%;
}


#back2Top {
    width: 60px;
    line-height: 60px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 25px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #eee;
    color: #000;
}

#whatsNewContainer {
    max-height:190px;
    overflow:hidden;
}

#whatsnewcontent {
    max-width:900px;
}

.paraIndent p {
    margin-left:30px;
}

.paraIndent ul {
    margin-left:30px;
}

.bulletArrow {
    width:10px;
    height:13px;
    margin-left:6px;
}

.bulletDown
{
    width:13px;
    height:10px;
    margin-left:6px;
}

.bulletRound {
    width:5px;
    height:5px;
    margin-right:10px;
}

.siteUnderContruct {
    width:40%;
    margin-left:20%;
    margin-top:10%;
}

#SandBoxCalls {
    width:60%;
    margin: 0 auto;
    margin-top:100px;
}

.MenutileStyle {
    background-color:#eee;
    width:250px;
    height:150px;
    text-align:center;
    float:left;
    margin-left:50px;
    margin-top:30px;
    border:1px solid #e1e1e1;
    border-radius: 5px;
}

    .MenutileStyle span {
        text-align:center;
        display:block;
        /*padding-top:50px;*/
        font-size:16px;
        font-weight:bold;
        color:#212121;
    }

    .MenutileStyle a {
        font-size:small;
        text-decoration:underline;
        cursor:pointer; 
    }

    .MenutileStyle img {
        padding-top:30px;
        width:50px;
    }
