/* 
    Document   : bootstrap-custom.css
    Created on : Dec 11, 2013, 11:46:31 AM
    Author     : ionut.cojocaru
    Description:
        Purpose of the stylesheet follows.
*/

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #ffffff;
}

input, 
select, 
textarea,
button{
  outline: none !important; box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important;
}

.form-control { width: 200px;}

.container{
  /*width: 1024px !important;*/
}

.navbar-nav { margin: 0;}

.navbar-toggle { border-color: #aeaeae;}
        .navbar-toggle .icon-bar { background-color: #aeaeae;}

.navbar-collapse { max-height: 1000px;}
.navbar-collapse.in { overflow: visible;}

.reverse-xs .text-right { text-align: left !important;}
.reverse-xs .more.right { float: left !important;}

input[type="text"], select, textarea { color: #293443 !important; border: 1px solid #dadada;}