a,
a:hover {
	color: #c82b2b;
}

a:focus,
button:focus {
	outline: none !important;
}

body {
	background: #fff;
	height: auto;
}

.w-100 {
    width: 100%;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr !important;
}

.remove-padding {
	padding: 0;
}

.remove-margin {
	margin: 0;
}

img {
	margin: 0 auto;
	max-width: 100%;
}

b, strong {
	color: #c82b2b;
	font-weight: normal;
}

table td {
	vertical-align: middle !important;
}

td:focus {
	outline: none;
}

.status {
	border: none;
	background: #eee;
}

.main-content {
	margin: 0;
}

.dataTables_wrapper .dataTables_info {
	border-radius: 3px 3px 0 0 !important;
	background: #394657;
}

.form-control {
	border-radius: 3px;
}

.btn {
	border-radius: 2px;
}

.btn-success,
.btn-default,
.btn-success:hover,
.btn-default:hover,
.btn-success:focus,
.btn-default:focus,
.btn-success:active,
.btn-default:active {
	background: #c82b2b !important;
	border: 1px solid #c82b2b !important;
	color: #fff !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #394657 !important;
	border: 1px solid #394657 !important;
}

.ticket-number {
	color: #c82b2b;
}

.kb-search-container {
	margin-bottom: 20px;
}

.header-lined h1,
.header-lined h2 {
    border-bottom: 1px solid #ccc !important;
    color: #1a2431 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
	margin-top: 0 !important;
    padding: 6px 0 !important;
}

.header-lined small {
	color: rgba(256, 256, 256, 0.5) !important;
}

.btn {
	transition: all 0.2s ease-in-out;
}

#btnCompleteOrder .fa {
	transform: rotateZ(180deg);
	vertical-align: middle;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #394657;
    border-color: #394657;
}
/***** begin top bar *****/
.top-bar {
	background: #c82b2b;
	padding: 5px 0;
}

.top-bar .container {
	max-width: 1170px;
}

input[type="tel"],
input[type="email"],
input[type="password"] {
	direction: ltr;
}

.progress-bar {
	float: left;
}

/***** end top bar *****/

/**** begin client-top-access ****/
.client-top-access {
    text-align: left;
}

.client-top-access > .btn-group > a,
.client-top-access > .btn-group .dropdown,
.client-top-access > .btn-group > .client-number {
    float: left;
}

.client-top-access > .btn-group > a,
.client-top-access > .btn-group #notifications {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    color: #ffffff;
    font-size: 16px;
    height: 20px;
    margin: 0;
    padding: 0;
    transition: all 0.2s linear;
    width: 25px;
}

.client-top-access > .btn-group > a:hover,
.client-top-access > .btn-group #notifications:hover,
.client-top-access > .btn-group #notifications[aria-expanded="true"] {
    border: none;
    color: #1a2431;
    margin: 0;
    padding: 0;
}

.client-top-access .tooltip {
	min-width: 100px;
}

.client-top-access .tooltip-inner {
	padding: 10px;
}

#notifications + .dropdown-menu {
    display: block;
    left: 10px;
    min-width: 200px;
    opacity: 0;
    padding: 5px !important;
    right: auto;
}

#notifications + .dropdown-menu .notification-item {
    background: #fbfbfb;
    display: block;
    margin-bottom: 2px;
    margin-top: 2px;
}

#notifications + .dropdown-menu .icon {
    background: #1a2431;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    padding: 4px;
    text-align: center;
    width: 30px;
}

#notifications + .dropdown-menu .icon .fa {
    font-size: 15px;
    position: relative;
    top: 2px;
}

#notifications + .dropdown-menu .notification-content {
    font-size: 12px;
}

#notifications + .dropdown-menu .notification-title {
	color: #1a2431;
    display: inline-block;
    width: calc(100% - 69px);
}

#notifications + .dropdown-menu .notification-value {
    background: #d2d2d2;
    border-radius: 2px 0 0 2px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    width: 30px;
}

.client-top-access .client-number {
    color: #fff;
    line-height: 40px;
}

.client-top-access .client-number .fa {
    font-size: 18px;
}

#notifications + .dropdown-menu .notification-item,
#notifications + .dropdown-menu .notification-item .notification-title,
#notifications + .dropdown-menu .notification-item .icon,
#notifications + .dropdown-menu .notification-item .notification-value {
	transition: all 0.2s ease-in-out;
}

#notifications + .dropdown-menu .notification-item:hover {
	background: #f8f8f8;
}

#notifications + .dropdown-menu .notification-item:hover .notification-title {
	color: #c82b2b;
}

#notifications + .dropdown-menu .notification-item:hover .icon {
	background: #c82b2b;
}

#notifications + .dropdown-menu .notification-item:hover .notification-value {
	background: #1a2431;
}

