﻿body:not(.SectionsLayout) .form-inline.form-control {
  margin: 3px;
}

body:not(.SectionsLayout) .required-field .control-label:before {
  color: #d00;
  content: "*";
  font-weight: bolder;
}

body:not(.SectionsLayout) .top_navigation ul {
    margin: 0;
    font-size: 12px;
}
body:not(.SectionsLayout) .has-sub ul {
    margin-left: -10px; 
    margin-top: 8px;
}
body:not(.SectionsLayout) body {
    font-size: 12px !important;
    background: #f3f3f3 !important;
}
body:not(.SectionsLayout) .page-header {    
    margin: 0 0 20px !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}
body:not(.SectionsLayout) .page-header h1{
    margin: 15px 0;
    font-size: 15px;
    font-weight: bold;
    color: #838383; 
}
body:not(.SectionsLayout) select.form-control {
    width: 306px;
    height: 28px;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right:0;
}
body:not(.SectionsLayout) input.form-control {
    width: 300px;
    height: 28px;
    border-radius: 0;
}
body:not(.SectionsLayout) .main_breadcrumb label {
    font-weight: normal;
}
body:not(.SectionsLayout) .btn {
    border-radius: 0 !important;
    color: #000;
    padding: 4px 6px 3px !important;
    font-size: 12px !important;
    border: 2px outset buttonface !important;
    background-color: buttonface !important;
    margin: 5px 0 20px 0 !important;
}
body:not(.SectionsLayout) .list-group {
    margin: 20px 30px !important;
    color: red !important;
}
body:not(.SectionsLayout) .bg-warning {
    background-color: #fff !important;
}
body:not(.SectionsLayout) textarea.form-control {
    width: 300px;
    height: 110px;
}
body:not(.SectionsLayout) form li {
    margin-left: 30px;
}
body:not(.SectionsLayout) .main_content form img {
    margin-bottom: 20px;
    width: 100%;
}
body:not(.SectionsLayout) .main_content form {
    width: 695px;
    float: left;
}
body:not(.SectionsLayout) input.hiddenfield, div.hiddenfield {
    display: none;
}