/*------------------------------------------------------------------

[Custom Stylesheet]


Last change:	03/25/2013
Assigned to:	You

-------------------------------------------------------------------*/

@font-face {
    font-family: 'Titillium';
    src: url('titillium/Titillium-Regular.eot');
    src: url('titillium/Titillium-Regular.eot?#iefix') format('embedded-opentype'), url('titillium/Titillium-Regular.woff2') format('woff2'), url('titillium/Titillium-Regular.woff') format('woff'), url('titillium/Titillium-Regular.ttf') format('truetype'), url('titillium/Titillium-Regular.svg#Titillium-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*body {
        
        font-family: Titillium !important;
}*/
/*body p{
        
        font-family: Titillium !important;
}*/
.navbar.navbar-inverse {
    background: #fff;
    border-color: #fff;
    /*border-bottom: 1px solid #18ffaa;*/
    /*padding-bottom: 10px;*/
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
}
.extra {
    background: #978e8b;
    color: #fff;
    border: none;
}
.extra a {
    color: #fff;
}
.footer {
    background: #575757;
    color: #fff;
    border-top: none;
}
.subnavbar .subnavbar-inner {
    background-color: #ed202a;
    background-image: none;
}
.subnavbar .mainnav > li {
    border: none;
}
.subnavbar .mainnav > li > a {
    color: #fff;
}
.subnavbar .mainnav > li > a:hover {
    background: #dd2c33;
    color: #fff;
}
.subnavbar .mainnav > li.active > a {
    background: #dd2c33;
    color: #fff;
}
.subnavbar .mainnav {
    border: none;
}



html[dir="rtl"] { overflow-x: hidden }

html[dir="rtl"] .subnavbar .mainnav > li {
    float:right !important;
}
html[dir="rtl"]	.wizard .success:after,html[dir="rtl"] .wizard .current:after {
    border-left-color: transparent; 
}
html[dir="rtl"] .empty {display : none; }
html[dir="rtl"] .wizard a:before,html[dir="rtl"] .wizard a:after  {border-right: 20px solid #5cb85c;
                                                                   right: -6px;}
html[dir="rtl"] .wizard a:before {
    border-right: 20px solid #fff;
    border-left: none;
    right: 0px;
}
html[dir="rtl"] .wizard a.success:after {border:none}
html[dir="rtl"] .wizard a.complete_next:after {border-right-color: #f0ad4e;border-left : none}
html[dir="rtl"] th {text-align:right !important}
html[dir="rtl"] .widget .widget-header [class^="icon-"],html[dir="rtl"] .widget .widget-header [class*=" icon-"] {
    margin-right: 10px !important;
}
html[dir="rtl"] .widget .widget-header h3 {
    margin-right: 0 !important;
    left: -30px !important;
}