.return-to-main-site {
	background: #00455e;
	border-radius: 2px;
    color: #628aa7;
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    margin-right: 20px;
    padding: 0 10px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.return-to-main-site:hover {
	background: #025878;
    color: #739fbf;
}

@media(max-width:767px) {

	.client-top-access {
		border-top: 1px solid rgba(256, 256, 256, 0.1);
		margin-top: 5px;
		padding-top: 5px;
	}

	.top-access-open-ticket {
		float: right;
		margin-top: 3px;
	}

	.return-to-main-site {
		float: left;
	}

	.client-top-access .btn-group > a,
	.client-top-access .btn-group #notifications  {
		margin-left: 0 !important;
		margin-right: 5px !important;
	}

}
/**** end client-top-access ****/

/***** begin client-menu and main-menu drop down *****/
.client-menu .dropdown .dropdown-toggle b,
#main-menu .dropdown .dropdown-toggle b {
	position: relative;
	left: 5px;
	transition: all 0.2s linear;
}

.client-menu .dropdown-toggle[aria-expanded="true"] b,
#main-menu .dropdown-toggle[aria-expanded="true"] b {
	transform: rotateZ(180deg);
}

.client-menu .dropdown-menu,
.client-menu .dropdown-toggle[aria-expanded="false"] + .dropdown-menu,
#main-menu .dropdown-menu,
#main-menu .dropdown-toggle[aria-expanded="false"] + .dropdown-menu,
#notifications + .dropdown-menu,
#notifications[aria-expanded="false"] + .dropdown-menu {
    border: none;
    border-radius: 0 0 2px 2px !important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    display: block;
    margin-top: 0;
    min-width: 250px;
    opacity: 0;
    padding: 5px 0 0 0;

    transform: scale(1, 0);
    transition: transform 0.5s cubic-bezier(0.84, -0.4, 0.29, 1.15), opacity 0.3s 0.2s linear;
    transform-origin: top center;
}

.client-menu .dropdown-toggle[aria-expanded="true"] + .dropdown-menu,
.client-menu .dropdown-toggle[aria-expanded="true"] + .dropdown-backdrop + .dropdown-menu,
#main-menu .dropdown-toggle[aria-expanded="true"] + .dropdown-menu,
#main-menu .dropdown-toggle[aria-expanded="true"] + .dropdown-backdrop + .dropdown-menu,
#notifications[aria-expanded="true"] + .dropdown-menu,
#notifications[aria-expanded="true"] + .dropdown-backdrop + .dropdown-menu {
    opacity: 1;
    transform: scale(1, 1);
    transition: transform 0.5s cubic-bezier(0.78, -0.02, 0.32, 1.43), opacity 0.3s linear;
}

.client-menu .dropdown-menu a,
.client-menu .dropdown-menu a:focus,
#main-menu .dropdown-menu a,
#main-menu .dropdown-menu a:focus {
	background: #fff;
    color: #1a2431;
    font-size: 13px;
    line-height: 2;
    outline: none;
    overflow: hidden;
    padding: 10px !important;

    transition: all 0.2s linear;
}

.client-menu .dropdown-menu li:hover a,
#main-menu .dropdown-menu li:hover a {
	background: none;
	color: #c82b2b;
	padding-right: 20px !important;
}

.client-menu .dropdown-menu a:before,
#main-menu .dropdown-menu a:before {
	display: inline-block;
	content: "\f104";
	font-family: Fontawesome;
	font-size:  14px;
	transform: translateX(20px);
	transition: all 0.2s linear;
	vertical-align: middle;
}

.client-menu .dropdown-menu a:hover:before,
#main-menu .dropdown-menu a:hover:before {
	transform: translateX(5px);
}

.client-menu .dropdown-menu li,
#main-menu .dropdown-menu li {
	border-bottom: 1px dashed #eee;
}

.client-menu .dropdown-menu li:last-child,
#main-menu .dropdown-menu li:last-child {
	border-bottom: none;
}

.client-menu .dropdown-menu .nav-divider,
#main-menu .dropdown-menu .nav-divider {
	border-bottom: 1px solid #c82b2b40;
	display: none;
}

.client-menu .dropdown-menu .nav-divider a,
#main-menu .dropdown-menu .nav-divider a {
	display: none;
}

@media(min-width: 991px) {

	.client-menu .dropdown:hover .dropdown-menu,
	#main-menu .dropdown:hover .dropdown-menu {
		opacity: 1;
		transform: scale(1, 1);
		transition: transform 0.5s cubic-bezier(0.78, -0.02, 0.32, 1.43), opacity 0.3s linear;
	}

	.client-menu .dropdown:hover .dropdown-toggle b,
	#main-menu .dropdown:hover .dropdown-toggle b {
		transform: rotateZ(180deg);
	}
}
/***** end all drop down *****/


/***** begin client-menu *****/
.client-menu {
    display: inline-block;
}

.client-menu .list-unstyled {
    padding: 0;
}

.client-menu .dropdown-toggle {
	border-radius: 3px;
	color: #ffffff;
	font-size: 13px;
	padding: 0;
	margin-right: 10px;
	transition: all 0.2s linear;
}

.client-menu  .dropdown-toggle b {
	color: #ffffff;
}

