@charset "utf-8";
@import url("font-lato.css");

* {
	margin: 0; 
	padding: 0; 
	outline: none;
	color: #1a1a1a;
}

html {
	height:100%;
 	min-height:100%;
}

html,
body {
	background: rgb(250, 250, 250);   
	width: 100%;
}

b {
	font-family: "Lato-Bold", sans-serif;
}

body {
	height:100%;
	font-family: "Lato-Medium", sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;   
}

.body-bckg {
	height:100%;
 	min-height:100%;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.body-bckg-public {
	height:100%;
 	min-height:100%;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.body-bckg-public.indx-1 {
	background: url(../sources/bckg/bckg-4.jpg) repeat-x center center fixed;
}
.body-bckg.indx-1 {
	background: url(../sources/bckg/bckg-3.jpg) repeat-x center center fixed;
}
.body-bckg-public.indx-2 {
	background-color: #dbe5b3;
}
.body-bckg.indx-2 {
	background-color: #c0d27a;
}
.body-bckg-public.indx-3 {
	background-color: #79aea3;
}
.body-bckg.indx-3 {
	background-color: #5c988c;
}
.body-bckg-public.indx-4 {
	background-color: #dbe5b3;
}
.body-bckg.indx-4 {
	background-color: #c0d27a;
}

.hider {
	display: none;
}

#site-overlay {
	display: none;
}

.site-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgb(250, 250, 250);
	/*background: rgba(250,250,250,0.95);*/
    min-height: 6000px;
}

.site-overlay .bttn {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 38px;
	height: 38px;
	cursor: pointer;
}

.site-overlay .bttn img {
	width: 100%;
}

.site-overlay .site-overlay-cont {
	position: absolute;
	top: 74px;
	left: 60px;
	width: 33%;
	max-width: 1024px;
    min-width: 376px;
    min-height: 100px;
}

.site-overlay .site-overlay-cont .p-group {
	padding-bottom: 60px;
}

.site-overlay .site-overlay-cont h2 {
	font-family: "Lato-Medium", sans-serif;
	font-size: 1.5em;
	padding-bottom: 30px;
}

.site-overlay .site-overlay-cont p {
	font-family: "Lato-Light", sans-serif;
	font-size: 16px;
	padding-bottom: 15px;
	line-height: 24px;
}

.site-overlay .site-overlay-cont ul {
	font-family: "Lato-Light", sans-serif;
	font-size: 16px;
	padding-left: 18px;
	line-height: 24px;
	list-style: square;
}
    

.horse {
	position: absolute;
	width: 60%;
	min-width: 480px;
	max-height: 1024px;
	max-width: 1265px;
}

.horse.indx-1 {
	top: 8%;
	right: 5%;
}

.horse.indx-2 {
	top: 16%;
	right: 5%;
}

.horse.indx-3 {
    width: 100%;
    max-width: none;
    max-height: none;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-width: auto;
    min-height: 1400px;
}

.horse.indx-3 img {
    max-width: none;
    max-height: none;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 1400px;
    width: auto;
}

.horse.indx-4 {
    width: 100%;
    max-width: none;
    max-height: none;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-width: auto;
    min-height: 1400px;
    background-color: #dbe5b3;
}

.horse.indx-4 img {
    max-width: none;
    max-height: none;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 1400px;
    width: auto;
}

.horse img {
	width: 100%;
	max-height: 1024px;
	max-width: 1265px;
}



ul, ol {
	list-style: none;
}

a,
.pointer {
	cursor: pointer;
}


.fade-bckg {
	background: rgb(255,255,255);
	background: rgba(255,255,255, 0.95);
}

#cr-login-wrap {
	position:absolute;
  	max-width:376px;
  	min-height:541px;
  	/*margin-left:-189px;
 	bottom: 4%;
  	left: 33%;*/
	left: 60px;
	bottom: 20px;
	width: 75%;
}

.e-float-wrap {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	background: #ffffff;
}

.e-form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 360px;
	margin: 0 auto;
	padding: 0 45px 45px 45px;
	text-align: center;
	/*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
}

.e-form input {
	font-family: "Lato-Medium", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 16px;
}

.e-form a {
	font-family: "Lato-Medium", sans-serif;
	outline: 0;
	background: #89bd2a;
	width: 100%;
	border: 0;
	padding: 15px 0;
	color: #FFFFFF;
	font-size: 16px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}

.e-form .e-click-box {
	display: block;
	width: 100%;
	max-width: 360px;
	margin: 0;
}

.e-form a:hover,.form a:active,.form a:focus {
	background: #cccccc;
}

.e-info,
.e-info-top {
    font-family: "Lato-Light", sans-serif;
    position: relative;
    max-width: 360px;
    margin: 0 auto;
    padding: 15px 45px;
    text-align: center;
    font-size: 13px;
}

.e-info-bttn {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-radius: 5px;
	cursor: pointer;
}

.e-info-bttn-text {
	line-height: 28px;
}

.e-info-top {
	min-height: 170px;
}

.e-info-mid {
	font-family: "Lato-Light", sans-serif;
	position: relative;
    max-width: 360px;
	min-height: 30px;
    margin: 0 auto;
    padding: 0 45px 30px 45px;
    text-align: center;
}

.e-info-title {
	font-family: "Lato-Bold", sans-serif;
	font-size: 30px;
}

.e-info-logo {
	margin-top: 10px;
}

.e-info-logo img {
	height: 60px;
	padding-bottom: 10px;
}

.e-info .e-tinybox-wrap {
	width: auto;
    height: 28px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 5px;
}

.e-info .e-tinybox-wrap .e-tinybox {
	width: 28px;
    height: 28px;
    float: left;
    border-radius: 50%;
    line-height: 28px;
    margin: 0 5px;
}

.e-tinybox .tinybox-link {
	width: 28px;
    height: 28px;
    float: left;
    border-radius: 50%;
    line-height: 28px;
}

.e-tinybox .tinybox-link:hover {
	background-color: #89BD2A;
}

.e-tinybox-wrap form {
	display: none;
}


.e-lead .e-box-logo {
	min-width: 120px;
	float: left;
	padding-top: 10px;
	padding-left: max(4.3%, 55px);
}

.e-lead .e-box-exit {
	margin: 0 20px 0 0;
	height: 120px;
	float: right;
}

.e-box-exit {
	margin: 0 20px 0 0;
	height: 120px;
	position: absolute;
    right: 0;
    top: 30px;
}

.e-box-exit .e-box-row {
	margin: 5px 0;
	height: 38px;
	float: left;
	width: 100%;
}

.e-lead .e-box-exit .e-box-row {
	margin: 5px 0;
	height: 38px;
	float: left;
	width: 100%;
}


.bttn-small-uni {
    width: 90px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #717171;
}


.white-select {
	background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #cccccc;
	/*border-color: #a7bf42;*/
    font-size: 13px;
    height: 26px;
}

