body {
    font-family: "Lato", sans-serif;
}

.navbar {
    background-image: none;
}

.site-logo {
    /*margin-top: 9px;*/
}

footer .navbar h5 {
    margin-top: 15px;
    color: #FFFFFF;
}

/* Sidebar style */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    /*background-color: #205074;*/
    background-color: #454545;
    padding: 50px 0 65px 0;
}

.sidebar ul {
    padding: 0;
    list-style: none;
    color: #FFF
}

.sidebar ul a {
    line-height: 30px;
    color: #FFF;
}

.profile-photo-container {
    background-color: #252525;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    background-position: 50% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.main-content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    /*background: #C7C7C9;*/
    background: #FFF;
    width: 100%;
}

.sidebar-menu-item {
    cursor: pointer;
    padding: 5px 5px 5px 30px
}

.sidebar-menu-item:hover {
    /*background: #133E5E;*/
    background: #222222;
    border-left: solid 4px #FFF;
    padding-left: 26px !important;
    text-decoration: none;
}

.sidebar-menu-item.active {
    /*background: #133E5E;*/
    background: #222222;
    border-left: solid 4px #FFF;
    padding-left: 26px !important;
}
/* Sidebar style */

/* Utility styles */
.zero-margin {
    margin: 0;
}

.padding-horizontal-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.padding-vertical-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-horizontal-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.square-form {
    border-radius: 0;
}

.mac {
    display: block;
    border: none;
    border-radius: 20px;
    padding: 5px 8px;
    color: #333;
    box-shadow:
        inset 0 2px 0 rgba(0,0,0,.2),
        0 0 4px rgba(0,0,0,0.1);
}

.mac:focus {
    outline: none;
    box-shadow:
        inset 0 2px 0 rgba(0,0,0,.2),
        0 0 4px rgba(0,0,0,0.1),
        0 0 5px 1px #51CBEE;
}

.pad-5 {
    padding: 5px;
}

.border-box {
    border-radius: 0;
}

.zero-margin-sides {
    margin-left: 0;
    margin-right: 0;
}
/* End utility styles */

/* Content style */
.right-container {
    float: right;
    height: auto !important;
    padding: 65px 30px;
}

.btn-vmd,.btn-vmd-grey {
    background: transparent;
    border-radius: 0;
    border: solid 2px #FFF;
    font-size: 14px;
    height: 30px;
    line-height: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.btn-vmd-grey {
    /*border: solid 2px #8D8F8E;*/
    /*color: #8D8F8E;*/
    border: solid 2px #656565;
    color: #656565;
}
/* End content style*/

#opc_button {
    margin-top: 5px;
    margin-bottom: 5px;
}

#opc_error_message {
    color: #F2645A;
}

.control-label.thin  {
    font-weight: normal;
}

.content-section-header {
    background-color: #7ab3ca;
    color: #FFFFFF;
    padding: 15px;
}

.content-section {
    /*box-shadow: 0 1px 2px #8D8F8E;*/
    margin-bottom: 20px;
    border: 1px solid #A5A5A5;
}

[data-toggle="tooltip"] {
    cursor: pointer;
}

.sidebar-top {
    background-color: #777777;
}

.photo-small {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mini-sidebar {
    font-size: 20px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sidebar-top {
    border: 0;
    top: 50px;
    min-height: 40px;
    background-color: #777777
}

.navbar-brand {
    padding: 10px !important;
}

.upper {
    text-transform: uppercase;
}

.panel-body {
    background: #FFF !important;
}

.panel-heading {
    border-radius: 0;
    background: #FFF !important;
}

.panel-default {
    box-shadow: 0 !important;
    border: none !important;
}

.margin-right-10 {
    margin-right: 10px;
}

.strong {
    font-weight: bold;
}

.sharp-corner {
    border-radius: 0;
}

.white a {
    color: #FFFFFF !important;
}