.client-menu .dropdown .dropdown-toggle[aria-expanded="true"],
.client-menu .dropdown:hover .dropdown-toggle,
.client-menu .dropdown:hover .dropdown-toggle b,
.client-menu .dropdown .dropdown-toggle[aria-expanded="true"] b {
	color: #fff;
}

.client-menu .dropdown-menu {
    margin-top: 5px;
}

@media(max-width:767px) {
	.client-menu .dropdown-toggle {
		margin: 0;
		line-height: 30px;
	}
}

.top-access-open-ticket,
.top-access-open-ticket:focus {
	border: none;
	box-shadow: none;
	color: #1a2431;
	margin: 0 0 0 10px;
	padding: 3px;

	transition: all 0.2s linear;
}

.top-access-open-ticket:hover {
	color: #c82b2b;
}
/***** end client-menu *****/


/***** begin top menu *****/
#main-menu {
	background-color: #1a2431 !important;
	background-image: linear-gradient(-45deg, #c82b2b 28%, #1a2431 28%);
	background-size: 100%  72px;
	background-repeat: no-repeat;
}

#main-menu .container {
	max-width: 1170px;
}

#main-menu .navbar {
    background: transparent !important;
    border: none;
    border-radius: 0;
    margin: 0;
}

#main-menu .navbar-brand {
    padding: 0 30px;
    height: auto;
}

#main-menu .navbar-brand img {
	height: 70px
}

#main-menu .navbar-nav {
    float: left;
}

#main-menu .navbar-toggle,
#main-menu .navbar-toggle:focus {
	background: transparent;
	border-color: #c82b2b;
	margin-top: 12px;
}

#main-menu .navbar-toggle[aria-expanded="true"] {
	background: #c82b2b;
}

#main-menu .navbar-toggle span {
    background: #c82b2b;
    height: 3px;
    margin-bottom: 5px;
    width: 30px;
}

#main-menu .navbar-toggle[aria-expanded="true"] span {
	background: #fff;
}

#main-menu .navbar-collapse {
    border: none;
}

#main-menu .list-unstyled {
    padding: 0;
}

#main-menu .dropdown-toggle {
	background: none !important;
	color: #fff;
}

#main-menu .dropdown-toggle b {
	color: #fff;
}

#main-menu .dropdown .dropdown-toggle[aria-expanded="true"],
#main-menu .dropdown .dropdown-toggle[aria-expanded="true"] b {
	color: #c82b2b;
}

#main-menu .dropdown:hover .dropdown-menu,
#main-menu .dropdown .dropdown-toggle[aria-expanded="true"] + .dropdown-menu,
#main-menu .dropdown .dropdown-toggle[aria-expanded="true"] + div + .dropdown-menu {
	transition-delay: 0.125s;
}

#main-menu .dropdown-menu {
	background: #1a2431;
}

#main-menu .navbar-nav > li {
	position: relative;
}

#main-menu .navbar-nav > li > a {
	padding-top: 25px;
}

#main-menu .navbar-nav > li > a:before {
	background: #c82b2b;
	content: "";
	height: 5px;
	position: absolute;
	right: 50%;
	top: 0;
	width: 0;

	transition: all 0.2s linear;
}

#main-menu .navbar-nav a,
#main-menu .navbar-nav a:focus {
	background: #1a2431;
    color: #fff;
}

#main-menu .dropdown-menu li {
	border-bottom-color: rgba(256,256,256,0.1);
}

@media(min-width: 992px) {

	#main-menu {
		position: sticky;
		top: 0;
		z-index: 100;
	}

	#main-menu .dropdown-menu li:hover a {
		color: #c82b2b;
		padding-right: 20px !important;
	}

	#main-menu .navbar-nav > li:hover > a:before,
	#main-menu .navbar-nav > li > .dropdown-toggle[aria-expanded="true"]:before {
		right: 0%;
		width: 100%;
	}

	#main-menu .dropdown:hover .dropdown-toggle,
	#main-menu .dropdown:hover .dropdown-toggle b {
		color: #ffffff;
	}
}

.top-access-open-ticket,
.top-access-open-ticket:focus {
	border: none;
	box-shadow: none;
	color: #ffffff;
	margin: 0 0 0 10px;
	padding: 3px;
	transition: all 0.2s linear;
}

.top-access-open-ticket:hover {
	color: #1a2431;
}

@media(max-width: 1200px) {
	#main-menu {
		background-color: none !important;
		background-image: linear-gradient(-45deg, #c82b2b 23%, #1a2431 23%);
	}
}

