/*@brand-color-1: #df8300;*/
/*@brand-color-2: #8fccdf;*/
/*link*/
/*#8fccdf;*/
@media all and (max-width: 550px) {
  header .logo {
    width: 120px !important;
    margin: 0 auto !important;
  }
  header .companyTitl {
    font-size: 18px;
    float: none !important;
    margin: 0 auto !important;
  }
}
#viewContainer .page-wrapper {
  background: rgba(255, 255, 255, 0.6) !important;
}
#viewContainer .page-wrapper .form-group span,
.page-wrapper .form-group label {
  color: #333333 !important;
}
.page-wrapper,
.userForm-wrapper {
  box-shadow: none !important;
}
.forgotPasswordLabel a {
  color: white !important;
  /*text-shadow:1px 1px #999;*/

}
footer::before {
  background-color: #08a73f;
  content: none;
}
.page-wrapper {
  background: none !important;
}
.btn-primary,
.btn-primary:focus {
  background-color: #0993b1;
  border-color: #0993b1;
}
.btn-primary:hover {
  background-color: #0aa7c9;
  border-color: #0aa7c9;
}
.btn-primary.btn-orange,
.btn-primary.btn-orange:focus {
  background-color: #efba00;
  border-color: #efba00;
}
.btn-primary.btn-orange:hover {
  background-color: #ffc90a;
  border-color: #ffc90a;
}
/*main menu*/

header #lhAllUserMenuContainer .dropdown-menu .mainMenu .profileRow {
  background: #068231 !important;
}
.newContent {
  background: #08a73f;
}
header #lhAllUserMenuContainer .dropdown-menu .mainMenu .manageTab .tilesRow .tile a {
  background: #0993b1;
}
header #lhAllUserMenuContainer .dropdown-menu .linkGroup a {
  color: #4780cd;
}
header #lhAllUserMenuContainer .dropdown-menu .mainMenu .manageTab .tilesRow .tile .icon-account-email::before {
  color: #0993b1;
}
header #lhAllUserMenuContainer .dropdown-menu .mainMenu .menuSwitch .menuSwitchTab.selected {
  border-color: #08a73f;
}
header #lhAllUserMenuContainer .dropdown-menu.main-dropdown .mainMenu .flex-container .flex-item.selected {
  border-bottom: 3px solid #08a73f;
}
/*content*/

