/* 
    Document   : style
    Created on : Jun 3, 2015, 11:22:52 AM
    Author     : Małgorzata Wojtczak <your.name at your.org>
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body{
}
.center{
    text-align: center;    
}
.icon-bar{
    border: #002166 solid 1px;
}

header{
    background-color: #2e6da4;
    border-bottom: solid #2e6da4 16px !important;
    
    background-color: #eee;
    background-image: linear-gradient(45deg, #2e6da4 25%, transparent 25%, transparent 75%, #2e6da4 75%, #2e6da4), 
    linear-gradient(-45deg, #2e6da4 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc);
    background-size:540px 640px;

}
header img{
    background-color: #ffffff;
    padding: 26px;
}
footer{
/*    position: fixed; */
    background-color: #2e6da4;
    color: #ffffff;
    margin-top: 16px;
}
footer a{
    color: #ccc;
}

#header-menu{
    background-color: #000;   
}

.nav li a{
    color:#fff;
    font-weight: bold;
    font-size: 18px;
}
.nav li a:hover{
    color: #2e6da4;
}
@media (max-width: 550px) {
    .h1{
        display: none;
    }
}
#menu_management ul li a {
	color:#000000;
	
}

#menu_management ul li a:hover {
	color:#2e6da4;
	
}

.nav .open  a {
	color:#2e6da4;
}


.h1{
    color:#000000;
    font-weight: bold;
    padding: 60px 0 0 10px;
    bottom: 10px;
}
h2{
    color: #2e6da4;
    font-weight: bold;
}
.info-popover{
    background-color: #ffffff;
    color: #999;
}
#motors_characteristic{
    width: 600px;
}

.form-group{
    width: 50%;
    padding-bottom: 10px;
}

@media (max-width: 972px) {
    .form-group{
        width:100%;
    }
}

.form-control{
    width: 100% !important;
}
.form-messages{
    color: #d43f3a;
}

@media (max-width: 972px) {
    .col-xs-10>img{
        width:100% !important;
        height: auto !important;
    }
}

.container>img{
    width:100%;
}

a[data-ci-pagination-page], strong{
    margin: 0 1px;
    padding: 2px 3px;
    /*border: 1px #cccccc solid;*/
    font-size: 16px;
}

.pdf:hover{
    opacity: 0.7;
    transition: opacity .15s ease-in-out;
}

.pdf{
    opacity: 0.85;
    transition: opacity .15s ease-in-out;
    width:35%;
}

.img_in_h3{
    max-height:40px;
    width:auto;
    height:auto;
}

.chart-data {
	display: none;
}

#search_results_table th{
	font-size:14px;
}

#search_results_table td.search_results_table_power_cell
{
		padding:0;
}

.search_results_table_power_cell_row_1{
	padding:8px;
}

.search_results_table_power_cell_row_2{
	border-top:1px solid #ddd;
	padding:8px;
}

.mainpageimg{
	width: 50%
}
.user_logo
{
	width:210px;
	height:139px;
	float: left;
	background: #fff;
	padding:26px;
	text-align:center;
}

.user_logo img{
	height: auto; 
	width: auto; 
	max-width: 158px;
	max-height: 87px;
	padding: 0;
} 


.file_url{
	text-decoration:none;
}
#body_wrapper{
	min-height:650px;
}

#project-bar{
	text-align: center;
	background: #ccc none repeat scroll 0 0;
	padding: 3px;
}