/* *******************************************************************************
ckm.co - 2017
******************************************************************************** */

/****************************************************************************
GENERALES
****************************************************************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:Montserrat:400,400i,700,700i');

body{
	margin:0px;
	padding: 0px;
	font: 86% Montserrat, Arial, Helvetica, sans-serif;
	color: #333;
	background: var(--tono_01);
}
.login.area {
    background: #fff;
}

strong{ font-weight: 700 !important; }

.wrapper {
	overflow-y: scroll;
    height: 800px;
    float: left; }

/************************************************************************
LOGIN
/************************************************************************/
.login{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

	margin: 0 auto;
	width: 100%;
	max-width: 300px;
	padding: 30px !important;
	text-align: center;
	overflow: hidden;
}


.login label{
	color: var(--tono_02);
    padding: 10px 0;
    font-weight: bold;
}

.login .login-form, .login .forget-form{
	float: left;
	margin-top: 20px;
	padding: 20px;
	background: #fff;
}

.login input{
	margin: 3px 0 !important;
    width: 100% !important;
}
.login input[type=button]{
	margin-top: 10px !important;
	padding: 10px 0 !important;
	background: #009fe3;
	color:#fff;
}

.login select {
    vertical-align: middle;
    float: right;
    padding: 5px;
    background: #F7F7F7;
    border: 1px solid #b5b5b7;
    border-radius: 0px;
    display: block;
    width: 80px;
	}


.login .content .form-actions .btn-success {
    margin-top: 10px;
    width: 100%;
    font-size: 18px;
    text-decoration: none;
    color: #FFF;
    background: var(--tono_03);
    border: none;
    display: inline-block;
    padding: 6px;
    cursor: pointer;
}
/*
.loginLogos img{
	float: left;
	padding: 0 1%;
	width: 48%;
}
*/
.loginLogos{
	margin-top: 20px;
	text-align: center;
}

.loginLogos img{
	float: none !important;
	margin: 0 10px;
}

/************************ ICONOS MENU ************************/

#cssmenu ul li img{
	float: left;}
	/************************ LETRAS ABC **************************/
	.abc {
	    list-style: none;
	    background: #216167;
	}
	.abc li {
	    display: inline-block;
	    margin: 0 !important;
	}
	.abc li a {
		 display: block;
		 color: #fff;
		 padding: 4px 12px;
		 text-decoration: none;
	}
	.abc li a:hover{ background: #f79f00}
	.jquery-switch,.jquery-switch-estado  {float: left!important;}

/************************************************************************
LATERAL
/************************************************************************/
#verM{
	background-color: var(--tono_02);
}
#verM:hover{
	background-color: var(--tono_01);
}

.sb-slidebar {
	background-color: var(--tono_06);
}

/* HOVER MENU
#cssmenu > ul > li:hover > a {
  color: #DDD;
  background: rgba(255,255,255,0.2);
}

#cssmenu.small-screen .submenu-button.submenu-opened {
  background: rgba(255,255,255,0.4);
}

#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li.active > a {
  color: #DDD;
  background: rgba(255,255,255,0.3);
}

/************************************************************************
HEADER
/************************************************************************/
.cabezote{
	width: 100%;
	background: var(--tono_04);
	position: fixed;
    border-bottom: 4px solid var(--tono_03);
}

.cabezote figure img{
	max-width: 300px;
	max-height: 40px;
}

.cabezote div{
	padding: 0;
}
.cabezote div.logoInterno{
	padding-left: 40px;
}

.user{
	position: absolute;
	z-index: 11;
/*	top: 63px;*/
	right: 10px;
	text-align: right;
	color: #fff;
}

.user img{
	float: left;
	width: 30px;
	height: 28px;
	vertical-align: middle;
	cursor: pointer;
	background-color: var(--tono_02);
}
.user img:hover{
	box-shadow: 0px 0px 10px #FFF;
}

.user div{
	display: none;
	position: absolute;
	z-index: 1;
	right: 45px;
	bottom: 0;
	padding: 10px;
	width: 250px;
	font-size: 84%;
	color: #333;
	background: rgba(255,255,255,0.9);
}

