
.TextContainer {
width: 80%;
height: 5rem;
background-color: lightgray;
overflow: hidden;
overflow-y : scroll;
margin: 0 auto;
padding: 0;

}

.imgbox {
width: 260px;
max-width: 260px;
height: 190px;
max-height: 190px;
overflow: hidden;
}

.inbox {
max-width: 256px;
max-height: 186px;
overflow: hidden;
}

.bakgray {
background-color: darkgray;
}

.text-capitalize {
  text-transform: capitalize;
}

.suttonborder {
  border: 1px solid #c8181e;
}

#register_form h1 {
  text-align: center;
}
#register_form {
  margin: 100px auto;
  padding-bottom: 30px;
  border: 1px solid #918274;
  border-radius: 5px;
  background: white;
}
#register_form input {
  width: 80%;
  height: 35px;
  margin: 5px 10%;
  font-size: 1.1em;
  padding: 4px;
  font-size: .9em;
}
#reg_btn {
  height: 35px;
  width: 80%;
  margin: 5px 10%;
  color: white;
  background: #c8181e;
  border: none;
  border-radius: 5px;
  cursor:pointer;
}

/*Styling for errors on form*/
.form_error span {
  width: 80%;
  height: 35px;
  margin: 3px 10%;
  font-size: 1.1em;
  color: #D83D5A;
}
.form_error input {
  border: 1px solid #D83D5A;
}

/*Styling in case no errors on form*/
.form_success span {
  width: 80%;
  height: 35px;
  margin: 3px 10%;
  font-size: 1.1em;
  color: green;
}
.form_success input {
  border: 1px solid green;
}
#error_msg {
  color: red;
  text-align: center;
  margin: 10px auto;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    background-color: #FBFBFB;
    max-width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(200, 24, 30, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(200, 24, 30, 0.6);
  outline: 0 none;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #c8181e !important;
    width: 96%;
    margin: 0 auto;

}

.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary:visited {
    border-color: #c8181e !important;
    color: #c8181e;
    width: 100%;
    margin: 0 auto;
}

.btn-outline-primary:hover {
    background-color: lightgray !important;
    color: black;
}

.btn-info {
background-color: rgb(128,130,132) !important;
border-color: #505050 !important;
}

         .form-signin {
           max-width: 96%;
           width: 330px;
            padding: 15px;
            margin: 0 auto;
            color: #017572;
         }

         .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;
            border-color:#017572;
         }

         .form-signin input[type="password"] {
            margin-bottom: 10px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-color:#017572;
         }

       h2 {
       text-align: center;
       color: #c8181e;
       }



.top_menu {
 border-top: 3px solid #c8181e;
   }

.top_menu_container {
 max-width: 990px;
 margin: 0 auto;
 padding: 0 30px;
}

.top_menu_box {
width: auto;
height: 100%;
background-color: #c8181e;
}



img {
    max-width: 98%;
    display: block;
    height: auto;
    margin: auto
}

.centertext {
text-align: center;
}

input::-moz-focus-inner {
    border: 0
}

.mb0 {
margin-bottom: 0;
}

.mydatasrc input {
clear: both;
display: block;
width: 100% !important;
margin: 0 auto;
padding: 0;

}

.mydatasrc textarea {
clear: both;
display: block;
margin-right: auto;
margin-left: auto;
margin-bottom: 0;
width: 90%;
height: 2em;
font-size:1em;
}

.mydatasrc input {
clear: both;
display: block;
width: 100% !important;
margin: 0 auto;
padding: 0;

}

.mydatasrc2 textarea {
clear: both;
display: block;
margin-right: auto;
margin-left: auto;
margin-bottom: 0;
width: 90%;
height: 6em;
font-size:1em;
}

table {
	background-color: #F2F2F2;
    border: 1px solid black;
    border-collapse: collapse;
    width: 90%;
    margin: auto;
}

th, td {
    border: 1px solid black;
    border-collapse: collapse;
    width: 94%;
}
th, td {
    padding: 5px;

}

.myheaderstyle {
background-color: #c8181e;
}