@media(max-width: 992px) {
	#main-menu {
		background-color: none !important;
		background-image: linear-gradient(-45deg, #c82b2b 30%, #1a2431 30%);
	}

	#main-menu {
		background-color: none !important;
		background-image: linear-gradient(-45deg, #c82b2b 33%, #1a2431 33%);
	}

    #main-menu a {
        background: none !important;
        line-height: 24px;
    }

    #main-menu .navbar-collapse {
        background: rgba(256, 256, 256, 0.05);
        border-radius: 3px;
        margin-left: 10px;
        margin-right: 20px;

    }

    #main-menu .nav-divider {
        background: none;
        display: none;
    }

    #main-menu .dropdown-menu {
        background: rgba(256, 256, 256, 0.075);
        border-radius: 3px;
        padding: 10px;
        margin: 5px 30px;
    }

	#main-menu .dropdown-menu a {
		display: inline-block;
		padding: 0;
		font-size: 13px;
	}

	#main-menu .navbar-nav > li > .dropdown-toggle[aria-expanded="true"]:before {
		right: 0%;
		width: 100%;
	}

	#main-menu .navbar-nav > li > .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		display: block;
		position: static;
		float: none;
	}
}

@media(max-width: 700px) {

	#main-menu {
		background-color: none !important;
		background-image: linear-gradient(-45deg, #c82b2b 37%, #1a2431 37%);
	}

}

@media(max-width: 600px) {

	#main-menu {
		background-color: none !important;
		background-image: linear-gradient(-45deg, #c82b2b 45%, #1a2431 45%);
	}

}

@media(max-width: 500px) {

	#main-menu {
		background-color: none !important;
		background-image: linear-gradient(-45deg, #c82b2b 52%, #1a2431 52%);
	}

}
/***** end top menu *****/

/***** begin footer *****/
.footer .container,
.footer-2 .container {
	max-width: 1170px;
}

.footer {
	background-color: #1a2431;
	padding: 60px 0;
}

.footer-box-title {
	padding-bottom: 5px;
}

.footer-box-title p {
	border-bottom: 1px solid rgba(256,256,256,0.2);
	color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.footer-box-content a,
.footer-box-content p {
	color: #fff;
	font-size: 13px;
	line-height: 2;
	transition: all 0.15s ease-in-out;
}

.footer-box-content a:hover {
	color: #c82b2b;
}
/***** end footer *****/

/***** begin copyright *****/

.copy-right {
	background: #c82b2b;
	color: #6e859b;
	font-size: 12px;
	padding: 15px 0;
}

.copy-right .container {
	max-width: 1170px;
}

.copy-right .socials a {
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin-left: 5px;
	opacity: 0.75;
	text-align: center;
	transition: all 0.2s linear;
	width: 40px;
}

.copy-right .socials a:hover {
	opacity: 1.0;
}

.copy-right p {
	color: #f1caca;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}

.copy-right p a {
	color: #fff;
}

@media(max-width: 767px) {
	.copy-right,
	.copy-right p {
		text-align: center;
	}
}
/***** end copyright *****/

/***** begin icon list *****/
.iconlist img {
	width: 48px;
}

/***** end icon list *****/

/***** beign list-inline *****/
.list-inline li {
	display: inline-block;
}

.copy-right .list-inline li {
	border-left: 1px solid #718c98;
	height: 12px;
	line-height: 12px;
	padding: 0 5px;
}

.copy-right .list-inline li:last-child {
	border: none;
}

.copy-right .list-inline li a {
	color: #718c98;
}

.copy-right .list-inline li a:hover {
	color: #fff;
}

@media (max-width: 576px) {
	.copy-right {
		text-align: center;
	}

	.iconlist {
		text-align: center;
	}
}
/***** end list-inline *****/

/***** begin icon list *****/
.icon-list .icon {
	color: #8ea7bf;
	display: inline-block;
	font-size: 25px;
	height: 25px;
	line-height: 25px;
	text-align:  center;
	transition: all 0.3s ease-in-out;
	width: 25px;
}

.icon-list .icon:hover {
	color: #fff;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

@media(min-width:768px) {
	.icon-list {
		text-align: left;
	}
}

@media(max-width:767px) {
	.icon-list {
		text-align: center;
	}
}
/***** end icon list *****/

section#main-body {
	padding: 20px;
	background-color: #fff;
}

/***** begin tiles *****/
.tiles .tile {
	padding: 3px;
}

.tiles .tile a {
	background: #394657;
	background-image: linear-gradient(-45deg, #394657 calc(100% - 85px), #c82b2b 85px);
	border: none;
	border-radius: 0;
	display: block;
	padding: 0 15px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.tiles .tile a:hover {
}

.tiles .tile a:after {
	clear: both;
	content: "";
	display: block;
	width: 100%;
}

.tiles .tile .icon {
	color: #fff;
	float: left;
	font-size: 45px;
	height: 120px;
	position: static;
}

.tiles .tile .icon:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.tiles .tile .icon .fa {
	position: relative;
	top: 5px;
}

.tiles .tile .title {
	color: #fff;
	float: right;
	font-size: 15px;
	padding-right: 10px;
	padding-top: 50px;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
	transform-origin: top right;
}

.tiles .tile:hover .title {
	transform: scale(1);
}
/***** end tiles *****/

/***** begin home top slider *****/
#slider-container .slide {
	position: relative;
}

#slider-container .slide-text {
	background: rgba(0,0,0,0.45);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#slider-container .slide-text:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
}

#slider-container .slide-text-content {
	color: #fff;
	direction: rtl;
	display: inline-block;
	margin: 70px 100px;
	max-width: 600px;
	padding-top: 50px;
	vertical-align: middle;
	text-align: right;
}

#slider-container .slide-title {
	font-size: 36px;
	font-weight: bold;
}

