/*
Your custom css
*/
#back-top{ z-index: 9000;}
.requ{ color:#e9573f;}
.cleaner{ clear:both;}
.the-box{ margin-bottom:20px; }

#request_datos p{ margin-bottom:2px;}
.logo-brand img {
	height:45px;
	margin-top:8px;
}

.input-edita-color{ width:100%; margin-bottom:5px;}
.box_actualiza_color{ padding:5px; background:#F5EF99; border:1px solid #f6bb42;}
.box_imagen_color{ padding:5px; background:#F5EF99; border:1px solid #f6bb42;}
.box_elimina_color{ padding:5px; background:#ebbdb6; border:1px solid #ea8676;}
.visibles{ display: block; }
.ocultos{ display: none; }

.t_times, .t_times:hover{ color:#e9573f; display: inline-block;}
.t_check, .t_check:hover{ color:#37bc9b; display: inline-block;}
.t_spinner, .t_spinner:hover{ color:#4d4d4d; display: inline-block;}

.alert.inmodal-success{padding-bottom: 5px; padding-top: 5px;  color: #8cc152;}
.alert.inmodal-danger{padding-bottom: 5px; padding-top: 5px;  color: #e9573f;}

.selprec{  margin-bottom:20px;}
.selprec:hover{ border-color:#3bafda;}
.selprec .form-group{  margin-bottom:0;}

.avatar_color{
	width: 30px;
	/*height: 25px;*/
	position: relative;
	margin-top: -11px;
	margin-bottom: -13px;
	margin-right: 5px;
}
.img_cot{ max-width:100%; max-height:400px; }
.box_imagen_color .input-sm{ height:22px;}
.box_imagen_color form{ margin-bottom:5px;}

.box-search .input-group-addon{ cursor:pointer;}
.caja_inputs{
	display: none; 
}
.row_citas:hover td{
	background: #DDF4FA;
    color: #157890;
	cursor:pointer;
}
.row_vehiculos:hover td{
	background: #DDF4FA;
    color: #157890;
	cursor:pointer;
}

#RequiredMsgGen, #RequiredMsgCheck, #RequiredMsgComb, #RequiredMsgCarr{ color:#e9573f; }


#faltan_datos_form, #faltan_datos_form_firma, #faltan_terminos{
	display:none; margin-bottom:10px;
}
#faltan_datos_comb, #faltan_datos_carr{ display:none; margin-bottom:10px;}
.img_ped{ max-width:100%; max-height:300px; }

.radio_resp{
	float:left;
	margin-right:20px;
}

.form-group.ch_no{
	background-color: #fdaa9a;
    color: #c14029;
	/*background-color: #ff8c9a;*/
}
.modal-content .form-group.ch_ok{
	filter:blur(4px);
}
.form-horizontal .form-group.esp_bord{ padding:12px 0;   border-bottom:1px solid #ddd; }

.sta-actividades .act.active{
	background-color: #37bc9b;
    border-color: #37bc9b;
	color: #fff;
}
.sta-actividades .can.active{
	background-color: #e9573f;
    border-color: #e9573f;
	color: #fff;
}
.botones_cancel, .botones_activa{
	display:none;
}
.row_botm_10{margin-bottom:10px;}

.no_pad_right{ padding-right:0;}
.bg_gris1, .bg_gris1 div{ background:#f2f1f1; font-size:16px;}





ul.sidebar-menu li.static.left-profile-summary{
	padding-top:15px; padding-bottom:15px;
}
#secction_cklst .col-sm-3,
#secction_cklst .col-sm-6{
	height:720px;
}
#secction_cklst .col-sm-4{
	min-height:480px; min-height:370px; min-height:435px; /* nuevo */
}
.bg_checklist, .bg_checklist_tracto{
	background:#fff url('../img/bk_revision.jpg') center 0 no-repeat; 
	background-size:430px auto; background-size:300px auto; /* nuevo */
	position:relative;
}
.bg_checklist_tracto{ background-image:url('../img/bk_revision_tacto.jpg'); }
@media only screen and (max-width: 1024px) {
   .bg_checklist{
	   background-position: center 0px;
	   background-size:350px auto; background-size:300px auto;  /* nuevo */
   }
}
@media only screen and (max-width: 768px) {
   .bg_checklist{
	   background-position: center 0px;
	   background-size:250px auto; background-size:280px auto;  /* nuevo */
   }
}


ul.list{
	margin:0;
	padding:0;
}
ul.list li{
	list-style:none;
	margin:0;
	padding:0;
	height:60px;
	border-bottom:2px solid #e4e4e4;
	cursor:pointer;
	margin-left:-15px;
	margin-right:-15px;
	padding-left:15px;
	padding-right:15px;
}
ul.list li.active,
ul.list li:active,
ul.list li:hover {
	background:#c1c0c0;
}

ul.list li:active, ul.list li:focus{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}


ul.list li .container-img{
	width:80px;
	height:60px;
	float:left;
	padding-right:10px;
	padding-top:7px;
	text-align:right;
}
.img-cklst{
	max-height:45px;
    position: relative;
	vertical-align: middle;
}
ul.list li .container-tit{
	float:left;
	font-size:14px;
	line-height:16px;
	display:inline-block;
	margin-top:20px;
}
ul.list li .container-icon{
	background: #999999;
	margin-top:20px;
	padding:0;
	height:22px;
	width:22px;
	border-radius:11px;
	float:right;
	color:#FFF;
	text-align:center;
}
ul.list li .container-icon i{
	font-size:12px;
	line-height:23px;
	color:#999999;
}
ul.list_right li .container-icon{
	float:left;
	margin-right:3px;
}
ul.list li.icon_succes .container-icon{
	background: #85c744;
}
ul.list li.icon_succes .container-icon i{
	color:#FFF;
}
ul.list li.icon_danger .container-icon{
	background: #e73c3c;
}
ul.list li.icon_danger .container-icon i{
	color:#FFF;
}
ul.list li.icon_warning .container-icon{
	background: #f1c40f;
}
ul.list li.icon_warning .container-icon i{
	color:#FFF;
}
ul.list li.bg_error{
	background-color:#e73c3c;
	color: #fbe3de;
}
h1.page-heading small{
	color: #555;
}


    /*@media only screen and (min-width: 768px) and (max-width: 1023px) {*/
	@media only screen and (max-width: 1023px) {
		ul.list li .container-tit{
			display:none;
		}
    }
#bg_checklist span{
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	top:0;
	right:50%;
    background-color: #df1b4e;
    border: 2px solid #cd1947;
    outline-radius: 12px;
    -moz-outline-radius: 12px;
    -webkit-outline-radius: 12px; 
 
    box-shadow: 0px 0px 5px 2px rgba(231, 60, 104, 0.75);
    -moz-box-shadow: 0px 0px 5px 2px rgba(231, 60, 104, 0.75);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(231, 60, 104, 0.75);	
}
.row.row_line{
	border-top: 1px solid #e6e9ed;
	padding-bottom:5px;
	padding-top:5px;
}
.row.r_1{
	background: #f6f8f9;
}
.center_tit{
	text-align:center;
	font-weight:bold;
}
.row.row_line .col-xs-6{
	margin-bottom:4px;
}
.recio_ant{text-decoration:line-through; color:#E9573F;}


.label-qucki,
.badge-qucki,
.label-qucki[href]:hover,
.label-qucki[href]:focus {
	background-color: #4B66A0;
}
.label-cotiz,
.badge-cotiz,
.label-cotiz[href]:hover,
.label-cotiz[href]:focus {
	background-color: #D33471;
}


.top-navbar.info-color{
	background: #3c4e84;
}
.logo-brand.info-color {
	background: #38497b;
}
/** SIDEBAR LEFT INFO COLOR **/
.sidebar-left.info-color{
	background: #3c4e84;
	color: #aab2bd;
}
.sidebar-left.info-color .left-profile-summary h4{
	color: #fff;
}
.sidebar-left.info-color ul.sidebar-menu li a{
	color: #d0dbea;
	border-bottom-color: #38497b;
}
.sidebar-left.info-color ul.sidebar-menu li a:active,
.sidebar-left.info-color ul.sidebar-menu li a:hover,
.sidebar-left.info-color ul.sidebar-menu li a:focus{
	color: #fff;
	border-bottom-color: #38497b;
}
.sidebar-left.info-color ul.sidebar-menu li.selected a,
.sidebar-left.info-color ul.sidebar-menu li.selected a:hover,
.sidebar-left.info-color ul.sidebar-menu li.selected a:focus,
.sidebar-left.info-color ul.sidebar-menu li.active a,
.sidebar-left.info-color ul.sidebar-menu li.active a:hover,
.sidebar-left.info-color ul.sidebar-menu li.active a:focus{
	color: #fff;
	background-color: #38497b;
	border-bottom-color: #38497b;
}
.sidebar-left.info-color ul.sidebar-menu li ul.submenu{
	background: #38497b;
}
.sidebar-left.info-color ul.sidebar-menu li ul.submenu li a:active,
.sidebar-left.info-color ul.sidebar-menu li ul.submenu li a:hover,
.sidebar-left.info-color ul.sidebar-menu li ul.submenu li a:focus{
	color: #d0dbea;
}
.sidebar-left.info-color ul.sidebar-menu li ul.submenu li.selected a,
.sidebar-left.info-color ul.sidebar-menu li ul.submenu li.selected a:hover,
.sidebar-left.info-color ul.sidebar-menu li ul.submenu li.selected a:focus,
.sidebar-left.info-color ul.sidebar-menu li ul.submenu li.active a,
.sidebar-left.info-color ul.sidebar-menu li ul.submenu li.active a:hover,
.sidebar-left.info-color ul.sidebar-menu li ul.submenu li.active a:focus{
	color: #d0dbea;
	background-color: #38497b;
}
.sidebar-left.info-color ul.sidebar-menu li.static,
.sidebar-left.info-color ul.sidebar-menu li.text-content{
	color: #fff;
}
.sidebar-left.info-color ul.sidebar-menu li a .chevron-icon-sidebar,
.sidebar-left.info-color ul.sidebar-menu li ul.submenu li a:before{
	color: #d0dbea;
}
.sidebar-left.info-color ul.sidebar-menu li ul.submenu li a{
	border-left-color: #d0dbea;
}

.btn-success_c,
.btn-warning_c,
.btn-danger_c,
.btn-info_c{
	background-color: #eee;
    border-color: #cccccc;
    color: #333;
}

.btn-success_c.active {
  color: #fff;
  background-color: #85c744;
  border-color: #85c744;
  box-shadow:none;
}
.btn-warning_c.active {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
  box-shadow:none;
}
.btn-danger_c.active {
  color: #fff;
  background-color: #e73c3c;
  border-color: #e73c3c;
  box-shadow:none;
}
.btn-info_c.active {
  color: #fff;
  background-color: #3bafda;
  border-color: #3bafda;
  box-shadow:none;
}
/* NUEVOS BOTONES_2 */
.bg-primary2 {
   background-color: #337ab7;
   color: #fff;
}
.btn-primary2 {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary2:focus,
.btn-primary2.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary2:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary2:active,
.btn-primary2.active,
.open > .dropdown-toggle.btn-primary2 {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary2:active:hover,
.btn-primary2.active:hover,
.open > .dropdown-toggle.btn-primary2:hover,
.btn-primary2:active:focus,
.btn-primary2.active:focus,
.open > .dropdown-toggle.btn-primary2:focus,
.btn-primary2:active.focus,
.btn-primary2.active.focus,
.open > .dropdown-toggle.btn-primary2.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary2:active,
.btn-primary2.active,
.open > .dropdown-toggle.btn-primary2 {
  background-image: none;
}
.btn-primary2.disabled,
.btn-primary2[disabled],
fieldset[disabled] .btn-primary2,
.btn-primary2.disabled:hover,
.btn-primary2[disabled]:hover,
fieldset[disabled] .btn-primary2:hover,
.btn-primary2.disabled:focus,
.btn-primary2[disabled]:focus,
fieldset[disabled] .btn-primary2:focus,
.btn-primary2.disabled.focus,
.btn-primary2[disabled].focus,
fieldset[disabled] .btn-primary2.focus,
.btn-primary2.disabled:active,
.btn-primary2[disabled]:active,
fieldset[disabled] .btn-primary2:active,
.btn-primary2.disabled.active,
.btn-primary2[disabled].active,
fieldset[disabled] .btn-primary2.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary2 .badge {
  color: #337ab7;
  background-color: #fff;
}
 

/* NUEVOS PANNEL */
/*.panel-primary2 {border-color: #337ab7;}
.panel-primary2 > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.panel-primary2 > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #337ab7;
}
.panel-primary2 > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #337ab7;
}
.panel-primary2.panel-block-color > .panel-footer{
	color: #fff;
	background-color: #337ab7;
	border-top: none;
}
.panel-primary2.panel-block-color > .panel-body.bg-primary{
	background-color: #337ab7;
}*/
.panel-primary2 {border-color: #434A54;}
.panel-primary2 > .panel-heading {
	color: #fff;
	background-color: #434A54;
	border-color: #434A54;
}
.panel-primary2 > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #434A54;
}
.panel-primary2 > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #434A54;
}
.panel-primary2.panel-block-color > .panel-footer{
	color: #fff;
	background-color: #434A54;
	border-top: none;
}
.panel-primary2.panel-block-color > .panel-body.bg-primary{
	background-color: #434A54;
}


table td.cell_left{
	border-top:1px solid #e6e9ed; text-align:right; padding:5px 5px 5px 10px;
}
table td.cell_right{
	border-top:1px solid #e6e9ed; text-align:right; padding:5px 10px 5px 0; font-weight:bold; line-height:16px;
}
table td.cell_backg1{
	background: #f6f8f9;
} 

label.inp_radbutt > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
label.inp_radbutt > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:3px solid transparent;
}
label.inp_radbutt > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:3px solid #2bbce0;
}

.label-indigo{ background-color: #9358ac; }
.label-midnightblue{ background-color: #34495e; border-color: #34495e; }
.label-magenta{ background-color: #e73c68; border-color: #e73c68; }



/* GALERIA */
.files-list { 
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%; 
}
.files-list li {
    margin: 3px 3px 3px 0; 
    padding: 1px; 
    display:block;
    float: left; 
    width: 164px; 
    height: 175px;
    border:1px solid #E5E5E5;
    cursor: move;
    position:relative;
}

.files-list li.nobuttons{
    height: 155px;
}

.files-list li .preview{
    width: 160px; 
    height: 120px;
    text-align:center;
    display:block;
    overflow: hidden;
    padding: 2px;
}

.files-list li .filename{
    text-align:center;
    max-width:160px;
    overflow: hidden;
    padding: 0px 0px 2px 0px;
}

.files-list li .options-container{
    text-align:center;
}

.files-list li:hover{
    background: #F5F5F5;
}

.files-list li div.progress, .files-list li div.error{
    position:absolute;
    top:60px;
    left:2px;
}

.fileupload-buttonbar .col-md-7{
    padding-left:0px;
}
.files>.img-rounded>.preview>img.img-rounded{
    max-width:100%;
}
.fileupload-progress .progress{
	margin-bottom:5px;
}



@media (max-width: 767px) {
	.files-list li{
        width: 120px; 
        height: 120px;
	}
	.files-list li .preview{
		width:100%;
		height: 82px;
	}
	.files-list li .filename{
		display:none;
	}
	.files-list li .preview .img-rounded{
		width:100%;
	}
}

.footer_galeria .files-list li{ width: 100px; height: 105px; }
.footer_galeria .files-list li .preview{ width: 100px; height: 75px;}
.footer_galeria .files-list li .filename{ display:none; }
.footer_galeria .fileupload-buttonbar{ margin-top:-60px; height: 60px; margin-bottom:0;}

#Modal_galeria .addimagen,
.footer_galeria .addimagen{
	background-color: #E04C86;
	border-color: #E04C86;
	width:50px;
	height:50px;
	cursor:pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	margin:0;
	padding:0;
	text-align:center;
	-webkit-box-shadow: 2px 2px 19px 0px rgba(250,240,248,0.4);
	-moz-box-shadow: 2px 2px 19px 0px rgba(250,240,248,0.4);
	box-shadow: 2px 2px 19px 0px rgba(250,240,248,0.4);
}

#Modal_galeria .addimagen i,
.footer_galeria .addimagen i{ margin:12px 0 0; font-size:20px; }
#Modal_galeria .addimagen:hover,
.footer_galeria .addimagen:hover{ background-color:#d34e82; }

#Modal_galeria .fileupload-progress,
.footer_galeria .fileupload-progress{
	z-index:10002;
	position: relative;
	margin-bottom:-50px;
	height:50px;
   background:#f0f0f0;
   -webkit-box-shadow: -1px 5px 10px 0px rgba(163,163,163,0.4);
   -moz-box-shadow: -1px 5px 10px 0px rgba(163,163,163,0.4);
   box-shadow: -1px 5px 10px 0px rgba(163,163,163,0.4);
}
	
.campo_precio {
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background-color: #eee;
}
.signatureparent {
	color:#000000;
	padding:5px;
}
#signature,
#signature_firma,
#signature_jefe_talle {
	border: 2px dotted black;
	background:#FFF;
} 

.row_autorizado{ color:#629031; border-color:#B7E086 !important; background:#CEF0AB !important; }

.span_auto{ color:#629031; border:1px solid #B7E086; background:#CEF0AB; font-size:14px; }
.span_sinauto{ color:#656D78; border:1px solid #656D78; background:none; font-size:14px;  }

.row_autorizado .box_boton_autoriza button{ color:#629031; background: #CEF0AB;}
.fa_load{ display:none; }	


/* al boton de actualizar orden*/
.btn_cre_act .fa{ display:none;}
	
.modalchk .modal-dialog{ margin-bottom:140px; }
@media (min-width:768px){.modalchk .modal-dialog{ margin-bottom:200px;}}

.footer_galeria{ 
    display: none;
	z-index:9002;
    padding:5px;
    box-shadow: 0 5px 40px rgba(0,0,0,.16);
    background:#FFF;
    position: fixed;
	width: 100%;
    bottom: 0;
	min-height:40px;
}

/* LOADER*/
#floatingBarsG{
position:relative;
width:30px;
height:37px;
float:left;
margin-right:20px;
}

.blockG{
position:absolute;
background-color:#DDF4FA;
width:5px;
height:12px;
-moz-border-radius:4px 4px 0 0;
-moz-transform:scale(0.4);
-moz-animation-name:fadeG;
-moz-animation-duration:0.5599999999999999s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:4px 4px 0 0;
-webkit-transform:scale(0.4);
-webkit-animation-name:fadeG;
-webkit-animation-duration:0.5599999999999999s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:4px 4px 0 0;
-ms-transform:scale(0.4);
-ms-animation-name:fadeG;
-ms-animation-duration:0.5599999999999999s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:4px 4px 0 0;
-o-transform:scale(0.4);
-o-animation-name:fadeG;
-o-animation-duration:0.5599999999999999s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:4px 4px 0 0;
transform:scale(0.4);
animation-name:fadeG;
animation-duration:0.5599999999999999s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#rotateG_01{
left:0;
top:13px;
-moz-animation-delay:0.20999999999999996s;
-moz-transform:rotate(-90deg);
-webkit-animation-delay:0.20999999999999996s;
-webkit-transform:rotate(-90deg);
-ms-animation-delay:0.20999999999999996s;
-ms-transform:rotate(-90deg);
-o-animation-delay:0.20999999999999996s;
-o-transform:rotate(-90deg);
animation-delay:0.20999999999999996s;
transform:rotate(-90deg);
}

#rotateG_02{
left:4px;
top:5px;
-moz-animation-delay:0.27999999999999997s;
-moz-transform:rotate(-45deg);
-webkit-animation-delay:0.27999999999999997s;
-webkit-transform:rotate(-45deg);
-ms-animation-delay:0.27999999999999997s;
-ms-transform:rotate(-45deg);
-o-animation-delay:0.27999999999999997s;
-o-transform:rotate(-45deg);
animation-delay:0.27999999999999997s;
transform:rotate(-45deg);
}

#rotateG_03{
left:13px;
top:1px;
-moz-animation-delay:0.35s;
-moz-transform:rotate(0deg);
-webkit-animation-delay:0.35s;
-webkit-transform:rotate(0deg);
-ms-animation-delay:0.35s;
-ms-transform:rotate(0deg);
-o-animation-delay:0.35s;
-o-transform:rotate(0deg);
animation-delay:0.35s;
transform:rotate(0deg);
}

#rotateG_04{
right:4px;
top:5px;
-moz-animation-delay:0.41999999999999993s;
-moz-transform:rotate(45deg);
-webkit-animation-delay:0.41999999999999993s;
-webkit-transform:rotate(45deg);
-ms-animation-delay:0.41999999999999993s;
-ms-transform:rotate(45deg);
-o-animation-delay:0.41999999999999993s;
-o-transform:rotate(45deg);
animation-delay:0.41999999999999993s;
transform:rotate(45deg);
}

#rotateG_05{
right:0;
top:13px;
-moz-animation-delay:0.48999999999999994s;
-moz-transform:rotate(90deg);
-webkit-animation-delay:0.48999999999999994s;
-webkit-transform:rotate(90deg);
-ms-animation-delay:0.48999999999999994s;
-ms-transform:rotate(90deg);
-o-animation-delay:0.48999999999999994s;
-o-transform:rotate(90deg);
animation-delay:0.48999999999999994s;
transform:rotate(90deg);
}

#rotateG_06{
right:4px;
bottom:3px;
-moz-animation-delay:0.5599999999999999s;
-moz-transform:rotate(135deg);
-webkit-animation-delay:0.5599999999999999s;
-webkit-transform:rotate(135deg);
-ms-animation-delay:0.5599999999999999s;
-ms-transform:rotate(135deg);
-o-animation-delay:0.5599999999999999s;
-o-transform:rotate(135deg);
animation-delay:0.5599999999999999s;
transform:rotate(135deg);
}

#rotateG_07{
bottom:0;
left:13px;
-moz-animation-delay:0.63s;
-moz-transform:rotate(180deg);
-webkit-animation-delay:0.63s;
-webkit-transform:rotate(180deg);
-ms-animation-delay:0.63s;
-ms-transform:rotate(180deg);
-o-animation-delay:0.63s;
-o-transform:rotate(180deg);
animation-delay:0.63s;
transform:rotate(180deg);
}

#rotateG_08{
left:4px;
bottom:3px;
-moz-animation-delay:0.7s;
-moz-transform:rotate(-135deg);
-webkit-animation-delay:0.7s;
-webkit-transform:rotate(-135deg);
-ms-animation-delay:0.7s;
-ms-transform:rotate(-135deg);
-o-animation-delay:0.7s;
-o-transform:rotate(-135deg);

animation-delay:0.7s;
transform:rotate(-135deg);
}

h3.msj{ margin-bottom:5px; margin-top:5px; float:left;}

@-moz-keyframes fadeG{
0%{
background-color:#2BBCE0}

100%{
background-color:#DDF4FA}

}

@-webkit-keyframes fadeG{
0%{
background-color:#2BBCE0}

100%{
background-color:#DDF4FA}

}

@-ms-keyframes fadeG{
0%{
background-color:#2BBCE0}

100%{
background-color:#DDF4FA}

}

@-o-keyframes fadeG{
0%{
background-color:#2BBCE0}

100%{
background-color:#DDF4FA}

}

@keyframes fadeG{
0%{
background-color:#2BBCE0}

100%{
background-color:#DDF4FA}

}