/* Essentials */


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family:"Lucida Grande",tahoma,arial,helvetica,sans-serif;
    background: #FFF;
}

.clear, .fix {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.spacer {
    height: 20px;
    clear: both;
}

.borderRadius2Px {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.borderRadius5Px {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* EXCEPTIONS */

.errorWrap {
    background: none repeat scroll 0 0 #FFF;
    height: auto;
    margin: 10px auto;
    padding: 30px 20px;
    width: 700px;
}


/* BUTTONS */

.actionBtns {
    padding: 5px 5px 5px 21px;
    margin: 5px;
    font-family: "Lucida Grande",tahoma,arial,helvetica,sans-serif;
    color: #76967f;
    font-size: 13px;
    line-height: 1.2;
    border: none;
    cursor: pointer;
}

.addBtn {
    background: url(../images/icons/add.png) no-repeat 3px center;
}

.editBtn {
    background: url(../images/icons/page_white_edit.png) no-repeat 3px center;
}

.backBtn {
    background: url(../images/icons/resultset_previous.png) no-repeat 3px center;	
}

.changePassBtn {
    background: url(../images/icons/key.png) no-repeat 3px center;	
}

.deleteBtn {
    background: url(../images/icons/delete.png) no-repeat 3px center;	
}

.createBtn {
    background: url(../images/icons/add.png) no-repeat 3px center;	
}

.acceptBtn {
    background: url(../images/icons/accept.png) no-repeat 3px center;	
}

.roleBtn {
    background: url(../images/icons/lock.png) no-repeat 3px center;	
}

.listSearchFormBtn {
    background: url(../images/icons/magnifier.png) no-repeat 3px center;	
}

.printBtn {
    background: url(../images/icons/printer.png) no-repeat 3px center;	
}

.reportBtn {
    background: url(../images/icons/table.png) no-repeat 3px center;
}

.anularBtn {
    background: url(../images/icons/font_delete.png) no-repeat 3px center;
}

.arroyDownBtn {
    background: url(../images/icons/bullet_arrow_down.png) no-repeat 3px center;
}


.linkEliminarFila {
    float:left;	
    background: url(../images/icons/delete.png) no-repeat;
    width:16px;
    height:16px;
    margin:0px 3px 0;
    border: none;
    cursor: pointer;
}
.linkConsultar {
    float:left;	
    background: url(../images/icons/newspaper_go.png) no-repeat;
    width:16px;
    height:16px;
    margin:0px 10px 0;
    border: none;
    cursor: pointer;
}

.btnImprimirReporte {
    display: block;
    height: 16px;
    width: 24px;
    float: right;
    margin: 0 10px 0 0;
}



.btnDescargarReporte {
    display: block;
    height: 16px;
    width: 250px;
    float: right;
    background: url(../images/icons/download.jpg) no-repeat 0px center;	
    margin: 0 10px 0 0;
    padding: 10px 0 0 36px;
}


/* Header */

/* Header */

#header {
    width: 100%;
    background-color: #6086B4; 
    height:40px;
}

.imgHeader1 {
    background: url(../images/logo_header_interno.png) no-repeat center 0px; 
    width: 178px;
    height:40px;
    float: left;
    margin: 0 0 0 10px;

}

#headerLogin {
    width: 100%;
    height:120px;
    background-color: #6086B4; 
}

.imgHeaderLogin1 {
    width: 230px;
    height:120px;
    background: url(../images/logo-izquierdo.png) no-repeat center 0px;
    position: absolute;
    left: 0;
}

.imgHeaderLogin2 {
    width: 230px;
    height:120px;
    background: url(../images/logo-derecho.png) no-repeat center 0px; 
    position: absolute;
    right: 0;
}

.tituloHeaderLogin {
    color: white;
    font-family: tahoma,arial,helvetica,sans-serif;
    font-size: 27px;
    font-weight: bold;
    padding: 20px 5px 0;
    width: 423px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.headerOptionsWrap {
    float:right;
    padding: 4px 8px;
    margin: 3px 0 0;
}

.headerOptionsWrap a {
    float: left;
    color: #fff;
    padding: 0 0 0 20px;
}

.headerOptionsWrap a:hover {
    /* background-color: #82AFBB; */
}

.userOptionsLink {
    background: url(../images/icons/user.png) no-repeat center left;
}

.settingOptionLink {
    background: url(../images/icons/cog.png) no-repeat center left;
}

.logOutOptionLink {
    background: url(../images/icons/door_open.png) no-repeat center left;
}

.imgArrowDown {
    float: right;
    margin: 1px 0 0 2px;
}

/* Sidebar */

#sidebar {
    background-color: #f6f9f6;
    float: left;
    padding: 0px;
    width: 20%;
    margin: 1px 0 0;
    border:#c7c9c7 solid 2px;
}


#footer {
    background-color: #6086B4;
    height: 30px;
    width: 100%;
    bottom: 0px;

}

