html {
    
    background: #e6e6e6;
}


body{
    font-family: 'Open Sans', sans-serif !important;
}

body#t_PageBody {
    max-width: 990px;
    margin: 0 auto;
    background: #f8f8f8;
}

/****************************  HEADER *********************************************/

div#dsi-t_Body_title {
    /*min-height: 90px;
    margin-top: 15px;
    margin-bottom: 55px;*/
    margin-bottom: 40px;
    padding: 0;
}

.headerLogo {
    text-align: center;
    margin-bottom: 15px;
}


.header-title {
    font-size: 49px;
    font-weight: normal;
    font-family: 'Hind Siliguri', sans-serif;
    line-height: 50px;
}

.icon-social {
    text-align: right;
    font-size: 25px;
    background: #e6e6e6;
    height: 38px;
    padding-right: 25px;
}

.facebook-icon i {
    color: #3B5998;
}

.facebook-icon i:hover {
    color: #627aac;
}

.twitter-icon i {
    color: #4099FF;
}

.twitter-icon i:hover {
    color: #95C7FF;
}

.headercontrib {
    margin-top: 10px;
}

a.main-icon i {
    color: #000;
    font-size: 16px;
}

a.contact-form-icon {
    color: #000;
    font-size: 16px;
    padding-left: 15px;
}

.dsi-leyenda {    
    margin-top: 15px;
    text-align: center;
    font-size: 33px;
    line-height: 50px;
    font-weight: 300;
}

.dsi-leyenda span {
    font-weight: bold;
    color: #4aaaa5;
}

.dsi-leyenda-separador {
    margin: 10px auto;
    border-top: 1px solid #d3d3d3;
    width: 15%;
    margin-bottom: 35px;
}

.dsi-leyenda-separador-nv{
    margin: 10px auto;
    border-top: 1px solid #d3d3d3;
    width: 15%;
    margin-bottom: 50px;
}

/*div#dsi-t_Body_content {
    margin-top:40px;
}*/
/***********************FORMULARIO de CONTACTO*********************************************/

.form-muni-map-panel {
    border: 1px solid #d5d5d5;
    padding: 5px;
    border-radius: 4px;
}

.form-muni-map-panel h4 {
    padding: 12px 6px;
    margin-bottom: 15px;
    background: #e0e0e0;
    border-radius: 4px;
    text-align: center;
}

#dsi-contact-form{
    padding: 15px !important;
}

/*********************************LUGARES DE PAGO********************************************/


div#lugares_forma_pago {
    margin-left: 15px;
}
div#lugares_forma_pago h4 {
    font-style: italic;
}


/********************************* panel search ******************************************/

input#P0_SEARCH_TEXT {
    height: 24px;
}

div#P0_SEARCH_TEXT_CONTAINER {
    float: left;
}

div#P0_SEARCH_TEXT_CONTAINER .t-Form-inputContainer.col.col-null {
    padding: 0;
}

div#search-text-panel {
    padding: 5px 5px 0 0;
    float: right;
}

.row-item-result span:after {
    content: ' >> ';
}

.row-item-result span.icon:after {
    content: '';
}

/********************************* FOOTER ******************************************/

/*footer.dsi-t-Footer {
    position: fixed;
    min-height: 30px;
    background-color: #777;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;    
    color: #fff;
}*/

footer.dsi-t-Footer {
    min-height: 30px;
    background-color: #E6E6E6;
    margin-bottom: 0px;
    color: #404040;
}

.dsi-desarrollado-por,
.dsi-datos-municipalidad {
        margin-top: 20px;
    margin-bottom: 2px;
    text-align: right;
}

.dsi-datos-municipalidad p {
    text-align: left;
    font-size: 10px;
}

.dsi-desarrollado-por span {
    font-size: 10px;
    margin-right: 8px;
}

.datos p {
    font-size: 10px;
}

.datos {
    font-size: 10px;
}

.datos ul li a {
    font-size: 13px;
    line-height: 25px;
    color: #404040;
}

.footer-col .title {
    font-size: 18px;
    margin-bottom: 11px;
    font-weight: 700;
}

