/*!
 * LUKES CUSTOM CSS
  */

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, p, td, li{
  font-family: 'open_sansregular';
}

a {
    color: #3b6284;
}

#head{
  background-color:#fff;
  padding:15px;
  border-bottom: 1px solid #e0e0e0;
 
}

#mainmenu{
  /* REPLACED FOR BG TRANSPARENCY IMG background-color:#efefef; */
  background-color: #fff;
  padding-top: 5px;
  padding-left: 15px;
  background-image: url('../../../../images/clean-gray-paper.png');
}

#mainmenu a{
  color:#4b4f58;;
}

#productlogo img{
  max-height: 80px;
  height:auto;
}

#areanav {
    padding-left: 30px;
    border-bottom: 1px solid #e4e4e4;
}
#areanav p{
  line-height: 3em;
}

h1{
  font-size: 30px;
  padding-top:0px;
}
h2{
  font-size: 25px;
  padding-top:0px;
}

.return-btn{
    position: fixed;
    right: 20px;
    margin-top: -39px;
}

#footer {
    border-top: 1px solid #e4e4e4;
    text-align: right;
    padding: 10px 30px;
    border-bottom: 1px solid #e4e4e4;
    overflow: auto;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 30px;
    /* REPLACED FOR BG TRANSPARENCY IMG background-color:#f6f6f6; */
    background-color: #fff;
    background-image: url('../../../../images/clean-gray-paper.png');
}

#tagline{
  padding-top: 7px;
}


.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #dedede;
    border-color: #c5c5c5;
}

.nav-tabs>li>a {
    border-bottom: 0px;
}

.nav-tabs .dropdown-menu {
    margin-top: 0px;
}

#sectionnav2{
  float:left;
  width:250px;
  margin-left: 30px;
}
#sectionnav2 li{
  list-style-type: none;
}

.list-group-item {
    background-color: #efefef;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #d8d8d8;
    border-color: #bbbbbb;
    color: #4c4c4c;
}

h4.list-group-item-heading {
  text-transform: uppercase;
  font-size:14px;
    padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0px;
  font-weight:bold;
}

#content{

  margin-left: 280px;
  padding: 0px 30px;
}

input[type=text], select, textarea{
  padding:5px 10px;
  border-radius: 2px;
  border:1px solid #e4e4e4;
  font-size: 14px;
  width: 380px;
  margin-right: 5px;
}

select{
    vertical-align: middle;
}

label {
    margin-bottom: 0px;

  }

  legend{
    padding-top:5px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .layout p, .layout div {
    margin-top: 4px;
    margin-bottom: 15px;
}

input[type=checkbox], input[type=radio] {
    margin: 0px 5px 0 0px;
}

#confirm_archiveform1, #confirm_archiveform2 {
  -ms-transform:     scale(1.5);  /* IE */
  -moz-transform:    scale(1.5);  /* FF */
  -webkit-transform: scale(1.5);  /* Safari and Chrome */
  -o-transform:      scale(1.5);  /* Opera */
  padding: 10px;    margin: 0px 10px 10px 0px;
}


fieldset{
  margin-bottom: 10px;
}

.checkbox label, .radio label {
    padding-left: 0px;
    line-height: 13px;
}
.checkbox, .radio{
    margin-left: 20px;
}


/* CONTROL THE SIZE OF THE INPUT GROUPS - OTHERWISE THEY GO 100% WIDTH! */

  .input-group {
    width: 380px;
    margin-bottom: 10px;
}

form{
  margin-bottom: 10px;
}


/* REMOVE STYLING OF THE ALTERNATING ROW BGS */

.altOne, .altTwo {
    background-color: transparent;
}

#instancenav{
  height:auto;
  padding: 10px 0px;
}

#listmodules{
  padding-left: 30px;
  width: auto;
}

#listmodules form, #listmodules .minimenu{
  background-color: #efefef;
  padding:10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#listmodules form, #listmodules p{
  text-align: left;
}

#listmodules form select{
  width:auto;
  font-size: inherit;
}

#listmodules form input, #listmodules form select {
    font-size: 1em;
}

#editmodule {
    margin-left: 320px;
    padding-top: 11px;
}

#editmodule li a {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 14px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #62869e;
}

.dropdown-header {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4a4a4a;
}



.article-tags-wrapper .tag-list li {
    background-color: #62869e;
    padding: 1px 5px;
    border-radius: 3px;
}

#content div.module{
  border:1px solid #e4e4e4;
  border-radius: 4px;
  padding:15px;
  margin-bottom: 15px;
  font-size: 1em;
}

#content div.module img{
  max-width: 420px;
  height: auto;
  margin-right: 15px;
  margin-bottom: 15px;
}

#content div.module h3{
  font-size: 25px;
  margin-bottom: 15px;
}

#clientalert_select div.module h3 {
  font-size: 20px;
}

div.details{
  margin-bottom: 15px;
}