.items-list .new-mark {
  background: rgba(8, 167, 63, 0.75);
}
@media all and (max-width: 1024px) {
  body {
    background-size: cover;
    background-position: -120px -50px !important;
  }
}
@media all and (max-width: 480px) {
  .forgotPasswordLabel a {
    color: white !important;
    text-shadow: none;
  }
}
header #lhAllUserMenuContainer .dropdown-menu .mainMenu .lhCompanyLogo {
  background-color: #4780ce;
  margin: 0;
}
.side-menu .item.selected,
.side-menu .item.selected:hover {
  border-left-color: #08a73f;
  box-shadow: 0 5px 5px -5px #cccccc, inset 5px 0 #08a73f;
}
.side-tabs ul li.active {
  box-shadow: 0 5px 5px -5px #cccccc, inset 5px 0 #08a73f !important;
}
#layoutContainer {
  min-height: 100%;
  /* equal to footer height */

  /*&:after {
      content: "";
      display: block;
      height:50px;
       margin-bottom: -50px; 
    }*/

}
#layoutContainer .body-content {
  background: white;
  box-shadow: 6px 0px 4px -4px #999999, -6px 0px 4px -4px #999999;
  max-width: 1200px;
  width: 100%;
  margin: 48px auto 0 auto;
  padding-bottom: 50px;
  display: block;
  height: 100%;
  /*margin-bottom: -50px;*/

}
#layoutContainer .body-content .styled-table {
  margin-bottom: 0;
  margin-top: 30px;
}
#layoutContainer .body-content .styled-table tr {
  border-bottom: 1px solid #e5e5e5;
}
#layoutContainer .body-content .styled-table tr td {
  padding: 15px 10px;
  vertical-align: middle;
}
#layoutContainer .body-content .styled-table tr div.peopleCount {
  background: #eeeeee;
  padding: 6px;
  color: #18bc9c;
  text-align: center;
  font-size: 12px;
  width: 120px;
}
#layoutContainer .body-content .styled-table tr div.peopleCount a {
  display: block;
  text-decoration: none;
}
#layoutContainer .body-content .people-table tr {
  border-bottom: 1px solid #e5e5e5;
}
#layoutContainer .body-content .people-table td {
  padding: 15px 10px;
}
#layoutContainer .form_title_container {
  border-bottom: 2px solid #ededed;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
}
#layoutContainer .form_title_container .dropdown-list {
  border: 1px solid #cccccc;
  padding: 0;
}
#layoutContainer .form_title_container .dropdown-list a {
  padding: 5px 15px;
  display: block;
}
#layoutContainer .form_title_container .dropdown-list a .icon-arrow-down {
  margin-left: 15px;
}
#layoutContainer .form_title_container .dropdown-list .dropdown-menu > div {
  padding: 0px !important;
}
#layoutContainer .form_title_container .dropdown-list .dropdown-menu a:hover {
  background: #f6f6f6;
}
#layoutContainer .form_title_container .dropdown-list .dropdown-menu a:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
#layoutContainer .btn-primary a {
  color: white;
  text-decoration: none;
}
#layoutContainer table.help-info-table {
  color: gray;
  font-size: 12px;
  margin: 15px 0;
}
#layoutContainer table.help-info-table .icon {
  font-size: 32px;
  margin-right: 10px;
}
.manageAreaDropdown {
  border: 1px solid #cccccc;
  padding: 0;
}
.manageAreaDropdown a {
  padding: 5px 15px !important;
  display: block;
}
.manageAreaDropdown a .icon-arrow-down {
  margin-left: 15px;
}
.manageAreaDropdown .dropdown-menu > div {
  padding: 0px !important;
}
.manageAreaDropdown .dropdown-menu a:hover {
  background: #f6f6f6;
}
.manageAreaDropdown .dropdown-menu a:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.form-group {
  margin: 15px 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.form-group input,
.form-group select {
  height: 45px;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  box-shadow: 2px 2px 2px 0px #bbbbbb inset;
  background: linear-gradient(to bottom, #f6f6f6 0%, #f9f8f8 67%, white 100%) repeat scroll 0% 0% transparent;
  font-size: 14px;
  width: 100%;
  padding: 10px 15px;
}
.form-group textarea {
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  box-shadow: 2px 2px 2px 0px #bbbbbb inset;
  background: linear-gradient(to bottom, #f6f6f6 0%, #f9f8f8 67%, white 100%) repeat scroll 0% 0% transparent;
  font-size: 14px;
  width: 100%;
  padding: 10px 15px;
  height: 200px;
}
.form-group .control-label {
  text-align: left;
  font-weight: bold;
}
.form-group label {
  padding: 0;
  text-align: left;
  padding-top: 0 !important;
}
.form-group .rtr .rtc input {
  box-shadow: none !important;
}
.btn_holder {
  margin: 30px 0;
}
select {
  height: 45px;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  box-shadow: 2px 2px 2px 0px #bbbbbb inset;
  background: linear-gradient(to bottom, #f6f6f6 0%, #f9f8f8 67%, white 100%) repeat scroll 0% 0% transparent;
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
}
select.input-sm {
  line-height: inherit;
}
/*********************
   pagination style 
*********************/

.paginationContainer {
  text-align: center;
  padding: 30px 0;
}
.paginationContainer a {
  padding: 5px;
  margin: 3px;
  border: 1px solid #dddddd;
  text-decoration: none;
}
.paginationContainer a:hover {
  background: #cccccc;
  color: white;
  border-color: #cccccc;
}
.paginationContainer .paginationActiveLink {
  background: #dddddd;
  border: 1px solid #dddddd;
  color: white;
}
/*********************
  content drive like style 
*********************/

.body-content .page-title {
  padding: 10px 15px 0 15px;
}
.side-wrapper {
  position: relative;
  border-top: 1px solid #cccccc;
  min-width: 760px;
  width: 100%;
  display: table;
  margin-top: 10px;
  margin-bottom: -100px;
  height: 100%;
}
.side-tabs {
  width: 176px;
  background-color: #f7f7f7;
  min-height: 800px;
  display: table-cell;
  vertical-align: top;
  min-height: 1000px;
}
.side-tabs ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.side-tabs ul li {
  width: 100%;
  list-style: none;
  height: 40px;
  line-height: 40px;
  color: #0993b1;
  padding: 0 5px 0 10px;
  cursor: pointer;
  vertical-align: middle;
  border-left: none;
  border-right: 5px solid transparent;
  border-width: medium 0 1px;
  border-style: none solid solid;
  border-color: transparent transparent #dddddd;
  box-shadow: 0px 2px 0px -1px white;
}
.side-tabs ul li:hover {
  background: linear-gradient(to bottom, white 0%, #f9f8f8 67%, #f6f6f6 100%) repeat scroll 0% 0% transparent;
  border-right: 1px solid #dddddd;
}
.side-tabs ul li a {
  color: #0993b1 !important;
  text-decoration: none;
  display: block;
}
.side-tabs ul li.active {
  background: none repeat scroll 0% 0% white;
  /*border-left: 5px solid @brand-color-3;*/
  border-right: 0px solid white;
  border-bottom: 1px solid #dddddd;
  box-shadow: 0 5px 5px -5px #cccccc, inset 5px 0 black;
  position: relative;
  z-index: 2;
}
.side-content {
  display: table-cell;
  padding: 15px;
  box-shadow: -6px 0px 4px -4px #cccccc;
  padding-bottom: 300px;
}
.side-content .rtc {
  vertical-align: middle;
}
.side-content .titleValueTable tr td {
  padding: 5px;
}
.side-content .social table tr {
  border-bottom: 1px solid #cccccc;
}
/*********************
 general settings 
*********************/

.text-unbold {
  font-weight: normal;
  font-size: 14px;
}
.padding-15-lr {
  padding: 0 15px;
}
.padding-15-tb {
  padding: 15px 0;
}
.padding-10-lr {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-10-tb {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-10-t {
  padding-top: 10px;
}
.grayBgDiv {
  background: #f8f8f8;
  padding: 15px;
}
.title-help-info {
  font-size: 12px;
  padding: 15px;
}
.rtc label {
  margin-bottom: 0 !important;
  font-weight: normal !important;
}
.form-with-divider .form-group {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 0;
  margin: 0;
}
table#PermissionPanel tr td {
  padding: 5px 0;
}
table#PermissionPanel tr:last-child td {
  padding-bottom: 15px;
}
tr.clickableRow:hover {
  background-color: #f9f8f8;
  cursor: pointer;
}
table.details-table .titleCell {
  padding: 5px 10px;
  font-weight: bold;
}
table.details-table .valueCell {
  padding: 5px 10px;
}
table.stat-table {
  width: 100%;
}
table.stat-table td {
  width: 20%;
  margin: 5px;
}
table.stat-table td .stat-details {
  background-color: #f8f8f8;
  margin: 10px;
  text-align: center;
  padding: 10px 0;
}
table.stat-table td .stat-details .stat-text {
  text-transform: uppercase;
}
input[type='checkbox'] {
  width: auto;
  box-shadow: none;
}
.radio-label {
  display: inline-block;
  width: 100px;
  line-height: 45px;
  font-weight: normal;
}
.radio-label input {
  width: 20px;
  float: left;
  margin: 0 5px 0 0 !important;
  padding: 0;
  background: transparent !important;
  box-shadow: none !important;
}
div.checkbox {
  padding: 0 !important;
  margin: 0;
}
div.checkbox input {
  padding: 0 !important;
  margin: 0 5px 0 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
#selectiveDomain input {
  box-shadow: none;
  background: none;
}
.form-title-table {
  margin: 15px;
}
.form-title-table .icon-info {
  font-size: 36px;
  margin-right: 15px;
}
.height-45 .rtc {
  height: 45px;
  line-height: 45px;
}
.height-45 .rtc input {
  margin-top: 0;
  vertical-align: middle;
}
label.radio-list {
  vertical-align: middle;
  height: 45px;
  line-height: 45px;
  margin-right: 15px;
  font-weight: normal;
}
label.radio-list input {
  float: left;
  width: 16px;
  margin: 0 5px 0 0;
  box-shadow: none;
}
.delete_12 {
  background: white url(/Content/Styles/icons/delete_12.png) 0 0 no-repeat;
  margin: 5px;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.meterTitle {
  margin: 0;
  padding: 8px 12px;
  color: black;
  /*background: #e5e5e5;*/
  border-radius: 3px;
  overflow: hidden;
}
.checkno {
  color: #999999;
  padding: 6px 12px 6px 40px;
  background: url(/Content/Styles/icons/32/incomplete_32.png) 6px 0 no-repeat;
  margin: 0 0 2px 0;
}
.checkmate {
  color: #304d22;
  padding: 6px 12px 6px 40px;
  background: url(/Content/Styles/icons/32/success_32.png) 6px 0 no-repeat;
  margin: 0 0 2px 0;
}
.domain-group label {
  font-weight: normal !important;
  margin-bottom: 0 !important;
}
.input-group-small {
  font-size: 12px;
}
.input-group-small select {
  height: 34px !important;
  padding: 0 10px;
  color: #0993b1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-group-small select option {
  padding: 8px;
  color: #0993b1;
  border-bottom: 1px solid #eeeeee;
}
.input-group-small .input-group-addon {
  height: 34px !important;
  padding: 0 10px;
  border: 1px solid #b4b4b4;
  background-color: white;
}
.gray-small-text {
  font-size: 12px;
  color: #989898;
  text-transform: uppercase;
  font-weight: normal;
}
.gray-small-text-lower {
  font-size: 10px;
  color: #989898;
  text-transform: lowercase;
  font-weight: normal;
}
.ui-menu {
  padding: 0;
  border: 1px solid #cccccc;
  max-width: 500px;
  max-height: 250px;
  overflow: scroll;
  position: absolute !important;
  background: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  border-radius: 4px;
}
.ui-menu .ui-menu-item {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px solid #dddddd;
}
.ui-menu .ui-menu-item:hover {
  background-color: #f6f6f6;
}
.ui-menu .ui-menu-item a {
  display: block;
  text-decoration: none;
  color: #333333;
}
ul#domainLocations {
  list-style: none;
  padding: 0;
}
.innerTitle {
  clear: both;
}
.grayTag,
.TagTag {
  float: left;
  margin-right: 5px;
  margin-bottom: 3px;
  background-color: #7f888b;
  padding: 5px 7px !important;
  border-radius: 3px;
  height: 25px !important;
  color: white;
  cursor: pointer;
  font-size: 12px;
  margin-top: 1px;
  display: table;
  position: relative;
  width: auto !important;
}
.grayTag a,
.TagTag a {
  font-size: 14px;
  line-height: 0;
  background-color: #0993b1;
  color: white;
  margin: 0;
  display: inline-block;
  padding: 2px;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  text-align: center;
}
.ui-sortable-helper {
  box-shadow: 0 0 25px -10px #333333;
  background: white;
}
.ui-helper-hidden-accessible {
  display: none;
}
h4 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}
.page-title-dropdown {
  padding: 0;
}
.page-title-dropdown > span {
  display: block;
  padding: 8px 15px;
}
.page-title-dropdown > span a {
  padding: 0 !important;
  display: block;
}
.page-title-dropdown .dropdown-menu a {
  padding: 5px;
  border-bottom: 1px solid #eeeeee;
}
.page-title-dropdown .dropdown-menu a:last-child {
  border-bottom: none;
}
.page-title-dropdown .icon-arrow-down {
  margin-left: 10px;
}
/*********************
 link icon style
*********************/