.styled-select {
   background: url(../styling/styling-img/select-arrow.png) no-repeat 96% 4px;
   height: 38px;
   overflow: hidden;
}

.styled-select-shrt {
   background: url(../styling/styling-img/select-arrow.png) no-repeat 96% 4px;
   height: 34px;
   overflow: hidden;
}

.styled-select select {
   background: transparent;
   border: none;
   height: 38px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 380px;
   float: left;
   font-family: 'Lato-Light', sans-serif;
   font-size: 16px;
}

.styled-select-shrt select {
    background: transparent;
    border: none;
    height: 34px;
    padding: 5px;
    width: 160px;
    float: left;
    font-family: 'Lato-Light', sans-serif;
    font-size: 16px;
}

.styled-input {
	font-family: "Lato-Light", sans-serif;
    height: 38px;
    padding: 0 10px;
    font-size: 18px;
    border-style: solid;
    border-width: 2px;
    border-color: #cccccc;
    float: left;
    border-radius: 5px;
}

.styled-textarea {
	font-family: "Lato-Light", sans-serif;
    min-height: 124px;
    padding: 10px;
    font-size: 18px;
    border-style: solid;
    border-width: 2px;
    border-color: #cccccc;
    float: left;
    border-radius: 5px;
}

.float{
	position: absolute;
	/* position: fixed */
    top: 0;
    left: 0;
	z-index: 999;
    /*position: absolute;*/
    /*top: 70px;*/
    background-color: #ffffff;
	padding: 20px;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    border-radius: 5px;
}

#page-overlay {
	display: none;
	background-color: rgba(0,0,0,0.5);
 	width:      100%;
	height:     100%; 
	top:        0; 
	left:       0; 
	position:   fixed;
	z-index: 900;
}

::placeholder {
    color: #dddddd;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #dddddd;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #dddddd;
}

.info-bttn-off,
.add-bttn {
	display: none;
}

.save-mssg {
	min-width: 200px;
    margin-right: 15px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #9a3432;
    height: 34px !important;
    line-height: 34px !important;
    color: #9a3432 !important;
    border-radius: 5px;
    text-align: center;
    padding: 0 10px;
    font-family: "Lato-Medium", sans-serif;
    font-size: 16px;
	display: none;
}

.save-anyway {
	display: none;
}

.bttn-wrap {
	width: 1200px;
}

.disabled-input {
	background-color: #cccccc;
}

.curiosite-color {
	color: #9a3432;
}

.left {
	float: left !important;
	left: 0;
}

.rght {
	float: right !important;
	right: 0;
}

.text-rght {
	text-align: right;
}

.no-overflow {
	overflow: hidden;
}
.sx-overflow {
	overflow-x: scroll;
}

.no-pad {
	padding: 0 !important;
}
.pad-top-0 {
	padding-top: 0 !important;
}
.pad-top-5 {
	padding-top: 5px;
}
.pad-top-10 {
	padding-top: 10px;
}
.pad-top-15 {
	padding-top: 15px;
}
.pad-top-30 {
	padding-top: 30px;
}
.pad-top-60 {
	padding-top: 60px;
}
.pad-bottom-0 {
    padding-bottom: 0 !important;
}
.pad-bottom-3 {
	padding-bottom: 3px;
}
.pad-bottom-5 {
	padding-bottom: 5px;
}
.pad-bottom-10 {
	padding-bottom: 10px;
}
.pad-bottom-20 {
	padding-bottom: 20px;
}
.pad-bottom-40 {
	padding-bottom: 40px;
}
.pad-bottom-60 {
	padding-bottom: 60px;
}
.pad-bottom-38 {
	padding-bottom: 38px !important;
}
.pad-right-5 {
	padding-right: 5px;
}
.pad-right-15 {
	padding-right: 15px !important;
}
.pad-lr-5 {
	padding: 0 5px;
}


.trans {
	background-color: transparent !important;
}

.circle {
	border-radius: 50%;
}

