@CHARSET "ISO-8859-1";
.i2m_pospectos-dialog .modal-dialog {
    width: 750px;
}
.cal_step_2 {
    background-color: #2a3e4c;
    color: #fff;
    padding: 30px;
    font-size: 14px;
    border-radius: 10px;
    margin: 5px;
}
#frm_gestion h3 {
    color: #78a638;
    font-size: 18px;
    line-height: 20px;
    font-weight: bolder;
    margin-bottom: 2px;
    padding: 1px;
}
#frm_gestion_pasos .panel-body span {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    line-height: 16px;
    padding: 2px;
    color: #e5e1e1;
}
#frm_gestion_pasos .panel-body span strong {
    font-size: 16px;
}
.row.vdivide:not(:last-child):after {
    background: #5e5d5d;
    height: 1px;
    width: 98%;
    content: "";
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 1px;
}
.row.blanco {
    background-color: white !important;
}
.row.blanco .table > tbody > tr > td, .table > thead > tr > th {
    border-top: 1px solid rgba(135, 135, 135, 0.1);
    color: #878787;
}
.row.blanco .table > thead > tr > th, .row.blanco .table > tbody > tr > td {
    border: 1px solid rgba(135, 135, 135, 0.5) !important;
}
.row.blanco .table > tbody > tr > td.bgtitle {
    background-color: rgba(135, 135, 135, 0.5);
    color: #555555;
}
i2m_document .document-footer .document-name {
    color: #555555 !important;
}
tr.blue, th.blue {
    background: #08C;
    color: #FFF !important;
}
tr.blue th strong, tr.blue th {
    color: #FFF !important;
}
.panel .panel-heading .pull-right i {
    font-size: 20px;
    color: #FFF;
}
.i2m_img_toolIMGS {
    padding: 5px;
    height: 50% !important;
    position: relative;
}
.row-eq-height [class*="col-"] {
    padding: 5px !important;
    padding-top: 0px !important;
    margin: 5px;
    background: #212121 !important;
}
.just-padding {
    padding: 0px;
}
.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}
.list-group.list-group-root .list-group {
    margin-bottom: 0;
}
.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
    background-color: transparent !important;
}
.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
}
.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
}
.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}
.list-group-item .glyphicon {
    margin-right: 5px;
}
/*

#i2m_DJ textarea{
	width: 100% !important;
	height: 90px;
}*/

.form-wrap .panel {
    margin-bottom: 20px;
    background-color: transparent !important;
}
.i2m_prospectos_user .list-group-item {
    background-color: transparent !important;
    border: none !important;
    font-size: 15px !important;
}
.highlight {
    background-color: #ffff99 !important;
    z-index: 10000;
}
#float-i2m{
	min-width: 250px !important;
}
#float-i2m.active {
	-ms-transform: translateX(-90px) !important; /* IE 9 */
	-webkit-transform: translateX(-90px) !important; /* Safari */
	transform: translateX(-90px) !important;
}
div #tool_panel {
	font-size: 15px !important;
	text-align: left !important;
    /*position: fixed; /* Fixed Sidebar (stay in place on scroll) *
    z-index: 100; /* Stay on top *
    top: 100px; /* Stay at the top *
    right: 25;*/
    background-color: #2a3e4c; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 250px;
    text-transform: capitalize;
    border: solid 1px #78a638 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#tool_panel .menu > li > a {
    display: block;
    padding: 7px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}
#tool_panel .menu > li > a i {
    color: #878787;
    font-size: 18px;
    margin-right: 10px;
    width: 25px;
}
.contact-card .pros_user .panel-heading .pull-right {
    margin-top: 0px !important;
}
.contact-card .panel {
    background-color: #1a1a1a !important;
   
}