.footerTxt {
    color: white;
    font-family: "Lucida Grande",tahoma,arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 0 0;
    text-align: center;
    width: 100%;
}



/* Sidebar Menu */

.menu {
    float: left;
    width: 201px;
}

.menuTab {
    float: left;
    padding: 10px 0 10px 10px;
    width: 95%;
}

.tabTit {
    padding: 0 0 0 20px;

}

.tabUl {
    float: left;
    width: 100%;
}

.tabUl li.itemsTabUl {
    float: left;
    padding-left: 10px;
    width: 95%;
}

.sepItemsTabUl {
    background-color: #D5D5D5;
    float: left;
    height: 1px;
    margin: 5px 0 5px 20px;
    width: 130px;
}

.tabUl li.itemsTabUl:hover {
    background-color: #fff;
}

.tabUl li.itemsTabUl a {
    width: 100%;
    float: left;
}

.tabUl li.itemsTabUl a:hover {
    color: #0f830f;
}


/* Sidebar Icons */

#audienciaLogo {
    background: url(../images/icons/sound_none.png) no-repeat;
}

#causaLogo {
    background: url(../images/icons/book.png) no-repeat;		
}

#logLogo {
    background: url(../images/icons/page_white_text.png) no-repeat;
}

#userLogo {
    background: url(../images/icons/group.png) no-repeat;	
}

#estadisticaLogo {
    background: url(../images/icons/chart_bar.png) no-repeat;	
}

#salaLogo {
    background: url(../images/icons/box.png) no-repeat;	
}

#inicioLogo {
    background: url(../images/icons/house.png) no-repeat;	
}

#sidebar p {
    color: #666666;
    padding-left: 6%;
    text-shadow: 0 1px 0 #fff;
    margin: 10px 0 0 0;}



#sidebar footer {
    margin-top: 20%;
}


/* FLASH MESSAGES*/

.flashMsjWrap {
    background-color:#FFF4AF;
    margin: 10px auto;
    padding: 4px 10px;
    width: 60%;	
}
.flashWrap, .flashWrapVisible {
    width: 100%;
}

.flashImgInfo {
    background: url(../images/icons/information.png) no-repeat;
    height: 16px;
    width: 16px;
    float: left;
    margin: 1px 8px 0 0px;
}

.flashImgAlert {
    background: url(../images/icons/exclamation.png) no-repeat;
    height: 16px;
    width: 16px;
    float: left;
    margin: 1px 8px 0 0px;
}







/* Secondary Header Bar */

#secondary_bar {
    height: 32px;
    background: #F8F8F8;
    border: 1px solid #D5D5D5;
}

#secondary_bar .header_secundary_bar {
    float: left;
    width: 15%;
    height: 32px;
    border-right: 1px solid #D5D5D5;
}


/* Breadcrumbs */

#secondary_bar .breadcrumbs_container {
    float: left;
    width: 84%;
    height: 32px;
}

.breadcrumbs {
    float: left;
    padding: 0 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    height: 23px;
    margin: 4px 3%;
}

.breadcrumbs a {
    display: inline-block;
    float: left;
    height: 24px;

}

.breadcrumbs a.current, .breadcrumbs a  {
    color: #333333;
    font-family: "Lucida Grande",tahoma,arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
}



.breadcrumbs a:hover {

}

.breadcrumb_divider {
    display: inline-block;
    width: 12px;
    height: 24px;
    background: url(../images/breadcrumb_divider.png) no-repeat;
    float: left;
    margin: 0 5px;
}



/* Main Content */


#main {
    width: 79%;
    min-height: 500px;
    float: left;
    margin-top: 0px;
}

#main h3 {
    color: #1F1F20;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    font-size: 13px;
    margin: 8px 20px;
}

/* Modules */

