body.body-fixed {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #fffee6;
  
}

body {
    background-color: #fffee6;
    background-color: #fbf3e9;
    background-color: #f8f4ef;
    background-color: #fbf3e9;
    background-color: #cccccc;
    background-color: white;
    /*background-image: url("images/backtan.png");
    background-repeat: repeat;*/
    /* image color   e9d5b0*/
    font-size: 15px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
    padding-left: 12px;
}

textarea, option {
    font-size: 15px;
}








.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}


.modal-footer {

    text-align: center;
}



.thead-inverse {
    background-color: #33591C;
    background-color: #3366cc;
    color: #ffffff;

}


table.table-grid {
background-color: white;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ededed;
}



.page-header {
  
  padding-bottom: 3px;
  margin: 3px 0 3px;
  border-bottom: 1px solid #33591C;
  border-bottom: 1px solid #3366cc;
}


hr {
	border-color: #33591C;
    border-color: #3366cc;
}

.btn-seq{
    color: white;
    background-color: #33591C;
    background-color: #3366cc;

}

.btn-seq:hover, 
.btn-seq:focus {
	color: white;
	background-color: #339900;
    background-color: #333366;
}

.btn-seqdark {
    color: white;
    background-color: #33591C;
    background-color: #3366cc;
    background-color: #3344cc;
}

    .btn-seqdark:hover,
    .btn-seqdark:focus {
        color: white;
        background-color: #339900;
        background-color: #333366;
    }





.btn-red {
    color: white;
    
    background-color: red;
}

    .btn-red:hover,
    .btn-red:focus {
        color: white;
        background-color: #339900;
        background-color: darkred;
    }



.btn-green {
    color: white;
    background-color: green;
}

    .btn-green:hover,
    .btn-green:focus {
        color: white;
        background-color: #339900;
        background-color: darkgreen;
    }

.btn-yellow {
    color: black;
    background-color: yellow;
}

    .btn-yellow:hover,
    .btn-yellow:focus {
        color: black;
        background-color: #339900;
        background-color: darkkhaki;
    }


.btn-orange {
    color: black;
    background-color: orange;
}

    .btn-orange:hover,
    .btn-orange:focus {
        color: black;
        background-color: #339900;
        background-color: darkgoldenrod;
    }




.rowselected {
    color: white;
    background-color: #333366;
}


.rowselectedred {
    color: black;
    background-color: red;
}

.rowselectedtan {
    color: black;
    background-color: antiquewhite;
}


.cbo-seq {
    /*Does a dark gray outline of the combobox so it's a little more noticeable.  */
    border-color: #333366;
    border-color: #666666;
    
}



.underline1 {
    text-decoration:underline;
}



.imgfrn {
display:inline-block;

  max-height:125px;
  width: auto;
  height: auto;
}

.dots {
	font-family: Times New Roman, Arial; 
	font-size: 20px;
}

.mybold{
    font-weight: bold;

}
/*
    SeqGreen, 33591C    
    dark dark green  1b2f0e    
    Red   ff0000

    Normal Blue #3366cc
    Bold Blue #3366cc
    Heading #336666
    LtGray #cccccc

parchment color: fffee6


*/




.brand1 {
  font-size: 18px;
  line-height: 20px;
  padding-left:2px;
  padding-top:5px;
}

.test
{visibility: hidden;}


.mobilemessage {
    display: none !important;
}

@media screen and (max-width: 700px) {
    .mobilemessage {
        display: inline !important;
    }
	
}


@media (orientation:portrait) {
    .hide-on-portrait {
        display: none;
    }
}


@media (orientation:landscape) {
    .hide-on-landscape {
        display: none;
    }
}


div.scrollbox {
    overflow: scroll;
    box-sizing: border-box;
    padding: 20px;
    
}


