﻿
/* -------------------------------------------------- */
/* main-imageslider */
/* -------------------------------------------------- */
.main-imageslider {
   
   width: 100%;
 height: 450px;
}
/* mobile */
@media (max-width: 767px) {
  .main-imageslider {
    height: 300px; 
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .main-imageslider {
   height: 370px; 
  }
}
/* desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .main-imageslider {
    /* width: 970px; */
   height: 350px;
  }
}
/* large desktop */
@media (min-width: 1200px) {
  .main-imageslider {
    /* width: 1170px; */
      height: 370px;
  }
}
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* header-imageslider */
/* -------------------------------------------------- */
.header-imageslider {
   
   width: 100%;
 height: 350px;
}
/* mobile */
@media (max-width: 767px) {
  .header-imageslider {
    height: 250px; 
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .header-imageslider {
   height: 400px; 
  }
}
/* desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .header-imageslider {
    /* width: 970px; */
   height: 450px;
  }
}
/* large desktop */
@media (min-width: 1200px) {
  .header-imageslider {
    /* width: 1170px; */
      height: 650px;
  }
}


/* -------------------------------------------------- */
/* main-imagesPhoto */
/* -------------------------------------------------- */

/* mobile */
@media (max-width: 767px) {
    .main-imagesPhoto {
        min-height: 350px;
    }
}
/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .main-imagesPhoto {
        min-height: 400px;
    }
}
/* desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    .main-imagesPhoto {
        /* width: 970px; */
        min-height: 500px;
    }
}
/* large desktop */
@media (min-width: 1200px) {
    .main-imagesPhoto {
        /* width: 1170px; */
        min-height: 850px;
    }
}
/* -------------------------------------------------- */

  .hidden-all {
    display: none;
  }

.field-warning {
	border: 1px #f48d9e solid;
	background-color: pink;
}


textarea:focus, input:focus{
    outline: none;
}


.textboxTheme {	
	padding:4px;	
	border-style:solid; 
	border-width:1px;
	border-color:#c0c0c0;	
	margin: 5px 0 10px 0;
	background-color:transparent;
}

.watermark{
	 font-style:italic; 
	 color:#c0c0c0;
}

.field-devexpress {
	border: 1px #d0d0d0 solid;
		/*
  height:28px;
  font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
*/
  
}
.field-devexpress Input{
	font-size: 13px;	 
	background-color: white;
	 
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}



     .InputField {
		
		
		 
     font-family: "Arial, Helvetica, Tahoma, Verdana, sans-serif";
     font-size: 15px;
     color: #666666;
          background-color: white;
}
    .InputField Input {
	

		color: #666666;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 15px;	
        background-color: white !important;
    }

.DefaultFont {
	color: #666666;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 15px;	
        
    }


/* ---------------------------- Object related ---------------------------- */
	
	
.AutoExtender
        {
            font-family: Verdana, Helvetica, sans-serif; 
            font-size: 8pt;

            font-weight: normal; 
            border:solid 1px #006699;

            line-height:20px; 
            padding:2px;
            background-color:White; 
            text-align:left;
        }

        .AutoExtenderList
        {
            border-bottom:dotted 1px #006699; 
            cursor:pointer;
            color:#6b6b6b
           
        }

        .AutoExtenderHighlight
        {
            color:White; 
            background-color:#a35494;
            cursor:pointer; 
            




        }
       .AutoCompleteFlyoutItem   
        {   
            background-color: #a35494;   
        }   
        .AutoCompleteFlyoutShadeItem   
        {   
            background-color: Yellow;   
       }  