.footer-col {
    margin-top: 15px;
    min-height: 180px !important;
}

.footer-col ul {
    margin: 0 !important;
    padding: 0px 0px !important;
}
/******************************* MENU SIDEBAR**************************************/    
span.t-LinksList-label {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    line-height: 44px;
    display: inline-block;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -2px;
    /*color: rgba(255, 108, 0, 0.44);*/
        color: rgb(0, 113, 173);
}

div#dsi-t_Body_side {
    margin-bottom: 30px;
        
}

.dsi-t-Body-contentInner.col-lg-9 {
    border-left: 1px solid #d5d5d5;
}

.contact-sidebar-panel ul li p,
.contact-sidebar-panel ul li {
    font-size: 1.1rem !important;
}

.contact-sidebar-panel ul ul {
    margin: 0;
}

.contact-sidebar-panel ul {
    list-style: none;
        margin: 40px 10px;
}

li.is-current a span.t-LinksList-label {
    font-weight: bold;
}

/******************************** HOME PAGE*********************************************/

.bg-blue-lt:hover , 
.bg-warning-lt:hover , 
.bg-success-lt:hover  {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    -ms-transition: all 1.2s;
    transition: all 1.2s;
}

.bg-blue-lt i, 
.bg-warning-lt i, 
.bg-success-lt i {
    -webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -o-transition: all 1.6s;
    -ms-transition: all 1.6s;
    transition: all 1.6s;
}

.bg-blue-lt i, 
.bg-warning-lt i, 
.bg-success-lt i {
    
    padding: 44px;
    border-radius: 134px;
    margin: 0 auto;
    text-align: center;
    
    color: #fff;
    font-size: 26px;
}

.bg-blue-lt i{
        border: 1px solid #4cd964;
    background: #4cd964;
        
} 
.bg-warning-lt i {
border: 1px solid #ffcc00;
    background: #ffcc00;
    width: 117px;
}
.bg-success-lt i{
    border: 1px solid #79c8e7;
    background: #79c8e7;
}

.bg-blue-lt,
.bg-warning-lt,
.bg-success-lt {
    text-align: center;   
        margin: 5px;
}

.shortcut h4 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}


.row.row-shortcut {
    margin-top: 33px;
}

/************************************* CONTENT PANEL ***************************************/


.bedcrum i {
    font-size: 10px;
}
.bedcrum a {
    margin-right: 6px;
    margin-left: 5px;
    font-size: 10px;
    color: #000;
}

.dsi-t-Body-contentInner {
    margin-bottom: 50px;
}

.logo-agim {
    text-align: center;
    margin-bottom: 30px;
}

img.col-xs-12.col-md-12.img-responsive.agim-fondo {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0;
    margin: 0 auto;
}


.t-Cards--basic .t-Card .t-Card-icon {
    position: relative;
    right: 0px;
    top: 0px;
        padding: 16px 16px 0px 16px;
    float: left;
}

.t-Card-info {
    clear: both;
       padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}

.t-Card-body {
    padding: 0px 16px;
}

.t-Card-info {
    white-space: normal;
}

.t-Card-info i.fa.fa-download {
    padding-left: 10px;
    font-size: 14px;
    color: #86C480;
}

/*.dsi-Alerts > div {
    height: 170px;
}*/

.dsi-content-alert {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

.t-Alert-icon {
    font-size: 45px;
}

.t-Alert-content div.t-Alert-body {
    font-size: 11px;
}

.t-Alert-content div.t-Alert-header h2 {
    font-size: 18px;
}

.dsi-t-Alert-buttons-2 {
    text-align: right;
    font-size: 18px;
    padding: 0 15px 0 0;
    margin: 0;
}

.dsi-t-Alert-buttons-2 a{
    color:#000;
}

.dsi-content-alert:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background: #dfdfdf;
}

.dsi-subtitle h3 {
    font-size: 22px;
    text-align: center;
}

.dsi-subtitle p {
    font-size: 9px;
}


