﻿html, body
{
    height:100%;
     margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif !important;
    background-color: #FAFAFA!important;
}
.ui-datepicker-trigger
{
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: -8px;
}

/* Errors */
.validation-summary-errors 
{
    background-color: #FFF5F5;
    font-weight: normal; 
    margin: 20px 0px 20px 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.alpha
{
    padding-left: 0px !important;
}

.omega
{
    padding-right: 0px !important;
}

.validation-summary-errors li
{
    display: block;
    background: url(Content/images/error-icon12x12.png) no-repeat 0px 50%;
    padding: 5px 0px 5px 25px;
}

.field-validation-error, span.input-validation-error
{
    color: #cc0000;
}

input.input-validation-error, textarea.input-validation-error, select.input-validation-error
{
    border: 1px solid #cc0000;
    background-color: #ffffcc;
}

.error
{
}


/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #fcfcfc;
    font-size: .85em;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0 0 0 0;
    padding: 0px;
    color: #696969;
}

ul
{
    padding-left:0px !important;
}

a
{
    cursor:pointer !important;S
}
a:link
{
    color: #034af3; 
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}


header, footer, nav, section
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    color: rgb(94, 133, 182);
    padding: 0 0 2px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #FFFFFF;    
    background-color: #70a8d2;
    overflow: hidden;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px;
    margin: 0;
    border: none;
    font-size: 20px !important;
}

#main
{
    /*padding-top: 3px;*/
    padding-bottom: 5px; /*padding-left: 15px;*/
    width: 93%;
    margin-left: auto;
    padding-left:0px;
    padding-right:0px;
    margin-right: auto;
}

footer, #footer
{
    background: #cccccc;
    color: #FFF;
    position: absolute;
    bottom: 0;
    width: 98%;
    height: 20px; /* Height of the footer */
}

navTurnOK
{
    margin-bottom: 7.5px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 7.5px;
}

