﻿.navbar {
      margin-bottom: 0px;
      /*height:75px;*/
}

.page-head .container {
    position: relative;
    /*background-color: gainsboro;*/
    color: darkblue;
    font-weight: bold;
}

.page-head {
    height: 50px;
    background: #fff;
}

.page-head .page-title {
    display: inline-block;
    float: left;
     padding: 0 0; 
    height: 50px;
}

.portlet > .portlet-title > .caption {
    float: left;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0;
}

.form-group {
     margin-bottom: 0px; 
}

hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 0;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 6px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}