﻿.animSlide
{
    -o-transition: width 0.5s,left 0.3s ease-in-out;
	-webkit-transition: width 0.5s,left 0.3s ease-in-out;
	-moz-transition: width 0.5s,left 0.3s ease-in-out;

}

.button2{
    color:white;
    padding-left:10px;
}

body{
    background:#ffffee;
}

a.button{
    color:white;
}

.dealer_header{font-weight:bold;font-size:13px;}

.dealer td{
    font-size:12px;
    text-align:center;
    
}

meter { 

  margin: 0 auto 1em;
  width: 100%;
  height: 0.5em;

  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: orange; }
meter[value="4"]::-moz-meter-bar { background: green; }

  .label_tnc{
            font-size:small;
        }
        .label_tnc a{font-size:small;color:#0facf3}
        body {
            margin: 0;
            padding: 0;
            font-family: 'Lato', sans-serif;
            color:#404547;
        }

        #particle-canvas {
            width: 100%;
            height: 100%;
        }
        .label{color:#404547}
        .buttonTTL {
            width: 0;
            height: 0;
            border-top: 40px solid #231f20;
            border-right: 40px solid transparent;
        }


        .button {
            border-radius:8px;
            border:1px solid #ffc425;
            background: #ffc425;
            color: white;
            -o-transition: color,background 0.2s ease-in-out;
            -webkit-transition: color,background 0.2s ease-in-out;
            -moz-transition: color,background 0.2s ease-in-out;
            font-family: 'Lato', sans-serif;            
            padding: 10px;
            padding-left: 30px;
            padding-right: 30px;
            text-align: center;
            font-weight:bold;
            
        }

            .button:hover {
                border:1px solid #ffc425;
                color: #ffc425;                
                background: white;
                cursor: pointer;
            }

        input {
            border: 0px;
            padding: 6px;
            padding-left: 12px;
            width: 100%;
            font-size: 14px;
            font-family: 'Lato', sans-serif;
            border: 1px solid #e8e8e8;
            background: white;
        }

        select {
            color: #a2a1a6;
            border: 1px solid #e8e8e8;
            padding: 6px;
            padding-left: 12px;
            font-size: 14px;
            font-family: 'Lato', sans-serif;
            background: white;
        }

        #divData {
            -o-transition: top 2s ease-in-out;
            -webkit-transition: top 2s ease-in-out;
            -moz-transition: top 2s ease-in-out;
            padding: 18px;
        }


        ul, li { list-style: none; 
			margin: 0; 
			padding: 0;
	 	}
	 	
	 	li {
			background-color: #fff;
			border-bottom: solid 1px #ACACAC;
			padding: 10px;
		}
		
		
		.switch {
			float: right;
			height: 20px;
			width: 50px;
			border: 1px solid #979797;
			border-radius: 10px;
			margin-top: -5px;
			box-shadow: inset 0 1px 3px #BABABA, inset 0 12px 3px 2px rgba(232, 232, 232, 0.5);
			cursor: pointer;
			overflow: hidden;
		}
		.switch.on
		{
		    background:#0000FF;
		}
		.switch input[type=checkbox] {
			display: none;
		}
		
		.switch > .thumb {
			display: block;
			width: 18px;
			height: 18px;
			position: relative;
			top: 0;
			z-index: 3;
			border: solid 1px #919191;
			border-radius: 18px;
			box-shadow: inset 0 2px 1px white, inset 0 -2px 1px white;
			background-color: #CECECE;
			background-image: -webkit-linear-gradient(#CECECE, #FBFBFB);
			background-image: -moz-linear-gradient(#CECECE, #FBFBFB);
			background-image: -o-linear-gradient(#CECECE, #FBFBFB);
			-o-transition: all 0.125s ease-in-out;
			-webkit-transition: all 0.125s ease-in-out;
			-moz-transition: all 0.125s ease-in-out;
			-o-transform: translateX(0px);
			-webkit-transform: translate3d(0,0,0);
			-moz-transform: translateX(0px);
		}
		.switch.on > .thumb 
		{
		    
			-webkit-transform: translate3d(49px,0,0);
			-o-transform: translateX(49px);
			-moz-transform: translateX(49px);
		}
		.switch:hover > .thumb {
			box-shadow: inset 0 2px 1px #fff, inset 0 -2px 1px #fff;
			background-image: none;
		}
		.switch > .thumb::before {
			content: "";
			display: block;
			height: 10px;
			width: 2px;
			background-color: white;
			box-shadow: 0px -1px 1px #666;
			border: none;
			position: absolute;
			top: 4px;
			left: -24px;
		}
		.switch > .thumb::after {
			content: "";
			display: block;
			height: 10px;
			width: 10px;
			border-radius: 10px;
			border: solid 2px #777;
			position: absolute;
			right: -22px;
			top: 3px;
		}

        td.IOSForm_Header
{
   background:#ffc425;
    color:white;
    font-family:'Lato', sans-serif;
    font-size:18px;
    font-weight:bold;
    height:40px;   
    text-align:center;        
}

div.IOSForm_body
{
          padding:5px;
    color:Black;
    background:white; 
}
div.IOSForm
{
    border:0px;      
}

.IOSForm_button
{
    text-align:center;
    vertical-align:middle;
    width:20px;
    height:20px;
    padding:10px;
    font-size:24px;
    color:#f1f5fd;
    background:#4a7be1;
    font-family:'Lato', sans-serif;    
}