.abc-dot {
	background-color: #7dbae8;
	color: #ffffff;
	font-family: 'Lato-Bold', sans-serif;
	text-align: center;
}

.square-hollow {
	width: 20px;
	height: 20px;
	border-color: #1a1a1a;
	border-style: solid;
	border-width: 1px;
}
.square-solid {
	width: 22px;
	height: 22px;
	background-color: #1a1a1a;
}

.circle-hollow-red {
	width: 34px;
	height: 34px;
	border-color: #d94322;
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
	text-align: center;
}

.circle-hollow-red-text {
	font-family: 'Lato-Bold', sans-serif;
	color: #d94322;
	font-size: 14px;
}

.circle-hollow-green {
	width: 34px;
	height: 34px;
	border-color: #89bd2a;
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
	text-align: center;
}

.circle-hollow-green-text {
	font-family: 'Lato-Bold', sans-serif;
	color: #89bd2a;
	font-size: 14px;
}

.circle-hollow-blue {
	width: 34px;
	height: 34px;
	border-color: #7dbae8;
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
	text-align: center;
}

.circle-hollow-blue-text {
	font-family: 'Lato-Bold', sans-serif;
	color: #7dbae8;
	font-size: 14px;
}

.dropzone-slider-img {
	border: 2px dashed #a7bf42;
    border-radius: 5px;
    background: white;
    width: 99%;
}

#dashboard-navi {
    height: 250px;
    width: 696px;
    margin-bottom: 60px;
    padding-left: 8px;
}

.dashboard-navi-box {
	float: left;
    display: inline-block;
    height: 38px;
    width: 215px;
    background-color: #ffffff;
    margin-right: 15px;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-radius: 5px;
	cursor: pointer;
}

.txt-cntr {
	text-align: center;
}

.framed {
	padding-top: 30px;
    padding-left: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    /*border-radius: 5px;*/
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-top: none;
}

.framed-divider {
	border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #a1a1a1;
	height: 38px;
    width: 95%;
}

.frame-head {
	text-align: center;
	font-family: 'Lato-Bold', sans-serif;
	font-size: 16px;
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
	width: 699px !important;
    /*margin-left: 2px;*/
	margin-bottom: -1px;
}

.frame-head-text {
	/*margin: 0 auto;*/
	border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #999999;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #999999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	width: 33%;
	background-color: #f9f9f9;
}

.move-item {
	background-color: #ffffff;
}

.mt-15 {
	margin-top: 15px !important;
}
.mt-19 {
	margin-top: 19px;
}
.mt-50 {
	margin-top: 50px;
}
.ml-4 {
	margin-left: 4px;
}
.ml-15 {
	margin-left: 15px !important;
}
.ml-40 {
	margin-left: 40px;
}
.ml-53 {
	margin-left: 53px;
}
.mr-4 {
	margin-right: 4px;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mr-19 {
	margin-right: 19px;
}
.mr-30 {
	margin-right: 30px !important;
}
.mr-60 {
	margin-right: 60px !important;
}
.mr-110 {
	margin-right: 110px;
}
.mb-6 {
	margin-bottom: 6px;
}
.mb-8 {
	margin-bottom: 8px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-30i {
	margin-bottom: 30px !important;
}

.pt-7 {
	padding-top: 7px;
}

.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-30 {
	padding-left: 30px !important;
}

.h-20 {
	height: 20px !important;
}
.h-24 {
	height: 24px !important;
}
.h-32 {
	height: 32px !important;
}
.h-34 {
	height: 34px !important;
}
.h-38 {
	height: 38px !important;
}
.h-55 {
	height: 55px !important;
}
.h-76 {
	height: 76px !important;
}
.h-100p {
	height: 100%;
}


.no-lh {
	line-height: normal !important;
}
.lh-20 {
	line-height: 20px;
}
.lh-24 {
	line-height: 24px;
}
.lh-30 {
	line-height: 30px;
}
.lh-32 {
	line-height: 32px;
}
.lh-34 {
	line-height: 34px !important;
}
.lh-38 {
	line-height: 38px;
}
.lh-76 {
	line-height: 76px;
}

.w-20 {
	width: 20px;
}
.w-22 {
	width: 22px;
}
.w-30 {
	width: 30px;
}
.w-32 {
	width: 32px;
}
.w-34 {
	width: 34px;
}
.w-38 {
	width: 38px;
}
.w-38i {
	width: 38px !important;
}
.w-46 {
	width: 46px;
}
.w-53 {
	width: 53px;
}
.w-58 {
	width: 58px;
}
.w-60 {
	width: 60px;
}
.w-62i {
	width: 62px !important;
}
.w-76 {
	width: 76px;
}
.w-80 {
	width: 80px;
}
.w-80i {
	width: 80px !important;
}
.w-87 {
	width: 87px;
}
.w-84i {
	width: 84px !important;
}
.w-92i {
	width: 92px !important;
}
.w-100 {
	width: 100px;
}
.w-120 {
	width: 120px;
}
.w-120i {
	width: 120px !important;
}
.w-125 {
	width: 125px;
}
.w-135i {
	width: 135px !important;
}
.w-140 {
	width: 140px !important;
}
.w-144i {
	width: 144px !important;
}
.w-153 {
	width: 153px;
}
.w-160 {
	width: 160px;
}
.w-180 {
	width: 180px;
}
.w-197 {
	width: 197px;
}
.w-197i {
	width: 197px !important;
}
.w-200 {
	width: 200px;
}
.w-202 {
	width: 202px;
}
.w-235 {
	width: 235px;
}
.w-238 {
	width: 238px;
}
.w-240 {
	width: 240px;
}
.w-244 {
	width: 244px;
}
.w-244i {
	width: 244px !important;
}
.w-247 {
	width: 247px;
}
.w-259 {
	width: 259px;
}
.w-264 {
	width: 264px;
}
.w-276 {
	width: 276px;
}
.w-297 {
	width: 297px;
}
.w-300 {
	width: 300px;
}
.w-302 {
	width: 302px;
}
.w-317 {
	width: 317px;
}
.w-330 {
	width: 330px;
}
.w-340 {
	width: 340px;
}
.w-347 {
	width: 347px;
}
.w-360 {
	width: 360px;
}
.w-380 {
	width: 380px;
}
.w-384i {
	width: 384px !important;
}
.w-400 {
	width: 400px !important;
}
.w-402 {
	width: 402px;
}
.w-405 {
	width: 405px;
}
.w-420 {
	width: 420px;
}
.w-450 {
	width: 450px;
}
.w-450i {
	width: 450px !important;
}
.w-468 {
	width: 468px;
}
.w-480 {
	width: 480px;
}
.w-480i {
	width: 480px !important;
}
.w-500 {
	width: 500px;
}
.w-502 {
	width: 502px;
}
.w-510 {
	width: 510px;
}
.w-510i {
	width: 510px !important;
}
.w-520i {
	width: 520px !important;
}
.w-530i {
	width: 530px !important;
}
.w-525 {
	width: 525px;
}
.w-550 {
	width: 550px;
}
.w-582i {
	width: 582px !important;
}
.w-590i {
	width: 590px !important;
}
.w-600 {
	width: 600px;
}
.w-602 {
	width: 602px;
}
.w-602i {
	width: 602px !important;
}
.w-606i {
	width: 606px !important;
}
.w-610i {
	width: 610px !important;
}
.w-620 {
	width: 620px;
}
.w-633 {
	width: 633px;
}
.w-640i {
	width: 640px !important;
}
.w-660i {
	width: 660px !important;
}
.w-700 {
	width: 700px;
}
.w-700i {
	width: 700px !important;
}
.w-702 {
	width: 702px;
}
.w-720 {
	width: 720px;
}
.w-728 {
	width: 728px;
}
.w-753 {
	width: 753px;
}
.w-773 {
	width: 773px;
}
.w-800 {
	width: 800px;
}
.w-802 {
	width: 802px;
}
.w-847 {
	width: 847px;
}
.w-900 {
	width: 900px;
}
.w-902 {
	width: 902px;
}
.w-1400 {
	width: 1400px;
}

.w-45p {
	width: 45%;
}
.w-50p {
	width: 50%;
}
.w-100p {
	width: 100%;
}

.mw-820 {
	min-width: 820px;
}
.mw-1800 {
	min-width: 1800px;
}

.key-cell {
	height: 20px;
	margin-top: 9px;
}
.key-cell span {
	line-height: 20px;
}
#race-key {
	display: none;
}

.pos-bottom {
	position: absolute;
    bottom: 0;
}

.st-white {
	color: #ffffff;
}

.zipctry {
    height: 42px;
    padding: 0 5px 0 0;
    font-size: 18px !important;
    float: left;
    line-height: 42px !important;
}


.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 999;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  margin-bottom: 200px;
}
.autocomplete-items div {
  padding: 0 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.img30 img {
	height: 30px;
	width: 30px;
}

#edit-dashboard {
	max-width: 960px;
	position: relative;
}

#srch-info {
	width: 820px;
}

#addr-save-success,
#rmve-ordr-actn-two,
#rmve-ordr-actn-thr,
#mail-confirm,
#mail-send-success,
#mail-sent-counter,
#nwtx-edit,
#nwtx-bttns-conf,
#add-ms,
#post-name-save-bttn,
#add-sc,
#add-pp,
#add-aa,
#bond-name-save-bttn,
#items-save-a-bttn,
#srch-bttn,
#srch-exit-bttn,
#panel-scnd,
#trsh-bttn,
#edit-err-mssg,
#edit-err-mssg-scnd, 
.theme-info,
.psbl-dupl,
.hrse-chge-clse,
.date-hrse-chge-clse,
.date-hrse-chge-list {
	display: none;
}
#panel-scnd {
	overflow-x: auto;
	padding-bottom: 200px;
}

#add-ms,
#add-sc,
#add-pp,
#add-aa {
	position: relative;
}

.indicator-blue {
	color: #7dbae8;
}

.indicator-green {
	color: #a7bf42;
}

.theme-menu-item-wrap {
	width: 360px;
}

.theme-info {
	margin-bottom: 60px;
}

.theme-info-imge {
	margin-top: 10px;
}

.dupl-shade {
	background-color: #dbe5b3;
}

.hrse-nams-list {
	background-color: #f4f4f4;
}

