
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    padding-top: 70px;
    background-color: #fff;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
    padding: 10px;
}

.messagepage,
.excelimportpage{
    max-width: 450px;
    margin: 0 auto;
}
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
    padding-top: 70px;
}
footer {
    padding: 30px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -50%; /* 6 columns */
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -50%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 50%; /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%; /* 6 columns */
    }
}

/* Firefox has some awkward fieldset styling involving width that interferes with the
   responsive table. This cannot be overridden without a Firefox-specific hack that we don't
   provide in Bootstrap:
*/
@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}

table caption{
    font-size: 1.5em;
    font-weight: bold;
}

a.navbar-brand img{
    width: 100px;
    margin-right: 10px;
}

h1 {
    margin-top:40px;
}

@font-face {
    font-family: 'Conv_MuseoSansRounded-900';
    src: url('../fonts/MuseoSansRounded-900.eot');
    src: local(''), url('../fonts/MuseoSansRounded-900.woff') format('woff'),
    url('../fonts/MuseoSansRounded-900.ttf') format('truetype'),
    url('../fonts/MuseoSansRounded-900.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'MuseoSansRounded-300';
    src: url('../fonts/MuseoSansRounded-300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansRounded-300.woff') format('woff'),
    url('../fonts/MuseoSansRounded-300.ttf')  format('truetype'),
    url('../fonts/MuseoSansRounded-300.svg#MuseoSansRounded-300') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body{overflow-x:hidden;}

body.withbackground {margin:0; padding:0; border:0; outline:0; box-sizing:border-box;  background:url(../images/bg.jpg) center 50px fixed no-repeat;  *-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; overflow-x:hidden;}

.startpagewrap {padding:8px;}

.nomarbtm {margin-bottom:0;}

.withbackground .jumbotron {padding:60px; display:inline-block; margin:80px auto 50px; -webkit-box-shadow:0px 4px 9px 0px rgba(0, 0, 0, 0.73); -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.73); -o-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.73); box-shadow:0px 4px 9px 0px rgba(0, 0, 0, 0.73);}

.withbackground .jumbotron h1 {font-family:'Conv_MuseoSansRounded-900'; font-size:69px; line-height:60px; font-weight:900; margin:0 0 16px; padding:0 0;}

.withbackground .jumbotron h1 span {font-weight:300; font-size:49px; font-family:'MuseoSansRounded-300';}

.withbackground .container-wrap {position:relative; width:100%; /*min-height:300px;*/}

.withbackground #showhide {position:absolute; left:0; top:0; width:50px; height:50px; margin:50px 0 0; background:url(../therm_startpage_files/double_arrow.png) center center no-repeat; border:0; outline:0; -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out;}

.withbackground #showhide:hover {left:10px; -webkit-transition:all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;}

.withbackground .thumbnail {display:none;}

