@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "Helvetica Neue";
	src: url('../fonts/HelveticaNeueW23-Reg.eot');
	src: url('../fonts/HelveticaNeueW23-Reg.eot?#iefix') format('embedded-opentype'), 
		url('../fonts/HelveticaNeueW23-Reg.woff') format('woff'), 
		url('../fonts/HelveticaNeueW23-Reg.ttf') format('truetype'), 
		url('../fonts/HelveticaNeueW23-Reg.svg#HelveticaNeueW23forSKY-Reg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	direction: rtl;
}
.container {
	background: #fff;
}
/* col-14 */
.col-xs-14, .col-sm-14, .col-md-14, .col-lg-14 {
	position: relative;
	min-height: 1px;
	padding-left: 2px;
	padding-right: 2px;
	width: 7.14285714%;
	float: left;
}
/* end col-14 */
.btn-del-box {
	min-width: 256px;
	min-height: 128px;
	margin: 9px;
	padding: 10px 12px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
	text-align: center;
}
.btn-del-box:hover {
	background: rgba(253,254,253,0.15);
}
.btn-center-top-img {
	display: block;
	width: 200px;
	height: 142px;
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	margin: 3px auto;
	padding: 2px;
}
.bgwhite {
	background: #fff;
}
.border-radius-none {
	border-radius: 0px;
}
.top_margin {
	margin-top: 50px;
}
.bottom_margin {
	margin-bottom: 50px;
}
/* Wrappers */
#wrapper {
	padding-right: 225px;
}
#page-wrapper {
	padding: 15px 25px;
	margin-bottom: 50px;
}
/* Side Nav */
.side-nav {
	margin-right: -225px;
	right: 225px;
	width: 225px;
	float: right;
	position: absolute;
	height: 100%;
	border-radius: 0;
	border: none;
	background-color: #01385A;
	overflow-y: auto;
}
/* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */
.side-nav>li {
	border-bottom: rgba(255,255,255,0.50) solid 1px;
}
.side-nav>li>a:hover {
	background: #036eb2;
}
.side-nav>li.dropdown>ul.dropdown-menu {
	position: relative;
	min-width: 225px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #036eb2;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.side-nav>li.dropdown>ul.dropdown-menu>li>a {
	color: #fff;
	padding: 15px 15px 15px 25px;
}
.side-nav>li.dropdown>ul.dropdown-menu>li>a:hover, .side-nav>li.dropdown>ul.dropdown-menu>li>a.active, .side-nav>li.dropdown>ul.dropdown-menu>li>a:focus {
	color: #fff;
	background: #01385A;
}
.side-nav>li>a {
	width: 225px;
	color: #ccc;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	background: #01385A;
	color: #fff;
}
/* Nav Messages */
.messages-dropdown .dropdown-menu {
	min-width: 300px;
}
.messages-dropdown .dropdown-menu li a {
	white-space: normal;
}
.navbar-collapse {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
/* reset breadcrumb */
.breadcrumb {
	list-style: none;
	overflow: hidden;
	max-height: 40px;
	padding: 0px;
	background: #fff;
}
.breadcrumb li {
	float: right;
}
.breadcrumb li a {
	color: white;
	text-decoration: none;
	padding: 10px 45px 10px 0px;
	background: #03588c;
	position: relative;
	display: block;
	float: right;
}
.breadcrumb li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-right: 30px solid #03588c;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	right: 100%;
	z-index: 2;
}
.breadcrumb li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-right: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-right: 2px;
	right: 100%;
	z-index: 1;
}
.breadcrumb li:first-child a {
	padding-right: 20px;
}
.breadcrumb li:nth-child(2) a {
	background: #036EB2;
}
.breadcrumb li:nth-child(2) a:after {
	border-right-color: #036EB2;
}
.breadcrumb li:nth-child(3) a {
	background: #197cba;
}
.breadcrumb li:nth-child(3) a:after {
	border-right-color: #197cba;
}
.breadcrumb li:nth-child(4) a {
	background: #3a8fc5;
}
.breadcrumb li:nth-child(4) a:after {
	border-right-color: #3a8fc5;
}
.breadcrumb li:nth-child(5) a {
	background: #5ea5d2;
}
.breadcrumb li:nth-child(5) a:after {
	border-right-color: #5ea5d2;
}
.breadcrumb li:nth-child(6) a {
	background: #7fb9de;
}
.breadcrumb li:nth-child(6) a:after {
	border-right-color: #7fb9de;
}
.breadcrumb li:last-child a {
	background: transparent !important;
	color: black;
	pointer-events: none;
	cursor: default;
}
.breadcrumb li:last-child a:after {
	border: 0;
}
.breadcrumb li a:hover {
	background: #808080;
}
.breadcrumb li a:hover:after {
	border-right-color: #808080 !important;
}