.hang-row-wrap {
	width: 100%;
}
.hang-row,
.hang-row-itself {
	min-height: 38px;
}
.hang-prnt {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.hang-prnt-inst {
	position: absolute;
    width: 36px;
    height: 40px;
    top: 38px;
    left: -37px;
    background-color: #f9f9f9;
	text-align: center;
	line-heighgt: 42px;
	border-left-style: dotted;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.hang-prnt-frst {
	margin-top: 10px;
    border-left-style: dotted;
	border-top-style: dotted;
	border-right-style: dotted;
    border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
    border-left-color: #999999;
	border-top-color: #999999;
	border-right-color: #999999;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.hang-prnt-scnd {
	margin-top: 10px;
	padding-bottom: 10px;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-right-style: dotted;
    border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
    border-left-color: #999999;
	border-bottom-color: #999999;
	border-right-color: #999999;
    border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.hang-prnt-chld {
	margin-top: 10px;
	padding-top: 10px;
    border-left-style: dotted;
	border-top-style: dotted;
	border-right-style: dotted;
    border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
    border-left-color: #999999;
	border-top-color: #999999;
	border-right-color: #999999;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.hang-prnt-chld-inst {
	position: absolute;
    width: 36px;
    height: 40px;
    top: 10px;
    left: -37px;
    background-color: #f9f9f9;
	text-align: center;
	line-heighgt: 42px;
	border-left-style: dotted;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.hang-col {
	display: none;
}
.hang-box-wrap-itself,
.hang-box-wrap {
    min-height: 202px;
}
.hang-box-wrap {
    margin-bottom: 10px;
}
.hang-box {
	position: relative;
	border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-radius: 5px;
    background-color: #f9f9f9;
	min-height: 200px;
}
.hang-box-nav {
	height: 38px;
}
.hang-fade {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.nav-hide {
	display: none;
}
.navi-to-prev {
	width: 96%;
    display: inline-block;
}
.hang-box-row {
	min-height: 24px;
}
.hang-box-row-tiny {
	min-height: 16px;
    line-height: 16px;
}
.hang-box-inner {
	border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-radius: 5px;
	 background-color: #f9f9f9;
}
.hang-cell .icon {
	width: 24px;
	height: 24px;
}
.ht-82 {
	margin-top: 82px;
}
.prev-hrse-name {
	font-family: 'Lato-Bold', sans-serif !important;
}
#stables-box {
	margin-top: 0 !important;
}
#loading-box {
	position: absolute;
    width: 90px;
    height: 90px;
    margin: 10px 50%;
	background-image: url(styling-img/progress.gif);
	background-repeat: no-repeat;
	background-size: contain;
}

.row-divider {
	border-bottom-color: #1a1a1a;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.row-divider-dots {
	border-bottom-color: #1a1a1a;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

.row-divider-light {
	border-bottom-color: #c6c6c6;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

.imge-row {
	height: 140px;
}
.imge-row-add {
	height: 190px;
}
.img-row-box {
	position: relative;
}
.img-row-box-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #ffffff;
    opacity: 0.7;
	display: none;
}
.img-row-box img {
	max-height: 138px;
}

#loading-box-dropzone {
	position: absolute;
    width: 90px;
    height: 90px;
    margin: 10px 30%;
	background-image: url(styling-img/progress.gif);
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
}

.mssg-negtv {
	border-style: solid;
    border-width: 2px;
    border-color: #bf1e2e;
    border-radius: 5px;
    padding: 8px;
    color: #bf1e2e;
    margin-bottom: 30px;
	display: none;
}

.mssg-postv {
	border-style: solid;
    border-width: 2px;
    border-color: #89bd2a;
    border-radius: 5px;
    padding: 8px;
    color: #89bd2a;
    margin-bottom: 30px;
	display: none;
}

.cell-highlight-none {
    padding: 9px;
}

.cell-highlight-blue {
    background-color: #cceffc;
    padding: 9px;
}

.txt-01 {
	font-family: "Lato-Light", sans-serif;
	font-size: 36px;
	line-height: 120px;
}
.txt-05 {
	font-family: "Lato-Light", sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.txt-06 {
	font-family: "Lato-Bold", sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.txt-09 {
    background-color: #a81d25; /*e39a60*/
    padding: 6px 15px;
    border-radius: 6px;
    color: #f9f9f9;
    font-family: "Lato-Bold", sans-serif;
    font-size: 18px;
    line-height: 24px;
	float: left;
}
.txt-13 {
	font-family: "Lato-Light", sans-serif;
	font-size: 18px;
}

#message-box {
	float: left;
	display: none;
	width: 100%
}

#disclaimer-box,
#action-box {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 6000px;
    display: block;
    padding-bottom: 30px;
    background-color: #ffffff;
	z-index: 999;
}

#action-box {
	padding-top: 30px;
}

#action-box #save-bttn,
#action-box #trsh-qstn-action {
	margin-left: 40px;
}

.top-shadow {
  	-webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.2);
  	-moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.2);
  	box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.2);
}

.cldr-txt-01 {
	font-family: "Lato-Light", sans-serif;
	font-size: 14px;
}
.cldr-txt-05 {
	font-family: "Lato-Light", sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.cldr-txt-06 {
	font-family: "Lato-Bold", sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.cldr-txt-09 {
    background-color: #a81d25;
    padding: 6px 15px;
    border-radius: 6px;
    color: #f9f9f9;
    font-family: "Lato-Bold", sans-serif;
    font-size: 18px;
    line-height: 24px;
	float: left;
}
.cldr-txt-10 {
	/*
    background-color: #a7bf42;
    padding: 6px 15px;
    border-radius: 6px;
    color: #f9f9f9;
    font-family: "Lato-Bold", sans-serif;
    font-size: 18px;
    line-height: 24px;
	float: left;
	*/
	
	padding: 6px 15px;
    border-radius: 6px;
    color: #a7bf42;
    font-family: "Lato-Bold", sans-serif;
    font-size: 18px;
    line-height: 24px;
    float: left;
    border-color: #a7bf42;
    border-style: solid;
    border-width: 2px;
}

.e-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
    height: 100%;
    max-width: 6000px;
    float: left;
    width: 100%;
}

.e-container {
	min-height: 120px;
	width: 100%;
	display: inline-block;
	position: relative;
}

.board {
	max-width: 1400px;
    margin: 0 auto;
}
.board-full {
    margin: 0 auto;
}

.list-box {
	min-height: 0 !important;
}

/* menu */

.panel-wrap {
	display: block;
	width: 100%;
	float: left;
	position: relative;
	top: 0;
	left: 0;
}

.panel-wrap-actv {
    min-height: 1200px;
	z-index: 999;
}

.panel-wrap-actv-bckg {
	background-color: #f9f9f9;
}

.cldr-input {
    font-family: "Lato-Bold", sans-serif;
    height: 36px;
    padding: 0 5px;
    float: left;
    border: none;
    font-size: 18px;
}

.sttn-input { /* add-on to cldr-input */
	border-style: solid;
    border-width: 1px;
    border-color: #a7bf42;
    height: 34px;
}

.e-cell {
	min-height: 36px;
	float: left;
	margin: 0 15px 0 0;
}

.row-cell {
	height: 38px;
}

.row-cell-min {
	min-height: 38px !important;
}

.row-cell-low {
	height: 30px;
}

.e-lead {
	padding: 30px 0;
	min-height: 60px;
	width: 100%;
	display: inline-block;
	background-color: #ffffff;
	z-index: 999;
}

.lead-title-wrap {
	font-family: "Lato-Bold", sans-serif;
    font-size: 45px;
	width: 35%;
    min-width: 560px;
}

.lead-title {
	color: #172e58;
	padding: 20px 20px 20px 40px;
    border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}



.e-intro {
	padding: 15px 0;
	min-height: 30px;
	width: 100%;
	display: inline-block;
}

.e-foot {
	min-height: 60px;
	width: 100%;
	display: inline-block;
	margin: 30px 0 0 0;
}

.e-row {
	min-height: 38px;
	width: 96%;
	display: inline-block;
	padding: 5px 2%;
	float: left;
	position: relative;
}

.e-row-inner {
	min-height: 38px;
	width: 100%;
	display: block;
	position: relative;
}

.e-row .tile-wrap {
	width: 100%;
	min-height: 72px;
	display: block;
}

.e-row-low {
	min-height: 30px;
	width: 96%;
	display: inline-block;
	padding: 3px 2%;
	float: left;
	position: relative;
}

.tile {
	display: block;
	float: left;
	width: 180px;
	height: 160px;
}

.tile-icon-box {
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 auto;
}

.tile-icon-box img {
	max-height: 90px;
}

.tile-text-box {
	display: block;
	width: 180px;
	height: 80px;
	text-align: center;
    line-height: 40px;
}




.txt-logged-info {
    float: right;
    line-height: 38px;
    padding: 0 3px 0 0;
}

.txt-foot-info {
    float: left;
    line-height: 38px;
    padding: 0 0 0 3px;
    font-size: 10px !important;
}

.fade {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=20); /* For IE8 and earlier */
}

.fade-default {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20); /* For IE8 and earlier */
}

.fade-half {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50); /* For IE8 and earlier */
}

.row-labels {
	font-family: "Lato-Light", sans-serif;
	font-size: 11px;
}

input[type=checkbox] {
	visibility: hidden;
}

input[type=radio] {
	visibility: hidden;
}

.squared-check {
	width: 36px;
	height: 36px;
	position: relative;
	float: left;
}

.squared-check label {
	cursor: pointer;
    position: absolute;
    width: 36px;
    height: 36px;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    border-radius: 3px;
}

.squared-check label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 10px;
	height: 18px;
	background: #FFFFFF;
	top: 4px;
	left: 11px;
	border-right-color:#000000;
	border-right-width:5px;
	border-right-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:5px;
	border-bottom-style:solid;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.squared-check label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squared-check input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.squared-check input[type=radio]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}



.squared-box {
	width: 38px;
	height: 38px;
	position: relative;
	float: left;
}

.squared-box label {
    cursor: pointer;
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
    background-color: #ffffff;
    border-radius: 3px;
    border-width: 5px;
    border-color: #a7bf42;
    border-style: solid;
}

.squared-box label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 7px;
    height: 15px;
    background: #FFFFFF;
    top: 2px;
    left: 8px;
	border-right-color:#000000;
	border-right-width:5px;
	border-right-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:5px;
	border-bottom-style:solid;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.squared-box label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squared-box input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.squared-box input[type=radio]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


.ask-question-left {
	position: absolute;
	display: inline;
	font-family: "Lato-Medium", sans-serif;
	color:#1a1a1a;
	text-align: center;
	width: 440px;
	height: 140px;
	font-size: 13px;
	line-height: 30px;
	letter-spacing:1px;
	background: #fcd671;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 25px 0 0 0;
	margin-left: -2.5em;
	margin-top: -13.5em;
	opacity: 0;
	z-index:999;
}


.ask-question-row {
	width: 100%;
	float: left;
	display: inline-block;
	min-height: 30px;
}

.ask-yes {
	font-family: "Lato-Medium", sans-serif;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	width: 120px;
	height: 38px;
	color: #ffffff;
	background-color:#C00;
	line-height: 38px;
	margin: 15px;
	z-index:900;
}