nav, #menucontainer
{
    clear: left;
    float: left;
    width: 40%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.navbar
{
    min-height: inherit !important;
}

.navbar li
{
    padding: 0px !important;
}
a {
    color: #9E9E9E;
    text-decoration: none;
}


/*a:focus{
    color: #325232!important;
    text-decoration: none!important;
	opacity: .6;
}*/
/*a:active
{
    color: #325232;
}*/

.menuUserInfo
{
    
}

.navbar-default
{
    /*background-image: none !important;
    background-color: #00734D !important;
    color: #70a8d2 !important;
    border-color:#008862 !important;*/
    background-image: none !important;
    background-color: rgba(0,0,0,0) !important;
    color: #70a8d2 !important;
    border:none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    /*border-color:#008862 !important;*/
}

.navSalir
{
    padding-right:0px !important; 
    float:right;
}

.container-fluid
{
    background-color: #FAFAFA;
    margin: 0px !important;
    /*width:98.9%;*/
    padding-left: 0px !important;
    padding-right: 0px !important;
    /*height:100%;*/
}

.itemmenu
{   
    font-size:12pt;
    font-weight:bold;   
    padding: 5px 10px 5px 10px;
    margin:3px 5px 3px 5px;
}

.itemmenu a
{
    color: black;
    font-weight: bold;
    text-decoration:none;
}

.itemmenu a:hover {
    color: #1F331F!important;
    text-decoration: none!important;
	opacity: .8;
}

.itemmenu-active
{
    font-size: 12pt;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    margin: 3px 5px 3px 5px;
}

.itemmenu-active a
{
    color: #007D41;
    font-weight: bold;
    text-decoration:none;
}

.itemmenu-active a:hover {
    color: #325232!important;
    text-decoration: none!important;
	opacity: .8;
}

#comboprincipal
{
    /*border: 1px solid black;*/
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

.btn.btn-default.white{
    /*color: #466277;*/
    text-decoration: none;
	border:1px solid #007F41;
	background-color:#fff;
	background-image:none;
}
.btn.btn-default.white:hover{
    /*color: #466277;*/
    text-decoration: none;
	border:1px solid #325232;
	background-color:#fff;
	background-image:none;
}
.list-btn li  {
    display: block;
    padding: 15px 0;
}
.list-btn li  a
{
    color:#007F41;
    text-decoration:none;
}
.list-btn li  a:hover
{
    color:#325232;
    text-decoration:none;
}
.list-btn .btn.btn-default.white{
    width: 65%;
    text-align: left;
    margin: 15px 0;
	padding: 14px 15px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.list-btn .btn.btn-default.white  {
		width: 85%;		
	}
}


fieldset
{
    border: 1px solid #ddd;
    padding: 10px 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

input[type="text"], input[type="password"], textarea
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    /* width: 200px; */
}

select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"]
{
    /* font-size: 1.2em; */
    /* padding: 5px; */
}

/* TABLE
----------------------------------------------------------*/

.noborder td
{
    border: none !important;
}

.noborder
{
    border: none !important;
}

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
    /*background-color: rgba(95,95,95,0.2) !important;*/
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table td a
{
    color: #467747 !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 13px;
}

table td a:hover
{
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 13px;
}

table th
{
    padding: 5px;
    /*text-align: left;*/
    background-color: #C5DAB1;
    font-size:12pt;
    
}
/*
table tr:nth-child(even) {
    background-color:rgba(194, 226, 164, 0.2);
}
*/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
    background-color:#007F41 !important;
    border-color:#007F41 !important;
    color:White !important;
}
.pagination>li>a
{
    color:#007F41 !important;
}

td.listable
{
    display: 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 #D1E4D0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;
    margin-bottom: 10px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: xx-large;
    font-weight: bolder;
}

#logindisplay
{
   
    font-size: 1.0em;
    display: block;
    text-align: right; 
    margin: 5px;
}

#logindisplay a:link
{
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: black;
    text-decoration: underline;
}

#logindisplay a:hover
{
    text-decoration: none;
}

.shape-frame
{
    border: 1px solid rgb(230, 230, 230);
    background-color: rgb(250, 250, 250);
}
.shape-map-scaled-colouring-preview
{
    position:absolute;
    float: left;
    left: 5px;
    bottom: 60px;
    display: inline-block;
    background-color: #ffebcdcf;
    border-radius: 8px;
    color: black;
    font-size: 8pt;
    font-weight: bold;
    border: 1px solid #a52a2a0d;
    padding: 5px;
}


/* Styles for editor and display helpers
----------------------------------------------------------*/
.input-puma
{
    border: 1px solid #A9A9A9 !important;
    background-color: #E4E4E4 !important;
}

.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.dd-select
{
    background-color: White;
}

/*  formato para los avisos y codigos de ejemplo */
code
{
    font-family: consolas, courier, monospace;
    color: #009;
}

pre
{
    font-family: consolas, courier, monospace;
    font-size: 1em; /*line-height: 1.2em;*/
    background-color: #ddd;
    color: #000; /* likewise the background-color comment */
    border: 1px solid #999;
    padding: 5px;
}

/* clase de la tabla generada por JS */
.jsonHtmlTableClass
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

.jsonHtmlTableClass td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

.jsonHtmlTableClass th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

.toogleHeader
{
    text-align: center;
    text-transform: uppercase;
    background-color: rgb(147, 189, 221);
    font-family: Arial, Helvetica, sans-serif;
    color: White;
}

/* toogle buttons */
.toogleButtonOff
{
    margin: 0px;
    padding: 0px;
    width: inherit;
    height: inherit;
}

.toogleButtonOn
{
    background-color: #9BBB7B;
    margin: 0px;
    padding: 0px;
    width: inherit;
    height: inherit;
}

.celdaHorario
{
    padding: 0px;
}

/* *** tarjetas *** */
.vcard_portlet
{
    margin: 0.5em;
    float: left;
    min-width: 200px;
    min-height: 85px;
    width: 265px;
}

.link_turno_libre
{
    font-size: 9px;
    color: #0066FF;
    font-family: Arial, Helvetica, sans-serif;
}


.EspecialidadLink
{
    background-color: #F4F4F4;
    border: 1px dotted #808080;
    padding: 5px;
}

.EspecialidadLink_Select
{
    background-color: #CCFFCC;
}

#ui-datepicker-div
{
    display: none;
}

.editor-group-parent
{
    width: 90%;
    clear: both;
    background-color: #dedeff;
}

.display-group-horizontal, .editor-group-horizontal
{
    float: left;
    padding-right: 10px;
    min-height: 40px;
    vertical-align: middle;
}

.leyendaClienteActual
{
    min-width: 190px;
    text-align: right;
}

.loading-general
{
    background: url('images/ui-anim_basic_16x16.gif') right center no-repeat;
    min-height: 15px;
    min-width: 15px;
}

.barra-titulo
{
    margin-top: 15px;
    background-color: rgb(235, 235, 235);
    height: 45px;
    width: 100%;
    display: inline-block;
}

.barra-titulo-nombre
{
    padding: 12px; 
    float: left; 
    font-size: 14pt; 
    color: rgb(94, 133, 182); 
    font-weight: bolder;
}

.barra-titulo-linkvolver
{
    float: left; 
    border-left: 1px solid #ddd;
}

.barra-titulo-linkvolver p
{
    padding-left: 10px;
}

.titulo-profile
{
    width: 100%;
     font-size: 18px;
    color: #466277;
    font-weight: 600 !important;
    background-color: #EBF2E4;
    /*height: 20px;*/
    padding: 5px;
}

.bloque
{
    display: inline-block;
    vertical-align: top;
}

.bloque li
{
    padding: 15px;
}

.bloque .datos
{
    /*background-color: Red;*/
}

.bloque .opciones
{
    /*
    color: green;
    margin-bottom: 0px;
    */
}

.bloque fieldset
{
    float: left;
    padding: 15px;
    margin: 15px;
}

.bloque legend
{
    color: rgb(94, 133, 182);
}

.tabla-limpia
{
    border: 0px;
    border-collapse: separate;
}

/* ******** */
.texto_mensaje
{
    font-weight: bold;
    font-size: 8pt;
    background-image: none;
    color: rgba(23, 23, 218, 0.6);
    font-family: Verdana;
    background-color: transparent;
    text-decoration: none;
}

span.texto_mensaje:empty
{
    display: none;
}

span.texto_mensaje
{
	padding: 6px;
	display: block;
	background-color: rgba(148, 148, 148, 0.1);
	border: 1px dashed rgba(72, 77, 192, 0.34);
	margin-bottom: 7px;
	margin-top: 7px;
}

.texto_error
{
    font-weight: bold;
    font-size: 8pt;
    background-image: none;
    color: rgba(187, 56, 56, 0.88);
    font-family: Verdana;
    background-color: transparent;
    text-decoration: none;
}
span.texto_error:empty
{
    display: none;
}

span.texto_error
{
	padding: 6px;
	display: block;
	background-color: rgba(156, 148, 148, 0.1);
	border: 1px dashed rgba(224, 129, 129, 0.34);
	margin-bottom: 7px;
	margin-top: 7px;
}

div[id^="gbox_"]
{
	margin-bottom: 20px;
}

/*
div[id^="gbox_"] .ui-state-default, .ui-th-column, .ui-th-ltr, .ui-state-hover
{ 
 border: 1px solid #dedede !important;
 background: #5c9ccc url(themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x !important;
 color: #ffffff !important;
 font-weight: bold !important;
}

div[id^="gbox_"], .ui-pager-control 
{
	border: 0px solid #ffffff !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
*/

.ui-pager-control  
{
	background-color: #dedede !important;
}

.ui-pager-control  td
{
	border: solid 1px transparent !important;
}

.ui-jqgrid-bdiv tr.ui-state-highlight
{
	background: #efefef !important;
	color: Black  !important;
}

.ui-jqgrid-bdiv tr.ui-state-hover
{
	background: #efefef !important;
	color: black !important;
}

.hide-close .ui-dialog-titlebar { display: none }

.clienteSelector a 
{
}

#accountLogoff a
{
    text-decoration: none;
    color: white;
}

/* Media para el acomodamiento del Cambiar y Salir */


@media (max-width: 1230px)
{
    #mediaCambiar 
    {
       width: 85px;
       font-size: 17px !important;
    }
    #mediaSalir
    {
       width: 70px;
       font-size: 17px !important;
    }
    #mobileTypeTablet
    {
       font-size: 15px !important; 
    }
    #mobileTypeDesktop
    {
       font-size: 15px !important; 
    } 
 }

@media (max-width: 1095px)
{
    #mediaCambiar 
    {
       width: 75px;
       font-size: 15px !important;
    }
    #mediaSalir
    {
       width: 60px;
       font-size: 15px !important;
    }
    #mobileTypeTablet
    {
       font-size: 13px !important; 
    }
    #mobileTypeDesktop
    {
       font-size: 13px !important; 
    }
}

@media (max-width: 815px)
{
    #mediaCambiar 
    {
       width: 75px;
       font-size: 14px !important;
    }
    #mediaSalir
    {
       width: 50px;
       font-size: 14px !important;
    }
    #mobileTypeTablet
    {
       font-size: 12px !important; 
    }
    #mobileTypeDesktop
    {
       font-size: 12px !important; 
    }
}
@media (max-width: 767px)
{
    #mediaCambiar 
    {
       width: 100px;
       font-size: 17px !important;
    }
    #mediaSalir
    {
       width: 100px;
       font-size: 17px !important;
    }
    #mobileTypeTablet
    {
       font-size: 12px !important; 
    }
    #mobileTypeDesktop
    {
       font-size: 12px !important; 
    }
}

@media (max-width: 650px)
{
    #mobileTypeTabletXS   
    {     
       margin-left: 20px; 
    }
    #mobileTypeDesktopXS
    {
       margin-left: 20px;
    }
}

@media (max-width: 650px)
{
    #mobileTypeTabletXS   
    {     
       margin-left: 18px; 
    }
    #mobileTypeDesktopXS
    {
       margin-left: 18px;
    }
}

@media (max-width: 580px)
{
    #mobileTypeTabletXS   
    {     
       margin-left: 14px; 
    }
    #mobileTypeDesktopXS
    {
       margin-left: 14px;
    }
}

@media (max-width: 450px)
{
    #mobileTypeTabletXS   
    {     
       margin-left: 10px; 
    }
    #mobileTypeDesktopXS
    {
       margin-left: 10px;
    }
}


.txtBoxObraSocialWarning
{
    border: 2px solid #47ADD9;
    background: url(images/warning-icon16x16_opaco.png);
    background-repeat: no-repeat;
    background-position: right;
}

.txtBoxObraSocialOk
{
     border: 1px solid #ccc;
     background-image: none;
}

.tableHeaderOnline
{
    width:100%;
    background-color: transparent;
    border:none;
}
    
.tableHeaderOnline td
{
    border-color: transparent;
    padding: 0px;
}
    
tableHeaderOnline tr
{
    background-color:transparent;
}

@media (max-width: 630px)
{
    #logoPumaOnline 
    {
       width: 350px;      
    }   
 }

@media (max-width: 550px)
{
    #logoPumaOnline 
    {
       width: 320px;     
    }   
}

@media (max-width: 480px)
{
    #logoPumaOnline 
    {
       width: 280px;     
    }   
}

@media (max-width: 430px)
{
    #logoPumaOnline 
    {
       width: 240px;     
    }   
}

@media (max-width: 430px)
{
    #logoPumaOnline 
    {
       width: 240px;     
    }   
}

@media (max-width: 380px)
{
    #logoPumaOnline 
    {
       width: 200px;     
    }   
}

#tdLogo
{
    width: 50px;
}

#dynamic-notificacion 
{
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1500;
    clear: both;
    padding-left: 10px; 
    padding-right: 10px;
}

#NotificationBoxContainer 
{
    padding-top: 8px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1000;
}
  
#NotificationBoxContainer:empty
{
    display: none;
}

div:empty 
{
    display: none;    
}

.ui-widget-overlay.ui-front:empty
{
    display: block !important;
}

.nav>li>a
{
    padding: 35px 0px 0px 0px !important;
}

.nav-pills>li.active>a
{
    background-color: rgba(0, 212, 110, 0) !important;
    color: #007F42 !important;
    text-align: center;
    text-decoration: none;
}
.nav-pills>li>a
{
    background-color: rgba(162, 0, 0, 0) !important;
    color: #000 !important;
    font-size: 15px;
    font-weight: bold;
    width: 80px;
    text-align: center;
    text-decoration: none;
}

.btn-puma
{
    background-image: none !important;
    background-color:#007D41 !important;
    color:White !important;
    text-shadow: 0 0 0 !important;
    text-decoration:none !important;
}

.btn-puma-danger
{
    background-image: none !important;
    background-color: #c12e2a!important;
    color: White !important;
    text-shadow: 0 0 0 !important;
    text-decoration: none !important;
}

.btn-partial-menu
{
    background-image: none !important;
    background-color:#C5DAB1 !important;
    color:Black !important;
    /*width:45%;*/
    margin:2%;
    text-shadow: 0 0 0 !important;
    text-decoration:none !important;
    padding: 8px !important;
    border-radius: 5px;
    font-size:17px !important;
}


.btn-partial-header-save
{
    background-image: none !important;
    background-color:#007D41 !important;
    color:White !important;
    /*width:45%;*/
    margin:2%;
    text-shadow: 0 0 0 !important;
    text-decoration:none !important;
    padding: 9px !important;
    border-radius: 5px;
    font-size:17px !important;
}

.btn-partial-header-danger {
    background-image: none !important;
    background-color: #C00236 !important;
    color: White !important;
    /*width: 45%;*/
    margin: 2%;
    text-shadow: 0 0 0 !important;
    text-decoration: none !important;
    padding: 8px !important;
    border-radius: 5px;
    font-size: 17px !important;
}

.btn-partial-header-back
{
    background-image: none !important;
    background-color:#BEC6C2 !important;
    color:Black !important;
    /*width:45%;*/
    margin:2%;
    text-shadow: 0 0 0 !important;
    text-decoration:none !important;
    padding: 8px !important;
    border-radius: 5px;
    font-size:17px !important;
}

.bg-primary
{
    color:White;
    /*background-color:rgba(0, 125, 65, 0.6) !important;*/
    background-color:rgb(197, 218, 177) !important;
}

#datepickerimagehelp
{    
    margin-left: -25px;
    margin-top: 30px;
    position: absolute;
    z-index: 110;
}

#rowHeader 
{
    background-color: white;
}

.formHeader
{
	background-color:#EFF0EF;
	padding: 5px 0px 10px 0px;
}

.title-header 
{
	font-size: 22px!important;
    padding-left: 15px;
    color: #2F463B!important;
    border: 0!important;
    font-weight: 600!important;
}
.col-menu-admin
{
	padding-left: 30px!important;	
}

.col-menu-admin ul li
{
	margin-top: 30px!important;
	margin-bottom: 30px!important;	
}

/* TODO: revisar este estilo, y ver si interfiere el contenedor del body principal de cada form */
.col-padding-left 
{
	
	padding-left: 30px !important;	
}

.container-form
{
	
}

.row-space
{
	height:30px;
	clear:both;
}

.loading-full-opacity
{
	width: 100%; 
	height: 100%; 
	opacity: .3; 
	filter:Alpha(Opacity=.3);	
    top:0px;
    left:0px; 
    display:block;
    z-index:10000;    
	-moz-opacity:0.3; 
	cursor: wait;     
	background: url(images/ajax-loader.gif) no-repeat center; 
}

.circle_incidents
{
    width:15px;
    height:15px;
    border-radius:50%;
    font-size:10px;
    color:gray;
    line-height:15px;
    text-align:center;    
    background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	background-image: -webkit-radial-gradient(45px 45px, circle cover, yellow, orange);
	background-image: radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	position:absolute;	    
    right: -4px;
    bottom: 18px;
}

.campaign-box-year
{
    background-color: white;
    border: #CBCBCB solid 1px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);        
    padding-top:15px;        
    height: 120px;
    text-align:center;
    width:153px;
    float:left;
    border-bottom: 10px #007D41 solid;
}
.row_ambiente_campania:hover 
{
    background-color:#e5e5e5;
    cursor:default;
}

.row_campaign_by_plot_year
{
 	font-size:20pt; 
   	font-weight:bolder;
   	cursor:default;
}

.row_campaign_by_plot
{
 	padding-bottom:20px;
}
    
.title-row-campaign-by-plot {
    display: block;
    width: 100%;        
    padding: 0;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;       
}
    
.view-container-image-mapserver
{
	width:100%;
    height:242px; 
    margin:0 auto; 
    background-repeat:no-repeat;  
    background-position:center;       
    background-size: 300px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;    
}    

.view-container-image-mapserver-large
{
	width:100%;
    height:400px; 
    margin:0 auto; 
    background-repeat:no-repeat;  
    background-position:center;       
    background-size: 300px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;    
}   

.url-mapserver-overlay
{
    position: absolute;
    top: 15px;
    left: 0px;
}

.table-plot-campaign
{
   border-collapse:collapse;   
   border: 0;
} 
.table-plot-campaign td
{
   border:none;
   outline:none;
   padding: 0;
}

.table-plot-campaign-header-name
{
	width: 90%;
	cursor:default;
}

.table-plot-campaign-header-link
{
	width: 20%;
}


.table-plot-campaign tr
{
	background-color: #FFFFFF ! important;
}

#rowNotificationMvc, #rowDynamicNotification{
    background-color: #EFF0EF;
    padding-left: 15px;	
}

