/*  Content packaging
    ================================================================== */
.content {
  min-height: 400px;
}
.pad-0 {
  padding: 0px;
}
.pad-10 {
  padding: 10px;
}
.pad-20 {
  padding: 20px;
}
.pad-5{ padding:5px; }
.pad-50 {
  padding: 50px;
}
.pad-100 {
  padding: 100px;
}
.pad-5-20 {
  padding: 5px 20px;
}
.pad-5-50 {
  padding: 5px 50px;
}
.pad-10-20 {
  padding: 10px 20px;
}
.pad-25-50 {
  padding: 25px 50px;
}
.pad-50-100 {
  padding: 50px 100px;
}
.pad-20-5 {
  padding: 20px 5px;
}
.pad-5-5-15-50 {
  padding: 5px 5px 15px 50px;
}
.pad-5-5-15-80 {
  padding: 5px 5px 15px 80px;
}
.font-em-05 {
  font-size: 0.5em;
}
.font-em-06 {
  font-size: 0.6em;
}
.font-em-07 {
  font-size: 0.7em;
}
.font-em-08 {
  font-size: 0.8em;
}
.font-em-09 {
  font-size: 0.9em;
}
.font-em-1 {
  font-size: 1em;
}
.font-em-1-1 {
  font-size: 1.1em;
}
.font-em-1-2 {
  font-size: 1.2em;
}
.font-em-1-3 {
  font-size: 1.3em;
}
.show {
  display: block;
}
.hide {
  display: none
}
#account-link {
  font-size: 12px;
  line-height: 15px;
  padding: 20px 30px;
}
#account-link img {
  display: inline;
  position: relative;
}
#account-link span {
  padding: 0 10px;
  position: relative;
}
#account-link:hover img {
  content: url("../img/Bucket/profile-hover.png");
}
.inline-form {
  background: whiteSmoke;
  padding: 10px 5px;
}
#avatar-img {
  padding: 20px 25px;
}
.active a:hover {
  background: #fff !important;
}
.navbar-brand:hover > svg path {
  fill: #fff !important;
}
.nav-wrap {
  width: 80% !important;
}
.navbar-right {
  left: 90%;
  top: 0;
}
.navbar-default .nav > li > a:hover {
  font-size: 1.0em;
  line-height: 15px;
}
.page-header h1 {
  color: #333;
}
.inline label {
  display: inline;
}
.inline .form-control {
  display: inline;
  width: 50%;
}
.inline input {
  display: inline;
}
.inline button {
  display: inline;
}
.blog-post {
  line-height: 30px;
}
.blog-post h2 {
  color: #000;
  font-weight: 400;
}

/**  Colors::; */
.blue {
  color: blue !important;
}
.blue-h:hover {
  color: rgb(0, 100, 200) !important;
}
.red {
  color: red !important;
}
.red-h:hover {
  color: rgb(250, 70, 70) !important;
}
.orange {
  color: orange !important;
}
.orange-h:hover {
  color: rgb(255, 170, 0) !important;
}
.green {
  color: green !important;
}
.green-h {
  color: rgb(30, 255, 30) !important;
}
.dodger-blue {
  color: rgb(30, 144, 255) !important;
}
.dodger-blue-h {
  color: rgb(50, 165, 255) !important;
}
.navy {
  color: #445566 !important;
}
.center {
  text-align: center !important;
}
.gray-very-dark {
  color: #333;
}
.gray-dark {
  color: #555;
}
.aqua {
  color: rgb(60, 100, 180);
}
.aquamarine {
  color: rgb(50, 120, 120);
}
.aquamarine:hover {
  color: rgb(70, 140, 140);
}
.purple {
  color: purple;
}
.purple:hover {
  color: rgb(150, 50, 150);
}
.dark-orange {
  color: rgb(155, 40, 0);
}
.dark-orange:hover {
  color: rgb(180, 75, 0);
}
.italic {
  font-style: italic;
}
.underline {
  border-bottom: 1px solid #ddd;
}
.overline {
  border-top: 1px solid #ddd;
}
.bold {
  font-weight: bold;
}
.unselectable {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */

  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
.text {
  font-weight: regular;
  color: #222;
  font-size: 1.2em;
}
.preview h5 {
  line-height: 20px;
  border-bottom: 1px solid #ccc;
}
.sect-end {
  border-bottom: 1px solid #999;
}
.red {
  color: red;
}
.no-border {
  border: none;
}
.photos {
  max-height: 600px;
  min-height: 200px;
  margin: auto;
  position: static;
  border-right: 1px solid #bbccdd;
  border-left: 1px solid #bbccdd;
}
.br-3 {
  border-radius: 3px;
}
.br-5 {
  border-radius: 5px;
}
.comment-image {
  height: 72px;
  width: 72px;
}
.textdiv {
  position: relative;
  -moz-appearance: textfield-multiline;
  -webkit-appearance: textarea;
  appearance: textarea;
  font: medium -moz-fixed;
  font: -webkit-small-control;
  border-radius: 5px;
  height: 120px !important;
  overflow: auto;
  border: 1px solid #445566;
  resize: both;
  width: 96%;
  left: 2%;
  padding: 7px;
}
#uimg {
  display: none;
}
.custom-file-upload {
  display: inline-block;
  cursor: pointer;
  color: #777;
}
.custom-file-upload:hover {
  color: #4488cc;
}
.block {
  display: block !important;
}
.lheight-10 {
  line-height: 10px !important;
  min-height: 10px !important;
}
.lheight-15 {
  line-height: 15px !important;
  min-height: 15px !important;
}
.lheight-20 {
  line-height: 20px !important;
  min-height: 20px !important;
}
.lheight-25 {
  line-height: 25px !important;
  min-height: 25px !important;
}
.lheight-30 {
  line-height: 30px !important;
  min-height: 30px !important;
}
.lheight-35 {
  line-height: 35px !important;
  min-height: 35px !important;
}
.lheight-40 {
  line-height: 40px !important;
  min-height: 40px !important;
}
.lheight-45 {
  line-height: 45px !important;
  min-height: 45px !important;
}
.lheight-50 {
  line-height: 50px !important;
  min-height: 50px !important;
}
.lheight-55 {
  line-height: 55px !important;
  min-height: 55px !important;
}
.lheight-60 {
  line-height: 50px !important;
  min-height: 50px !important;
}
.text-right { text-align: right; } .text-left{text-align: left;} .text-ctr{text-align: center;}