.user div h3{
	margin-bottom: 3px;
	color: #333;
	border-bottom: 1px solid var(--tono_03);
}
.user div h4{
	padding: 5px;
	margin: 5px 0;
}
.user div h4, .user div a:hover{
	color: #FFF;
	background-color: var(--tono_02);
}
.user div a{
	display: block;
	margin-top: 10px;
	padding: 2px;
	text-decoration: none;
	color: var(--tono_03);
}
.cuerpo{ height:100%;  overflow: hidden;  }
.dentro{
  height: 89vh;
  overflow-y: scroll;
  background: #FFF;
  padding-left: 20px;
  padding-top: 20px;}
	/*************************** css scroll ******************************/

	::-webkit-scrollbar {
	    width: 10px;
	}
	::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	}
	::-webkit-scrollbar-thumb {
	    -webkit-box-shadow: inset 0 0 6px var(--tono_01);
	    background: var(--tono_01);
	}
	/* ************************************************* */
	table.dos th{ width: 300px }
	table{
	  width:91%;
	  table-layout: fixed;
		margin-top: 40px;
	}
	.tbl-header{
	  background-color:  var(--tono_05);
	 }
	.tbl-content{
	  height:400px;
	  overflow-x:auto;
	  margin-top: 0px;

	}

	td{
	  padding: 15px;
	  text-align: left;
	  vertical-align:middle;
	  font-weight: 300;
	  font-size: 12px;
	  color: #000;
	  border-bottom: solid 1px rgba(255,255,255,0.1);
	}

/************************************************************************/

h1,h2,h3{
	color:#fff;
	font-weight: 100;
}
h1{
	font-size: 180%;
}

/************************************************************************/

hr{
	float: left;
	width: 100%;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border:none;
}

.ico-l{
	padding: 5px;
	background: var(--tono_02);
}
.ico-l:hover{
	background: var(--tono_03);
}

/************************************************************************
INTERNA
/************************************************************************/

#sb-site, .sb-site-container {
	background: var(--tono_01);
}


.recuadro label{
  margin-top: 15px;
	width: 100%;
}

.form-group label.error, .recuadro label.error{
	display: none;
	padding: 5px;
	font-size: 10px;
	color: #900;
	background: #FCE8E7;
}

.recuadro input, .recuadro textarea{
	width: 100%;
	padding: 7px;
	background: #F7F7F7;
    border: 1px solid #b5b5b7;
}

.recuadro input[type=number]{
    width: auto !important;
}

.recuadro textarea{
	height: 180px;
}


/****************************************************************************
MENU ICONOS DERECHA
****************************************************************************/

#men-help{
	background-color: var(--tono_02);
}
#men-help:hover{
	background-color: var(--tono_03);
}

.help ul{
	background-color: var(--tono_06);
}
.help ul li{
	background: var(--tono_02);
}
.help ul li:hover{
	background: var(--tono_03);
}

/****************************************************************************
TITULOS
****************************************************************************/

.border-l{
	clear: both;
	margin-top: 4px;
	line-height: 1.5;
	border-bottom: 2px solid var(--tono_03);
}
.border-l h1 {
    margin-left: 35px;
    line-height: 1;
}
/*******************************/

.title {
	background: var(--tono_02);
	border-left: 10px solid var(--tono_03);
	padding: 6px;
	font-size: 76%;
}

