@font-face {
  font-family: 'B Yekan';
  src: url('../fonts/BYekan.eot') format('eot'),  /* IE6–8 */
       url('../fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'B Mitra';
  src: url('../fonts/BMitra.eot') format('eot'),  /* IE6–8 */
       url('../fonts/BMitra.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../fonts/BMitra.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

html, body {
  height:100%;
}

body {
  padding-top: 50px; /* body padding for fixed top nav */
}

.img-home-portfolio,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #e1e1e1; /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 50%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Footer Styles */
footer {
  margin: 50px 0;
}

/* Responsive Styles */
@media (max-width: 767px) {

.carousel {
  height: 70%; /* increases the carousel height so it looks good on phones */
}

}
.navbar-left > li > .dropdown-menu {
  left: 0;
  right: auto;
}
.ltr {
	direction: ltr;
}
.rtl {
	direction: rtl;
}
.red {
	color: #F00;
}
.gray {
	color: #999;
}
.green {
	color: #060;
}
.blue {
	color: #00F;
}
.info {
	color: #00F;
}
.pink {
	color: #E125C3;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "B Yekan",Arial,Tahoma;font-weight:500;line-height:1.1;color:inherit;overflow: hidden;white-space: nowrap;
}
.blog-text {
 font-size: small;
 font-family: "B Yekan", Tahoma;
 text-align: justify;
}
.menubar-badge {
	float: left;
    margin-top: -10px;
    padding: 3px;
    font-size: 9px;
    color: white;
    background-color: red;
    border-radius: 50%;
}
.no-display {
 display: none;
}
.label {
 font-weight: normal;
 cursor: pointer;
 line-height: 20px;
}
.hand {
	cursor: pointer;
}
.input-group-btn input, .input-group-btn a {
	padding: 8.5px 10px;
}
.label-sys {
 background-color: #000;
}
.btn-pink{color:#fff;background-color:#E686E3;border-color:#E47AE4}.btn-pink.active,.btn-pink:active,.btn-pink:focus,.btn-pink:hover,.open .dropdown-toggle.btn-pink{color:#fff;background-color:#E277DF;border-color:#DE60DE}.btn-pink.active,.btn-pink:active,.open .dropdown-toggle.btn-pink{background-image:none}.btn-pink.disabled,.btn-pink.disabled.active,.btn-pink.disabled:active,.btn-pink.disabled:focus,.btn-pink.disabled:hover,.btn-pink[disabled],.btn-pink[disabled].active,.btn-pink[disabled]:active,.btn-pink[disabled]:focus,.btn-pink[disabled]:hover,fieldset[disabled] .btn-pink,fieldset[disabled] .btn-pink.active,fieldset[disabled] .btn-pink:active,fieldset[disabled] .btn-pink:focus,fieldset[disabled] .btn-pink:hover{background-color:#E686E3;border-color:#E47AE4}

.btn-middle {
	margin: 0 5px;
}

.no-padding {
	padding: 0;
}
.navbar-side {
	width: 15px;
	height: 50px;
	float: left;
	left: 0;
	top: 0;
}
.nav-hrm {
	background-color: #FFFD00;
}
.nav-oas {
	background-color: #4BC74A;
}
.nav-fas {
	background-color: #BD79FF;
}
.nav-crm {
	background-color: #839DFD;
}
.nav-dms {
	background-color: #FF70EC;
}
.nav-cms {
	background-color: #ff7b00;
}
.no-right-padding {
	padding-right: 0;
}
.no-left-padding {
	padding-left: 0;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.no-margin {
    margin: 0;
    padding: 0;
}
.no-width {
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.card {
    height: 250px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.container-fluid {
    margin: 0 auto;
    height: 100%;
    padding: 0;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.columns {
    height: 100%;   
}

.content-area, .article-tree{
    background: #FFF;
    overflow:auto;
    height: 100%;
    padding: 3px;
    margin: 0;
}
.mtbox {
	margin-top: 80px;
	margin-bottom: 40px;
}

.box1 {
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #000;
}
.box0 {
    
    background: #EAEAEA;
}
.box1 span {
	font-size: 50px;
}

.box1 h3 {
	text-align: center;
}

.box0:hover .box1 {
	border-bottom: 1px solid #ffffff;
}

.box0 p {
	text-align: center;
	font-size: 12px;
	color: #EAEAEA;
}

.box0:hover p {
	color: #F00;
}
.box0:hover span {
	color: #F00;
}

.box0:hover {
	background: #ffffff;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.card:hover {
	box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
	
}
.treeview .list-group-item {
    cursor:pointer
}
.treeview span.indent {
    margin-left:10px;
    margin-right:10px
}
.treeview span.icon {
    width:12px;
    margin-left:5px
}
.treeview .node-disabled {
    color:silver;
    cursor:not-allowed
}
.giant {
    font-size: 66px;
}
.no-wrap {
    overflow: hidden;
    white-space: nowrap;
}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
	font-family: "B Yekan";
  padding: 5px 5px 5px 60px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}