.row-seleccion-proveedor
{
	background-color: #FFFFFF!important;
}
.row-seleccion-proveedor-alternate 
{
	background-color: #FFFFE5!important;
}
.main-title-header-online 
{
	text-align: center; 
	font-size: 18.0pt; 
	color: white;
    margin-top: 20px; 
    padding: 32px; 
    background-color: #007D41; 
    padding-left: 0px;
    padding-right: 0px
}
.background-client-profile
{
	background-color: transparent!important;
}

.profile-data-container label
{
	display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: inherit;
    color: #2F463B;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    text-align:left;
}

.spa-sortField 
{
	color: #007F41 !important;
}

.spa-sortField:hover 
{
	color: #007F41 !important;
}

.header-box-campaign-by-plot 
{
    /*background-color: white;*/
    background-color: rgba(197, 218, 177, 0.34);
    border: #CBCBCB solid 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	padding-top: 10px;
	/*height: 80px;*/
	text-align: center;        
	float: left;	
    width: 100%;
	padding-right: 30px;
}
.link-campaign-by-plot-create-new-campaign 
{
    float: right;
    position: absolute;
    top: 10px;
    right: 15px;	
}
.circle-status-campaigns-by-plot 
{
	width: 23px;
	height: 23px;
	border-radius: 50%;
	font-size: 11px;
	color: gray;
	line-height: 22px;
	text-align: center;
	background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	background-image: -webkit-radial-gradient(45px 45px, circle cover, yellow, orange);
	background-image: radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	background-image: -ms-radial-gradient(45px 45px, circle cover, yellow 0%, orange 100%, red 95%);
	position: absolute;
	right: -11px;
	bottom: 22px;
}
.campaign-by-plot-button 
{
	float: left;
	border: 2px solid rgb(96, 125, 139);
	padding: 5px;
	border-radius: 6px;
	margin: 10px;        
	cursor: pointer;
	position:relative;
}
.campaign-by-plot-button img
{	
	margin-right: 5px;
}
.button-dissociate-campaign
{
    position: absolute;
    right: 15px;
    top: 0px;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border-top-left-radius: 0px!important;
}
.table-containg-campaign-by-plot
{
    border-bottom: 5px solid green;
    background-color: White!important;
}
    