/******************************************************************************************************************
SWICHE
******************************************************************************************************************/
div.jquery-switch-wrapper a.jquery-switch, div.jquery-switch2-wrapper a.jquery-switch2, div.jquery-switch3-wrapper a.jquery-switch3, div.jquery-switch4-wrapper a.jquery-switch4, div.jquery-switch5-wrapper a.jquery-switch5{
	display: block;
	padding: 0;
	width: 95px;
	height: 27px;
	cursor: default;
	outline: none;
	background: transparent url('../img/switches.png') repeat scroll 0px 27px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

div.jquery-switch-wrapper a.jquery-switch-on, div.jquery-switch2-wrapper a.jquery-switch-on2, div.jquery-switch3-wrapper a.jquery-switch-on3, div.jquery-switch4-wrapper a.jquery-switch-on4, div.jquery-switch5-wrapper a.jquery-switch-on5{
	background-position: 0px 0px;
}

/*******************************/

.area .dosniveles label, .area .dosniveles input, .dosniveles .radio, .dosniveles .checkbox, .area .dosniveles textarea{
	margin-top: 0;
	width: 100%;
}
.area .dosniveles label{
	margin-bottom: 3px;
	text-align: left;
}

/*******************************/

.area ul.listInicial{
	display:table;
	width: 100%;
	list-style: none;
}
.area ul.listInicial li{
	display:table-cell;
	float: left;
	margin: 0 1% 10px 0;
	width: 18%;
	list-style: none;
	border: 2px solid #CCC;
}

.area ul.listInicial li li{
	clear: both;
	margin: 0;
	width: 100%;
	height: auto;
	font-size: 90%;
	border: none;
	border-top: 1px solid #CCC;
}

.area ul.listInicial li img{
	height: 20px;
	vertical-align: bottom;
}

.area ul.listInicial li a, .area ul.listInicial li span.it{
	display: block;
	margin: 0;
	padding: 10px 15px;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.area ul.listInicial > li > a, .area ul.listInicial li span.it{
	color: #CCC;
}
.area ul.listInicial > li > a, .area ul.listInicial li span.it{
	background-color: var(--tono_02);
}

.area ul.listInicial a:hover{
	color: #FFF;
	background-color: var(--tono_06);
}

/****************************************************************************
AREA
****************************************************************************/

.area {
    padding: ;
    background-color: #fff0;
    margin-top: ;
}
.login .area{
	padding: 40px 20px;
	background-color: var(--tono_06);
	overflow: hidden;
}
.area h3{
	color: #333;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--tono_03);
}

.area label, .area input, .area textarea{
	float: left;
}

.area label{
	padding: 9px 10px 0 0;
}

.area label.error{
	padding: 5px 0 10px 0;
	font-size: 80%;
	font-weight: normal;
	color: #CC0000;
}

.area input, .area textarea{
	width: 80%;
	padding: 6px;
}

.area input, .select, .area textarea{
	background-color: #d9d9d945;
	border: 1px solid #999;
}



/*.area input[type=submit], .area a{
	margin-bottom: 15px;
}*/

.area button{
	padding: 3px 5px;
}

.area input[type=button]:hover, .area input[type=submit]:hover, .area a:hover, .area button:hover{
	background-color: var(--tono_06);
}

.area input.image, a.image{
	padding-left: 4px;
    background-position: 7px center;
    background-repeat: no-repeat;
    margin-top: -27px;
}

.area p{
    margin: 0 0 10px 0;
}

/*******************************/


.radio, .checkbox{
	float: left;
	width: auto;
	margin-top: -3px;
	padding: 2px 0 2px 5px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	background: rgba(255, 255, 255, 0.3);
}

.radio.tipo1 label:hover, .checkbox.tipo1 label:hover{
}

.radio label:before, .checkbox label:before{
	background: #FFF;
	border: 3px solid var(--tono_03);
}

.radio.tipo1 label:before, .checkbox.tipo1 label:before{
	border-color: var(--tono_03);
}

.radio.tipo1 input[type="radio"]:checked + label, .checkbox.tipo1 input[type="checkbox"]:checked + label{
	border-radius: 2px;
	color: #fff;
	background: var(--tono_03);
}

/*******************************/

.area .dosniveles label, .area .dosniveles input, .dosniveles .radio, .dosniveles .checkbox, .area .dosniveles textarea{
	margin-top: 0;
	width: 100%;
}
.area .dosniveles label{
	margin-bottom: 3px;
	text-align: left;
}

/****************************************************************************
TABLA
/****************************************************************************/

table th {
	background-color: var(--tono_05);
}
table.tblOrden thead tr .headerSortDown, table.tblOrden thead tr .headerSortUp{
	background-color: var(--tono_05b);
}

/****************************************************************************
TABS
/****************************************************************************/

.responsive-tabs__list__item--active { color: #FFF; background-color: var(--tono_02); }
.responsive-tabs__list__item:hover { color: #FFF; background: var(--tono_03); }


/****************************************************************************
ZONA EXPANDE
****************************************************************************/

.expande{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--tono_03);
}

.expande h3{
	float: left;
	color: #333;
	margin-bottom: 0;
	border-bottom: none;
}

.expande span{
	float: right;
	width: 30px;
	height: 30px;
	text-height: 9999px;
	line-height: 9999px;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/iconos/fl-abajo.png) center center no-repeat;
	background-color: var(--tono_03);
}
.expande span.expa{
	display: none;
}
.expande span.cont{
	background-image: url(../img/iconos/fl-arriba.png);
}

.expande span:hover{
	background-color: var(--tono_02);
}

.expande.recogida{
	margin-bottom: 0;
	display: block;
}
.expande.recogida span.expa{
	display: block;
}
.expande.recogida span.cont{
	display: none;
}

/****************************************************************************
RECUADRO
****************************************************************************/

.recuadro{
	padding: 20px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #CCC;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/****************************************************************************
ACORDEON
****************************************************************************/

.acor_btn{
	margin: 2px 0 0 0;
	    padding: 6px;
	    cursor: pointer;
	    color: #09353a;
	    background: #fff url(../img/iconos/fl-arriba.png) 100% center no-repeat;
	    border: 1px solid #ddd;
	    font-weight: 100;
	    font-size: 90%;
	}
.acor_btn:hover, .acor_btn.open{
	background-color: var(--tono_05);
}
.acor_btn.open{
	background-image: url(../img/iconos/fl-abajo.png);
}

.acor_conte{
	display: none;
	padding: 20px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #CCC;
	border-top: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/****************************************************************************
ÙLTIMO PARRAFO ELIMINA MARGENES
****************************************************************************/

.area .recuadro p:last-child,
.area .responsive-tabs__panel p:last-child,
.area .acor_conte p:last-child{
    margin: 0;
}


table.enfergrve {
    width: 50%;
}
/*******************************

.footer{
	margin-top: 30px;
	padding: 20px 0;
	border-top: 200px solid var(--tono_03);
}

/**********************/


/****************************************************************************
900px
****************************************************************************/
@media all and (max-width: 900px){
	.border-l .col-5{
		width: 100%;
	}
}

/****************************************************************************
800px
****************************************************************************/
@media all and (max-width: 800px){
	.header .col-6{
		width: 50%;
	}
}

/****************************************************************************
600px
****************************************************************************/
@media all and (max-width: 600px){
	.header .col-6, .header .col-4{
		width: 100%;
	}
	.header .col-6{
		text-align: center;
		background: #004993;
	}
}



/*Time for the CSS*/
.abc {
    list-style: none;
    background: #009fe3;
    position: relative;
    margin-top: 0px;
    width: 100%;
    height: 33px;
}

.title {
    background: var(--tono_02);
    border-left: 10px solid var(--tono_03);
    padding: 6px;
    position: ;
    font-size: 76%;

}

/*Clicking on any thumbnail now should activate the image related to it*/

table.rigth {
    margin-left: 900px;
    margin-top: -300px;
}
.col-8.dosniveles {
		width: 35%;
}
.col-12.nopaddingAncho {
    width: 57%;
    margin-left: 10%;
}
table.sbstas {
    table-layout: auto;
    width: 50%;
    margin-left: 621PX;
    margin-top: 88px;
}
a.btnimg {
    margin-left: %;
    float: right;
    width: auto;
    padding: 4px !important;
    margin-left: 4px;
    text-decoration: none;
    color: #ccc;
    background-color: var(--tono_02);
    border: none;
    height: 25px !important;
	}
	a.btnimgs {
	    margin-left: 50%;
	    background: #004147;
	    color: #fff;
	    border: 6px solid #004147;
			margin-top:  20px;
	}

/*nhj*/

	.col-3.dosniveles {
		width: 20%;
	}
article.col-12.area.prsna {
    padding: 31px 52px 80px 9px;
}
a.btnimg14 {
    float: none;
    margin-left: 98%;
}
img.adv {
    margin-left: 437px;
    width: 26px;
    margin-top: 10px;
}

input#cancelarv {
    margin-top: -7px;
    margin-left: 77px;
}
table.dtb {
    width: 80%;
    margin-top: 41px;
}
table.afiliado {
    width: 50%;
    margin-top: 42px;
}
table.imgs {
    width: 50%;
		margin-top: 41px;
}

table.vida {
    width: 50%;
}
table.EXEQUIAS {
    width: 50%;
}
.col-2.icono {
    margin-top: 32px;
}

.col-4.dosniveles {
    width:25% ;
}
.col-6.dosniveles {
    width: 29%;
}

.select.col-6 {
    width: 100%;
}

.container{
	position: absolute;
	transform: ;
}


ul.thumb {
  margin:  0 auto;
  padding: 0;
  float: left;
}

ul.thumb li {
    list-style: none;
    margin: 5px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, .2);
    overflow: hidden;
}

ul.thumb li img {
    width: 100%;
    height: 98%;
}
.imgBox {
    float: left;
    width: 418px;
    height: 311px;
    border: 1px solid rgba(0, 0, 0, .2);
    margin: 5px;
    overflow: hidden;
}
div#select_categoria {
    margin-top: -85px;
}
.container {
    margin-top: 143px;
}
table.prdct {
    width: 50%;
    margin-left: 48%;
    margin-top: 90px;
}
img#img_01 {
    vertical-align: middle;
    width: 408px;
    height: 270px;
}
a.modificar {
    float: right;
    width: auto;
    padding: 4px !important;
    margin-left: 4px;
    text-decoration: none;
    color: #ccc;
    background-color: var(--tono_02);
    border: none;
    height: 25px !important;
}