/*.scrollheader {
    width: 720px;
}

div.scrollbox750 {
    overflow: scroll;
    box-sizing: border-box;
    padding: 20px;
    width: 750px;
    
}


@media screen and (max-width: 700px) {
    div.scrollbox750 {
        width: 650px;

    }
    .scrollheader {
        width: 620px;
    }

}*/




    .disclaimer {
        font-size: 12px;
    }

    .well {
        border-color: #33591C;
        border-color: #3366cc;
        background-color: transparent;
    }

    .well-sm {
        padding: 0px;
    }




    .table-bordered th,
    .table-bordered td {
        border: 1px solid gray !important;
    }

    .table-100seq {
        width: 100%;
        color: white;
        background-color: #33591C;
        background-color: #3366cc;
        padding-left: 2px;
    }






    .table-hpadding {
        padding-left: 3px;
    }

    .table-hpadding2 {
        padding-left: 6px;
        padding-top: 4px;
        vertical-align: middle;
    }


    .table-100seqdark {
        width: 100%;
        color: white;
        background-color: #33591C;
        background-color: #3344cc;
        padding-left: 2px;
    }

    .table-curved {
        border-radius: 4px;
    }

    .table-curved-top {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .table-curved-bottom {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }


    .table-100seqval {
        width: 100%;
        color: black;
        background-color: #f1bb49;
        padding-left: 2px;
    }



    .table-border-seq {
        border-style: solid;
        border-color: #33591C;
        border-color: #3366cc;
        border-width: 1px;
    }

    .table-border-gray {
        border-style: solid;
        border-color: #33591C;
        border-color: #8f8f8f;
        border-width: 1px;
    }

    .table-border-black {
        border-style: solid;
        border-color: #33591C;
        border-color: black;
        border-width: 1px;
    }



    .table-border-seqval {
        border-style: solid;
        border-color: #f1bb49;
        border-width: 1px;
    }

    td.form-group {
        width: 60%;
        vertical-align: top;
    }


    .table-100 {
        width: 100%;
    }





        .table-100 > thead > tr > td,
        .table-100 > tbody > tr > td,
        .table-100 > tfoot > tr > td {
            padding-left: 2px;
            padding-top: 2px;
            padding-bottom: 2px;
            left: 534px;
        }


    .table-border-seq > thead > tr > td,
    .table-border-seq > tbody > tr > td,
    .table-border-seq > tfoot > tr > td {
        padding-left: 4px;
        padding-top: 3px;
        padding-bottom: 3px;
    }



    .form-control {
        max-width: 800px;
        color: #333333;
        font-size: 14px;
    }


    .form-control-small {
        max-width: 400px;
        padding: 1px 2px;
        font-size: 14px;
        height: 30px;
    }

    .btn-small {
        font-size: 14px;
        min-width: 150px;
    }

    .text-small {
        padding: 1px 2px;
        font-size: 14px;
    }

    .myhError {
        font-weight: bold;
        color: red;
        font-size: 14px;
        padding: 2px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
    }


.brandimg-md { display: none !important; }
.brandimg-sm { display: inline !important; }



    @media screen and (max-width: 1200px) {
        .brandimg-md { display: none !important; }
        .brandimg-sm { display: inline !important; }



        .form-control-small {
            max-width: 300px;
            padding: 1px 2px;
            font-size: 13px;
            height: 28px;
        }

        .form-control {

            font-size: 13px;
        }

        .btn-small {
            font-size: 13px;
            min-width: 125px;
        }

        .text-small {
            padding: 1px 2px;
            font-size: 13px;
        }

        .myhError {
            font-size: 13px;
        }

        .btn {
            font-size: 14px;
        }

        .table-hpadding2 {
            padding-left: 5px;
            padding-top: 3px;
        }

        h3 {
            font-size: 20px;
        }

        body, textarea, option {
            font-size: 14px;
        }

        h4 {
            font-size: 17px;
            padding-left: 9px;
        }
    }

    @media screen and (max-width: 1000px) {
        .brandimg-md {             display: none !important;         }
        .brandimg-sm {           display: inline !important;        }



        .form-control-small {
            max-width: 250px;
            padding: 1px 1px;
            font-size: 12px;
            height: 26px;
        }

        .form-control {
            font-size: 12px;
        }


        .btn-small {
            font-size: 12px;
            min-width: 100px;
        }

        .text-small {
            padding: 1px 1px;
            font-size: 12px;
        }

        .myhError {
            font-size: 12px;
        }

        .btn {
            font-size: 13px;
        }

        .table-hpadding2 {
            padding-left: 4px;
            padding-top: 2px;
        }

        h3 {
            font-size: 19px;
        }

        body, textarea, option {
            font-size: 13px;
        }

        h4 {
            font-size: 15px;
            padding-left: 9px;
        }
    }

    @media screen and (max-width: 800px) {
        .brandimg-sm { display: inline !important; }
        .brandimg-md { display: none !important; }


        .form-control-small {
            max-width: 200px;
            padding: 1px 1px;
            font-size: 11px;
            height: 24px;
        }

        .form-control {
            font-size: 11px;
        }


        .btn-small {
            font-size: 11px;
        }

        .text-small {
            padding: 1px 1px;
            font-size: 11px;
        }

        .myhError {
            font-size: 11px;
        }

        .btn {
            font-size: 12px;
        }

        .table-hpadding2 {
            padding-left: 4px;
            padding-top: 2px;
        }

        h3 {
            font-size: 17px;
        }

        body, textarea, option {
            font-size: 12px;
        }

        h4 {
            font-size: 13px;
            padding-left: 5px;
        }
    }







    .panel-body {
        padding: 1px;
    }


    .panel-title {
        padding: 3px 6px;
        background-color: #3344cc;
        color: white;
        font-size: 14px;
    }

    .panel-heading {
        padding: 0px;
    }

    .panel-title > a:hover {
        background-color: white;
        color: #3344cc;
    }

    .td-bottom {
        vertical-align: bottom;
    }

    .td-top {
        vertical-align: top;
    }


    .text-right {
        text-align: right;
    }

    .text-left {
        text-align: left;
    }





    a {
        color: #33591C;
        color: #3366cc;
        text-decoration: underline;
    }

        a:visited {
            color: #33591C;
            color: #3366cc;
        }

        a:hover {
            background-color: #33591C;
            background-color: #3366cc;
            color: white;
            text-decoration: none;
        }


    .linkred {
        color: red;
        text-decoration: underline;
    }

    a.linkred:visited {
        color: red;
    }

    a.linkred:hover {
        background-color: red;
        color: white;
        text-decoration: none;
    }



    .table-seq {
        background-color: #33591C;
        background-color: #3366cc;
        color: white;
        padding-left: 2px;
    }


    .images {
        color: none;
    }

    a.images:hover {
        color: none;
        background-color: none;
    }


    a.btn-seq:visited {
        color: white;
    }

    a.btn-seq {
        text-decoration: none;
    }



    .navbar-inverse { /*primary back color*/
        background-color: #33591C;
        border-color: #33591C;
        background-color: #3366cc;
        border-color: #3366cc;
        border-color: gray;
    }

        .navbar-inverse .navbar-brand {
            color: #ffffff
        }

            .navbar-inverse .navbar-brand:hover,
            .navbar-inverse .navbar-brand:focus {
                color: #ffffff;
                background-color: transparent;
            }

        .navbar-inverse .navbar-text {
            color: #999999;
            color: #dddddd; /**/
        }

        .navbar-inverse .navbar-nav > li > a {
            color: #999999;
            color: #dddddd; /*not selected color, making brighter*/
        }

            .navbar-inverse .navbar-nav > li > a:hover,
            .navbar-inverse .navbar-nav > li > a:focus {
                color: #ffffff;
                background-color: transparent;
            }

        .navbar-inverse .navbar-nav > .active > a,
        .navbar-inverse .navbar-nav > .active > a:hover,
        .navbar-inverse .navbar-nav > .active > a:focus {
            color: #ffffff;
            background-color: #080808;
            background-color: #1b2f0e; /*background color for selected item */
        }

        .navbar-inverse .navbar-nav > .disabled > a,
        .navbar-inverse .navbar-nav > .disabled > a:hover,
        .navbar-inverse .navbar-nav > .disabled > a:focus {
            color: #444444;
            background-color: transparent;
        }

        .navbar-inverse .navbar-toggle {
            border-color: #333333;
        }

            .navbar-inverse .navbar-toggle:hover,
            .navbar-inverse .navbar-toggle:focus {
                background-color: #333333;
            }

            .navbar-inverse .navbar-toggle .icon-bar {
                background-color: #ffffff;
            }

        .navbar-inverse .navbar-collapse,
        .navbar-inverse .navbar-form {
            border-color: #101010;
        }

        .navbar-inverse .navbar-nav > .open > a,
        .navbar-inverse .navbar-nav > .open > a:hover,
        .navbar-inverse .navbar-nav > .open > a:focus {
            color: #ffffff;
            background-color: #1b2f0e; /*background color for selected dropdown*/
        }

        .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
            border-top-color: #ffffff;
            border-bottom-color: #ffffff;
        }

        .navbar-inverse .navbar-nav > .dropdown > a .caret {
            border-top-color: #999999;
            border-bottom-color: #999999;
        }

        .navbar-inverse .navbar-nav > .open > a .caret,
        .navbar-inverse .navbar-nav > .open > a:hover .caret,
        .navbar-inverse .navbar-nav > .open > a:focus .caret {
            border-top-color: #ffffff;
            border-bottom-color: #ffffff;
        }





    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 230px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

        .dropdown-content a {
            float: none;
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }

            .dropdown-content a:hover {
                background-color: #ddd;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }