@keyframes color {
  0%   { background: #00A0E3; }
  20%  { background: #E5097F; }
  40%  { background: #FFED00; }
  60%  { background: #E31E24; }
  80%  { background: #FFED00; }
  100% { background: #E5097F; }
}

/*
body {
  background: #33CCCC; 
  animation: color 9s infinite linear;
  text-align: center;
  padding: 2em;
}
*/		
fieldset.formular {
    border: 1px solid #b5b8c8;
    margin-bottom: 20px;
    padding: 15px;
}
legend.formular {
    border-width: 0 !important;
    color: #14667c;
    font-size: 15px;
    font-weight: bold;
    margin: 0 !important;
    padding: 0 5px;
    width: auto !important;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.table th input, .table td input {
    margin: 0;
}
.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 12px;
    height: 39px;
    line-height: 1.42857;
    padding: 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
.form-control {
    border-color: #d5d5d5;
    box-shadow: none;
    height: auto;
    line-height: 18px;
    padding: 3px;
}
.table {
    width: 100%;
}
.legend table {
    width: auto;
}
.table tr td {
    line-height: 20px;
    padding: 5px 8px;
}
.table-style { 
    border-spacing: 1px;
    border-collapse: separate;
	background-color:#fff;
}
.table-style > tbody > tr:nth-child(2n+1) > td {
    background-color: #fff;
}
.tal {
    text-align: left !important;
}
.tar {
    text-align: right !important;
}
.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    margin-bottom: 17px;
    padding: 10px 10px 10px 40px;
}
.alert h4 {
    color: inherit;
    margin-top: 0;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p, .alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #356635;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #2d6987;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #a47e3c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #953b39;
}

.table td {
font-size:13px!important;
padding:auto!important;
text-align:left!important;
}
input[type=text], input[type=password] {
  width: 100%;
  padding: 8px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
select{
    width:100%!important;
}
textarea{
   width:100%!important;
}

.box-style{
	background-color: #FFF;
    display: block;
    font-size: 14px;
    text-shadow: 1px 1px 0px rgba(0,0,0,.3);
    padding: 25px;
	margin: 10px;
    font-weight: bold;
    transition: background .8s ease;
    -webkit-transition: background .8s ease;
    -moz-transition: background .8s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	cursor: pointer;
	
}
.box-style-green { 
	background-color: #0099cc;
}
.box-style-green:hover { 
	background-color: #669933;
	color: #FF9; 
}

.box-style-red { 
	background-color: #0099cc;
}
.box-style-red:hover { 
	background-color: #ff6666;
	color: #FF9; 
}

.box-style-orange { 
	background-color: #0099cc;
}
.box-style-orange:hover { 
	background-color: #F60;
	color: #FF9; 
}

.shadow{
	-webkit-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
}
.box-style-h3 {
    color: #ffffff;
    font-size: 23px;
	text-align:center;
}

.box-style-h3-red {
    color: #ff6666;
    font-size: 23px;
	text-align:center;
}

.box-style-h3-black {
    color: #000000;
    font-size: 23px;
	text-align:center;
}


.box-style-red-reverse { 
	background-color: #ff6666;
}
.box-style-red-reverse:hover { 
	background-color: #0099cc;
	color: #FF9; 
}

.box-style-green-reverse { 
	background-color: #669933;
}
.box-style-green-reverse:hover { 
	background-color: #0099cc;
	color: #FF9; 
}

.color-txt1 {
	color:#FF0066;
}

.f14{ font-size:14px;
}
.f16{ font-size:16px;
}
.f18{ font-size:18px;
}
.f20{ font-size:20px;
}

/* Running Eriksha Start  */
.running-taxi {
	background-color:#CCCCCC;
	opacity: 1;
    overflow: hidden;
   /* position: absolute;*/
	position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    z-index: 2
}

.running-taxi .taxi {
    background-image: url("../img/eriksha_red.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 80px;
    height: 50px;
    right: 0;
    bottom: 0;
    animation: running-anim 20s linear infinite
}

.running-taxi .taxi-2 {
    background-image: url("../img/eriksha_green.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 80px;
    height: 50px;
    right: 30%;
    bottom: 0;
    animation: running-anim 30s linear infinite
}

.running-taxi .taxi-3 {
    background-image: url("../img/eriksha_blue_r.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 80px;
    height: 50px;
    right: 70%;
    bottom: 0;
    animation: running-anim-left 35s linear infinite
}

@-moz-keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@-webkit-keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@-moz-keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

@-webkit-keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

@keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

/* Running Eriksha End  */