/*Main style*/
body
{
    margin: 0px;
    padding: 0px;
    color: #555;
    font-family: serif !important;
    /*font: normal 10pt Arial,Helvetica,sans-serif;*/
    /*background: #EFEFEF;*/
    background: white;
}

/* Fonts */
/*
@font-face { 
    font-family: Futura_bd_cond_BT;
    src: url(fonts/Futura_bd_cond_BT.TTF);
}
@font-face {
    font-family: Futura_Book_BT;
    src: url(fonts/Futura_Book_BT.ttf);
}
@font-face {
    font-family: Futura_med_cond_bd_BT;
    src: url(fonts/Futura_med_cond_bd_BT.TTF);
}
@font-face {
    font-family: Futura_Medium;
    src: url(fonts/Futura_Medium.ttf);
}
@font-face {
    font-family: FUTURAB;
    src: url(fonts/FUTURAB.TTF);
}
@font-face {
    font-family: FUTURAL;
    src: url(fonts/FUTURAL.TTF);
}
*/

/*
.navbar-fixed-top {
    position: fixed !important;
}
*/

li>span {
    vertical-align: middle !important;
    margin-right: 6px;
}


.header_container {
    margin-bottom: 10px;
}

/*
.header_container>h2 {
    border-bottom: 1px solid #fea401;
}
*/

/*others*/
#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
    margin: 0;
    padding: 0;
}

#content
{
    padding: 0px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

.video-container {
	position:relative;
	padding-bottom:315px;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    max-width: 560px;
    max-height: 315px;
}

.row {
    margin-left: 0px !important;
}

ul.list>li {
    margin: 0px;
    padding: 0px;
    margin-bottom: 8px;
}

ul.list{
    list-style: none;
    margin: 6px 6px 6px 12px;
}

ul {
    /*list-style: none;
    padding:0;
    margin:0;*/
}

/*ul>li:before {
    content: "• ";
    color: #FFA400;
    display: inline-block;
}*/

ul#team {
    list-style: none;
    margin: 0px 0px 10px 4px; 
    padding: 0px;
}

/*ul#team>li {
    width: auto;
    border: 1px solid grey;  orange  
    background-color: rgb(245, 245, 245);
    padding: 3px;
}*/

ul#team>li>ul {
    display: inline-block;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.6em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#F9F5DD;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E8F6FF;
	border-color:#CECECE;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

div#notification_type, div#notification_private {
    display: block;
    margin-top:20px;
 }      

 div#notification_type label, div#notification_private label
 {
    font-weight: bold;
    float:left;
    margin-left:2px;
    text-align:left;
    width:100px;
  }
  
div#notification_type input, div#notification_private input
{
    float:left;
}

.tip {
    color: #969696;
}

@media (max-width: 979px) {
    .nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
        padding: 4px 15px !important;
        font-weight: normal !important; 
    }
}

/*#background-wrapper {
    height: 100%;
}

#background-top {
    width: 100%;
    max-width: 1170px;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    background-image: url(../images/roihusoft_header.jpg);
}*/

.errorMessage {
    color: #ff5722;
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-thumbs .swiper-slide {
    width: 80px;
    height: 100%;
    opacity: 0.3;
}

.gallery-thumbs .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.btn-navbar, .btn-navbar:hover, .btn-navbar:focus, .btn-navbar:active {
    border-color: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}

.navbar .btn-navbar .icon-bar {
    background-color: #ffa500;
}

.navbar .btn-navbar{
    margin-top: 14px;
}

.wrapper-separator {
    padding: 0px 6px 0px 6px;
}

i {
    vertical-align: baseline !important;
    margin-right: 6px !important;
}