/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01.08.2018, 10:45:12
    Author     : User
*/


body {
    
  background: url(/fa-b.jpg);   
    
}

.container {
    background: white;
    border-radius: 10px;
}

#header {
    
    padding-top: 10px;
    /* background: url(../images/header/header.jpg); */
	
	/*    overflow-x: hidden; */
    
}

.menu .company-name {
    
   font-size: 16px; 
   text-align: left;
   color: #2e2e2e;
   padding-top: 10px;
    
}

.menu .menu-bg {
    
    background: #ffffff;
    padding-top: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
    
}

.menu .menu-up {
    
    background: #0091ff;
    padding-top: 7px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px;
	text-align: center;
}


.menu  .container {
    
        background: #0091ff;
        border-radius: 15px;
}

.menu [class^="col-"]{
    
    padding-left: 0px;
    padding-right: 0px;
    
}

.menu .logo {
    
    padding-left: 0px;
    
}

.menu .row-icon, .menu .row-icon2 {
    
    padding-top: 10px;
    font-size: 16px;
        line-height: 16px;
    
}

.menu .row-icon2 {
    
    padding-top: 10px;
    
}

.menu .row-icon2 > img {
    padding-right: 5px;
        float: left;
}

.menu .row-icon > img {
    padding-right: 15px;
        float: left;
}
