/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Logon
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 1.0.1509891870
Updated: 2017-11-05 14:24:30
*/

/*Estilos de plugins*/
@import url('plugins/dicom-support.css');

/*General*/
body {
    background-color: #1d84c3;
    background-image: linear-gradient(to bottom,#055a8e 0%,#1d84c3 100%);
}
#top-menu .menu-item-has-children > a:first-child::after{
    top: 10px;
}
/*filtros */
.filters-sm .facetwp-facet {
     margin-bottom: 0px; 
}
.facetwp-seo{
	display: block;
}
.facetwp-selections ul li {
    background: rgba(121, 190, 227, 0.77);
     margin-right: 8px;
    padding: 5px;
    border-radius: 10px;
}
/*Estilos para single study-record*/
body.single-study-record #main-content #content-area #left-area{ 
    padding-right: 0;
}
body.single-study-record #main-content #content-area #left-area .et_pb_row{
    width: 100%;
}
/*Formulario de login*/
.tml {
    margin: auto;  
}
.et_pb_tab_content  .tml.tml-login{
    margin-top: 60px;
}
#loginform #user_pass, #loginform #user_login{
    background-color: #eee !important;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#loginform #wp-submit {
    color: rgb(46, 163, 242) !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#loginform #wp-submit:hover { 
    background-color: #eee; 
    border-color:#eee; 
    padding: 6px 20px !important; 
}     
/*logon form aside and content restrict*/
.tml-user-login-wrap{
}
/*Estilos de la tabla en el Contenido del Custom Post type Study records*/
.tabs-left .et-tabs-control li a{
	padding: 15px 10px 15px 15px;
}
.type-study-record.status-publish.hentry .et_boxed_layout #page-container .et_pb_row {
    width: 10%;
}
.et_pb_tabs, .et_pb_tab_content, .tabs-left.et_sliderfx_fade.et_sliderauto_false.et_sliderauto_speed_5000.et_slidertype_left_tabs.clearfix{
    min-height: 100vh;
}
.et_pb_tab {
    padding: 24px 10px;
}
.et_pb_tab_content table{
	border: 0px;
    width:100%;
}
.entry-content .content-case-report tr td, .et_slidecontent.et_shortcode_slide_active tr td{
    padding: 6px 24px;
	border-top:0px;
    border-bottom: 1px solid #eee;
}
/**
 * Blog
 */
.blog-orange-bg .et_pb_blog_grid .et_pb_post {
  border-radius: 4px;
  border-color: #F26827 !important;
  background-color: #F26827 !important;
}
.blog-orange-bg .et_pb_blog_grid .et_pb_post h2.entry-title {
  color: #efefef;
}
.blog-orange-bg .et_pb_blog_grid .et_pb_post .post-content p {
  color: rgba(255, 255, 255, 0.78) !important;
}
.blog-orange-bg .et_pb_blog_grid .et_pb_post .post-content a {
  color: #ffffff;
}
/*FIN Portaflio*/
/*Create cases form frontend*/
.cmb2-checkbox-list li{
	list-style: none;
}
.postbox .inside{
	margin: 0px;
}
.cmb-type-group .cmb-repeat-group-field{
	padding-top:0px;
}
/*************Form creat Case from front-end style******************/
.lg-fields li{
    list-style: none;
}
/*En el plugin para la separacion del rado con label**/
.wpt-form-radio-label {
  margin-left: 8px;
  font-weight: normal;
}
.lgfield-section-wrap{
 border-bottom: 1px solid #ccc;
margin: 10px 0 30px;
}
.lgfield-section-details, .tml-form-table td span{
    padding: 4px 0 8px;
font-size: 12px;
}
.lg-field-form-group {
    margin-bottom: 20px;
}
.lg-label {
    font-weight: bold;
}
 .lg-fields input[type="text"], .lg-fields textarea, .lg-fields select,  .tml-form-table td input, .tml-form-table td select, .tml-form-table td textarea {
    padding: 5px;
    background: #fafafa;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #888;
   /* width: 95%;*/
}
.lg-fields select{
	width: auto;
}
.lg-vimeo-url{
   /* display: none;*/
}
.lg-fields input.btn {
    font-size: 16px;
    padding: 5px 15px;
    border: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    float: right;
    margin-right: 5%;
}
.lg-fields li{
    display: inline-block;
    margin-right: 20px;
}
        /*form aside*/
.tml-user-login-wrap input, .tml-user-pass-wrap input, .sf-widget-element input, .et_pb_widget select{
     padding: 5px;
    background: #fafafa;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #888;
    width:100%;
}
/*Estilos Para la tabla de casos*/
.list_case h2{
      border-bottom: 1px solid #DDDDDD;
    padding-bottom: 0.7em;
}
.list_case p{
margin:10px 0;
}
.list_case table{
	-webkit-box-shadow: 0 5px 6px -6px #777;
    -moz-box-shadow: 0 5px 6px -6px #777;
    box-shadow: 0 5px 6px -6px #777;
    border-collapse: separate;
    border-spacing: 0 1px;
    margin-bottom: 1em;  
      font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
.list_case thead, .list_case tbody{
  font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
  font-size: 0.9em;
      font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
.list_case thead tr th.first{
    border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-left: none;
}
.list_case thead tr th{
    padding: 0.5em;
    background-color: #B9BECD;
    border-top: none;
    border-bottom: none;
      padding: 0.5em;
    background-color: #B9BECD;
    border-top: none;
    border-bottom: none;
}
.list_case th, .list_case td{
    padding: 0.5em;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #959595;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #959595;
}
.list_case thead tr th.last {
    border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-right: none;
}
.list_case tr:nth-child(odd) {
    background-color: #fff;
}
.list_case tr:nth-child(even) {
    background-color: #E5E8EB;
}
/*Fin- Lista de casos*/
/*Footer*/
.footer-widget{
    width:15%!important;
}
.footer-widget:nth-child(3){
    width:40%!important;
    margin-right: 0;
}
#text-6{
    float: none;
}
#text-6 .title{
    text-align: center;
}
#text-4 .textwidget{
     padding-top: 42px;
}