.module {
    float:left;
    /*border: 1px solid #E5E5E5;#9BA0AF;*/
    width: 100%;
    margin: 20px 3% 0 3%;
    margin-top: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ffffff;
}

.width_full {
    width: 99%;
    margin: 20px 1% 0 ;
}

.border_radius {
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.width_half {
    width: 46%;
    margin-right: 0;
    float: left;
}

.width_quarter {
    width: 26%;
    margin-right: 0;
    float: left;
}

.width_3_quarter {
    width: 66%;
    margin-right: 0;
    float: left;
}

.module_header {
    float:left;
    width: 100%;
    background-color: #fff;

}

.module_tit {
    float: left;
    padding: 6px;

}



.tab_container {
    float: left;
    width: 100%;
}



.module_footer {
    height: 32px;
    width: 100%;
    border-top: 1px solid #9CA1B0;
    background: #F1F1F4 url(../images/module_footer_bg.png) repeat-x;
    -webkit-border-bottom-left-radius: 5px; 
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px; 
    -moz-border-radius-bottomright: 5px;


}

.module_content {
    margin: 10px 20px;
    color: #666;
}


.records_list {
    width: 100%;
    margin: 0px;
}

.records_list thead tr {
    height: 34px;
    background: #F1F1F1;
    text-align: left;
    text-indent: 10px;
}

.trColor2 {
    background: #F8F8F8;
}

.records_list thead tr th {
    padding: 10px 0 0;
}

.records_list thead tr th.thBulkAction {
    padding: 10px 2px 0;
    text-indent: 0px;
}

.records_list tbody tr td{
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #ccc;
    padding: 15px 10px 5px;
}

.records_list tbody tr td.tdBulkAction {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #ccc;
    padding: 15px 2px 5px;
}


.listEditTd {
    width: 45px;
}

.listEditBtn {
    float:left;
    background: url(../images/icons/page_white_edit.png) no-repeat;
    width:16px;
    height:16px;
    margin:0px 3px 0;
} 

.listDeleteBtn {
    float:left;	
    background: url(../images/icons/delete.png) no-repeat;
    width:16px;
    height:16px;
    margin:0px 3px 0;
    border: none;
    cursor: pointer;
}

.listAnularBtn {   
    float:left;	
    background: url(../images/icons/font_delete.png) no-repeat;
    width:16px;
    height:16px;
    margin:0px 3px 0;
    border: none;
    cursor: pointer;
}




/* FORM */

.formAddEntityBtn {
    background: url(../images/icons/add.png) no-repeat;
    width:16px;
    height:16px;
    border: none;
    cursor: pointer;
    padding: 0 0 0 18px;
    margin: 0 0 0 5px;
}

.btnSubmit {
    float:right;
    margin: 35px 5px 0;
}



.btn_back_to_list {

}

ul.form_record_actions {
    float:right;
}

ul.form_record_actions li {
    float:left;
    padding: 30px 32px 20px 6px;

}

.footer_records_list li {
    padding: 10px 0;
}

.btn_blue {
    padding:5px;
    margin:5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family:"Lucida Grande",tahoma,arial,helvetica,sans-serif;
    color:#FFF;
    font-size:15.5px;
    line-height:20px;
    background:#306D89;
}

.btn_blue:hover {
    background: #24AEE0;
}



/* Stats Module */

.stats_graph {
    width: 64%;
    float: left;
}

.stats_overview {
    background: #F6F6F6;
    border: 1px solid #ccc;
    float: right;
    width: 26%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.overview_today, .overview_previous {
    width: 50%;
    float: left;}

.stats_overview p {
    margin: 0; padding: 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
}

.stats_overview p.overview_day {
    font-size: 12px;
    font-weight: bold;
    margin: 6px 0;
}

.stats_overview p.overview_count {
    font-size: 26px;
    font-weight: bold;
    color: #333333;}

.stats_overview p.overview_type {
    font-size: 10px;
    color: #999999;
    margin-bottom: 8px}

/* Content Manager */






ul.tabs {
    margin: 3px 10px 0 0;
    padding: 0;
    float: right;
    list-style: none;
    height: 24px; /*--Set height of tabs--*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    border: 1px solid #ccc;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
ul.tabs li a {
    text-decoration: none;
    color: #999;
    display: block;
    padding: 0 10px;
    height: 24px;
}

ul.tabs li a:hover {
    color: #44474F;
}

html ul.tabs li.active a  {
    color: #44474F;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  {
    background: #F1F2F4;
    -webkit-box-shadow: inset 0 2px 3px #818181;
    -moz-box-shadow: inset 0 2px 3px #818181;
    box-shadow: inset 0 2px 3px #818181;
}

html ul.tabs li:first-child, html ul.tabs li:first-child a  {
    -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px; border-bottom-left-radius: 5px;
}

html ul.tabs li:last-child, html ul.tabs li:last-child a  {
    -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px; border-bottom-right-radius: 5px;
}



/* Messages */

.message {
    border-bottom: 1px dotted #cccccc;
}

input[type=submit] {
    border: 1px solid #A8A9A8;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    font-weight: bold;
    height: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    color: #666;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
}

input[type=submit]:hover {
    color: #333333;
}

input[type=submit].alt_btn {
    background: #D0D1D4 url(../images/btn_submit_2.png) repeat-x;
    border: 1px solid#30B0C8;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    font-weight: bold;
    height: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    color: #003E49;
    text-shadow: 0 1px 0 #6CDCF9;
    cursor: pointer;
}

input[type=submit].alt_btn:hover {
    color: #001217;
}

input[type=submit].btn_post_message {
    background: #D0D1D4 url(../images/post_message.png) no-repeat;
    display: block;
    width: 37px;
    border: none;
    height: 24px;
    cursor: pointer;
    text-indent: -5000px;
}

input[type=submit].btn_post_message:hover {
    background-position: 0 -24px;
}

.post_message {
    text-align: left;
    padding: 5px 0;
}

.post_message input[type=text] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bbb;
    height: 20px;
    width: 70%;
    color: #ccc;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    text-indent: 10px;
    background-position: 10px 6px;
    float: left;
    margin: 0 3.5%;
}

.post_message input[type=text]:focus {
    outline: none;
    border: 1px solid #77BACE;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    color: #666666;
}

.post_message input[type=image] {
    float: left;
}

.message_list {
    height: 250px;
    overflow-x:hidden;
    overflow-y: scroll;
}

/* New/Edit Article Module */

fieldset {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F6F6F6;
    border: 1px solid #ccc;
    padding: 1% 0%;
    margin: 10px 0;
}

fieldset label {
    display: block;
    float: left;
    width: 200px;
    height: 25px;
    line-height: 25px;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    padding-left: 10px;
    margin: -5px 0 5px 0;
    text-transform: uppercase;
}

fieldset input[type=text] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
    height: 20px;
    color: #666666;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    padding-left: 10px;
    background-position: 10px 6px;
    margin: 0;
    display: block;
    float: left;
    width: 96%;
    margin: 0 10px;
}

fieldset input[type=text]:focus {
    outline: none;
    border: 1px solid #77BACE;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

fieldset select {
    width: 96%;
    margin: 0 10px;
    border: 1px solid #bbb;
    height: 20px;
    color: #666666;
}

fieldset textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
    color: #666666;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    padding-left: 10px;
    background-position: 10px 6px;
    margin: 0 0.5%;
    display: block;
    float: left;
    width: 96%;
    margin: 0 10px;
}

fieldset textarea:focus {
    outline: none;
    border: 1px solid #77BACE;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

.submit_link {
    float: right;
    margin-right: 3%;
    padding: 5px 0;
}

.submit_link select {
    width: 150px;
    border: 1px solid #bbb;
    height: 20px;
    color: #666666;
}

#main .module_content h1 {
    color: #333333;
    text-transform: none;
    text-shadow: 0 1px 0 #fff;
    font-size: 22px;
    margin: 8px 0px;
}

#main .module_content h2 {
    color: #444444;
    text-transform: none;
    text-shadow: 0 1px 0 #fff;
    font-size: 18px;
    margin: 8px 0px;
}

#main .module_content h3 {
    color: #666666;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    font-size: 13px;
    margin: 8px 0px;
}

