.roundbox2{
	border: 1px solid #777966;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: #F0F0F0;
	padding: 0px;
}
.roundbox2-hover:hover{
	background: #4F4F4F;
	transition-duration: 1s;
	cursor: pointer;
}
.roundbox2-hover:hover *{
	color: #fff !important;
}
.roundbox2-active{
	background: #4F4F4F;
	color: #fff;
}
.roundbox2 .top,
.roundbox2 .smalltop{
	position: relative;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-moz-border-top-right-radius: 2px;
	border-bottom: 1px solid #777966;
	background-color: #333;
	padding: 10px;
	margin: 0px;
	color: #fff;
	min-height: 14px;
}
.roundbox2 .top a,
.roundbox2 .smalltop a{
	color: #fff;
}
.roundbox2 .top em,
.roundbox2 .smalltop em{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 4px;
	font-style: normal;
	text-transform: uppercase;
	color: #eee;
}
.roundbox2 .top ul.micro-tb,
.roundbox2 .smalltop ul.micro-tb{
	position: absolute;
	right: -1px;
	top: -1px;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
}
.roundbox2 .top .toolbar,
.roundbox2 .bottom .toolbar,
.roundbox2 .smalltop .toolbar,
.roundbox2 .smallbottom .toolbar{
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 10px;
}
.roundbox2 .top2{
	padding: 5px;
	background-color: #999999;
}
.roundbox2 .top2 em{
	font-size: 11px;
	color: #000;
}
.roundbox2 .top2 .toolbar{
	top: 0px;
	right: 5px;
}
.roundbox2 .bottom,
.roundbox2 .smallbottom{
	position: relative;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	border-top: 1px solid #777966;
	background-color: #333;
	/* background: url('../images/gradient-bg-1.png') repeat-x;*/
	padding: 10px;
	margin: 0px;
	color: #fff;
	min-height: 14px;
}
.roundbox2 .top a,
.roundbox2 .bottom a,
.roundbox2 .smalltop a,
.roundbox2 .smallbottom a{
	color: #fff;
}
.roundbox2 .smalltop,
.roundbox2 .smallbottom{
	padding: 2px 0px 3px 10px;
	min-height: 5px;
}
.roundbox2 .smalltop em,
.roundbox2 .smallbottom em{
	font-size: 0.7em;
}
.roundbox2-shadow{
	-webkit-box-shadow: -2px 2px 14px -2px rgba(0,0,0,0.76);
	-moz-box-shadow: -2px 2px 14px -2px rgba(0,0,0,0.76);
	box-shadow: -2px 2px 14px -2px rgba(0,0,0,0.76);
}
hr.roundbox2-separator{
	border-top: 1px solid #777966;
	border-bottom: none;
	border-left: none;
	border-right: none;
	position: relative;
	width: 100%;
}