#slider-container .slide-description {
	color: #fff;
	font-size: 13px;
}

#slider-container .slide-text-left {
	 text-align: left;
}

#slider-container .slide-text-right {
	 text-align: right;
}

#slider-container .slide-text-center {
	 text-align: center;
}

#slider-container .slide-text-center .slide-text-content .slide-btn {
	text-align: center;
}

#slider-container .slide-btn a {
	background: rgba(256, 256, 256, 0.4);
	color: #c82b2b;
	display: inline-block;
    border-radius: 3px;
    font-weight: bold;
    margin: 10px 0;
    padding: 4px;
    transition: all 0.2s ease-in-out;
}

#slider-container .slide-btn a:hover {
	padding: 0;
}

#slider-container .slide-btn a span {
	background: #fff;
	border-radius: 2px;
	display: block;
	padding: 13px 26px;
	transition: all 0.2s ease-in-out;
}

#slider-container .slide-btn a:hover span {
	padding: 17px 30px;
}

@media(max-width: 992px) {

	#slider-container .slide-text-content {
		margin: 20px 30px;
		max-width: 500px;
		padding-top: 60px;
	}

	#slider-container .slide-title {
		font-size: 30px;
	}

}

@media(max-width: 768px) {

	#slider-container .slide-text-content {
		margin: 20px 30px;
		max-width: 440px;
		padding-top: 50px;
		vertical-align: bottom;
		text-align: right;
	}

	#slider-container .slide-title {
		font-size: 30px;
	}

}

@media(max-width: 576px) {

	#slider-container .slide-text-content {
		margin: 20px 0 0 0;
		max-width: auto;
		padding: 20px 20px 0 0;
		vertical-align: bottom;
		text-align: right;
		width: calc(100% - 10px);
	}

	#slider-container .slide-title {
		font-size: 18px;
	}

	#slider-container .slide-text-content {
		text-align: center;
	}
	
	#slider-container .slide-description {
		display: none;
	}

}
/***** end home top slider *****/


/***** begin side bars *****/
.sidebar .panel-heading {
    background-color: #394657;
    border-color: #394657;
    color:  #fff;
}

.sidebar .list-group a {
	background: #fff;
	color: #b7b7b7;
	transition: all 0.2s linear;
}

.sidebar .list-group a:hover,
.sidebar .list-group a.active {
	background: #c82b2b;
	color: #fff;
}

.sidebar .list-group i {
	color: #b7b7b7 !important;
}

.sidebar .list-group a .badge {
	background: #fff;
	border-radius: 100%;
	color: #b7b7b7;
	height: 30px;
	line-height: 30px;
	min-width: auto;
	padding: 0;
	width: 30px;
}

.sidebar .list-group a:hover .badge,
.sidebar .list-group a.active .badge {
	background: #fff;
	border-radius: 100%;
	color: #c82b2b;
	height: 30px;
	line-height: 30px;
	min-width: auto;
	padding: 0;
	width: 30px;
}

.sidebar .list-group a:hover i,
.sidebar .list-group a.active i {
	color: #fff !important;
}
/***** end side bars *****/


/***** begin products *****/
#order-standard_cart .header-lined {
	background: none;
	border-radius: 3px;
	overflow: hidden;
}

#order-standard_cart .header-lined h1 {
	background: #394657;
	border: none !important;
	color: #fff !important;
	font-size: 18px !important;
	margin: 0 !important;
	padding: 15px 10px !important;
}

#order-standard_cart .header-lined p {
	background: #c82b2b;
	border: none;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 3px 10px;
}

#order-standard_cart .products .product {
	border: 1px solid #394657 !important;
	border-radius: 3px !important;
	padding: 0 !important;
}

#order-standard_cart .products .product header {
	background: #394657 !important;
	border-radius: 3px 3px 0 0 !important;
	margin: 0 !important;
}

#order-standard_cart .products .product header span {
	border: none !important;
	color: #fff !important;
}

/***** end products *****/

/***** begin login page *****/
.logincontainer {
	border: 1px solid #394657;
	border-radius: 3px;
	padding: 0;
	overflow:  hidden;
	text-align: center;
}

.logincontainer .header-lined h1 {
	background: #394657;
	border: none;
	color: #fff !important;
	font-size: 18px !important;
	margin: 0;
	padding: 15px !important;
	text-align: right;
}

.logincontainer .header-lined small {
	color: rgba(256, 256, 256, 0.6) !important;
}

.logincontainer form {
	padding: 15px;
	text-align: right;
}

label {
	color: #c82b2b;
	font-weight: normal;
}

.logincontainer > p {
	background: #f3f3f3;
	border-radius: 3px;
	color: #73859d;
	display: inline-block;
	font-size: 13px;
	margin: 10px auto 0 auto;
	padding: 5px 10px;
	text-align: center;
}
/***** end login page *****/