/*.table-containg-campaign-by-plot > tbody > tr:nth-child(odd) > td.white-cell-plot-campaign*/
.white-cell-plot-campaign
{
	background-color: white;
}
.table-title-campaign-by-plot 
{
	display: block;
	width: 200px;        
	padding: 0;
	margin-bottom: 10px;
	font-size: 21px;
	line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    text-align:center;
}
.row-title-campaign-by-plot 
{	
	font-size: 21px;
    color: black!important;
    font-weight: bold;
    text-align:center;
}
.row-title-campaign-by-plot:hover
{	
	font-size: 21px!important;
    color: black!important;
    font-weight: bold!important;
    text-align:center;
}
.table-plot-campaign-row-container
{
	margin-right: 0!important;
}
.table-plot-campaign-no-padding-right 
{
   /* padding-right:0px!important;	*/
}
	
.raster-box
{
	background-color: white;
	border: #CBCBCB solid 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	padding-top: 15px; /*height: 120px;*/
	text-align: center;
	width: 238px!important;
	float: left;
	border-bottom: 10px #007D41 solid;
	margin: 10px !important;
	min-height: 284px !important;
}
    
.button-select-raster
{
	position: absolute;
	right: -17px;
	top: -16px;
	width:40px;
	height:35px;
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
	border-top-left-radius: 0px!important;
}
    