.ask-yes:hover {
	background-color:#c5c5c5;
	color:#ffffff;	
}

.ask-highlighted {
	background-color: #ffe4c4;
}

.ask-cancel {
	font-family: "Lato-Medium", sans-serif;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	width: 120px;
	height: 38px;
	color: #1a1a1a;
	background-color:#89bd2a;
	line-height: 38px;
	margin: 15px;
	z-index:999;
}

.ask-cancel:hover {
	background-color:#C5C5C5;
	color:#ffffff;	
}


.e-rounded {
	border-radius: 5px;
}

.e-rounded-min {
	border-radius: 3px;
}

.e-rounded-tiny {
	border-radius: 2px;
}

.e-white {
	background-color: #ffffff;
}

.e-green {
	background-color: #a7bf42;
}

.e-red {
	background-color: #d94322;
}

.e-orange {
	background-color: #ffb402;
}

.e-blue {
	background-color: #7dbae8;
}

.e-hollow {
    background-color: #ffffff;
	border-style: solid;
	border-width: 2px;
	border-color: #cccccc;
	height: 35px !important;
	line-height: 34px !important;
	color: #999999 !important;
}

.e-hollow a {
	color: #999999 !important;
}


.e-hollow-red {
	border-color: #d94322;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	color: #d94322;
	padding: 0 10px;
}

.e-hollow-red-hanging {
	border-left-color: #d94322;
	border-left-style: solid;
	border-left-width: 2px;
	border-bottom-color: #d94322;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #d94322;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #d94322;
	padding: 0 10px;
}


.e-logo {
	width: 120px;
    height: 120px;
    position: relative;
    margin: 0 auto;
}



.button-active {
	background-color: #89bd2a;
}

.button-inactive {
	background-color: #eeeeee;
}

.e-area {
	width: 100%;
	float: left;
	position: absolute;
    bottom: 0;
	min-width: 560px;
}

.e-login-page {
	width: 360px;
	/* padding: 8% 0 0; */
	margin: auto;
	height: 100%;
}

.e-exit {
	position: relative;
	z-index: 1;
	background: #9a3432;
	color: #ffffff;
	max-width: 360px;
	margin: 0 auto;
	padding: 15px 45px;
	text-align: center;
}

.e-action-box,
.e-hollow-box {
    width: 100%;
    height: 100%;
    max-width: 180px;
    text-align: center;
    line-height: 38px;
}

.e-hollow-box {
    border-style: solid;
	border-color: #1a1a1a;
	border-width: 1px;
	min-width: 180px;
	font-size: 13px;
    margin-bottom: 10px;
}

.e-hollow-box:hover {
	color: #c6c6c6;
	border-color: #c6c6c6;
}

.e-hollow-box-fade {
    border-style: solid;
	border-color: #c6c6c6;
	border-width: 1px;
	color: #c6c6c6;
	text-align: center;
	line-height: 38px;
	min-width: 180px;
	font-size: 13px;
	margin-bottom: 10px;
}

.e-action-box-inner {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 180px;
    text-align: center;
    line-height: 38px;
}

