/*------------------------------ Pie ------------------------------*/
	html, body {
		height: 100%;
	}
	#wrap {
		padding-top: 60px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -135px;
		padding-bottom: 10px;
	}
	#wrap2 {
		padding-top: 70px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -135px;
		padding-bottom: 10px;
	}
	#push, #footer, #footer2 {
		height: 135px;
	}
	#footer {
		background-color: #033c73;
		border-color: #022f5a;
		color: #ffffff;
		background-image: -webkit-linear-gradient(#04519b, #044687 60%, #033769);
		background-image: -o-linear-gradient(#04519b, #044687 60%, #033769);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#04519b), color-stop(60%, #044687), to(#033769));
		background-image: linear-gradient(#04519b, #044687 60%, #033769);
		background-repeat: no-repeat;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff033769', GradientType=0);
		-webkit-filter: none;
		filter: none;
		border-bottom: 1px solid #022241;
		font-size:9pt;
		padding-top:5px;
	}
	#footer2 {
		/*background-color: #0083CE;*/
		background-color: #2C3E50;
		border-top: 1px solid #178acc;
		color: #ffffff;
		border-bottom: 1px solid #178acc;
		filter: none;
		-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
		font-size:9pt;
		padding-top:5px;
	}
	@media (max-width: 767px) {
		#footer {
			padding-left: 20px;
			padding-right: 20px;
			font-size:8pt;
		}
		#footer2 {
			padding-left: 20px;
			padding-right: 20px;
		}
	}
	.container .credit {
		margin: 20px 0;
	}
	code {
		font-size: 80%;
	}
/*------------------------------ SCROLLBAR ------------------------------*/
::-webkit-scrollbar {
    width: 5px;
	 height: 8px;
}
::-webkit-scrollbar-thumb {
	background: #2E9AFE;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2); 
}
::-webkit-scrollbar-track-piece{
	background: #04519b;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2); 
}
/*------------------------------ R0M3R0 ------------------------------*/
	body{
	/*	background-image: url(../img/patron.jpg); */
		background-image: url(/BETA/static/img/fondo.png);
	}
	.page-header {
		padding-bottom: 2px !important;
		margin: 2px 0 20px !important;
		border-bottom: 3px solid #eeeeee;
	}
	@media (max-width: 767px) {
		#wrap > article >.container{
		margin-left: 10px;
		margin-right: 10px;
		}
		#wrap2 > article >.container{
		margin-left: 10px;
		margin-right: 10px;
		}
	}
	#wrap > article > .container{
		background-color: #ffffff;
		border: 1px solid #eeeeee;
		border-radius: 6px;
		padding-bottom: 25px;
	}
	#wrap2 > article > .container{
		background-color: #ffffff;
		border: 1px solid #eeeeee;
		border-radius: 6px;
		padding-bottom: 25px;
	}
	.foo{
		font-size:9pt;
		line-height: 11pt;
		padding-top:5px;
		padding-bottom:5px;
	}
	@media (max-width: 767px) {
		.foo {
			font-size: 7pt;
			line-height: 9pt;
		}
	}
	.centeROM{
		text-align: center;
	}
	.btn-circle {
		width: 40px;
		height: 40px;
		text-align: center;
		padding: 7px 0;
		margin-left:8px;
		font-size: 18px;
		line-height: 1.42;
		border-radius: 20px;
	}
	.btn-circle-sm {
		width: 30px;
		height: 30px;
		text-align: center;
		padding: 3px 0;
		margin-left:8px;
		font-size: 15px;
		line-height: 1.42;
		border-radius: 20px;
	}
	.btn-circle-sm2 {
		width: 30px;
		height: 30px;
		text-align: center;
		padding: 5px 0;
		margin-left:2px;
		font-size: 15px;
		line-height: 1.42;
		border-radius: 20px;
	}
	#hy > .btn-circle {
		margin-top:35px;
	}
	.btn-rm {
		color: #ffffff;
		background-color: #6A0888;
		border-color: #A600E6;
	}
	.btn-rm:focus,
	.btn-rm.focus {
		color: #ffffff;
		background-color: #701D87;
		border-color: #701D87;
	}
	.btn-rm:hover {
		color: #ffffff;
		background-color: #701D87;
		border-color: #701D87;
	}
	.btn-rm:active,
	.btn-rm.active,
	.open > .dropdown-toggle.btn-rm {
		color: #ffffff;
		background-color: #701D87;
		border-color: #8B0EB6;
	}
	.btn-rm .badge {
		color: #701D87;
		background-color: #ffffff;
	}/*
	.btn-rm {
		background-image: -webkit-linear-gradient(#9717BE, #8B0EB6 60%, #6A0888);
		background-image: -o-linear-gradient(#9717BE, #8B0EB6 60%, #6A0888);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#9717BE), color-stop(60%, #8B0EB6), to(#6A0888));
		background-image: linear-gradient(#9717BE, #8B0EB6 60%, #6A0888);
		background-repeat: no-repeat;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9717BE', endColorstr='#6A0888', GradientType=0);
		-webkit-filter: none;
		filter: none;
		border-bottom: 1px solid #430d57;
	}*/
	.pagination{
		margin-top: 0 !important;
	}

.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}
.ui-autocomplete {
    max-height: 150px;
	 max-width: 80%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  * html .ui-autocomplete {
    height: 150px;
  }
.ui-menu > .ui-menu-item.ui-menu-item:hover {
    background-color: #819FF7;
  }
  
 .input-group-addon.primary {
    color:  #476f97;
    /*background-color: rgb(50, 118, 177);
		background-color: #476f97;*/
		background-color: rgba(0, 0, 0, 0.03);
    /*border-color: rgb(40, 94, 142);*/
    border-color: rgba(0, 0, 0, 0.125)
}
.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: #7BA33D;
    border-color: #7BA33D;
}
.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}
.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(221, 86, 0);
    border-color: rgb(221, 86, 0);
}
.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}

	.btn-yell {
		color: #ffffff;
		background-color: #FFBF00;
		border-color: #FFBF00;
	}
	.btn-yell:focus,
	.btn-yell.focus {
		color: #ffffff;
		background-color: #F7D358;
		border-color: #F7D358;
	}
	.btn-yell:hover {
		color: #ffffff;
		background-color: #B18904;
		border-color: #F7D358;
	}
	.btn-yell:active,
	.btn-yell.active,
	.open > .dropdown-toggle.btn-yell {
		color: #ffffff;
		background-color: #B18904;
		border-color: #F7D358;
	}
	.btn-yell .badge {
		color: #F7D358;
		background-color: #ffffff;
	}/*
	.btn-yell {
		background-image: -webkit-linear-gradient(#FFBF00, #FACC2E 60%, #F7D358);
		background-image: -o-linear-gradient(#FFBF00, #FACC2E 60%, #F7D358);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#FFBF00), color-stop(60%, #FACC2E), to(#F7D358));
		background-image: linear-gradient(#FFBF00, #FACC2E 60%, #F7D358);
		background-repeat: no-repeat;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBF00', endColorstr='#FACC2E', GradientType=0);
		-webkit-filter: none;
		filter: none;
		border-bottom: 1px solid #FFBF00;
	}*/
	.ui-autocomplete {
        z-index: 5050 !important;
	}
	.paT > th{
		padding: 8px !important;
		background-color:#08298A;
		color:white;
		text-align:center;
	}
	.paTT > th{
		padding: 2px !important;
		background-color:#08298A;
		color:white;
		text-align:center;
	}
	.CTAT > th{
		text-align:right;
	}
.panel-rm {
border-color: #dddddd;
}
.panel-rm > .panel-heading {
color: #468847;
background-color: #6A0888;
border-color: #dddddd;
}
.panel-rm > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #dddddd;
}
.panel-rm > .panel-heading .badge {
color: #6A0888;
background-color: #468847;
}
.panel-rm > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #dddddd;
}
.panel-rm .panel-heading,
.panel-rm .panel-title {
  color: #fff;
}
.menuImg {
	padding: 0 5px 0 5px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}
.liksCa{
	text-decoration:none;
	color:#555555;
}
.liksCa:hover{
	text-decoration:none;
	color:#555555;
}
.redloco{
	color:#e12b31;
}
.orangeloco{
	color:#DF7401;
}
.icoMenu {
    margin-right: 3px;
    width: 22px;
}
/*----------------- nuevo menu ---------------------*/
.upR{
	margin-top: 10px;
}
.notification{
	font-size: 8pt;
	background-color:#f44336;
	border-radius:2px;
	position: relative;
	padding: 1px 7px;
	color: white;
	left: -15px;
	top: -10px;
	z-index: 15;
	cursor:pointer;
}
.notification2{
	font-size: 8pt;
	background-color:white;
	border-radius:2px;
	position: relative;
	padding: 1px 7px;
	color: white;
	left: -15px;
	top: -10px;
	z-index: -2;
	cursor:pointer;
}
@media (min-width: 768px) {
	.autoAj{
		width:230px;
		float: left;
		white-space: pre; /* CSS 2.0 */
		white-space: pre-wrap; /* CSS 2.1 */
		white-space: pre-line; /* CSS 3.0 */
		white-space: -pre-wrap; /* Opera 4-6 */
		white-space: -o-pre-wrap; /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap; /* HP */
		word-wrap: break-word; /* IE 5+ */
	}
}

/*----------------- nuevo menu ---------------------*/
.upR{
	margin-top: 10px;
}
/*-------------------- Presupuestos --------------------*/
.facturas > tbody > tr > td > .btn-circle {
		margin-bottom:5px;
	}
#scrollRM{
	max-height: 300px;
	overflow-y: auto;
}

/*-------------------- Empleados --------------------*/
.scheduler-border {
    color: #B0BEC5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-style: italic;
    text-align: left !important;
    letter-spacing: 0;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}
#empli > div {
	margin-bottom: 8px;
}
.maxR{
	min-width:130px !important;
	max-width:130px !important;
}

/*-------------------- Calculadora Nómina --------------------*/
span.badge{width: 100%;}

div.btn-group{vertical-align: top;}
.ui-group-buttons .or{position:relative;float:left;width:.3em;height:1.3em;z-index:3;font-size:12px}
.ui-group-buttons .or:before{position:absolute;top:50%;left:50%;content:'ó';background-color:#5a5a5a;margin-top:.1em;margin-left:-.9em;width:1.8em;height:1.8em;line-height:1.70;color:#fff;font-style:normal;font-weight:400;text-align:center;border-radius:500px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1);box-shadow:0 0 0 1px rgba(0,0,0,0.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.ui-group-buttons .or:after{position:absolute;top:0;left:0;content:' ';width:.3em;height:3.2em;background-color:rgba(0,0,0,0);border-top:1em solid #5a5a5a;border-bottom:.6em solid #5a5a5a}
.ui-group-buttons .or.or-lg{height:1.3em;font-size:16px}
.ui-group-buttons .or.or-lg:after{height:2.85em}
.ui-group-buttons .or.or-sm{height:1em}
.ui-group-buttons .or.or-sm:after{height:2.5em}
.ui-group-buttons .or.or-xs{height:.25em}
.ui-group-buttons .or.or-xs:after{height:1.84em;z-index:-1000}
.ui-group-buttons{display:inline-block;vertical-align:middle}
.ui-group-buttons:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.ui-group-buttons .btn{float:left;border-radius:0}
.ui-group-buttons .btn:first-child{margin-left:0;border-top-left-radius:.25em;border-bottom-left-radius:.25em;padding-right:15px}
.ui-group-buttons .btn:last-child{border-top-right-radius:.25em;border-bottom-right-radius:.25em;padding-left:15px}

.P-TB, .P-TB:hover, .P-TB:focus{color:#fff;text-decoration:none;}

.ajustar .input-group-addon {
	font-size: 12px;
	text-align: left;
	width: 65%;
}

label{ margin-bottom: 0px !important; }

.TIENES{
	background-color:#FF8E46 !important;
	color:#fff;
	font-weight: bold; 
	margin-bottom:5px;
}
.TIENES2{
	background-color:#298A08 !important;
	color:#fff;
	font-weight: bold; 
	margin-bottom:5px;
	height:38px;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
	 text-align:center;
}

.fila-base{ display: none; }

.bax > .icon { text-align: center; position: relative; }
.bax > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #63B76C; vertical-align: middle; }
.bax > .icon:hover > .image { background: #333; }
.bax > .icon > .image > i { font-size: 40px !important; color: #fff !important; }
.bax > .icon:hover > .image > i { color: white !important; }
.bax > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; border-radius:8px;}
.bax > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.bax > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; font-weight: 500; }
.bax > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.bax > .icon:hover > .info > h3.title, .bax > .icon:hover > .info > p, .bax > .icon:hover > .info > .more > a { color: #222; }
.bax > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.bax > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.bax .space { height: 30px; }

.Crfc{
	border-radius:5px;
	padding: 7px;
	text-align:center;
	font-weight: bold;
}
.rfcC
{
	border: 1px solid #039C3B;
	background-color: #02B543;
	color: #FFF;
}
.rfcF
{
	border: 1px solid #A41616;
	background-color: #CC2121;
	color: #FFF;
}
.alert-danger > h1, .alert-danger > h3
{
	color: #FE2E2E;
}

	.btn-valio {
		color: #ffffff;
		background-color: #D7DF01;
		border-color: #C0C527;
	}
	.btn-valio:focus,
	.btn-valio.focus {
		color: #ffffff;
		background-color: #797C1C;
		border-color: #797C1C;
	}
	.btn-valio:hover {
		color: #ffffff;
		background-color: #797C1C;
		border-color: #797C1C;
	}
	.btn-valio:active,
	.btn-valio.active,
	.open > .dropdown-toggle.btn-valio {
		color: #ffffff;
		background-color: #797C1C;
		border-color: #C7CC29;
	}
	.btn-valio .badge {
		color: #797C1C;
		background-color: #ffffff;
	}/*
	.btn-valio {
		background-image: -webkit-linear-gradient(#C7CC29, #C7CC29 60%, #D7DF01);
		background-image: -o-linear-gradient(#C7CC29, #C7CC29 60%, #D7DF01);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#C7CC29), color-stop(60%, #C7CC29), to(#D7DF01));
		background-image: linear-gradient(#C7CC29, #C7CC29 60%, #D7DF01);
		background-repeat: no-repeat;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7CC29', endColorstr='#D7DF01', GradientType=0);
		-webkit-filter: none;
		filter: none;
		border-bottom: 1px solid #AEB404;
	}*/
	
	.rom-blue{
		color: rgb(255, 255, 255);
		 background-color: rgb(50, 118, 177);
		 border-color: rgb(40, 94, 142);
	}
	
/*-------------------- CFDI 3.3 --------------------*/
	.roMM > div, .romMM > form > div
	{
		margin-bottom:10px;
	}
	.table > thead > tr > td.primary,
	.table > tbody > tr > td.primary,
	.table > tfoot > tr > td.primary,
	.table > thead > tr > th.primary,
	.table > tbody > tr > th.primary,
	.table > tfoot > tr > th.primary,
	.table > thead > tr.primary > td,
	.table > tbody > tr.primary > td,
	.table > tfoot > tr.primary > td,
	.table > thead > tr.primary > th,
	.table > tbody > tr.primary > th,
	.table > tfoot > tr.primary > th {
		/*background-color: #3276B1;*
		background-color: #476f97;*/
		background-color: rgba(0, 0, 0, 0.03);
		/*color: #ffffff;*/
		color: #476f97;
		/*border-color: #285E8E;*/
		border-color: #dddddd;
		border-right:none;
	}
	.table-hover > tbody > tr > td.primary:hover,
	.table-hover > tbody > tr > th.primary:hover,
	.table-hover > tbody > tr.primary:hover > td,
	.table-hover > tbody > tr:hover > .primary,
	.table-hover > tbody > tr.primary:hover > th {
	  background-color: #3A8ED7;
	}

	.maxC
	{
		min-width:140px !important;
		max-width:140px !important;
	}
	
	ul.nav > li > a
	{
		cursor: pointer;
	}
	.romBotton > a
	{
		margin-bottom: 3px;
	}
	
/*-------------------- CFDI 3.3 --------------------*/
	.roMM > div, .romMM > form > div
	{
		margin-bottom:10px;
	}
	.table > thead > tr > td.primary,
	.table > tbody > tr > td.primary,
	.table > tfoot > tr > td.primary,
	.table > thead > tr > th.primary,
	.table > tbody > tr > th.primary,
	.table > tfoot > tr > th.primary,
	.table > thead > tr.primary > td,
	.table > tbody > tr.primary > td,
	.table > tfoot > tr.primary > td,
	.table > thead > tr.primary > th,
	.table > tbody > tr.primary > th,
	.table > tfoot > tr.primary > th {
		/*background-color: #3276B1;*
		background-color: #476f97;*/
		background-color: rgba(0, 0, 0, 0.03);
		/*color: #ffffff;*/
		color: #476f97;
		/*border-color: #285E8E;*/
		border-color: #dddddd;
		border-right:none;
	}
	.table-hover > tbody > tr > td.primary:hover,
	.table-hover > tbody > tr > th.primary:hover,
	.table-hover > tbody > tr.primary:hover > td,
	.table-hover > tbody > tr:hover > .primary,
	.table-hover > tbody > tr.primary:hover > th {
	  background-color: #3A8ED7;
	}

	.maxC
	{
		min-width:140px !important;
		max-width:140px !important;
	}
	
	ul.nav > li > a
	{
		cursor: pointer;
	}
	.romBotton > a
	{
		margin-bottom: 3px;
	}
	
	.btn-green {
		color: #ffffff;
		background-color: rgb(92, 184, 92);
		border-color: rgb(76, 174, 76);
	}
	.btn-green:focus,
	.btn-green.focus {
		color: #ffffff;
		background-color: rgb(92, 184, 92);
		border-color: rgb(76, 174, 76);
	}
	.btn-green:hover {
		color: #ffffff;
		background-color: rgb(92, 184, 92);
		border-color: rgb(76, 174, 76);
	}
	.btn-green:active,
	.btn-green.active,
	.open > .dropdown-toggle.btn-green {
		color: #ffffff;
		background-color: rgb(92, 184, 92);
		border-color: rgb(76, 174, 76);
	}/*
	.btn-green {
		background-image: -webkit-linear-gradient(#5CB85C, #56B056 60%, #4D9C4D);
		background-image: -o-linear-gradient(#5CB85C, #56B056 60%, #4D9C4D);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#5CB85C), color-stop(60%, #56B056), to(#4D9C4D));
		background-image: linear-gradient(#5CB85C, #56B056 60%, #4D9C4D);
		background-repeat: no-repeat;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CB85C', endColorstr='#4D9C4D', GradientType=0);
		-webkit-filter: none;
		filter: none;
		border-bottom: 1px solid #56B056;
	}*/
	
	.btn-purple {
		color: #ffffff;
		background-color: #8F41D8;
		border-color: #782EBE;
	}
	.btn-purple:focus,
	.btn-purple.focus {
		color: #ffffff;
		background-color: #8F41D8;
		border-color: #782EBE;
	}
	.btn-purple:hover {
		color: #ffffff;
		background-color: #8F41D8;
		border-color: #782EBE;
	}
	.btn-purple:active,
	.btn-purple.active,
	.open > .dropdown-toggle.btn-purple {
		color: #ffffff;
		background-color: #8F41D8;
		border-color: #782EBE;
	}/*
	.btn-purple {
		background-image: -webkit-linear-gradient(#8F41D8, #7B30C1 60%, #782EBE);
		background-image: -o-linear-gradient(#8F41D8, #7B30C1 60%, #782EBE);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#8F41D8), color-stop(60%, #7B30C1), to(#782EBE));
		background-image: linear-gradient(#8F41D8, #7B30C1 60%, #782EBE);
		background-repeat: no-repeat;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8F41D8', endColorstr='#782EBE', GradientType=0);
		-webkit-filter: none;
		filter: none;
		border-bottom: 1px solid #7B30C1;
	} */*
	
	
.input-group-addon.purple {
    color: rgb(255, 255, 255);
    background-color: #8F41D8;
    border-color: #782EBE;
}
.table > thead > tr > th.purple{
	background-color: #E0D1EE;
}


.update-nag{
  display: inline-block;
  color: black;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  height: 40px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  margin-bottom: 2px;
  width: 100%;
  text-decoration: none;
}
.update-nag:hover{
	cursor: pointer;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
	text-decoration: none;
}
.update-nag > .update-split{
  background: #337ab7;
  width: 33px;
  float: left;
  color: #fff!important;
  height: 100%;
  text-align: center;
}
.update-nag > .update-split > .fa{
  position:relative;
  top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split > img{
  position:relative;
	width:25px;
  top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success{
  background: #5cb85c!important;
}
.update-nag > .update-split.update-danger{
  background: #d9534f!important;
}
.update-nag > .update-split.update-info{
  background: #5bc0de!important;
}
.update-nag > .update-split.update-rm{
  background: #9e5bde!important;
}
.update-nag > .update-text{
  line-height: 19px;
  padding-top: 11px;
  padding-left: 45px;
  padding-right: 20px;
}
	
.btn-success {
  color: #ffffff;
  background-color: #7BA33D!important;
  border-color: #7BA33D!important;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #59822c;
  border-color: #324919;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #59822c;
  border-color: #547a29;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #59822c;
  border-color: #547a29;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #476723;
  border-color: #324919;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #73a839;
  border-color: #73a839;
}
.btn-success .badge {
  color: #73a839;
  background-color: #ffffff;
}