.input-text-div {
  border: 1px solid #ccc;
  line-height: 35px;
  height: 35px;
  border-radius: 5px;
  padding: 2px 10px;

}
.input-part {
  position: relative;
  display: inline !important;
  border: none;
  height: 25px;
  line-height: 25px;
  padding: 0 5px !important;
  margin: 0;
  top:-3px;
  box-shadow: none;
  border-radius: 0;
  background-image: none;
  width: auto;
}
.email {
  max-width: 45%;
  top: -4px;
}
.phone {
  max-width: 20%;
}
.width-25p {  width: 25px; }.width-35p { width: 35px;} .width-75p { width: 75px;}

.width-25c {  width: 25%; } .width-35c {  width: 35%; } .width-45c {  width: 45%; }
.width-55c {  width: 55%; } .width-65c {  width: 65%; } .width-75c {  width: 75%; }
.width-85c {  width: 85%; } .width-95c {  width: 95%; } .width-100c {  width: 100%; }

.input-icon {
  border-right: 1px solid #bbb;
  color: #999;
  line-height: 25px;
  height: 25px;
  padding: 2px 5px;
  position: relative;
}
.input-part::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.input-part input {
  border-radius: none !important;
}
.input-part:focus input {
  border-radius: none !important;
}
.input-part:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline-width: 0;
  outline: none;
}
.input-label {
  height: 25px;
  line-height: 20px;
}
.part-span {
  color: #999 !important;
  background-color: #fff;
  position: absolute;
  left: 30%;
  top: -18px;
  z-index: 10000;
  padding: 0;
  margin: 0;
  text-align: center;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.no-over {
  overflow-x: hidden;
}
.cancel {
  background: rgb(190, 25, 25);
  color: #eee;
}
.cancel:hover, .btn-block .cancel:active {
  background: rgb(225, 15, 15);
  color: #fff;
}
.navbar{
  background: #224455 !important;
}
.navbar-nav>li>a{
  color: #ccc !important;
}
.navbar-nav>li>a:hover{
  color: #fff !important;
}


.navbar-header .navbar-brand{
  padding:2px !important;
  margin: 0 !important;
}

.navbar-nav>li.open>a{color: #333 !important;}

#logo-svg #g3, a{
  -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition:   all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition:   all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition:   all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

#logo-svg:hover #g3
{
  fill: url(#l2);
}

.hover-light-gray:hover{
  background-color: #eee;
  font-weight: bold;
}


.nav-tabs.nav-justified>.active>a
{
   color: #334455 !important;
   font-weight: bold;
   /*background-color: #8899aa;*/
   border:1px solid #334455 !important;
   border-bottom: none !important;
 
}
.nav-tabs.nav-justified>.active >a:hover
{
   color: #fff !important;
   background-color: #335466 !important;
 
}


@media screen and (min-height:392px) {
  .textdiv {
    height: 400px !important; /* New width for large modal */
  }
}
@media screen and (min-width:768px) {
  .jmodal-d {
    width: 750px; /* New width for default modal */
  }
  .jmodal-c {
    width: 720px; /* New width for default modal */
  }
}
@media screen and (min-width:992px) {
  .jmodal-d {
    width: 980px; /* New width for large modal */
  }
  .jmodal-c {
    width: 950px; /* New width for large modal */
  }
}
@media screen and (min-width:1600px) {
  .jmodal-d {
    width: 1500px; /* New width for large modal */
  }
  .jmodal-c {
    width: 1500px; /* New width for large modal */
  }
}