/***** begin panel *****/
.panel {
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
}

.panel-heading {
	border-radius: 3px 3px 0 0;
}

.panel-minimise {
	transition: all 0.2s ease-in-out;
}

.panel-minimise.minimised {
	transform: rotateZ(-180deg);
}
/***** end panel *****/

/***** begin ticket information panel *****/
.panel[menuitemname="Ticket Information"] [menuitemname="Subject"] {
	padding-bottom: 10px;
	padding-top: 10px;
}

.panel[menuitemname="Ticket Information"] [menuitemname="Subject"] .truncate {
	display: inline-block;
	padding-top: 3px;
	vertical-align: middle;
	width: calc(100% - 105px);
}

.panel[menuitemname="Ticket Information"] [menuitemname="Subject"] .label {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
}

.panel[menuitemname="Ticket Information"] .list-group > div:first-child ~ div {
	color: #c82b2b;
	text-align: left;
}

.panel[menuitemname="Ticket Information"] .list-group > div:first-child ~ div .title {
	display: block;
	text-align: right;
}

.panel[menuitemname="Ticket Information"] .list-group > div:first-child ~ div br {
	display: none;
}
/***** end ticket information panel *****/

/***** begin shopping card *****/
#order-standard_cart .categories-collapsed {
	margin-bottom: 0 !important;
}

#order-standard_cart .categories-collapsed + div {
	margin-top: 20px;
}

#order-standard_cart .view-cart-items {
	border: 1px solid #ddd;
	margin: 0 !important;
}

#order-standard_cart .view-cart-items .item-price + div {
	text-align: center;
}

#order-standard_cart .view-cart-items .item-price + div .btn-remove-from-cart {
	background: #d9534f;
	color: #fff;
	height: 30px;
	margin-top: 10px;
	width: 30px;
}

#order-standard_cart .empty-cart {
	margin: 0 !important;
}

#order-standard_cart .order-summary {
	border-radius: 3px !important;
}

#order-standard_cart .order-summary h2 {
	background: #394657;
	border-radius: 3px 3px 0 0 !important;
	color: #fff !important;
}

#order-standard_cart .order-summary .total-due-today {
	padding: 10px 0;
	margin: 0 !important;
}

#order-standard_cart .order-summary .total-due-today + div a {
	width: calc(50% - 4px);
}

#order-standard_cart .order-summary .product-name {
	color: #c82b2b;
	font-weight: normal  !important;
}

#order-standard_cart .order-summary  .product-group {
	color: #3946579c;
	font-style: normal !important;
	margin-bottom: 20px !important;
}

#order-standard_cart .order-summary  .product-group:before {
	content: "\f114" !important;
	display: inline-block;
	font-family: 'FontAwesome';
	margin-left: 5px;
}

#order-standard_cart .order-summary .clearfix span:first-child {
	float: right !important;
	font-size: 14px;
	font-style: normal;
}

#order-standard_cart .order-summary .clearfix span:last-child {
	float: left !important;
	font-size: 14px;
}

#order-standard_cart .order-summary .total-due-today span {
	text-align: left !important;
}

#order-standard_cart .order-summary .amt {
	color: #c82b2b !important;
}

#order-standard_cart  .product-info br {
	display: none;
}

#order-standard_cart .order-summary .total-due-today + div {
	direction: ltr;
}

#order-standard_cart .order-summary #checkout {
	direction: rtl;
}

#order-standard_cart .order-summary #checkout i {
	transform: rotateZ(180deg);
}
/***** end shopping card *****/

/***** begin invoice *****/
.invoice-container {
	border: 1px solid #ddd;
	border-radius: 3px;
}

.hedaervois {
	background: #394657;
	border-radius: 3px 3px 0 0;
	margin-bottom: 0;
}

.hedaervois + .invoice-container {
	border-top: none;
	border-radius: 0 0 3px 3px;
	margin-top: 0;
}

.payment-btn-container [type="submit"] {
	background: #c82b2b;
	border-radius: 3px;
	border: none;
	color: #fff;
	padding: 5px 10px;
}

.hedaervois + .invoice-container + .invoice-container {
	padding-top: 20px;
}
/***** end invoice *****/

/***** begin knowledgebase *****/
.kb-article-title {
	border-bottom: 1px solid #ccc;
}

.kb-article-title h2 {
	color: #c82b2b;
	font-size: 18px;
	margin: 0;
	padding: 12px 0;
}

.kb-article-title a,
.kb-article-title a:hover {
	color: #c82b2b;
}

.kb-article-content {
	color: #616161;
	font-size: 14px;
	line-height: 2;
	text-align: justify;
}

.kb-article-details {
	margin: 0;
}

.kb-article-details:after {
	clear: both;
	content: "";
	display: block;
	width: 100%;
}

.kb-article-details li {
	float: left;
}

.kb-rate-article {
	background: #eee;
	border-radius: 3px;
	color: #aaa;
	font-size: 14px;
}

