/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
}

a:hover, a:active, a:focus,button:hover, button:active, button:focus {
    outline: 0 !important;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 190px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 190px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
    position:absolute;
    margin-left:9px;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
    position:absolute;
    margin-left:9px;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
    position:absolute;
    margin-left:9px;
}

table.dataTable, table.dataTable td, table.dataTable th {
    white-space: nowrap;
}
table.dataTable thead th {
    padding-right: 24px !important;
    border: 1px solid rgba(0, 122, 181, 1);
    font-weight:400;
    font-size:14px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
    background-color:#428bca !important;
    color:white;
}

table.dataTable tbody tr.even td {
    border:none;
    border-left:solid 1px #f5f5f5;
}
table.dataTable tbody tr.odd td {
    border:none;
    border-left:solid 1px #fff;
}
table.dataTable tbody tr td:first-child {
    border:none;
}

table.dataTable {
    box-shadow:0px 0px 1px #efefef;
}

.conespacio{ 
  white-space: normal !important;
}


table.dataTable {
  border-collapse: separate;
  border-spacing: 0;
}
/* top-left border-radius */
table.dataTable thead  tr:first-child th:first-child {
  border-top-left-radius: 5px;
}

/* top-right border-radius */
table.dataTable thead  tr:first-child th:last-child {
  border-top-right-radius: 5px;
}

table.dataTable.table-bordered {
    border:none;
}

.navbar-filter-links > li {
    display: inline-block;
    margin-left:15px;
}
.navbar-filter-links .fa {
margin-left: -15px;
}
.navbar-filter-links {
    margin-bottom:15px;
}


.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.modal-header {
    background-color:#428bca;
    border-radius: 6px 6px 0 0;
    color:white;
}
.POPdni {
    cursor:pointer;
}


.modal-body [class^="col-"] {
    padding-top: 15px;
}
#POPclienteSeguimiento {

}
#POPclienteSeguimiento .nav-tabs, {
    border-bottom: none;
}
#POPclienteSeguimiento .nav-tabs > li.active > a, #POPclienteSeguimiento .nav-tabs > li.active > a:hover, #POPclienteSeguimiento .nav-tabs > li.active > a:focus {
    background-color:#428bca;
    border-image: none;
    border: none;
    color: white;
    cursor: default;
    margin-left:40px;
    height:33px;
    line-height: 1;
}
#POPclienteSeguimiento .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    margin-left:40px;
    padding-left:37px;
    color:#333333;
    height:33px;
    line-height: 1;
}
#POPclienteSeguimiento .nav-tabs > li {
    border-bottom:solid 1px #CCCCCC;
    float:none;
    margin-bottom: -1px;
}

#POPclienteSeguimiento .nav-tabs > li > a.seg-new {
    margin-left:2px;
    color:#999999;
    font-size:18px;
    line-height: 12px;
}
#POPclienteSeguimiento .nav-tabs > li.active > a.seg-new, #POPclienteSeguimiento .nav-tabs > li.active > a.seg-new:hover, #POPclienteSeguimiento .nav-tabs > li.active > a.seg-new:focus{
    margin-left:2px;
    color:white;
    font-size:18px;
    line-height: 12px;
}

.seg-c:before {
    content:"";
    background-image:url(../images/seg-icon-c.png);
    width:19px;
    height:19px;    
    margin-left: -26px;
    margin-top: -3px;
    position: absolute;
}
.seg-p:before {
    content:"";
    background-image:url(../images/seg-icon-p.png);
    width:19px;
    height:19px;    
    margin-left: -26px;
    margin-top: -3px;
    position: absolute;
}
.seg-s:before {
    content:"";
    background-image:url(../images/seg-icon-s.png);
    width:19px;
    height:19px;    
    margin-left: -26px;
    margin-top: -3px;
    position: absolute;
}
.seg-new:before {
    content:"";
    background-image:url(../images/seg-icon-new.png);
    width:19px;
    height:19px;    
    margin-left: -29px;
    margin-top: -3px;
    position: absolute;
}
.seg-closed {
    opacity: .5;
}
.seg-closed a,.seg-closed a:hover{
    text-decoration: line-through;
}
#POPclienteSeguimiento .nav > li.seg-closed > a:hover,#POPclienteSeguimiento .nav > li.seg-closed > a:focus {
    text-decoration: line-through;
}
#POPclienteSeguimiento .desactivar {
    margin-left: 12px;
    margin-top: 9px;
    position: absolute;
}

