﻿/*----- Social Icons -----*/

header.colored.flat-menu.darken-top-border div.search,
header.clean-top.center div.search {
  margin-bottom: 0;
}
.layout_trigger {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-size: cover;
}
.body .dnnSortable {
  min-height: 0px !important;
}
.body .dnnDropEmptyPanes {
  min-height: 110px !important;
  outline: 1px dashed #cccccc !important;
}
.body ul.dnnAdminTabNav,
.body .body ul.dnnActions,
.body #dnnModuleDigitalAssetsBreadcrumb ul {
  padding-left: 0;
}
.body ul.dnnAdminTabNav li {
  line-height: normal;
}
header.flat-menu.clean-top div.social-icons,
header.colored.flat-menu div.social-icons,
header.clean-top.center div.social-icons {
  float: left;
  margin: 0;
  clear: none;
}
header.flat-menu.clean-top .header-top div.container,
header.colored.flat-menu .header-top div.container,
header.clean-top.center .header-top div.container {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ControlBar,
#ControlBar *,
div.body .mdMemberList *,
div.body .dnnDocumentViewerBackground *,
div.body .dnnDropDownList .selected-item a,
.dnnDocumentViewerBackground div,
#dnnModuleDigitalAssetsMainToolbar,
#dnnModuleDigitalAssetsSelectionToolbar,
.dnn_mact * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.icon-search {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.DnnModule {
  z-index: inherit !important;
}
.console {
  width: 250px;
  height: auto;
  background-color: #484848;
  /* Menu Background Color */

}
.console-none div {
  cursor: pointer;
  float: left;
  height: auto;
  width: 250px;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.console-none h3 {
  padding: 10px 8px 10px 40px;
  margin: 0;
  border-bottom: solid 1px white;
  background: url('Resources/img/arrow_2.png') 18px center no-repeat;
  color: #eeeeee;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
}
.console-none div div {
  display: none;
}
.console-mouseon {
  background-color: #70b1c7;
}
#UserProfileImg img {
  width: 100px;
  height: auto;
  border: solid 3px white;
}
.UserProfileControls ul {
  margin: 15px 0;
  padding: 0;
}
.UserProfileControls ul li {
  list-style-type: none;
  margin-bottom: 3px;
}
blockquote p {
  font-style: normal;
  font-family: "Open Sans", Arial, sans-serif;
}
.dnnEditState .DnnModule {
  opacity: 1;
}
.DNNEmptyPane {
  width: auto;
}
.dnnFormMessage {
  max-width: 100%;
}
.btn-primary:visited,
.btn-primary:visited:hover {
  color: white;
}
#ControlBar_ControlPanel .dnnCheckbox .mark {
  display: inline;
  background-color: transparent;
  margin-top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .LoginPanel {
    width: 100%;
    padding: 0;
  }
  .dnnLoginService input[type="text"],
  .dnnLoginService input[type="password"] {
    min-width: 100%;
    width: 100%;
  }
  .dnnFormItem > label.dnnFormLabel,
  .dnnLabel {
    width: auto;
  }
  div.dnnRegistrationForm {
    min-width: 100%;
    width: 100%;
  }
  .dnnFormItem input[type="text"],
  .dnnFormItem input[type="password"],
  .dnnFormItem input[type="email"],
  .dnnFormItem input[type="tel"],
  .dnnFormItem select,
  .dnnFormItem textarea {
    max-width: 100%;
    width: 100%;
  }
  .dnnFormMessage {
    max-width: 100%;
  }
  div.dnnRegistrationForm .dnnForm {
    width: 100%;
  }
}
.dnnadmin-panel {
  display: none;
  font-size: 12px;
  border: 2px solid #a0051e;
  color: #a0051e;
  padding: 10px;
  background: #eeeeee;
  margin: 0.5em 1em;
  word-wrap: break-word;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px 3px 5px 5px;
  -moz-border-radius: 3px 3px 5px 5px;
  -ms-border-radius: 3px 3px 5px 5px;
  -o-border-radius: 3px 3px 5px 5px;
  border-radius: 3px 3px 5px 5px;
}
.dnnadmin-panel img {
  border: 0 !important;
  margin: 0 11px 5px 0;
  cursor: pointer;
  vertical-align: middle;
}
body.dnnEditState .dnnadmin-panel {
  display: block;
}
/* this CSS is to override style that has been added in DNN 9 which add 10px padding to the Pane div and breaks the layout.*/
div.dnnModuleManager {
    padding: 0 !important;
    border: none;
}