﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.input-panal
{
   min-height: 235px;
}

.input-panal form {
    height: 100%;
}

.button-holder
{
    width:236px;
}
.spacer-34{
    min-height:59px;
}






/* new styles */

.navbar {
    background-color: #fff !important;
    background-image: none;
    margin-bottom: 0;
}

.greybar {
    background-color: #d6d6d6;
    height: 8px;
}


.navbar-default .navbar-nav li a:link, .navbar-default .navbar-nav li a:visited {
    font-size: 2.0rem;
    margin:32px;
    font-weight: bold;
    background: none;
    text-align: left;
    color: #700017;
    white-space: nowrap;
}

.pull-right {
    float: right !important;
}

#header {
    /*margin-left: 20px;*/
    padding: 0;
    width: auto;
    height: 109px;
    border: 0;
    background-color: #fff;
    background-position: left top;
    
    background-repeat: no-repeat;
    background-image: url('../Images/benha-logo.png');
     /*background-image: url('../Images/oda_logo.bmp');*/
     width:560px;
     margin-top:15px;
     margin-bottom:15px;
}

h1, .h1 {
    font-size: 3rem;
    margin-top: 35px;
    margin-bottom: 30px;
    font-weight: bold;
}

/*.container {
    min-height: 90%;
    margin-bottom: -130px;
}*/


body {
    padding-top: 10px;
    padding-bottom: 20px;
}

body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #525051;
}

body .rich-tabpanel-content {
    border: 1px solid #d4dadc;
    border-top: 3px solid #747e96;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f8f8f8;
    padding: 15px;
}

input[type="text"], input[type="textarea"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
    background-color: #fff;
    border: 1px solid #ccc;
    -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;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, span.form-control {
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.form-group input, .form-group textarea, .form-group select, .form-group span.form-control {
    width: 236px;
}
.form-group {
    overflow: hidden;
    color: rgba(34,34,34,1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.headerRow {
    background-color: #0C4775;
    color: white;
}
.license-table{
    /*margin-left:15px;
    margin-right:15px;*/
}

.btn-primary, .btn-success, .btn-primary:visited, .btn-success:visited {
    background-color: #700017;
    background-image: -webkit-linear-gradient(top, #98001f 0%, #700017 100%);
    background-image: -o-linear-gradient(top, #98001f 0%, #700017 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#98001f), to(#700017));
    background-image: linear-gradient(to bottom, #98001f 0%, #700017 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98001f', endColorstr='#700017', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #700017;
    color: #ffffff;
    min-width: 110px;
    behavior: url(PIE.htc);
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

#footer {
    height: 130px;
    width: 100%;
    background-color: #000000;
}
footer {
    display: block;
}

footer p {
    padding: 50px 40px;
}
footer a:link, footer a:visited {
    text-decoration: none;
    color: #fff;
}

    footer-text {
        text-decoration: none;
        color: #fff;
    }
footer img {
    float: right;
    padding: 50px 40px;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
.min-height50{
    min-height:50px;
}
.min-height350{
    min-height:350px;
}

.min-height200{
    min-height:200px;
}
.min-height100{
    min-height:100px;
}

#board_summary textarea {
    max-width:none;
    width:100%;
    height:250px;
}

.min-height200{
    min-height:200px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, span.form-control {
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "Arial,Helvetica Neue",Helvetica,sans-serif;
}




#ohiogovbox {
    background: url(../images/ODH-ohio-gov-bar.png);
    background-repeat: no-repeat;
    height: 43px;
    width:292px;
}

#ohiogovbox a:link, #ohiogovbox a:visited {
    font-family: Arial;
    font-size: 10px;
    color: #000;
    text-decoration: none;
}
.center-box{
    vertical-align:middle;
    text-align:center;
    margin:auto;

}

a
{
    text-decoration:underline;
}
.bold-text{
    font-weight:bold;

}
 .lic-value {
      padding-top:7px;
    }


 .no-dec{
     text-decoration:none;
 }
/*@media screen and (min-height: 800px) {
    #footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}*/
@media (max-width: 992px) {
    .lic-label {
        width: 44%;
        margin-left:15px;
    }
    .lic-value{
        width:66%
    }
}

@media screen and (max-width: 997px) {
   #header {
    /*margin-left: 20px;*/
    padding: 0;

    height: 0px;
    border: 0;

     width:0px;
     margin-top:0px;
}
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #525051; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% ; 
	}

   
	/*.td-responsive { 
		
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% ; 
	}*/

    #license_tbody > tr > td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% ; 
        min-height:37px;
	}

	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	

     #footer {
        position: relative;
        bottom: 0;
        width: 100%;
    }
	/*
	Label the data
	*/
	td:nth-of-type(1)::before { content: "Name";
                                font-weight:bold;
	}
	td:nth-of-type(2)::before { content: "License Number"; 
                                   font-weight:bold;
	}
	td:nth-of-type(3)::before { content: "City"; 
   font-weight:bold;
	}
	td:nth-of-type(4):before { content: "State";
   font-weight:bold;
	}
	td:nth-of-type(5):before { content: "Status"; 
                                  font-weight:bold;
	}

	td:nth-of-type(6):before { content: "Issue Date"; 
                                  font-weight:bold;
	}
	td:nth-of-type(7):before { content: "Expiration Date"; 
   font-weight:bold;
	}
	
}

.print-only{
    display:none;
}
/* Print styling */

@media print {

    .col-print-1 {
        width: 8%;
        float: left;
    }

    .col-print-2 {
        width: 16%;
        float: left;
    }

    .col-print-3 {
        width: 25%;
        float: left;
    }

    .col-print-4 {
        width: 33%;
        float: left;
    }

    .col-print-5 {
        width: 42%;
        float: left;
    }

    .col-print-6 {
        width: 50%;
        float: left;
    }

    .col-print-7 {
        width: 58%;
        float: left;
    }

    .col-print-8 {
        width: 66%;
        float: left;
    }

    .col-print-9 {
        width: 75%;
        float: left;
    }

    .col-print-10 {
        width: 83%;
        float: left;
    }

    .col-print-11 {
        width: 92%;
        float: left;
    }

    .col-print-12 {
        width: 100%;
        float: left;
    }
    .print-only{
        display:block;
    }
    /*.make-grid(sm);

    .visible-xs {
        .responsive-invisibility();
    }

    .hidden-xs {
        .responsive-visibility();
    }

        .hidden-xs.hidden-print {
            .responsive-invisibility();
        }

    .hidden-sm {
        .responsive-invisibility();
    }

    .visible-sm {
        .responsive-visibility();
    }*/
}