#POPclienteSeguimiento .desactivar label {
    display:block;
    height:15px;
    cursor: pointer;  
    position: relative;  
    padding-left: 43px;  
    font-size:14px;
    font-weight:300;
}

#POPclienteSeguimiento .desactivar label:before {  
        content: "";  
        width: 15px;  
        height: 15px;  
        border:solid 2px black;
        margin-right: 10px;  
        position: absolute; 
        z-index:0;
        left:0; 
        background-color: transparent;    
}  

#POPclienteSeguimiento .desactivar input[type=checkbox] {  
        display: none;  
}  
    
#POPclienteSeguimiento .desactivar input[type=checkbox]:checked +  label:before {  
    content: ""; 
    font-size: 15px;  
    color: #f3f3f3;  
    text-align: center;  
    line-height: 15px;  
    border:solid 2px black;
    background-image:url(../images/seg-check.png);
    background-position: -2px -2px;
}

#POPclienteSeguimiento .tab-content {
    border:solid 1px #CCCCCC;
    padding:10px;
}
#agregarmensaje textarea{
    border:none;
    border-bottom:solid 1px #CCCCCC;
    height: 27px;
    min-height: 27px;
    resize: none;
    width: 100%;
    padding-right: 50px;
    outline:0;
}
#agregarmensaje textarea:focus{
    outline:0;
}

#POPclienteSeguimiento .tab-content .btn-xs {
    right: 0;
    position: absolute;
}

#POPclienteSeguimiento .tab-content .lista {
    border-bottom:solid 1px #CCCCCC;
}
#agregarmensaje {
    position:relative;
}


#dataTables-example  tr.vigente.odd > td {
    background-color:#E4F5EC !important;
}
#dataTables-example  tr.vigente.even > td {
    background-color:#D5F2E2 !important;
}
.iconoTel, .iconoCel, .iconoMail {
    padding-left: 30px;
    position:relative;
    line-height:20px;
    margin-top:1px;
    margin-bottom:1px;
}
.iconoTel:before,.iconoCel:before, .iconoMail:before {
    position:absolute;
    content:"";
    background-repeat:no-repeat;
    background-position:center;
    width:19px;
    height:19px;
    left:0;
}
.iconoTel:before {
    background-image:url(../images/iconoTel.png);    
}
.iconoCel:before {
    background-image:url(../images/iconoCel.png);    
}
.iconoMail:before {
    background-image:url(../images/iconoMail.png);    
}
.nowrap {
  white-space: normal !important;  
}
.seguiPrincipal {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    border-top:solid 1px #CCCCCC; 
    height:30px;
    line-height:30px;
    padding-left:30px;
    cursor:pointer;
}
.seguiPrincipal:first-child {
    border-top:none;
}
.seguiPrincipal.seg-c:before ,.seguiPrincipal.seg-p:before,.seguiPrincipal.seg-s:before{
    margin-top: 5px;
}


.chat-panel-a {
    position:fixed;
    right:0px;
    bottom:-20px;
    z-index:1000;
    max-width:250px;
}
.chat li.left .chat-body {
    margin-left: 0px;
}
.chat li.right .chat-body {
    margin-right: 0px;
}
.panel-heading {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.mensaje-chat {
    border-bottom:dotted 1px rgba(0,0,0,.2);
    padding:5px;
    margin-top:14px;
    position: relative;
}
.mensaje-chat small.pull-left{
    margin-top: -17px;
    position: absolute;
    text-overflow:clip;
    white-space:nowrap; 
    overflow:hidden;
    max-width:90px;
}
.mensaje-chat small.pull-right{
    margin-top: -17px;
    position: absolute;
    right: 5px;
}
#chatMensajes {
    max-height:300px;
    min-height:100px;
    overflow:auto;
    padding: 5px;
	background-color: #F2F5F7;
}

