﻿.PaxDetailsNavigation {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 5px 5px 0px 5px;
    overflow: auto;
    width: 100%;
    text-align: center;
}

    /* System Standard Styling */
    .PaxDetailsNavigation paxDetailsNavItems-Green:hover::selection {
        border-radius: 8px 8px 0px 0px;
        -moz-border-radius: 8px 8px 0px 0px;
        -ms-border-radius: 8px 8px 0px 0px;
        -o-border-radius: 8px 8px 0px 0px;
        -webkit-border-radius: 8px 8px 0px 0px;
        box-shadow: 0px 0px 5px #42B31E;
        -moz-box-shadow: 0px 0px 5px #42B31E;
        -ms-box-shadow: 0px 0px 5px #42B31E;
        -o-box-shadow: 0px 0px 5px #42B31E;
        -webkit-box-shadow: 0px 0px 5px #42B31E;
        font-weight: bold;
        font-size: 11px;
        border-top: 1px solid #42B31E;
        border-left: 1px solid #42B31E;
        border-right: 1px solid #42B31E;
        color: #000000;
    }

.paxDetailsNavItems-Gray {
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 0px 5px #797979;
    -moz-box-shadow: 0px 0px 5px #797979;
    -ms-box-shadow: 0px 0px 5px #797979;
    -o-box-shadow: 0px 0px 5px #797979;
    -webkit-box-shadow: 0px 0px 5px #797979;
    font-weight: bold;
    font-size: 11px;
    border-top: 1px solid #B4B4B4;
    border-left: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    color: #666666;
}

/* DELETE inputinput, textarea, select{
	padding:3px;
	border:1px solid #A5A5A5;
	background-color:#FFFFFF;
	color: #000000;	
    font-family: Arial;
    font-size: 12px;

    border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
}
{
	height: 18px;
}*/
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus{
	/* DELETE border: 1px solid #66afe9;*/
	box-shadow: 0px 0px 10px #66afe9;
	-moz-box-shadow: 0px 0px 10px #66afe9;
	-ms-box-shadow: 0px 0px 10px #66afe9;
	-o-box-shadow: 0px 0px 10px #66afe9;
	-webkit-box-shadow: 0px 0px 10px #66afe9;
}

.PaxDetailsNavigation a {
    display: block;
    text-decoration: none;
    float: left;
    padding: 9px 15px;
    font-weight: bold;
    font-size: 11px;
    /* DELETE width: 63px;*/
}

    .PaxDetailsNavigation a:hover:not(.active) {
        background-color: #adde9e;
    }

    .PaxDetailsNavigation a:hover {
        background-color: #adde9e;
        color: #000000;
    }

.pax-content-container {
    padding: 10px 5px 0 5px;
}

.pax-content-table {
    left: 0;
    right: 0;
    margin: auto;
    width: 99%;
}

.font-red {
    color: #FF0000;
}

.font-green {
    color: #42B31E;
}

.pax-profile-notes {
    padding: 20px 20px 0 20px;
}

.pax-form-elements {
    margin: 1px 0;
    display: inline-block;
    border: 1px solid #c1c1c1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 28px;
    font-family: verdana, arial, snas-serif;
    font-size: 11px;
    width: 300px;
}

.pax-form-elements-dates-numbers {
    width: auto;
    min-width: 0;
}

.pax-number {
    width: 100px;
}

.pax-details-row {
    width: 100%;
}

.pax-details-column-1 {
    width: 25%;
    float: left;
    line-height: 30px;
}

.pax-details-column-2 {
    width: 75%;
    float: left;
    line-height: 30px;
}

.pax-CustomHeading {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 27px;
}

.pax-CustomHeading-inner-page {
    display: none;
}

.pax-responsive-data-table-row-heading {
    display: none;
}

.pax-responsive-data-table-buttons {
    width: 70px;
}

@media screen and (max-width: 580px) {
    .pax-details-column-1, .pax-details-column-2 {
        width: 100%;
    }

    .pax-details-column-1 {
        line-height: 15px;
    }

    .pax-details-column-2 {
        padding-bottom: 15px;
    }

    .pax-form-elements {
        width: 100%;
    }

    .pax-form-elements-dates-numbers {
        width: 30%;
    }
}


@media screen and (max-width: 690px) {
    .PaxDetailsNavigation {
        position: relative;
        padding: 0;
    }

        .PaxDetailsNavigation a {
            text-align: center;
            float: none;
            width: 100%;
            padding: 9px 0 9px 0;
        }
}

@media screen and (max-width: 870px) {
    .PaxDetailsNavigation a {
        width: auto;
        min-width: 0;
    }
}

@media screen and (max-width: 890px) {
    .pax-details-column-1 {
        width: 30%;
    }

    .pax-details-column-2 {
        width: 70%;
    }
}

@media screen and (max-width: 600px) {
    .pax-details-column-1, .pax-details-column-2 {
        width: 100%;
    }

    .pax-details-column-2 {
        padding-bottom: 10px;
    }

    .pax-responsive-data-table-thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        width: 1px;
    }

    .pax-responsive-data-table-row {
        display: block;
        border-bottom: 1px solid #DDDDDD;
    }

    .pax-responsive-data-table-row-data {
        display: block;
        text-align: left;
        min-height: 17px;
    }

        .pax-responsive-data-table-row-data:before {
            display: block;
            width: 50%;
            content: attr(data-label);
            float: left;
            color: #797979;
            font-size: 11px;
        }

    .pax-responsive-data-table-buttons {
        display: inline-block;
        width: 44%;
        text-align: center;
    }

    .pax-CustomHeading-inner-page {
        clear: both;
        display: inline-block;
        margin-top: 25px;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }

    .pax-responsive-data-table-row-heading {
        display: table-row;
        text-align: center;
    }

    .pax-responsive-data-table-row-header {
        display: none;
    }
}

