/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.dth_user_pass{
 width:100%;
}	

span.mandatory_check {
    color: red;
}

.delete-btn {
    float: right;
	
}

.img_prd_name {
    text-align: right;
}

a.delete-link {
    color: red;
}

.search-back-button-span{
    width: 100%;
    max-width: 35px;
    display: inline-block;
    float: right;
    position: absolute;
    right: 59px;
    top: -28px;
}
	
 .clear-both{clear:both;}


.manage-container .form-row.submit-div button, .manage-container .form-row.submit-div button, .listing-section table td:last-child a:hover, a.create-new:hover {
    background: #38454c;
	color: #fff;
}

a.create-new {
    padding: 4px 20px 6px;
    background: #23282d;
    display:  inline-block;
    color:  #fff;
    font-size:  14px;
    border-radius:  4px;
}
.listing-section table {
    border: 1px solid #dedddd;
}
.manage-container {
    border: 1px solid #f0f0f0;
    padding: 20px;
    border-radius: 11px;
    font-family: 'Open Sans',arial,sans-serif;
    -webkit-font-smoothing: antialiased!important;
    display:  inline-block;
    width:  100%;
}

.manage-container label {
    font-weight: normal;
    font-size: 13px;
    color: #212121;
    display: inline-block;
}

.manage-container input {
    width: 100%;
    padding: 5px;
    border: 1px solid #f0f0f0;
    background: #fff;
    font-size: 13px;
    outline: none;
    box-shadow: none; 
}
.manage-container input[type="text"], input[type="text"], .manage-container input[type="email"], .manage-container input[type="tel"], .manage-container input[type="url"], .manage-container input[type="password"], .manage-container input[type="search"], .manage-container textarea, .manage-container select {
    width: 100%;
    padding: 5px;
    border: 1px solid #f0f0f0;
    background: #fff;
    font-size: 13px;
    outline: none;
    box-shadow: none;
    line-height: normal;
    height: auto;
	border-radius: 3px;
}
.manage-container .form-items {
    float:  left;
    width:  100%;
	margin-bottom: 15px;
}

.manage-container  .form-row.submit-div {
    width: auto;
    float: right;
    margin-top: 5px;
    display: inline-block;
}

.manage-container .form-row.submit-div button {
	padding: 5px;
    border: 1px solid #23282d;
    background: #23282d;
    font-size: 13px;
    outline: none;
    box-shadow: none;
    width: 100px;
    float: right;
    border-radius: 4px;
}
.manage-container input[type="checkbox"], .manage-container input[type="radio"] {
    width:  auto;
    display:  inline-block;
    margin-right:  3px;
}
.marker-img{
	height:40px;
	width:40px;
}
.dth_login_container {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    background: #f9f9f9;
    border: 0 !important;
    padding: 20px;
}
.entry-content{
	    width: 100% !important;
}

fieldset#dth_login_fieldset {
    border: 1px solid #e8e8e8;
    margin: 0 2px;
    padding: 10px 20px;
    background: #fff;
}
.dth_user_timeline{
	text-align:center;
	font-family: Arial;
}

.dth_reset_label{
	text-align:center;
	font-family: Arial;
}

fieldset p:nth-child(4) {
    display: inline-block;
    float: left;
}



fieldset p:last-child {
    display: inline-block;
    float: right;
    margin-top: -5px;
}
#dth_user_login{
	height:50px;
}

.success_msg {
    width: auto;
    padding: 5px 10px;
    background: #3eb617;
    margin: 10px 0px;
    color: #fff;
    text-align: center;
    border: 1px solid #58cb34;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}
.success_msg span.close-msg {
    position: absolute;
    top: -9px;
    right: -8px;
    background: #6cc151;
    width: 20px;
    height: 20px;
    line-height: 16px;
    font-size: 10px;
    color: white;
    font-weight: 600;
    border-radius: 18px;
    border: 1px solid #359a14;
    cursor: pointer;
}
.error_msg {
    width: auto;
    padding: 5px 10px;
    background: #d10d0dba;
    margin: 10px 0px;
    color: #fff;
    text-align: center;
    border: 1px solid #a20f0f;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}
.error_msg span.close-msg {
    position: absolute;
    top: -9px;
    right: -8px;
    background: #de5353;
    width: 20px;
    height: 20px;
    line-height: 16px;
    font-size: 10px;
    color: white;
    font-weight: 600;
    border-radius: 18px;
    border: 1px solid #a20f0f;
    cursor: pointer;
}
.error{
		color:red !important;
}




/* vivek */

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: transparent;
}

.lSSlideOuter .lSAction:before {
    content: '';
    width: 65px;
    height: 520px;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.56);
	left: 0;
}
.lSAction > .lSPrev {
    top: 190px;
}
.lSAction > .lSNext {
    top: 190px;
}
.lSSlideOuter .lSAction:after {
    content: '';
    width: 65px;
    height: 520px;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.56);
	right: 0;
}
.lSSlideOuter .lSAction {
    position: absolute;
    top: 0;
	width: 100%;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    margin-left: 53px;
}
.lSSlideOuter ul li {
    width: 156px !important;
    margin:0 12px !important;
	background: rgba(255, 255, 255, 0.84);
    height: 100%;
}
.lSSlideOuter .lSSlideWrapper.usingCss {
    height: 100%;
    max-height: 520px;
    min-height: 520px;
}
.lSSlideOuter ul li a h3 {
    font-size: 18px;
    width: 100%;
    padding: 3px 22px 10px 22px;
    text-align: center;
    color: #010101;
    margin: 0;
	font-weight: 600;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    max-height: 424px;
    min-height: 424px;
    height: 100%;
	margin-top: 22px;
}
.lSSlideOuter ul li a img.event_img {
    box-shadow: none;
    max-height: 190px;
    min-height: 190px;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    object-fit: cover;
	margin: 18px 0;
}
.lSSlideOuter .caption span {
    font-size: 15px;
    width: 100%;
    padding-top: 18px;
    color: #010101;
    text-align: center;
    font-weight: 600;
}

}
}

.point-tooltip-div {
    position: absolute;
    top: 0;
    left: 25px;
    background: rgba(255, 255, 255, 0.7803921568627451);
    width: 255px;
    border-radius: 10px;
    min-height: 160px;
	display:none;
	z-index:9999;
}
.point-marker-div {
    position: relative;
}
.point-marker-div:hover .point-tooltip-div {
    display: block;
}


#leftArrow {

width:40px;
height:40px;

position:absolute;
left:0px;
}

#rightArrow {

width:40px;
height:40px;

position:absolute;
right:0px;
}

#viewContainer {
width:460px;
height:100%;

position:absolute;
left:50%;
margin-left:-180px;
overflow:hidden; 
}
    	ul{
			list-style: none outside none;
		    padding-left: 0;
            margin: 0;
		}
        .demo .item{
            margin-bottom: 60px;
        }
		.content-slider li{
		    background-color: #ed3020;
		    text-align: center;
		    color: #FFF;
		}
		.content-slider h3 {
		    margin: 0;
		    padding: 70px 0;
		}
		.demo{
			width: 800px;
			
		}
		.event_img{
			height:120px;
			height:120px;
		}
		body {
    font-family: Arial;
}

* {
    box-sizing: border-box;
}

div.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
}

div.example button {
    float: left;
    width: 20%;
    padding: 7px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

div.example button:hover {
    background: #0b7dda;
}

div.example::after {
    content: "";
    clear: both;
    display: table;
}
.onerow {
    display: inline-block;
}

p {
	word-break: break-all;
  }


	
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left !important;
   
}
.intro_text h3 {
    width: 160px;
}
.entry-content {
    width: 100% !important;
    display: inline-block;
    height: 100%;
    margin-bottom: 70px;
}

.bktibx {
    cursor: pointer !important;
}
p.dth_login_errors {
    font-size: 12px;
}
input#unlink_create {
    padding: 1em 2em;
}





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

}
@media only screen and (max-width: 767px) {
#viewContainer {
    width: 230px;
    margin-left: -115px;
}
.bktibx {
    margin: 0 40px 0 0;
    width: 64px;
}

}
@media only screen and (max-width: 500px) {
.author-wrap {
    max-width: 160px;
}
}
@media only screen and (max-width: 420px) {


send #viewContainer {
    width: 108px;
    margin-left: -53px;
}
}