.panel-title {
  margin-top: -3px;
  margin-bottom: -3px;
  font-size: 16px;
  color: inherit;
}
.fa-polizas:before {
    background-image:url(../images/polizas_vigentes.png);
    content: "";
    height: 60px;
    position: absolute;
    width: 60px;
    margin-top: -10px;
}
.fa-clientes:before {
    background-image:url(../images/clientes_vigentes.png);
    content: "";
    height: 60px;
    position: absolute;
    width: 60px;
    margin-top: -10px;
}
.fa-siniestros:before {
    background-image:url(../images/siniestros_vigentes.png);
    content: "";
    height: 60px;
    position: absolute;
    width: 60px;
    margin-top: -10px;
}
.fa-renovaciones:before {
    background-image:url(../images/proximas_renovaciones.png);
    content: "";
    height: 60px;
    position: absolute;
    width: 60px;
    margin-top: -10px;
}
a.polizaRamo {
    background-image: url("../images/spriteRamo.png");
    background-position: 23px 0;
    background-repeat: no-repeat;
    float: none;
    height: 25px;
    margin: 0px;
    padding-left:40px !important;
    width: auto;
}
a.polizaRamo i.fa {
    margin-left: -35px;
    margin-right: 25px;
}
.seleccionarTodo {
    margin-bottom: 5px;
    margin-left: 25px;
    margin-top: 5px;
}
#filtroslista {
    padding-left: 13px;
    padding-right: 13px;
}
#filtroslista .alert {
  font-style: italic;
  font-size: 11px;
  overflow: hidden;
  padding: 0px 5px 0px 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 1px;
  margin-top: 1px;
  margin-left: 2px;
  float: left;
  line-height: 19px;
}

#filtroslista .alert .close {
    right:-3px;
    font-style: normal;
}

#filtroslista .col-lg-2 { 
    padding-left: 2px;
    padding-right: 2px;
}
.tdSegui img {
    cursor: pointer;
    display: block;
    margin: 0 auto 3px;
}
.POPpoliza {
    cursor:pointer;
}

#POPclientePolizas  tr.vigente:nth-child(odd) > td {
    background-color:#E4F5EC !important;
}
#POPclientePolizas  tr.vigente:nth-child(even) > td {
    background-color:#D5F2E2 !important;
}
h4.iPOPpoliza {
    font-size:24px;
}
.polizaRamo.iPOPpoliza {
    width: 56px;
    height:56px;
    background-image:url(../images/sprite56x56.png);
    margin-right:14px;
}


#POPclienteMails {

}
#POPclienteMails .nav-tabs, {
    border-bottom: none;
}
#POPclienteMails .nav-tabs > li.active > a, #POPclienteMails .nav-tabs > li.active > a:hover, #POPclienteMails .nav-tabs > li.active > a:focus {
    background-color:#428bca;
    border-image: none;
    border: none;
    color: white;
    cursor: default;
    margin-left:40px;
    height:33px;
    line-height: 1;
}
#POPclienteMails .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    margin-left:40px;
    padding-left:37px;
    color:#333333;
    height:33px;
    line-height: 1;
}
#POPclienteMails .nav-tabs > li {
    border-bottom:solid 1px #CCCCCC;
    float:none;
    margin-bottom: -1px;
}

#POPclienteMails .nav-tabs > li > a.seg-new {
    margin-left:2px;
    color:#999999;
    font-size:18px;
    line-height: 12px;
}
#POPclienteMails .nav-tabs > li.active > a.seg-new, #POPclienteMails .nav-tabs > li.active > a.seg-new:hover, #POPclienteMails .nav-tabs > li.active > a.seg-new:focus{
    margin-left:2px;
    color:white;
    font-size:18px;
    line-height: 12px;
}

#POPclienteMails .nav > li.seg-closed > a:hover,#POPclienteMails .nav > li.seg-closed > a:focus {
    text-decoration: line-through;
}
#POPclienteMails .desactivar {
    margin-left: 12px;
    margin-top: 9px;
    position: absolute;
}

#POPclienteMails .desactivar label {
    display:block;
    height:15px;
    cursor: pointer;  
    position: relative;  
    padding-left: 43px;  
    font-size:14px;
    font-weight:300;
}

#POPclienteMails .desactivar label:before {  
        content: "";  
        width: 15px;  
        height: 15px;  
        border:solid 2px black;
        margin-right: 10px;  
        position: absolute; 
        z-index:0;
        left:0; 
        background-color: transparent;    
}  

#POPclienteMails .desactivar input[type=checkbox] {  
        display: none;  
}  
    
#POPclienteMails .desactivar input[type=checkbox]:checked +  label:before {  
    content: ""; 
    font-size: 15px;  
    color: #f3f3f3;  
    text-align: center;  
    line-height: 15px;  
    border:solid 2px black;
    background-image:url(../images/seg-check.png);
    background-position: -2px -2px;
}

#POPclienteMails .tab-content {
    border:solid 1px #CCCCCC;
    padding:10px;
}

#POPclienteMails .tab-content .btn-xs {
    right: 0;
    position: absolute;
}

#POPclienteMails .tab-content .lista {
    border-bottom:solid 1px #CCCCCC;
}
.label {
font-weight: 400;	
}