.kb-rate-article .btn {
	font-size: 14px;
}

.kb-rate-article .btn[value="no"] {
	color: #d9534f;
}

.kb-rate-article .btn[value="yes"] {
	color: #c82b2b;
}

.cat-item {
	margin-bottom: 20px;
}

.cat-item-file-size {
	text-align: left;
}

.cat-item-file-size small {
	background: #eee;
	border-radius: 3px;
	color: #999;
	margin: 0 2px;
	padding: 5px;
}
/***** end knowledgebase *****/


/***** begin announcement *****/
.announcement-single .title {
	border-bottom: 1px solid #ccc;
	color: #c82b2b;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0;
}

.announcement-single p {
    font-size: 14px;
    line-height: 2;
    margin: 2px 0 10px;
    text-align: justify;
}
/***** end announcement *****/

/***** begin section header *****/
.section-container {
	padding: 50px 0;
}

.section-container .container {
	max-width: 1170px;
}

.section-header .section-title-container {
	margin-bottom: 35px;
	text-align: center;
}

.section-header .section-title {
	display: inline-block;
	font-size: 32px;
	vertical-align: middle;
}

.section-header .section-icon {
	display: none;
	font-size: 20px;
	margin: 0 10px;
	vertical-align: middle;
}

.section-title-container {
	position: relative;
}

.section-title-container:before,
.section-title-container:after {
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	z-index: 1;
}

.section-title-container:before {
	background: #1a2431;
	left: calc(50% - 15%);
	width: 30%;
}

.section-title-container:after {
	background: #c82b2b;
	left: calc(50% - 7.5%);
	width: 15%;
}
/***** end section header *****/

/**** begin search-domain-section *****/
#search-domain-section {
	margin-top: 25px;
}

#search-domain-section .container {
	max-width: 1170px;
}

#search-domain-section .form-control{
	border-radius: 3px 0 0 3px;
	direction: ltr;
	font-size: 13px;
	text-align: left;
}

#search-domain-section .input-group {
	width: 100%;
}

#search-domain-section .input-group-btn .btn:first-child {
	border-radius: 0 3px 3px 0;
}

#search-domain-section .input-group-btn .btn {
	color: #fff;
	font-size: 12px;
    height: 46px;
	outline: none;
}

#search-domain-section .input-group-btn .btn.search {
	background-color: #c82b2b;
    border-color: #c82b2b;
	margin: 0;
    width: 200px;
}

#search-domain-section .input-group-btn .btn.transfer  {
	background-color: #1a2431;
	border-color: #1a2431;
	margin: 0;
	padding: 0px;
	width: 150px;
}

#default-captcha-domainchecker {
	font-size: 11px;
	margin: 0;
}

#default-captcha-domainchecker p {
	font-size: 11px;
	margin: 0;
	padding-top: 10px;
}

#inputCaptcha {
	border-radius: 3px;
	display: inline-block;
	padding: 5px;
	font-size: 11px;
	height: 25px;
	text-align: center !important;
}

#inputCaptchaImage {
	margin: 0 !important;
	vertical-align: middle;
}

#default-captcha-domainchecker .captchaimage + div {
	padding-top: 3px;
	text-align: right;
}

@media(max-width: 767px) {

	#search-domain-section .input-group-btn .btn.search {
		width: 100px;
	}

	#search-domain-section .input-group-btn .btn.transfer  {
		width: 100px;
	}
	
}

@media(max-width: 540px) {

	#search-domain-section .input-group-btn .btn.search {
		width: 70px;
	}

	#search-domain-section .input-group-btn .btn.transfer  {
		width: 70px;
	}
	
}
/**** end search-domain-section *****/

/***** begin home announcement *****/
#home-latest-announements {
	background: #eee;
	padding: 50px 0;
}

#home-latest-announements .container {
	max-width: 1170px;
}

#home-latest-announements .section-more-btn:hover {
	padding: 2px 20px 2px 10px;
}

#home-latest-announements .section-more-btn span,
#home-latest-announements .section-more-btn i {
	display: inline-block;
	vertical-align: middle;
}

#home-latest-announements .section-more-btn i { 
	margin-right: 5px;
}
/***** end home announcement *****/

/***** begin announcements 3-col *****/
.announcements-3-col .announcement-item {
	background: #fff;
	border-bottom: 8px solid #c82b2b;
	box-shadow: 0 0 1px rgba(0,0,0,0.15);
	margin-bottom: 20px;
	border-radius:  5px;
	transition: all 0.2s ease-in-out;
}

.announcement-item {}

.announcements-3-col .announcement-item:hover {
	box-shadow: 0 3px 14px rgba(0,0,0,0.15);
}

.announcements-3-col .announcement-title-date {
	padding: 15px;
}

.announcements-3-col .announcement-item .announcement-title {
	color: #1a2431;
	font-size: 20px;
	margin: 0;
	min-height: 43px;
	text-align: justify;
	transition: all 0.2s ease-in-out;
}

.announcements-3-col .announcement-item:hover .announcement-title {
	color: #c82b2b;
}

