h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: black;
  font-size: 100%;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4              { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, strong          { font-weight: bolder }


.mfgTabControl
{
    background-color: #CCCCCC;
}

.mfgTabs
{
    display: table;
    width: 100%;
    table-layout: fixed;
}

.mfgTab
{
    min-width: 25% !important;
    max-width: 25% !important;
    width: 25% !important;
    border-radius: 0 !important;
}

.mfgTabs>li>a 
{
  border-radius: 0 !important;
  margin-right: 0;
  margin-top: 0;
  background-color: #848484;
  text-decoration: none;
  color: white;
}

.mfgTabs > li
{
    border-radius: 0 !important;
}

.mfgTabs>li.active>a,
.mfgTabs>li.active>a:hover,
.mfgTabs>li.active>a:focus 
{
  border-color: #4C4C4C;
  background-color: #4C4C4C;
  color: white;
}

.mfgTabs>li.inactive>a
.mfgTabs>li.inactive>a:hover,
.mfgTabs>li.inactive>a:focus 
{
  border-color: #4C4C4C;
  background-color: lightgray;
  color: white;
}

.mfgTabs>li>a
.mfgTabs>li>a:hover,
.mfgTabs>li>a:focus 
{
  border-color: #4C4C4C;
  background-color: lightgray;
  color: white;
}

.mfgTabsTopCol
{
    padding-left: 0;
    padding-right: 0;
}

.inactiveMfgTab
{
    background: #C1262D;
    border-color: #CCCCCC;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.modelDropDownRow
{
    margin-top: 15px;   
}

.markDropDownRow
{
    margin-top: 10px;
}

.productDropDownRow
{
    margin-top: 10px;
}

.modelDropDown
{
    width: 95%;
    height: 30px;
}

.markDropDown
{
    width: 95%;
    height: 30px;
}

.productDropDown
{
    width: 95%;
    height: 30px;
}


/* Tabs... */
.tabs-left, .tabs-right 
{
  border-bottom: none;
  padding-top: 0px;
}

.tabs-left 
{
    border: 0px;  
}

.tabs-right 
{
    border: 0px; 
}

.tabs-left>li, .tabs-right>li 
{
  float: none;
  margin-bottom: 1px;
}

.tabs-left>li 
{
  margin-right: -1px;
}

.tabs-right>li 
{
  margin-left: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus 
{
  border-color: #4C4C4C;
  background-color: #4C4C4C;
  color: white;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus 
{
  border-color: #4C4C4C;
  background-color: #4C4C4C;
  color: white;
}

.tabs-left>li>a:hover,
.tabs-left>li>a:focus 
{
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background-color: lightgray;
}

.tabs-right>li >a:hover,
.tabs-right>li >a:focus 
{
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
  background-color: lightgray;
}

.tabs-left > li > a
{
    border-radius: 0px 0 0 0px;
    margin-right: 0;
    margin-top: 0;
    display: block;
    background-color: #848484;
    margin: 1px;
    text-decoration: none;
    color: white;
}

.tabs-right>li>a 
{
  border-radius: 0 4px 4px 0;
  margin-right: 0;
  margin-top: 0;
  background-color: #848484;
  text-decoration: none;
  color: white;
}

.vertical-text 
{
  margin-top:50px;
  border: none;
  position: relative;
}

.vertical-text>li 
{
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}

.vertical-text>li>a 
{
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  /*border-radius: 4px 4px 0px 0px;*/
}

.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus 
{
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}

.vertical-text.tabs-left {
  left: -50px;
}

.vertical-text.tabs-right 
{
  right: -50px;
}

.vertical-text.tabs-right>li 
{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vertical-text.tabs-left>li 
{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tabMenuLeft
{
    padding-left: 1px!important;
    padding-right: 1px!important;

    background-color: grey;
}

.tabLeftHeader
{
    background-color: #C1262D;
    height: 40px;
    margin: 0;
}

.tabLeftHeaderText
{
    color: white;
    font-weight: 300;
    font-size: medium;
    margin-left: 15px;
    padding-top: 10px;
}

.tabControlLeft
{
    background-color: white;
    min-height: 300px; 
}


.navbar
{
    margin-bottom: 0;
}

.container
{
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
}

#upperContent
{
    margin: auto;
    padding: 0;
}

#upperContent .col-md-12
{
    margin: auto;
    padding: 0;
}

.upperContentStoryArea
{
    overflow: hidden;
}

.upperContentStoryAreaContent
{
    margin: 5%;
    margin-bottom: 5px;
}

.upperContentStoryAreaContent .row
{
    margin-left: auto;
    margin-right: auto;
}

.upperContentStoryAreaText
{
    overflow: hidden; 
    /*max-height: 150px;*/
}

#pageContent
{
    margin: auto;
    width: 100%;
}

.umButton001
{
    background-color: #C1262D; 
    color: white;
    text-decoration: none;
}

.umButton001
{
    border-radius: 0;
    border: none;
    background-color: #C1262D; 
    color: white;
}

.umButton001:visited
{
    background-color: #C1262D; 
    color: white;
    text-decoration: none;
}

.umButton001:link
{
    background-color: #C1262D; 
    color: white;
    text-decoration: none;
}

.btn:focus
{
    outline: none !important;
   background-color: #C1262D !important;
}

.btn:active 
{
   outline: none !important;
   background-color: gray !important;
}

.headerImage
{
    width: 100%;
    margin-bottom: 5%;
}

.mainContentCol
{
    margin-left: 20px;
}

.productContent
{
    margin: 0px;
    margin-bottom: 10px;
}

#contentLargeColumnLeft
{
    padding-right: 4%;
}

#sidebarColumRight
{
    padding-left: 3%;
}

#sidebarColumRight h2
{
    margin-top: 0;
}

.selectionsRow
{
    margin-bottom: 25px;
}

.productUpperContentRow
{
    min-height: 50px; 
    margin-bottom: 50px;
}

.productUpperContentCol
{
    padding: 0px;
}

.productLowerContentRow
{
    min-height: 50px; 
    margin-top: 25px;
    margin-bottom: 50px;
    overflow: hidden;
}

.productLowerContentCol
{
    padding: 0px;
}

.setupContent
{
    padding: 5px;
}

.table-striped>thead>tr
{
    background-color: #C1262D;
    color: white;
    border-width: 0;

}
.table-striped>thead>tr>td
{
    border-width: 0;
}

.table-striped>tbody>tr
{
    border-width: 0;
}

.table-striped>tbody>tr>td
{
    border-width: 0;
}

.table-striped>tbody>tr:nth-of-type(even)
{
    background-color: #4C4C4C;
    color: white;
}

.table-striped>tbody>tr:nth-of-type(odd)
{
    background-color: #848484;
    color: white;
}

li
{
	list-style-type: disc;
}

ul
{
    padding: 0 40px;
}

.nav
{
    padding: 0px;
}

.mfgTabControl
{
    min-height: 300px;
}

.headerImageRow
{
    margin: 0;
}


/* Small devices (landscape phones, 480px and up) */
@media (min-width: 200px)  and (max-width: 543px) 
{
    #sidebarColumRight
    {
        visibility: hidden;
        display: none;
    }   

    .upperContentStoryArea
    {
        margin-top: 5px;
        margin-left: 0;
        margin-right: 0;
        background-color: rgba(231, 231, 231, 0.90);
    }

    .mfgTabs
    {
        table-layout: auto;
    }

    .mfgTab
    {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) and (max-width: 767px) 
{
    #sidebarColumRight
    {
        visibility: hidden;
        display: none;
    }

    .upperContentStoryArea
    {
        margin-top: 5px;
        margin-left: 0;
        margin-right: 0;
        background-color: rgba(231, 231, 231, 0.90);
    }

    .mfgTabs
    {
        table-layout: auto;
    }

    .mfgTab
    {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }


}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) 
{
    /*.col-sm-3
    {
        width: 31%;
    }

    .col-sm-8
    {
        width: 60.66666667%;
    }*/

    .upperContentStoryArea
    {
        margin-left: 0;
        margin-right: 0;
        float: right;
        right: 0;
        width: 50%;
        top: 15%;
        height: 70%;
        position: absolute;
        z-index: 1000;
        background-color: rgba(231, 231, 231, 0.90);
    }

    .upperContentStoryAreaText
    {
        /*max-height: 120px;*/
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px)
{
    /*.col-sm-3
    {
        width: 31%;
    }

    .col-sm-8
    {
        width: 60.66666667%;
    }*/

    .upperContentStoryArea
    {
        margin-left: 0;
        margin-right: 0;
        float: right;
        right: 0;
        width: 50%;
        top: 25%;
        height: 50%;
        position: absolute;
        z-index: 1000;
        background-color: rgba(231, 231, 231, 0.90);
    }

    .upperContentStoryAreaText
    {
        /*max-height: 150px;*/
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
    .headerImage
    {
        width: 100%;
        max-width: 1200px;
        max-height: 460px;
    }

    /*.col-sm-3
    {
        width: 31%;
    }

    .col-sm-8
    {
        width: 60.66666667%;
    }*/

    .upperContentStoryArea
    {
        margin-left: 0;
        margin-right: 0;
        float: right;
        right: 0;
        width: 50%;
        top: 25%;
        height: 50%;
        position: absolute;
        z-index: 1000;
        background-color: rgba(231, 231, 231, 0.90);
    }

    .upperContentStoryAreaText
    {
        /*max-height: 180px;*/
    }
}