thead {
background-color: #c8181e;
}

.tbl_address {
font-size: 1.4em;
color: #565656;
}

.title {
margin: 1em auto 2em auto;
}

#mycheckbox {
width: auto;
}

.contact_form {
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 auto 2em auto;
}

    .contact_form input {
        width: 96%;
        padding: .4em .4em;
        font-size: 0.9em;
    }
    textarea {
    	vertical-align: top;
        width: 100%;
        height: 5rem;
        padding: .4em .4em;
        font-size: 1em;
white-space: pre;
white-space: pre-wrap;
    }

   textarea:read-only {
    	vertical-align: top;
        width: 100%;
        height: 5rem;
        padding: .4em .4em;
        font-size: 1em;
white-space: pre;
white-space: pre-wrap;
resize: none;
}

    .contact_form label {
        display: inline-block;
        margin: 0em auto 0 auto;
        padding: 0;
        color: dimgrey;
        font: bold 1rem courier!important
    }

.mycontainer {

background-color: #F2F2F2;
    border:1px solid #d3d3d3;

}

.mycontainer .myheader {
    background-color:LightSlateGray;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
}
.mycontainer .mycontent {
    display: none;
    padding : 5px;
}

.mycontainer .myheader2 {
    background-color:LightSlateGray;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
}
.mycontainer .mycontent2 {
    display: none;
    padding : 5px;
}

.mycontainer .myheader3 {
    background-color:LightSlateGray;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
}
.mycontainer .mycontent3 {
    display: none;
    padding : 5px;
}


.red {
color: red;
}

.ticol {
color: #565656;
}

.mycol-container {
    display: table;
    width: 100%;
}

.mynewcell {
    border-collapse: collapse;
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.mynewcelltopleft {
    border-collapse: collapse;
    display: table-cell;
    vertical-align: middle;
    width: 15%
}

.mynewcelltopmiddle {
    border-collapse: collapse;
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    height: 100%;
}
.mynewcelltopright {
    border-collapse: collapse;
    display: table-cell;
    vertical-align: middle;
    width: 49%;
}


.mynewcelltopmiddle > h2 {
	margin:0;
	padding:0;
	color: DarkSlateGrey;
	font-size: 1.5em;
	}

.mynewcelltopmiddle > h3 {
	margin:0;
	padding:0;
	color: DarkSlateGrey;
	font-size: 1.25em;
	}

.nojava-alert {
    background: #676157;
    color: #e6e6e6;
    font-size: 11px;
}

.nojava-alert .alert-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-position: left;
  background-repeat: no-repeat;
}
.nojava-alert p {
  margin-bottom: 0;
}


.upload_images {
    color: #3675B4;
    border: solid 2px #3675B4;
    border-radius: 3px;
    text-transform: uppercase;
    background: #fff;
    font-size: 18px;
    padding: 10px 20px;
    margin: 15px 15px 15px 0px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    white-space: nowrap;
}

.menu_butts {
    color: #3675B4;
    text-transform: uppercase;
    background: #fff;
    font-size: 16px;
    padding: 2px 4px;
    margin: 5px 5px 5px 0px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    white-space: nowrap;
}

.menu_del {
    text-transform: uppercase;
    background: #fff;
    font-size: 16px;
    padding: 2px 4px;
    margin: 5px 5px 5px 0px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    white-space: nowrap;
}

.menu_delno {
    text-transform: uppercase;
    background: #fff;
    font-size: 18px;
    padding: 2px 4px;
    margin: 10px 5px 10px 0px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    white-space: nowrap;
}

.mycenter {
	clear: both;
display: block;
text-align: center;
}

.ret_list {
    color: #3675B4;
    border: solid 2px #3675B4;
    border-radius: 3px;
    text-transform: uppercase;
    background: #fff;
    font-size: 18px;
    padding: 10px 20px;
    margin: 15px 15px 15px 0px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    white-space: nowrap;

}

.ret_list:hover {
    color: #fff;
    border: solid 2px #3675B4;
    background: #3675B4;
    box-shadow: none;
}