a.modificarsector {
	float: right;
	width: auto;
	padding: 4px !important;
	margin-left: 4px;
	text-decoration: none;
	color: #ccc;
	background-color: var(--tono_02);
	border: none;
	height: 25px !important;
}

article.col-6.area.clasificacionproducto {
    width: 100%;
}
input#guardar_contrasena {
    background: #004147;
    width: 32%;
    color: #fff;
		margin-left: 25%;
}
input#aceptares {
    width: 20%;
    margin-top: -49px;
}
input#cancelarves {
    width: 20%;
    margin-top: -49px;
    margin-left: 224px;
}
.col-12.nopaddingAnchos {
    width: 115px;
}
/**advertencia**/

input#emp_nit {
    width: 100%;
}
.info{
	overflow: scroll;
}

/*----- Fin Datos Laborales ------ */
/*--------------crear producto------------*/
.col-12.dosniveles-Ingreso {
    width: 50%;
}
.col-12.Nombre_del_producto {
    width: 50%;
		mARGIN-TOP: -26px;
}
.col-2.dosniveles.prdctos {
    width: 30%;
}
.col-2.dosniveles {
    width: 30%;
}
.col-12.Descripci {
    width: 61%;
}
.pgwSlideshow.wide {
    width: 50%;
}
article.col-12.area.consulta {
    width: 20%;
}
.delate {
margin: -7px 60px
}
table.tabla_Afiliados.dos {
    width: 80%;
}
button.botton {
    margin-top: ;
}
div#beneficiario2 {
    margin-left: -14px;
}
article.col-5.area.tipo_persona{
    width: 50%;
}
div#mensaje_ {
    margin-left: -16px;
}
.pdf {
    background: #216167;
    width: 15%;
    height: 33px;
    color: #fff;
    padding: 3px 0 2px 9px;
}
a.btnimg-mas {
    margin-top: 6%;
    float: right;
    width: auto;
    padding: 4px !important;
    margin-left: 4px;
    text-decoration: none;
    color: #ccc;
    background-color: var(--tono_02);
    border: none;
    height: 25px !important;
	}

	div#tabla_adjunto {
    width: 50%;
		position: absolute;
}
button.buscares {
    padding: 6px 5px;
}
textarea#emp_observacion {
    width: 87%;
}
.col-7 {
    width: 50% ;
}

form#frmpqrafiliado {
    overflow-y: scroll;
}