.withbackground .listgroupbg {background:#e2f0f9;}

.withbackground .listgroupbg a.list-group-item {background-color:#e2f0f9;}

.withbackground .listgroupbg a.list-group-item.active {background-color:#3097d1;}

.withbackground .list-group-pg {background-image:none; background-color:#ffffff; padding-top:70px;}

.withbackground .collapsebtn {width:20px; height:22px; margin:2px 5px 0 0; background:url(/images/plus.png) top left no-repeat; border:0; outline:0;}

/*.table-responsive .collapsebtn:hover, .table-responsive .collapsebtn:focus {background:url(../therm_listing_files/minus.png) top center no-repeat;} */

.withbackground .table-scroll .btn-primary{background:url(/images/minus.png) top center no-repeat;}

.withbackground v.table-scroll .collapsed{background:url(/images/plus.png) top center no-repeat; float:left;}

.withbackground .table-responsive .collapse {overflow:hidden; padding-top:35px; padding-bottom:78px; background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 91%, rgb(244, 244, 244) 100%);
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 91%, rgb(244, 244, 244) 100%);
    background: -o-linear-gradient(90deg, rgb(255, 255, 255) 91%, rgb(244, 244, 244) 100%);
    background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 91%, rgb(244, 244, 244) 100%);
    background: linear-gradient(180deg, rgb(255, 255, 255) 91%, rgb(244, 244, 244) 100%);}

.withbackground .table-responsive .table > tbody > tr > td {padding:8px 8px 8px 8px;}

.withbackground .table-responsive .table > tbody > tr:last-child > td {border:0;}

.withbackground .table-responsive .table > tbody > tr:last-child > td:hover {background:#ffffff;}

.withbackground .wellnew {min-height:95px; min-width:200px;}

.withbackground .container .jumbotron, .container-fluid .jumbotron{ padding:40px;}

.withbackground .jumbotron h1{ font-size:39px;}

.withbackground .jumbotron a{ background-image:none; background-color:#3097d1;}

.withbackground .form-inline a{ background-image:none; background-color:#3097d1;}

.withbackground .navbar-header .collapsed{ background-image:none;}

.withbackground .pdding-left-80{ padding-right:43px;}

.withbackground .padding-both{ padding:0 15px;}

.withbackground .table{ margin-bottom:0;}

.withbackground .card-body{ padding:25px 0; overflow:hidden;}

.withbackground .padding-left-38{ padding-left:38px !important;}

.withbackground .table-scroll.btn:focus{ background-color:none;}

.withbackground .table-scroll a.btn{ padding:6px 0;}

.withbackground .prod-left{ display:inline-block; vertical-align:top;}

.prod-right{ display:inline-block; vertical-align:top; padding-left:108px;}


@media only screen and (max-width: 1200px) {


}


@media only screen and (max-width: 1024px) {

}


@media only screen and (max-width: 980px) {

    .withbackground .jumbotron {padding:40px 20px; margin:120px auto 20px;}

}


@media only screen and (max-width: 768px) {

    .withbackground .jumbotron {padding:40px 20px; margin:120px auto 20px;}

}


@media only screen and (max-width: 480px) {

    .withbackground .jumbotron {padding:30px 20px; display:block; margin-top:80px;}

    .withbackground .jumbotron h1 {font-size:44px; line-height:36px;}

    .withbackground .jumbotron h1 span {font-size:30px;}

}

/* Right list of categories */

.listgroupbg {background:#e2f0f9;}

.listgroupbg a.list-group-item {background-color:#e2f0f9;}

.listgroupbg a.list-group-item.active {background-color:#3097d1;}

.list-group-pg {background-image:none; background-color:#ffffff; padding-top:70px;}



.collapsebtn {width:20px; height:22px; margin:2px 5px 0 0; background:url(/images/plus.png) top left no-repeat; border:0; outline:0;}

/*.table-responsive .collapsebtn:hover, .table-responsive .collapsebtn:focus {background:url(../therm_listing_files/minus.png) top center no-repeat;} */

.table-scroll .btn-primary{background:url(/images/minus.png) top center no-repeat;}

.table-scroll .collapsed{background:url(/images/plus.png) top center no-repeat; float:left;}

.table-responsive .collapse {overflow:hidden; padding-top:35px; padding-bottom:78px; background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 91%, rgb(244, 244, 244) 100%);
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 91%, rgb(244, 244, 244) 100%);
    background: -o-linear-gradient(90deg, rgb(255, 255, 255) 91%, rgb(244, 244, 244) 100%);
    background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 91%, rgb(244, 244, 244) 100%);
    background: linear-gradient(180deg, rgb(255, 255, 255) 91%, rgb(244, 244, 244) 100%);}

.table-responsive .table > tbody > tr > td {padding:8px 8px 8px 8px;}

.table-responsive .table > tbody > tr:last-child > td {border:0;}

.table-responsive .table > tbody > tr:last-child > td:hover {background:#ffffff;}

.wellnew {min-height:95px; min-width:200px;}

.container .jumbotron, .container-fluid .jumbotron{ padding:40px;}

.jumbotron h1{ font-size:39px;}

.jumbotron a{ background-image:none; background-color:#3097d1;}

.form-inline a{ background-image:none; background-color:#3097d1;}

.navbar-header .collapsed{ background-image:none;}

.pdding-left-80{ padding-right:43px;}

.padding-both{ padding:0 15px;}

.table{ margin-bottom:0;}

.card-body{ padding:25px 0; overflow:hidden;}

.padding-left-38{ padding-left:38px !important;}

.table-scroll.btn:focus{ background-color:none;}

.table-scroll a.btn{ padding:6px 0;}

.prod-left{ width: 30%; display:inline-block; vertical-align:top; margin-left: 50px;}
.prod-middle{ width: 25%; display:inline-block; vertical-align:top; margin-left:20px; margin-right:10px;}
.prod-right{ width: 30%; display:inline-block; vertical-align:top; padding-left:10px;}


