﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.navbar-custom {
    background-color: #1B3257;
}

.saim-header {
    width: 100%;
    overflow: hidden;
}

.saim-logos {
    min-width: 850px;
    height: 151px;
}

.im-logo {
    display: block;
    float: left;
    width: 260px;
    height: 150px;
    text-align: center;
    margin-left: -8px;
}

.main-picture {
    display: block;
    float: right;
}

.saim-title {
    margin-left: 0px !important;
    margin-right: 10px;
    padding-top: 5px;
    float: right;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #1B3257;
    border-radius: 4px;
}

.navbar-toggle {
    float: left !important;
    margin-left: 15px;
}

.saim-welcome {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    max-width: 640px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.saim-collapse {
    border-color: #1B3257 !important;
    box-shadow: inset 0 1px 0 #1B3257;
}

.saim-container {
    width: 90%; 
    margin: 0px auto;
}

.saim-sm-2 {
    max-width: 420px;
}

.saim-textarea {
    resize: vertical;
    min-height: 69px;
}

/* MULTILEVEL DROPDOWN*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.dropdown-submenu-show>.dropdown-menu {
    display: block;
}

.dropdown-submenu-show>a:after {
    border-left-color: #fff;
}

div.loading {
    position: absolute;
    background: url(Images/Loading.gif) no-repeat center center;
    height: 128px;
    z-index: 1;
    border-width: 0px;
}

.notification-active {
    color: #f0ad4e !important;
}

.notification-detail {
    word-break: break-all;
    white-space: normal;
}

.list-header {
    padding: 0px 0px 5px 0px;
}

.list-header > .btn-group {
    padding: 0px 0px 5px 0px;
}
.social-service-form {
    min-width: 540px;
}

.social-service-form > .content {
    overflow-y: auto !important;
    min-height: 580px !important;
}

.saim-text-area-static {
    resize: none;
}

.saim-text-area-resizable {
    resize: vertical;
}

/*.wizard > .content > .body {
    height: 100% !important;
    width: 100% !important;
}*/