.raster-additional-info-header
{
    position: relative;
    min-height: 33px!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
.raster-additional-info-content
{
    position: absolute;
	bottom: 0;
	width:100%;
	margin-left: -10px;
}
.raster-satellite-info-content 
{
    /*bottom: 20px;*/
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.raster-info-box-link 
{
    margin-left: -15px!important;
    margin-right: -15px!important;    
    /*background: red;*/
    padding-top: 23px;    
}
.raster-colouring-selected 
{
    background-color: #FFFFAA;	
}
.raster-scaled-colouring
{
	position:absolute;
    float: left;
    left: 5px;
    bottom: 50px;        
}
.raster-scaled-colouring-right
{
	position:absolute;
    float: left;
    left: 130px;
    bottom: 50px;        
}

.raster-scaled-colouring-preview-row-type 
{
	/*padding-top:50px;	*/
}

.raster-scaled-colouring-preview
{
    position:absolute;
    float: left;
    left: 5px;
    bottom: 60px;
    display: inline-block;
    background-color: #ffebcdcf;
    border-radius: 8px;
    color: black;
    font-size: 8pt;
    font-weight: bold;
    border: 1px solid #a52a2a0d;
    padding: 5px;
}

.raster-porcentual-scale-box-reference 
{
    width: 12px;
    height:12px;
    border: 1px solid black;
    float:left;	
    margin-top: 2px;
}
.raster-porcentual-scale-text-reference 
{
    float: left;    
    margin-left: 3px;
}

.raster-box-no-padding 
{
	padding-left: 0!important;
	padding-right: 0!important;
}    
    
.title-container-puma 
{
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 0px;
	padding: 5px 25px;
    font-size: 19px;
	line-height: inherit;
	text-align:left;
	color: #333;
	border: 0;
	background-color: #E6E6E6;
	
}

.title-container-puma-pom 
{
	display: block;
	width: 50%;
	float:left;
	height:35px;
	cursor:move;
	padding: 0;
	margin-bottom: 0px;
	padding: 5px 10px;
    font-size: 19px;
	line-height: inherit;
	text-align:left;
	color: #333;
	border: 0;
	background-color: #E6E6E6;
	
}

.title-container-puma-medium
{
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 12pt;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.title-container-puma-small
{
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 10pt;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.title-container-puma-poi
{
    display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 0px;
	padding: 5px 25px;
    font-size: 21px;
	line-height: inherit;
	text-align:left;
	color: #333;
	border: 0;
	background-color: #c5dab1;
	border-bottom: 1px solid gray;
}

.text-warning-puma 
{
	font-style:italic;
}      
    
@media (max-width: 1280px)
{    
    #newmenucontainer
    {
      padding-top: 20px !important;
    }
    
    #logoPuma
    {
      height:54px !important;  
    }       
    #newlogindisplay
    {
      display:block  
    } 
 }
@media (max-width: 767px)
{
     #newmenucontainer
    {
      padding-top: 5px !important;
    }
    
    #logoPuma
    {
      height:45px !important; 
    }
    #newlogindisplay
    {
      display:none;
    }
}     
    
.button-delete-raster
{
    position: absolute;
    right: -17px;
    top: -16px;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border-top-left-radius: 0px!important;
}

.button-download-raster
{
    position: absolute;
    right: -17px;
    top: 167px;
    padding: 5px 7px;
    background-color: #E8E8E8 !important;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border-top-left-radius: 0px!important;
}

img.preview-image-bookmark {
    height: 100%; /*Tells image to fit to width of parent container*/
    border: 1px dashed #007F40;
    /* width: 100%*/
}
.container-image-bookmark {
    /*width: 33%;*/ /*Use this to control width of the parent container, hence the image*/
    /*width: 100px; */
    height: 150px;  
    float: left;
    padding-left: 10px;
    padding-right: 10px; 
}

.perfil-bloque
{
    background-color: White;
    border: 1px solid #c0c0c0; 
    /* border: 1px solid gray; */
    /* border-radius:5px; */
    padding: 0px 0px !important;
    min-height: 300px !important;
    margin-bottom: 15px;
} 

.perfil-row
{
    padding: 15px;
}

.layout-main
{
    width: 100% !important; 
    height:100%; 
    float: left;
}

.input-form
{
    width:100%;
    padding: 10px !important;
    border-radius:5px !important;
}

.table-attribute-campaign-text-editable 
{
	border: 0!important;
    background-color: white!important;
    font-size: 14px!important;
    margin-top: -4px!important;
    width: 100%!important;
}

.no-padding 
{
	padding-left: 0!important;
	padding-right: 0!important;	
}

.text-input-file-allowed 
{
	font-weight: bold;
	color: #FD5752;
}
.puma-contextual-data b
{
	color:#28A56F;
}

.btn-save-and-colourize 
{
	/*background: -webkit-linear-gradient(45deg, #C31306 10%, #01501F 80%, #E9AB08 10%)!important;*/
	background: -webkit-linear-gradient(left, #089CD0, #5CBD5C, #EECC19, #EC6427,#EE2590)!important;	
	background: -o-linear-gradient(left, #089CD0, #5CBD5C, #EECC19, #EC6427,#EE2590)!important; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #089CD0, #5CBD5C, #EECC19, #EC6427,#EE2590)!important; /* For Firefox 3.6 to 15 */
	background: linear-gradient(left, #089CD0, #5CBD5C, #EECC19, #EC6427,#EE2590)!important; /* Standard syntax */
	background: -ms-linear-gradient(left, #089CD0, #5CBD5C, #EECC19, #EC6427,#EE2590)!important; /* IE*/
}


/* Ajuste temporal bootstrap */
.nav>li>a {
    position: relative!important;
    display: block!important;
    padding: 10px 15px!important;
}

.ddlRange
{
    width: 100%;
}

.ddlDisabled
{
    background-color: #EBEBE4;
}

.range-valor-desde 
{
	width: 100%!important;
		
}
.range-valor-hasta
{
	width: 100%!important;
		
}
.range-descripcion 
{
	width: 100%!important;
}

.contenedor-cliente-usuario-campo
{
	background-color: white;
    border: 1px dashed gray;
    width: 100%;
}
.contenedor-cliente-usuario-campo-titulo
{
	background-color: #008040;
    color: white;
}

.form-message
{
    margin: 15px 30px;
    padding: 10px;
    background-color: #EFF0EF;
    color: #101010;
    font-size: 15px;
}

.container-multireference 
{
    width:100%;
	min-height:80px;
	clear:both;
	display:table;	
}
.title-element-multireference 
{
	font-weight: bold;	
}

.shapemap-box
{
	background-color: white;
	border: #CBCBCB solid 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	padding-top: 15px; /*height: 120px;*/
	text-align: center;
	width: 238px!important;
	float: left;
	border-bottom: 10px #007D41 solid;
	margin: 10px !important;
	min-height: 350px !important;
}

.shapemap-box-info-container 
{ 
	/*position: relative;     
    height: 50px;     */
    min-height:40px;
    
}

.shapemap-box-info 
{
	position: absolute;
    bottom: 0;
    left:0;
    width: 100%;     
}

.validity-information
{
    font-size: 20px;
    height: 25px;
    vertical-align: middle;
    color: #01B2DA;
    padding-left: 15px;
    padding-top: 0px;
}
  /* Tooltip */
  .tooltip > .tooltip-inner {
      background-color: #FAFAFA; 
      color: #01B2DA; 
      border: 1px solid #01B2DA; 
      padding: 10px;
      opacity: 0.8;
      font-size: 13px;      
  }
  .tutorial-title
  {
      color:#007d41;
      margin-bottom:10px;
      font-size:20px;
  }
  .tutorial-container
  {
      text-align:center;
      padding-bottom:25px;
  }
  .linkTutoriales
  {
      color: #007d41 !important;
      text-decoration: none !important;
      font-weight: bold;
      margin-right:5px;
  }
  
  .tutorial-video-description{
    width: 60%;
    text-align: left;
    margin-left: 20%;
    color: #007d41;
    font-size: 15px;
    padding-top: 15px;
  }
  
  .circle-analysis-request 
    {
	    width: 35px;
        height: 35px;
        border-radius: 50%;
        font-size: 17px;
        color: #FAFAFA;
        line-height: 22px;
        padding-top: 6px;
        text-align: center;
        background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, #2a77a4, #cddc3a);
        background-image: -webkit-radial-gradient(45px 45px, circle cover, #2a77a4, #cddc3a);
        background-image: radial-gradient(45px 45px 45deg, circle cover, #2a77a4, #cddc3a);
        background-image: -ms-radial-gradient(45px 45px, circle cover, #2a77a4, #cddc3a);
        position: absolute;
        left: -50px;
        bottom: 20px;          
                
    }
    
    .fileselected-box
    {
	    background-color: rgb(216, 231, 209);
        border: #CBCBCB solid 1px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        padding-top: 15px;        
        text-align: center;
        float: left;        
        min-height: 450px !important;
    }
    
    

    .fileselected-box-info-container 
    { 
	    /*position: relative;     
        height: 50px;     */
        min-height:40px;
        
    }

    .fileselected-box-info 
    {
    	position: absolute;
        bottom: 0;
        left:0;
        width: 100%;     
    }
    
    
    .label-plot-name {
        position: absolute;
        left: -17px;
        top: -16px;
        border: none!important;
        color: black!important;
        border-top-right-radius: 0px!important;
        border-bottom-right-radius: 0px!important;
        border-top-left-radius: 0px!important;
        background-color: rgba(42, 125, 0, 0.18)!important;
    }
    
    .label-campaign-name
    {
        position: absolute;
        left: -17px;
        top: 22px;
        border: none!important;
        color: black!important;
        border-top-right-radius: 0px!important;
        border-bottom-right-radius: 0px!important;
        border-top-left-radius: 0px!important;        
        background-color: rgba(42, 125, 0, 0.18)!important;
    }

 
.shapemap-box-selector
{
	background-color: white;
	border: #CBCBCB solid 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	padding-top: 15px; /*height: 120px;*/
	text-align: center;
	width: 238px!important;
	float: left;	
	margin: 10px !important;
	min-height: 350px !important;
}

.raster-box-selector
{
	background-color: white;
	border: #CBCBCB solid 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	padding-top: 15px; /*height: 120px;*/
	text-align: center;
	width: 238px!important;
	float: left;	
	margin: 10px !important;
}

.title-container-analysis-selector
{
    border-bottom: 6px solid green;
}

#newLoginDisplayChildren .popover {
  width:600px;
  max-width: 600px!important;
  margin-left: 15px;
  /*height:250px;*/  
}

.linkVerCapa
{
    text-align:left;            
}

.linkVerCapa a
{
    float:left;    
    color: #007d41 !important;    
    font-weight: bold;
    text-decoration: none !important;        
}

.linkSolicitud
{
    float:right;     
    color: #007d41 !important;    
    text-decoration: none !important;     
    font-weight: bold;
}   

#divContainerFilesToAnalyze .itemDesc 
{
    font-size: 12px;
    margin-left: 10px;
}

#divContainerFilesToAnalyze .itemApplicant
{
    font-weight: bold;
    font-size: 12px;
}

#divContainerFilesToAnalyze .popover-content 
{
    padding: 9px !important;
}

.mapa-filtrado
{
    font-size:11px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
}
.button-view-raster 
{
    
}
.capa-wms-prendida 
{
    color: Maroon!important;
    font-weight: bold!important;    
}
.fondo-valor-calculado-info-req
{
    background-color: #cae9d1!important;
    font-weight: 700;
    color: #808080!important;
}
.infoReqTitle 
{
    /*min-width:250px;    */
}

.go-right
{
    text-align: right !important;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90% !important;
   max-width:1200px !important;
  }
}

.checkboxes-plots-filter 
{
    
}

.asignacion-campo-lote-titulo-campo td
{
    background-color: #419641;
    border-color: #3e8f3e;
    color:White;
    font-size: 14px;
    padding: 4px!important;
}

.confirmar_dialog_inline
{
    background-color: #e6e1e1eb;
    z-index: 100;
    position: absolute;
    height: 100%;
    padding: 25px;
    text-align: center;
}