.e-action-box a {
    font-family: "Lato-Medium", sans-serif;
    outline: 0;
    width: 100%;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.e-hollow-box a {
    font-family: "Lato-Medium", sans-serif;
    outline: 0;
    width: 100%;
    border: 0;
    color: #1a1a1a;
    font-size: 16px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.e-action-box a:hover {
	background: #cccccc;
}

.e-action-box-right {
	margin: 0 0 0 15px;
    float: right;
}

.nwtx-send-bttn {
	display: none;
}

.cell-thr {
	width: 505px !important;
}

.cell-for {
	width: 548px !important;
}

.cell-fve {
	width: 448px !important;
}

.cell-six {
	width: 605px !important;
}

.cell-svn {
	width: 820px !important;
}

.cell-egh {
	width: 670px !important;
}

.cell-nin {
	width: 670px !important;
	position: relative;
}

/* same as tickets.orchesterarbon.ch */
.tile-events {
	width: 100%;
    padding: 6px 0;
}

.cell-featured-image {
	display: inline-block;
	height: 140px;
	width: 100px;
	background-color: #cccccc;
	margin: 0 12px 6px 0;
	overflow: hidden;
}

.cell-featured-image img {
	max-width: 100%;
}

.cell-wrap {
	display: inline-block;
	min-height: 140px;
	width: 263px;
    margin: 0 6px 6px 0;    
}

.rounded-corner-all {
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	border-radius: 6px;
}

.cell-row {
	min-height: 30px;
	width: 100%;
}

.cell-row .cell-img-box {
	width: 80%;
}

.cell-row .cell-img-box img {
	width: 100%;
    heigght: auto;
}

.text-cell-row-xtrabold {
	font-family: 'Lato-Bold', sans-serif;
	font-size: 20px;
	line-height: 33px;
}

.text-cell-row-bold {
	font-family: 'Lato-Medium', sans-serif;
	font-size: 20px;
	line-height: 33px;
}

.text-cell-row-norm {
	font-family: 'Lato-Light', sans-serif;
	font-size: 20px;
	line-height: 33px;
}

.text-cell-row-low {
	font-family: 'Lato-Light', sans-serif;
	font-size: 14px;
}

.text-cell-row-tiny {
	font-family: 'Lato-Light', sans-serif;
	font-size: 12px;
}

.text-cell-row-smll {
	font-family: 'Lato-Light', sans-serif;
	font-size: 16px;
}

.text-cell-row-smll-bold {
	font-family: 'Lato-Medium', sans-serif;
	font-size: 16px;
}

.text-cell-row-medm {
	font-family: 'Lato-Light', sans-serif;
	font-size: 18px;
}

.text-smll-block,
.text-norm-block {
    padding-bottom: 16px;
}

.text-30 {
	font-size: 30px;
}

.text-48 {
	font-size: 48px;
	line-height: 52px;
}

.box-message {
	position: relative;
	display: block;
	max-width: 1024px;
}

/* from ticket css */



.text-cell-row-labl {
	font-family: 'Lato-Light', sans-serif;
	font-size: 16px;
}

.text-cell-row-desc {
	font-family: 'Lato-Light', sans-serif;
	font-size: 20px;
	line-height: 34px;
}

.box-item-location {
	/* width: 94%; */
    /* margin: 24px 3%; */
	width: 100%;
	margin: 24px 0;
	position: relative;
}

.seat-layout-wrap {
	display: block;
	position: relative;
	height: auto;
	background-repeat: no-repeat;
}

.seat-outer-box {
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;	
}

.seat-inner-box {
	width: 30px;
	height: 30px;
	display: block;
	margin: 2px auto;
	text-align: center;
	background-color: #d7d7d7;
}

.seat-inner-box-small {
	width: 24px;
	height: 24px;
	display: block;
	margin: 5px auto;
	text-align: center;
	background-color: #d7d7d7;
}

.seat-text-small {
	line-height: 24px !important;
}

.seat-text {
	font-family: 'Lato-Medium', 'Arial', sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #000000;
}

.seat-desc {
	display: inline-block;
	position: relative;
}

.box-item-xtras {
	width: 94%;
    margin: 24px 3%;
	position: relative;
}

.cell-row-spaced {
	min-height: 20px;
	width: 99%;
}

.cell-box {
	min-height: 20px;
	line-height: 34px
}

.cell-row-border-top {
	margin-top: 5px;
	border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #212121;
}

.text-error {
	font-family: 'Lato-Medium', sans-serif;
    font-size: 16px;
    padding: 8px;
	border-color: #d94322;
	border-style: solid;
	border-width: 3px;
	color: #d94322;
}

.text-success {
	font-family: 'Lato-Medium', sans-serif;
    font-size: 16px;
    padding: 8px;
	border-color: #a7bf42;
	border-style: solid;
	border-width: 3px;
	color: #a7bf42;
}

.mssg-row .text-error,
.mssg-row .text-success {
	display: none;
	padding: 0 8px;
	margin-bottom: 10px;
}

.mssg-row .text-success {
	border-color: #a7bf42 !important;
    color: #a7bf42 !important;
}

.text-row-question {
    font-family: 'Lato-Medium', sans-serif;
    font-size: 16px;
    padding: 0 8px;
    border-color: #d94322;
    border-style: solid;
    border-width: 3px;
    color: #d94322;
    height: 32px;
    line-height: 32px;
}

.text-row-question-simple {
    font-family: 'Lato-Medium', sans-serif;
    font-size: 14px;
    color: #d94322;
    height: 38px;
    line-height: 38px;
}

#dropBox{
    border: 3px dashed #0087F7;
    border-radius: 5px;
    background: #F3F4F5;
    cursor: pointer;
}
#dropBox{
    min-height: 150px;
    padding: 54px 54px;
    box-sizing: border-box;
}
#dropBox p{
    text-align: center;
    margin: 2em 0;
    font-size: 16px;
    font-weight: bold;
}
#fileInput{
    display: none;
} 

.head-public {
	padding-left: 1.5% !important;
}

.head-public .img-box {
	display: none;
	position: relative;
	width: 80px;
	height: 80px;
}

.head-public .txt-box {
	font-family: "Lato-Light", sans-serif;
    font-size: 24px;
    width: 600px;
    padding-left: 10px;
	line-height: 70px;
}

.wait {
	width: 38px;
	height: 38px;
	margin-top: 10px;
	display: none;
}

#wait-box {
	width: 45px;
    height: 45px;
    position: absolute;
    top: 12px;
    left: 6px;
}

#shagya-public {
	padding-top: 20px;
}

/*
#shagya-public .e-info-top {
	height: 100px;
}
*/

/* check with ar_race_colo on global */
.bckg-race {
	background-color: transparent;
}
.bckg-race2 {
	background-color: #dbe5b3;
}
.bckg-race3 {
	background-color: #dbe5b3;
}
.bckg-race5 {
	background-color: #cce6ff;
}
.bckg-race48 {
	background-color: #dbe5b3;
}
.bckg-race64 {
	background-color: #cce6ff;
}
.bckg-race65 {
	background-color: #cce6ff;
}
.bckg-race95 {
	background-color: #cce6ff;
}
.bckg-race96 {
	background-color: #cce6ff;
}
.bckg-race99 {
	background-color: #dbe5b3;
}
.bckg-race100 {
	background-color: #dbe5b3;
}


@media all and (max-width: 339px) {
	
	#cr-login-wrap,
	#page {
		display: none;
	}
	
}

@media all and (max-width: 459px) {
	
	.e-info-title {
    	font-size: 25px;
	}
	
}


@media all and (max-width: 519px) {
	
	.horse {
		display: none;
	}
	
}

@media all and (max-height: 599px) {
	
	#page {
		display: none;
	}
	
	#cr-login-wrap {
		top: 50px;
		left: 12%;
	}
	
}