#main .module_content h4 {
    color: #666666;
    text-transform: none;
    text-shadow: 0 1px 0 #fff;
    font-size: 13px;
    margin: 8px 0px;
}

#main .module_content li {
    line-height: 150%;
}

/* Alerts */

.alert {
    display: block;
    width: 95%;
    margin: 20px 3% 0 3%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;
    border: 1px solid #77BACE;
}

.alert_info {
    background: #B5E5EF url(../images/icn_alert_info.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #77BACE;
    color: #082B33;
}

.alert_warning {
    background: #F5F3BA url(../images/icn_alert_warning.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #C7A20D;
    color: #796616;
}

.alert_error {
    background: #F3D9D9 url(../images/icn_alert_error.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #D20009;
    color: #7B040F;
}

.alert_success {
    background: #E2F6C5 url(../images/icn_alert_success.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #79C20D;
    color: #32510F;
}

.form_row {
    float:left;
    width:98%;
    padding:5px;
}

.form_row label {
    float:left;
    width:20%;
    padding:3px;
}

.form_row .field_widget {
    float:left;
    width:75%;
}

.field_widget input[type="text"] {
    width:400px;
    height:30px;
}

.no_editor_textarea {
    width:700px;
    height:60px;
}

.editor_textarea {
    width:700px;
    height:400px;
}