.announcements-3-col .announcement-item .announcement-date {
	color: #ffffff;
	display:  inline-block;
	font-size: 13px;
	background-color: #c82b2b;
	padding: 5px 15px;
	margin-right: -15px;
	width: auto;
	border-radius:  5px 0 0 5px;
}

p.announcement-date {}

.announcements-3-col .announcement-item .announcement-content {
	color: #777;
	padding: 0 15px 20px 15px;
	text-align: justify;
}

#home-latest-announements .section-more {
	text-align: left;
}

#home-latest-announements .section-more-btn {
	background: #1a2431;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	padding: 2px 15px;

	transition: all 0.2s ease-in-out;
}
/***** end announcements-3-col *****/

/***** begin price table *****/
.price-list {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	border-collapse: separate;
	overflow: hidden;
}

.price-list span,
.price-list th {
	color: #777777;
}

.price-list .fa-check {
	color: #27ad18;
}

.price-list .fa-times {
	color: #d9534f;
}

.price-list thead th {
	background: #f8f8f8;
	border-bottom: none !important;
	font-weight: normal;
	line-height: 30px !important;
}

.price-list th,
.price-list td {
	text-align: center;
}

.price-list tbody tr {
	background: transparent;
	transition: all 0.1s ease-in-out;
}

.price-list tbody tr:hover {
	background: #f8f8f8;
	transition: all 0.2s ease-in-out;
}

.price-list tbody tr td {
	padding: 5px !important;
	font-size: 13px;
}

.price-list .green {
	/* background: #f0fff6; */
}

.price-list .green p {
	color: #27ad18;
	margin: 0;
}

.price-list .green td:first-child ~ td {
	padding: 15px 0 !important;
}

.price-list tbody tr td:first-child {
	background: #f8f8f8;
	color: #0061ab;
	font-size: 13px;
	width: 175px;
	text-align: left;
}

.price-list tbody tr td:first-child span {
	color: #1a2431;
}

.price-list tbody tr td:first-child span .fa {
	color: #0061ab;
	display: inline-block;
	font-size: 14px;
	margin: 0 15px;
}

.price-list tbody tr.dynamic-row {
	display: none;
	opacity: 0.0;
}

.price-list tbody tr.collapsed {
	display: none;
}

.price-list tbody tr.expanded {
	display: table-row;
}

.price-list tbody tr.opacity-1 {
	opacity: 1.0;
}

.price-list tbody tr.opacity-0 {
	opacity: 0.0;
}

.price-list .popover {
	background-color: #333333;
    border-color: #0d0d0d;
    color: #ffffff;
    font-size: 12px;
}

.price-list .popover .arrow:after {
    border-top-color: #333333;
}

.price-list tbody tr:last-child td {
	padding: 5px !important;
}

.price-list .btn {
	display: block;
	font-size: 13px;
	height: 35px;
	margin: 0;
	width: 100%;
	transition: all 0.2s ease-in-out;
}

.price-list .btn .fa {
	color: #fff;
	font-size: 11px;
	margin: 0 0 0 15px;
	text-align: justify;
}

.price-list .show_table {
	color: #fff;
    background-color: #34495e;
    border-color: #34495e;
    transition: all 0.2s ease-in-out;
}

.price-list .show_table:hover {
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.price-list .show_table span {
	color: #fff !important;

}

.price-list .show_table .fa-minus {
	display: none;
}

.price-list .show_table.expanded .fa-minus {
	display: inline-block;
}

.price-list .show_table.expanded .fa-plus {
	display: none;
}
/***** end price table *****/

/**** begin full-width-img-text *****/
.full-width-img-text {
    background-size: cover;
    color: #f1f1f1;
    direction: rtl;
    min-height: 400px;
    line-height: 25px;
    padding: 40px;
    text-align: center;
}

.full-width-img-text .text-wrapper {
    display: table-cell;
    height: 440px;
    vertical-align: middle;
}

.full-width-img-text p {
	margin-top: 50px;
    text-align: justify;
}
/**** end full-width-img-text *****/


/***** begin announcement details *****/
.announcement-details .announcement-title {
	color: #c82b2b;
	font-size: 20px;
	margin: 0;
	padding: 10px 0;
}

.announcement-details .announcement-date {
	color: #c82b2b;
	font-size: 12px;
	margin: 0;
}

.announcement-details .announcement-content {
	color: #616161;
	padding: 15px 0;
	text-align: justify;
}

.announcement-details .announcemnet-social-gp-tw {
	padding: 10px 0;
	text-align: left;
}

.announcement-details .announcemnet-social-fb {
	border-top: 1px solid #c82b2b57;
	padding: 10px 0;
	text-align: left;
}

.announcement-details .fb_iframe_widget,
.announcement-details .fb_iframe_widget > span,
.announcement-details .fb_iframe_widget > span > iframe {
	width: 100% !important;
}

.announcement-details .announcement-return {
	border-top: 1px solid #c82b2b57;
	padding: 10px 0;
	text-align: left;
}
/***** end announcement details *****/