/* MICRO Tool Bar, a horizontal bar created using unordered lists, button-like appearance, icon-enabled */
ul.micro-tb{
	position: relative;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0px;
	background: url('../images/gradient-bg-2.png') repeat-x bottom;
	border: 1px solid #777966;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
ul.micro-tb li{
	float: left;
	padding: 5px;
	margin: 0;
	font-size: 10px;
	border-right: 1px solid #777966;
	min-height: 10px;
	background-position: 3px 2px;
	background-repeat: no-repeat;
}
ul.micro-tb li:last-child{
	border: none;
}
ul.micro-tb li:hover{
	cursor: pointer;
	background-color: #000;
	color: #fff;
}
ul.micro-tb li.icon-save{
	background-image: url('../images/icons/disk.png');
	padding-left: 24px;
}
ul.micro-tb li.icon-save:hover{
	background-color: #00C600;
}
ul.micro-tb li.icon-close{
	background-image: url('../images/icons/arrow_undo.png');
	padding-left: 24px;
}

/* Generic Float Classes - for gettin' shit done */
.fr{
	float: right;
}
.fl{
	float: left;
}


.smallform2{
	font-size: 10px;
}
.smallform2 label{
	font-size: 10px;
	color: #696969;
}
.smallform2 .field label{
	display: inline-block;
	padding: 3px 3px 0 0;
	margin-top: 0px;
	width: 35%;
}
.smallform2 .field label.checkbox,
.smallform2 .field label.radio,
.smallform2 .field label.inline{
	display: inline;
}
.smallform2 .field label.textarea{
	display: block;
}
.smallform2 .asterix{
	color: red;
	margin-right: 3px;
}
.smallform2 input[type="text"],
.smallform2 input[type="password"],
.smallform2 textarea,
.smallform2 select,
.smallform2 div.input{
	padding: 1px 0 1px 0;
	margin: 0 0 1px 0;
	width: auto;
	display: inline-block;
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.smallform2 div.input{
	padding: 2px 0 2px 0;
	color: inherit;
}
.smallform2 textarea{
	width: 90%;
}
.smallform2 input.phone{
	width: 12em;
}
.smallform2 input.phone_extension{
	width: 4em;
}
.smallform2 fieldset{
	border: 1px solid #F0F0F0;
	padding: 2px;
	margin-top: 10px;
}
.smallform2 legend,
.smallform2 .legend{
	display: block;
	padding: 2px;
	margin-top: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: normal;
}
.smallform2 p{
	margin-left: 0;
	margin-right: 0;
}
.smallform2 .helptext{
	font-size: 10px;
	background: #E6FFE9;
	padding: 5px;
	margin: 2px;
	border: 1px solid #0E9F06;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.smallform2 h5,
.smallform2 .title{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 3px 0px;
}

.squarebox{
	position: relative;
	border: 1px solid #777966;
	background: #F0F0F0;
	padding: 0px;
}
.squarebox .head{
	position: relative !important;
	display: block !important;
	height: 1em !important;
	background: #666 !important;
	color: #fff !important;
	padding: 5px 5px 5px 5px !important;
	margin: 0 !important;
}
.squarebox .legend{
	position: relative;
	left: 5px;
	top: -10px;
	font-size: 12px;
	letter-spacing: 2px;
	background-color: #fff;
	padding: 2px 5px;
	display: inline;
}

/* New Class added 2015 - applies generic shadow to dialogs */
.dialog-shadow{
	-webkit-box-shadow: 8px 8px 65px -8px rgba(0,0,0,0.76);
	-moz-box-shadow: 8px 8px 65px -8px rgba(0,0,0,0.76);
	box-shadow: 8px 8px 65px -8px rgba(0,0,0,0.76);
}

.bg-gradient-bii{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b90304+0,8f0222+54,8f0222+54,6d0019+100 */
background: #b90304; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #b90304 0%, #8f0222 54%, #8f0222 54%, #6d0019 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #b90304 0%,#8f0222 54%,#8f0222 54%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #b90304 0%,#8f0222 54%,#8f0222 54%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b90304', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.bg-white{
	background-color: #ffffff;
	background-image: none;
}


/* July 2018 - Text utilities stolen from Bootstrap */

.text-tiny{
	font-size: 70%;
}
.text-small{
	font-size: 90%;
}
.text-large{
	font-size: 120%;
}
.text-huge{
	font-size: 160%;
}
.text-massive{
	font-size: 250%;
}
.text-godzilla{
	font-size: 500%;
}

.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}

.text-primary{
	color: #2350E0;
}
.text-secondary{
	color: #787878;
}
.text-success{
	color: #529766;
}
.text-warning{
	color: #D02424;
}
.text-info{
	color: #67AAFF;
}
.text-white{
	color: #FFF;
}
.text-black{
	color: #000;
}
.text-blue{
	color: #1763d8;
}
.text-red{
	color: #b80202;
}
.text-muted{
	color: #9F9F9F;
}

.bg-primary{
	background-color: #2350E0;
}
.bg-secondary{
	background-color: #787878;
}
.bg-success{
	background-color: #529766;
}
.bg-warning{
	background-color: #D02424;
}
.bg-info{
	background-color: #67AAFF;
}
.bg-white{
	background-color: #FFF;
}
.bg-black{
	background-color: #000;
}

/* Nov 2018 - Badge Object stolen from Bootstrap */

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #2350E0;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2350E0;
}

.badge-secondary {
  color: #fff;
  background-color: #787878;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* New BoxLink class added in 2018 */
.boxlink,
:visited.boxlink,
:active.boxlink{
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	border: 1px solid #939393;
	background-color: #CFCFCF;
	padding: 20px;
	border-radius: 3px;
	text-decoration: none;
	color: #4B4B4B;
	margin-right: 5px;
}
.boxlink:hover{
	background-color: #BF3937;
	color: #ffffff;
}
.boxlink > i{
	font-size: 42px;
}
.boxlink em{
	font-style: normal;
	display: block;
	text-align: center;
	margin-top: 10px;
}

/* Generic Modal Functionality - added for the Photo Organizer but useful everywhere */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 30000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    margin: 15% auto; /* 15% from the top and centered */
    width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.modal-close:hover,
.modal-close:focus {
    text-decoration: none;
    cursor: pointer;
}

/* Box containing THumbnails */
.thumbnail{
	overflow: hidden;
	width: 75px;
	height: 75px;
	border-radius: 2px;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px solid #CBCBCB;
	display: inline-block;
}
.thumbnail img{
	width: 100%;
	height: 100%;
}
.thumbnail-box{
	border-radius: 0px;
}
.thumbnail-round-box{
	border-radius: 10px;
}
.thumbnail-round{
	border-radius: 50%;
	border-width: 5px;
	margin-right: 1px;
	margin-top: 1px;
}
.thumbnail-50{
	width: 48px;
	height: 48px;
}
.thumbnail-75{
	width: 73px;
	height: 73px;
}
.thumbnail-100{
	width: 98px;
	height: 98px;
}
.thumbnail-125{
	width: 123px;
	height: 123px;
}
.thumbnail-150{
	width: 148px;
	height: 148px;
}



