﻿.icon-person {
    background-image: url('/Images/Landing/sixtuple.png');
    background-size: 75px;
    background-repeat: no-repeat;
}

.nav-person {
    padding: 0;
}

.person-data .contenedor-basico {
    padding-top: 0;
}

.person-data .tabbable ul.nav {
    margin: 0;
    background-color: #E6E6E6;
}

.person-data .tabbable .nav-tabs>.active a {
    background-color: white;
    color: #323232 !important;
}

.person-data hr {
    margin: 0 0 1.1875rem 0;
}

.person-data button {
    background-color: #009900;
    border: none;
    padding: 10px 18px;
    margin-bottom: 0;
    width: 100%;
}

    .person-data button[disabled] {
        color: #323232;
        background-color: #D3D3D3;
    }

    .person-data button[disabled]:hover {
        color: #323232;
        background-color: #D3D3D3;
    }

    .tabbable .tab-content .tabbable ul.nav {
        background-color: white;
        padding-top: 1rem;
    }

        .tabbable .tab-content .tabbable ul.nav li {
            width:20%;
            border-right: 1px solid #323232;
        }

        .tabbable .tab-content .tabbable ul.nav>li.active a {
            color: #323232 !important;
        }

            .tabbable .tab-content .tabbable ul.nav li:last-child {
                border: none;
            }

        .tabbable .tab-content .tabbable ul.nav li a {
            background-color:white;
            color: #49A9F3;
            display:inline-block;
        }

            .tabbable .tab-content .tabbable ul.nav li a.MyProfile-Pane {
                width: 13%;
                font-size: 13px;
                padding: 5px;
            }

        .tabbable .tab-content .tabbable ul.nav li a:hover {
            background-color: white;
            color: #42BDDB !important;
        }

.medical-data label {
    cursor: none;
}

.content-tabbable {
    background-color: white;
    padding: 0 1rem 1rem 1rem;
}

.content-tabbable label {
    margin-right: 10px;
}

    .content-tabbable p {
        display: inline-block;
        font-size: 0.875rem;
    }

.person-data .row {
    margin: 0;
}

.tabbable ul.nav li a.MyProfile-Pane {
    color: #323232;
    display: inline-block;
    padding: 5px 30px;
    width: 22%;
}

.tabbable ul.nav li a.MyProfile-Pane:hover {
    background-color: #42BDDB;
    color: white;
}

.tabbable .nav-tabs>.active a.MyProfile-Pane {
    color: #323232;
}

.myProfile-content {
    background-color: white;
    display: inline-block;
    height: 100%;
    width: 100%;
}

    .myProfile-content .tabbable ul.nav {
        background-color: #E6E6E6;
        margin-top: 0;
    }

    .myProfile-content .tabbable ul.nav li {
        display: inline-block;
    }

    .myProfile-content .tab-content {
        padding: 0 30px;
    }

.myProfile-content .myData .rows {
    padding: 9px 0px;
    border-bottom: solid 2px #E6E6E6;
}

.myProfile-content .myData .rows:last-child {
    border-bottom: solid 3px #42BDDB;
    margin-bottom: 60px;
}
    
    .myProfile-content .myData .rows input, .myProfile-content .myData .rows select {
        margin: 0;
    }

    .myProfile-content .myData .rows select[disbled], .myProfile-content .myData .rows input[disabled] {
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
    }
    

.myProfile-content .myData .edit-myData a {
    background-color: #E6E6E6;
    color: #9F9F9F;
    cursor: pointer;
    display: inline-block;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    padding: 6px 30px;
}

    .myProfile-content .myData .edit-myData a:hover {
        background-color: #42BDDB;
        color: white;
    }


.myProfile-content .myData hr {
    border: solid 1px #42BDDB;
}

.successUpdateMyData {
    background-color: #FFDB4D;
    color: #363636;
    margin: 20px !important;
    display: none;
}

.successUpdateMyData span {
    display: inline-block;
    font-weight: bold;
    margin: 20px;
}

.successUpdateMyData img {
    margin-top: 13px;
}

    .successUpdateMyData img#closeMessageData {
        margin-top: 20px;
        margin-left: 25px;
        cursor: pointer;
    }


.accordion-profile dd {
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
}

.accordion-profile button {
    background-color: #009e0f;
    color: white;
    padding: 10px 20px;
    width: 100%;
}

.accordion dd > a{ 
    -webkit-transition: all .5s;
   transition: all .5s;
}

.content-released {
    background-color: white;
    padding: 0.9375rem;
}

.content-released textarea {
    height: 165px;
}

    .content-released .accept {
        display: inline-block;
        width: 100%;
    }

        .content-released .accept input {
            margin-top: 1.5rem;
        }
        .content-released .accept h3 {
            margin-top: 0.5rem;
        }

.contentAditionalInformation {
    background-color: #E6E6E6;
    padding: 0.5rem 1rem;
}