#coobix_postbundle_posttype_areasTematicas {
    float: left;
    width: 622px;
}

#coobix_postbundle_posttype_areasTematicas input {
    float: left;
    clear: left;
    margin: 7px 3px 0 0;

}

#coobix_postbundle_posttype_areasTematicas label {
    float: left;
    width: 300px;


}




/* Pagination */

.pagiText {
    font-family:"Lucida Grande",tahoma,arial,helvetica,sans-serif;
    color:#666;
    font-size:13px;
    line-height:23px;
}

a.pagiText:hover {
    font-weight: bold;
}

.pagSelected {
    font-weight: bold;
}

.pagination {
    float: right;
    padding: 5px;
    height: 25px;
}

.pagesPagination {
    float: left;
    margin: 0 4px;
}

.btnPagination {
    float: left;
    width: 16px;
    height: 16px;
    margin: 4px 1px 0;
}

.imgPaginationArrow {
    float: left;
    width: 16px;
    height: 16px;
}

#imgPagePrevious {
    background: url(../images/icons/resultset_previous.png) no-repeat;
}
#imgPageNext {
    background: url(../images/icons/resultset_next.png) no-repeat;
}
#imgPageFirst {
    background: url(../images/icons/resultset_first.png) no-repeat;
}
#imgPageLast {
    background: url(../images/icons/resultset_last.png) no-repeat;
}

/* List Search */

.listSearch {
    float: left;
    padding: 2px;
}

.inputListSearch {
    width: 150px;
    float: left;
}

.btnListSearchSubmit {
    float: left;
}



/* Login */

.loginWrap {

    width: 300px;
    background-color: #E9EFE6;
    margin: 100px auto 0;
    padding: 15px;
}

.inputLoginWrap {
    padding:15px 10px;

}

.inputLoginWrap label {
    float: left;
    width: 273px;
    height: 20px;

    font-family: "Lucida Grande",tahoma,arial,helvetica,sans-serif;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}

.inputLoginWrap input {
    float: left;
    width: 263px;
    height: 30px;
    padding: 5px;
}

.inputLoginWrap input[type=submit] {
    float: left;
    width: 100px;
    height: 30px;

    font-family: "Lucida Grande",tahoma,arial,helvetica,sans-serif;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}


/* DIALOG */

.dialog {
    /*display: none;*/
    background-color: blue;
    padding: 10px;
}

.imgLoading {
    width: 75px;
    height: 58px;
    display: block;
    margin: 20px auto;
}


#tsj_userbundle_changeuserrolestype_roles input, #fos_user_registration_form_roles input {
    clear: left;
    float: left;

}

#tsj_userbundle_changeuserrolestype_roles label, #fos_user_registration_form_roles label {
    float: left;

}

#tsj_userbundle_changeuserrolestype_roles, #fos_user_registration_form_roles {
    float: left;
    width: 400px;
}

.requiredField {
    color: red;
    float: right;
    font-weight: bold;
    margin: 0 5px 0 0;
}

#causatype_porcentajeTasa label {
    width: 9%;
}

.divResultadoTasaCausa  {
    color: #333333;
    font-family: "Lucida Grande",tahoma,arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;

    width: 97%;
    background: none repeat scroll 0 0 #F1F1F1;
    margin: 10px;
    padding: 10px;
    float: left;


}

.tableResultadoTasaCausa td {


}

.reporteCausaTasaForm {
    width: 100%;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*modal*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 350px; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: -8px 0 !important;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }