﻿.text-center {
    text-align: center !important;
}

input[type=text]
{
  text-transform:uppercase;
} 

.text-right {
    text-align: right !important;
}

.display-block {
    display: block !important;
}

.multiselect-container > li > a {
    white-space: normal;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

/*.page-header {    
    margin-bottom: 18px !important;
}*/
    .page-header h1 {
        margin-bottom: 15px !important;
    }


/*================ Tabs css from bootstrap.css====================================*/
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0 !important;
}
#tbDiscountName{
        -webkit-box-shadow: inset 0 0 4px #d9d9d9;
    -moz-box-shadow: inset 0 0 4px #d9d9d9;
    box-shadow: inset 0 0 4px #d9d9d9;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    font-size: 13px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
        display: inline-block;
    height: 18px;
    padding: 4px 6px;
        line-height: 18px;
    color: #555555;
        margin-left: 0;
    
}
.checked-subscription-row td{
    background-color: #BFDDA2 !important;
}
.fileUploadImage {
    height: 100px;
    width: 100px;
    display: none;
}
/*New Layout colors*/
.btn.btn-alt.btn-success {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #165A8D;
  background-image: -moz-linear-gradient(top, #1D76B8, #134D78);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1D76B8), to(#134D78));
  background-image: -webkit-linear-gradient(top, #1D76B8, #134D78);
  background-image: -o-linear-gradient(top, #1D76B8, #134D78);
  background-image: linear-gradient(to bottom, #1D76B8, #134D78);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1D76B8', endColorstr='#ff134D78', GradientType=0);
  border-color: #134D78 #134D78 #103F61;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #134D78;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #1D76B8;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px @grayLight, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px @grayLight, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px @grayLight, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
.btn.btn-alt.btn-success:hover,
.btn.btn-alt.btn-success:focus,
.btn.btn-alt.btn-success:active,
.btn.btn-alt.btn-success.active,
.btn.btn-alt.btn-success.disabled,
.btn.btn-alt.btn-success[disabled] {
  color: #ffffff;
  background-color: #134D78;
  *background-color: #103F61;
}
.btn.btn-alt.btn-success:active,
.btn.btn-alt.btn-success.active {
  background-color: #577d0e \9;
}
.btn.btn-alt.btn-success:hover,
.btn.btn-alt.btn-success:active,
.btn.btn-alt.btn-success.active {
  color: #ffffff;
  background-position: 0 0;
  background-color: #186196;
  background-image: none;
}
 .main-navigation > ul > li > a:hover {
        color: #258AF8;
    }
   .main-navigation > ul > li ul a:hover, .main-navigation > ul > li.current > a {
            color: #258AF8;
        }

      body,h1, h2, h3, h4, h5, h6, label, span, p{
          color: #1F1F1F;
                               }
/* Save All / Primary Action Button */
.btn.btn-save {
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background-color: #5fa86a;
    background-image: linear-gradient(to bottom, #73bb7d, #4f985a);
    background-repeat: repeat-x;
    border-color: #4f985a #4f985a #3f7f49;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.25);
}

    /* Hover / Focus */
    .btn.btn-save:hover,
    .btn.btn-save:focus {
        background-color: #4f985a;
        background-image: linear-gradient(to bottom, #6fb877, #458b51);
        color: #ffffff;
    }

    /* Active / Pressed */
    .btn.btn-save:active,
    .btn.btn-save.active {
        background-color: #458b51;
        background-image: none;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
    }

    /* Disabled */
    .btn.btn-save.disabled,
    .btn.btn-save[disabled] {
        background-color: #9dc8a3;
        background-image: none;
        color: #f5f5f5;
        cursor: not-allowed;
        box-shadow: none;
    }