ul.children-menu {
    background-color: #D3D3D3;
    margin: 0;
    list-style: none;
}

    ul.children-menu li {
        display: inline-block;
    }

    ul.children-menu li a {
        color: #323232;
        display: inline-block;
        padding: 0.5rem 2rem;
    }

    ul.children-menu li a:hover {
        color: white !important;
        background-color: #42BDDB;
    }
    
    ul.children-menu li a.active {
        color: #323232;
        background-color: white;
    }

    ul.children-menu li a.active-complete {
        color: #323232 !important;
        background-color: white;
        background-image: url("../Images/Person/green.gif");
        background-size: 10px 10px;
        background-repeat:no-repeat;
        background-position: 10%;

    }

    ul.children-menu li a.active-incomplete {
        color: #323232 !important;
        background-color: white;
        background-image: url("../Images/Person/yellow.gif");
        background-size: 10px 10px;
        background-repeat:no-repeat;
        background-position: 10%;

    }

    ul.children-menu li a.active-uninitiated {
        color: #323232 !important;
        background-color: white;
        background-image: url("../Images/Person/gray.gif");
        background-size: 10px 10px;
        background-repeat:no-repeat;
        background-position: 10%;

    }

    ul.children-menu li a.active-confirmation {
        background-color: white;
        color: #323232;
    }
    
    ul.children-menu li a.uninitiated {
        color: #323232;
        background-image: url("../Images/Person/gray.gif");
        background-size: 10px 10px;
        background-repeat:no-repeat;
        background-position: 10%;

    }
    
    ul.children-menu li a.incomplete {
        color: #323232;
        background-image: url("../Images/Person/yellow.gif");
        background-size: 10px 10px;
        background-repeat:no-repeat;
        background-position: 10%;

    }
    
    ul.children-menu li a.complete {
        color: #323232;
        background-image: url("../Images/Person/green.gif");
        background-size: 10px 10px;
        background-repeat:no-repeat;
        background-position: 10%;
    }

    

ul.internal-menu {
    background-color: white;
    margin: 0;
    list-style: none;
    padding-top: 1rem;
    padding-left: 1rem;
}

    ul.internal-menu li {
        display: inline-block;
    }

    ul.internal-menu li:last-child {
            border: none;    
        }

    ul.internal-menu li a {
        color: #42BDDB;
        display: inline-block;
        font-size: 12px;
        padding: 0.3rem 1rem;
    }

    ul.internal-menu li a:hover {
        color: #42BDDB !important;
    }
    
    ul.internal-menu li a.active-complete {
        color: #323232 !important;
        background-color: #D3D3D3;
        background-image: url("../Images/Person/green.gif");
        background-size: 8px 8px;
        background-repeat:no-repeat;
        background-position: 5px;
    }

    ul.internal-menu li a.active-incomplete {
        color: #323232 !important;
        background-color: #D3D3D3;
        background-image: url("../Images/Person/yellow.gif");
        background-size: 8px 8px;
        background-repeat:no-repeat;
        background-position: 5px;
    }

    ul.internal-menu li a.active-uninitiated {
        color: #323232 !important;
        background-color: #D3D3D3;
        background-image: url("../Images/Person/gray.gif");
        background-size: 8px 8px;
        background-repeat:no-repeat;
        background-position: 5px;
    }

    ul.internal-menu li a.active {
        color: white;
        background-color: #323232;
    }

    ul.internal-menu li a.uninitiated {
        color: #323232;
        background-image: url("../Images/Person/gray.gif");
        background-size: 8px 8px;
        background-repeat:no-repeat;
        background-position: 5px;
    }

    ul.internal-menu li a.incomplete {
        color: #323232;
        background-image: url("../Images/Person/yellow.gif");
        background-size: 8px 8px;
        background-repeat:no-repeat;
        background-position: 5px;

    }

    ul.internal-menu li a.complete {
        color: #323232;
        background-image: url("../Images/Person/green.gif");
        background-size: 8px 8px;
        background-repeat:no-repeat;
        background-position: 5px;
    }

/*#aditionalDataShow {
    display: none;
}*/

.saveSuccessTransport .saveFailTransport {
    display: none;
} 

.punteada {
    border-width: 1px;
    border-color: #CCC;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-style: none none dashed;
    color: #FFF;
    background-color: #FFF;
}

ul.legends {
    list-style: none;
    margin: 0 0 0 2rem; 
}

ul.legends li {
    display: inline-block;
    margin: 0 5px;
}

ul.legends li span#legend-complete {
    background-color: #009900;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}

ul.legends li span#legend-incomplete {
    background-color: #FFCC00;
    width: 10px;
height: 10px;
display: inline-block;
margin-right: 5px;
}

ul.legends li span#legend-uninitiated {
    background-color: #999999;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}

ul.legends li label {
    cursor: none;
    font-size: 12px;   
}

.rh select {
    display: inline-block;
    width: 50%;
}

.accept-contract p {
    display: inline-block;
}

.confimation-content p {
    font-size: 16px;
}

.complete-confirmation-agree {
    color: #009900;
    text-decoration:underline;
}

.complete-confirmation {
    color: #9F9F9F;
    text-decoration: underline;
}

.incomplete-confirmation {
    color: #ff0000;
    text-decoration: underline;
}

span.postfix {
    border-left: solid 1px #cccccc;
    z-index: 0;
}

    span.postfix a {
        padding: 9px 15px;
    }

.red {
    color: #F21F0C;
    font-weight: bold;
    margin-left: -10px;
    position: absolute;
}

#goToconfirmation {
    background-color: #009900;
    border: none;
    color: white;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 10px 18px;
    text-align: center;
    width: 100%;
}