.myspace {
margin: 4em auto 2em auto;
}

.centerme1 {
	  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;

}

.centerme2 {
width: 80%;
margin: auto;


}

.centerme3 {

  margin: 1em auto 2em auto;
  padding-right: 15px;
  padding-left: 15px;

}

.upload_images:hover {
    color: #fff;
    border: solid 2px #3675B4;
    background: #3675B4;
    box-shadow: none;
}
#upload_images{margin: 18px 10px;padding: 10px;}

.out_container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.upload_container {
	  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.img_container {
border: 1px solid black;
margin: auto;
padding-left: 2%;
padding-right: 2%;
}


 .reorder_link {
    color: #3675B4;
    border: solid 2px #3675B4;
    border-radius: 3px;
    text-transform: uppercase;
    background: #fff;
    font-size: 18px;
    padding: 10px 20px;
    margin: 15px 15px 15px 0px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    white-space: nowrap;
}
.reorder_link:hover {
    color: #fff;
    border: solid 2px #3675B4;
    background: #3675B4;
    box-shadow: none;
}
#reorder-helper{margin: 18px 10px;padding: 10px;}
.light_box {
    background: #efefef;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
    font-size: 1.2em;
}

.gallery{ width:100%; float:left; margin-top:25px;margin-bottom:25px;}
.gallery ul{ margin:0; padding:0; list-style-type:none;}
.gallery ul li{ padding:7px; border:2px solid #565656; border-radius:6px; float:left; margin:10px 7px; background:#9f9f9f; width:auto; height:auto;}
.gallery img{ width:250px;}

/* NOTICE */
.notice, .notice a{ color: #fff !important; }
.notice { z-index: 8888; }
.notice a { font-weight: bold; }
.notice_error { background: #E46360; }
.notice_success { background: #657E3F; }


.upload-statusbar {
border: 1px solid #0ba1b5;
margin-top: 10px;
width: 80%;
margin-right: 5px;
margin: 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 5px 5px 5px 5px
}
.upload-filename {
width: 100%;
height: auto;
margin: 0 5px 5px 10px;
color: #807579
}
.upload-progress {
margin: 0 10px 5px 10px;
position: relative;
width: 60%;
border: 1px solid #ddd;
padding: 1px;
border-radius: 3px;
display: inline-block;

}
.upload-bar {
background-color: #0ba1b5;
width: 0;
height: 20px;
border-radius: 3px;
color:#FFFFFF;

}
.upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
}
.upload-red {
-moz-box-shadow: inset 0 39px 0 -24px #e67a73;
-webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
box-shadow: inset 0 39px 0 -24px #e67a73;
background-color: #e4685d;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
text-shadow: 0 1px 0 #b23e35;
cursor: pointer;
vertical-align: top;
margin-right:5px;
}
.upload-green {
background-color: #77b55a;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin: 0;
padding: 0;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
cursor: pointer;
text-shadow: 0 1px 0 #5b8a3c;
vertical-align: top;
margin-right:5px;
}
.upload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
   font-weight: bold;
	padding: 5px 7px;
	cursor:pointer;
	line-height:20px;
	height:25px;
	margin:0 10px 10px 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #888;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 0 0 #e8e8e8;
  -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
  box-shadow: 0 2px 0 0 #e8e8e8;
  padding: 6px 10px 4px 10px;
  color: #FFF;
  background: #2f8ab9;
  border: none;
  -moz-box-shadow: 0 2px 0 0 #13648d;
  -webkit-box-shadow: 0 2px 0 0 #13648d;
  box-shadow: 0 2px 0 0 #13648d;
  vertical-align:middle;
  }

.upload:hover {
      background: #28759D;
      -moz-box-shadow: 0 2px 0 0 #15719f;
      -webkit-box-shadow: 0 2px 0 0 #15719f;
      box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop
{

	border:2px dashed #505050;
	width:80%;
	color: dimgrey;
	background-color: Gainsboro;
	text-align:left;
	vertical-align:middle;
	padding:16px 16px 8px 16px;
}

.mt0 {
margin-top: 0;
}