/*Slider home*/
.slider-home .et_pb_slide{
	height: 420px;
}
/*Loader en las imagen list*/
#loader{
    width:40px;
    height: 40px;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #f25a41;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1.3s infinite linear;    
}
@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}
/*library - list*/
.library-item:first-child{
    padding: 0 0 10px;
}
.library-item{
    padding: 20px 0 10px;
    border-bottom: 1px solid #dfddd6;
    font-size: 14px;
}
.library-item .library-item__title, .library-item .library-item-list{
    margin: 10px 0
}
    .library-item__title {
        color: #005274;
        font-weight: 600;
        line-height: 22px;
        display: block;
        clear: both;
        font-size: 18px;
		text-transform: uppercase;
}
    .library-item ul{
        list-style: none !important; 
        margin: 10px 0 !important;
        padding-bottom: 0px !important;
    }
        .library-item__details {
    color: #1c1d1e;
    line-height: 22px;
}
       .library-item .library-item-list {
           line-height: 22px !important;
            font-size: 14px;
    }
    .library-item-content-links ul li{
        display: inline-block;
    }
    .library-item .library-item-list a{
        color: #767676;
        transition: all 300ms;
    }
     .library-item .library-item-list a:hover{
        color: #434343;
        text-shadow: 0.25px 0.25px 0.25px rgba(67, 67, 67, 0.29);    
    }
    .library-item-content-links ul li{
        padding:  0 8px;        
        line-height: 1;
    }
    .library-item-content-links ul li:first-child{
        padding-left: 0px;
    }
    .library-item-content-links ul li a{
        color: #005274;
    }  
    .library-item-content-links ul.separator > li:nth-child(-n+2){
        border-right: 1px solid rgb(33, 33, 33);   
    }
    .library-item-content-links ul.separator li a img.pdf-file{
        margin-bottom: 8px; 
    }
	margin-bottom: 10px;
    .wpt-taxonomy-show-popular-list > a:not(:last-of-type):after{
        content: " | ";
        color:#333;
    }
/*Fin library list*/
/*Modal login*/
#simplemodal-login-overlay, #simplemodal-login-container{
	z-index: 100000 !important;
}
/*Fin modal Login*/
/*Media query*/
/*/ Custom, iPhone Retina / */
@media only screen and (min-width : 320px) {
    .tabs-left .et-tabs-content{
        padding: 0px;
        margin-left: 50px;    /* padding: 30px 30px 20px; */
    }
}
@media screen and (max-width: 320px) {
     table{
       display: block;
       overflow-x: auto;
     }
}
/*/ Extra Small Devices, Phones / */
 @media only screen and (max-width : 480px) {
  	/*contenedor principal*/
	.et_boxed_layout #page-container, .et_boxed_layout #page-container .container, .et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header, .et_boxed_layout.et_pb_pagebuilder_layout.single #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row, .et_fixed_nav.et_boxed_layout #page-container #main-header, .et_fixed_nav.et_boxed_layout #page-container #top-header, .et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container #main-header, #case_data, #case_data .et_pb_row.et_pb_row_0{
		width:100%;
	}
	   /*Study records table*/
       table#study-records-table tr th:first-child, table#study-records-table tr th:nth-child(3), table#study-records-table tr th:nth-child(4), table#study-records-table tr td:first-child, table#study-records-table tr td:nth-child(3), table#study-records-table tr td:nth-child(4)  { display: none }
}
@media only screen and (min-width : 480px) {
     .tabs-left .et-tabs-content{
        padding: 10px 10px 5px;
        margin-left: 60px;    /* padding: 30px 30px 20px; */
    }
}
/*/ Small Devices, Tablets /*/
@media only screen and (min-width : 768px) {
    .et_boxed_layout #page-container .et_pb_row{
        width: 95%;
    }
     .tabs-left .et-tabs-content{
        padding: 30px 30px 20px;
        margin-left: 75px;
    }
}
@media only screen and (max-width : 767px) {/*Study records table*/
          table#study-records-table tr th:nth-child(3), table#study-records-table tr th:nth-child(4), table#study-records-table tr td:nth-child(3), table#study-records-table tr td:nth-child(4)  { display: none }    
}

/*/ Medium Devices, Desktops /*/
@media only screen and (min-width : 992px) {
}

/*/ Large Devices, Wide Screens /*/
@media only screen and (min-width : 1200px) {
}
    
    
@media (max-width: 980px){
	#case-study .et_pb_column .et_pb_module.et_pb_toggle_item  {
    margin-bottom: 0px;
		padding: 20px 10px;
	}
	#case-study  .et_pb_toggle_open{
		padding: 20px 10px;
	}
	#case-study .et_pb_column .et_pb_toggle_0  .et_pb_toggle_content{
		display: block;
	}
	.ioert-practice-table tbody tr td{
		max-width:120px!important;
	}
	
}