div#leer-factura-panel .dsi-title {
    margin-top: 40px;
    margin-left: 20px;
}

div.fact-bttn-panel button {
    margin: 10px auto;
    display: inherit;
}

div#leer-factura-contenedor .dsi-title {
    margin: 15px 10px;
}

.t-SearchResults-item {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 10px;
-webkit-box-shadow: 10px 10px 22px -5px rgba(209,209,209,1);
-moz-box-shadow: 10px 10px 22px -5px rgba(209,209,209,1);
box-shadow: 10px 10px 22px -5px rgba(209,209,209,1);
background: #dfdfdf;
}

.t-SearchResults-item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

span.t-SearchResults-misc.link-download a {
    text-decoration: none;
}

.t-SearchResults-links {
    border-top: 1px solid #d5d5d5;
    margin-top: 13px;
    padding-top: 5px;
}

div#leer-factura-contenedor button {
    width: 70%;
}

span.t-SearchResults-misc.link-download {
    display: inline-block;
    margin: 5px 10px;
}

.t-SearchResults-links {
    text-align: center;
}


.t-Card-desc {
    font-style: italic;
    color: #777 !important;
}

.t-Card--compact .t-Card-titleWrap, .t-Cards--compact .t-Card .t-Card-titleWrap {
    height: 45px !important;
}

h3.t-Card-title {
    text-align: center;
    font-size: 17px !important;
    white-space: normal !important;
}

.option {
    text-align: center;
        margin-top: 20px;
}

.icon {
    margin: 0 auto;
}

.option:hover .icon-container {
       border: 7px solid rgba(211, 211, 211, 0.53);  
}

.option:hover .detail-option h3{
       color: #04AAAA;
}


.icon-container {
    margin: 0 auto;
    padding: 15px;
    border: 7px solid transparent;
    border-radius: 88px;
    width: 109px;
}

.detail-option p {
    font-size: 11px;
    color: #666666;
    line-height: 24px;
    position: relative;
    font-weight: 400;
}

.dsi-t-Body-contentInner.col-lg-9 {
    border-left: 1px solid #d5d5d5;
}

div#dsi-t_Body_side {
    margin-bottom: 30px;
    border-right:none;
}

.detail-option h3 a {
    color: #000;
    text-decoration: none;
}

.option:hover .detail-option h3 a{
       color: #04AAAA;
}
/********************************proveedores*****************************/
div.form-proveedor .item ul li {
    line-height: 1.7em;
    font-size: 13px;
}

div.form-inscripcion-proveedor-item {
    max-width: 65%;
    margin: 0 auto;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 10px;
}

div.form-inscripcion-proveedor-item h4 {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 8px;
}

.footer-info ul li {
    font-size: 12px;
}

.info p {
    font-size: 12px;
}
/*******************************compras*********************************/

div#sub-cat-compras-list .t-Card-titleWrap {
    height: 60px;
    text-align: center;
}


div#sub-cat-compras-list .t-Card-titleWrap h3{
    white-space: normal;
    overflow: visible;
}

button#search-supplier-bttn {
    margin-top: 0.8rem;
}

/*****************************listado de proveedores**************************************/

div#P36_RUBRO_CONTAINER {
    float: left;
}

div#P36_RUBRO_CONTAINER .t-Form-inputContainer.col.col-9 {
    padding-right: 0;
}

/************************** Social ICONS*******************************/
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:11px auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

ul.social-network li a {
    background-color: rgba(119, 119, 119, 0.55);
}


/*************************BUSCADOR**************************************************************/

.gsc-input-box {
    height: 30px !important;
}

    .cse .gsc-search-button input.gsc-search-button-v2,
    input.gsc-search-button-v2 {
        height: 26px !important;
        margin-top: 0 !important;
        min-width: 13px !important;
        padding: 5px 26px !important;
        width: 68px !important;
    }

.gsc-control-cse.gsc-control-cse-es {
    width: 312px !important;
    padding: 5px 10px 0 0 !important;
    background: transparent;
}

input.gsc-search-button.gsc-search-button-v2 {
    position: relative;
    top: 1px;
}

