﻿
/* start login */
.login-form .error-box {
    /*display: none;*/
    color: #b30000;
    padding: 10px 2px 0;
    margin: 0 0 -30px;
    font-size: 16px;
    line-height: 20px;
}
/* end login */

.disable-events {
    pointer-events: none;
    opacity: 0.7;
}

/* start travel reuqest */
.travel-settings .top-cols .col:nth-child(1) {
    width: 31.6%;
}

.travel-settings .top-cols .col:nth-child(2) {
    width: 22.5%;
}

.travel-settings .top-cols .col:nth-child(3) {
    width: 25.6%;
}

.travel-settings .top-cols .col:nth-child(4) {
    width: 20%;
}

.travel-settings .top-cols .col:nth-child(1) {
    width: 20%;
}

.btn-add {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #8bc34a;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-left: 7px;
}

.btn-add {
    border: 1px solid #8bc34a;
    border-radius: 6px;
}

    .btn-add:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    .btn-add:before {
        content: '\f00d';
        font: 16px/1em 'FontAwesome';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: -0.5em 0 0;
    }

    .btn-add:before {
        content: '\f067';
        font-size: 20px;
        margin-top: -0.45em;
    }

/*.travel-settings .radio-group li{
	padding: 0 0 0 30px;
}
.travel-settings .radio-group li + li{margin: 0 0 0 20px;}

.travel-preferences .check-block:after{
	content: '';
	display: block;
	clear: both;
}
.travel-preferences .check-block .chk-area{margin: -3px 13px 0 0;}
.travel-preferences .check-block label{
	display: block;
	overflow: hidden;
	color: #3d3c3c;
	font-size: 16px;
	line-height: 20px;
}
.travel-preferences .check-block{padding: 10px 0 0;}

#additional-information .notification-section:before
{
    height:0px;
}

#additional-information .notification-section:after 
{
    height:0px;
}

#additional-information .notification-section .btn-default{
	border: solid 1px #70ca63;
	border-radius: 8px;
	min-width: 102px;
	font: 16px/21px 'LatoRegular', sans-serif;
	padding: 4px 15px;
    background-color:#70ca63;
    color:white;
}

.additional-info .inputs-additional.active{display: block;}

.additional-info .inputs-additional{
	display: none;
}
/* end travel request */

/*start user profile*/

.issued-text {
    background-color: #B1E11C;
}

.label-pusht {
    display: inline-block;
    margin-left: 25px;
    min-width: 5px;
    font: 18px/22px 'LatoLight', sans-serif;
    margin-bottom: 10px;
}

    .label-pusht.red {
        color: red;
    }

    .label-pusht.green {
        color: green;
    }

.label-simple {
    display: inline-block;
    min-width: 5px;
    font: 18px/22px 'LatoLight', sans-serif;
}

.label-bold {
    display: inline-block;
    min-width: 5px;
    font: 18px/22px 'LatoLight', sans-serif;
    font-weight: bold;
}


.label-header {
    display: inline-block;
    margin-left: 25px;
    min-width: 5px;
    font: 30px/34px 'LatoLight', sans-serif;
    margin-bottom: 10px;
    font-weight: bold;
}


.user-container {
    width: 100%;
}

    .user-container .row:before,
    .user-container .row:after {
        content: "";
        display: table;
        clear: both;
        margin-top: 0 !important;
    }

    .user-container .row ul {
        display: inline-block;
    }

    .user-container .row h3 {
        display: inline-block;
        margin-left: 23px;
        min-width: 165px;
    }


    .user-container .form-label {
        display: inline-block;
        margin-left: 25px;
        min-width: 5px;
        font-size: 22px;
        margin-top: 10px;
    }



    .user-container .req {
        position: absolute;
        top: 0;
        left: 1px;
        color: #ff9800;
        padding: 10px 0;
        width: 11px;
        text-align: right;
        z-index: 21;
    }

.txt-background-grey {
    display: block;
    text-align: center;
    background: #d4d4d4;
    color: #3d3c3c;
    font: 18px/22px 'LatoLight', sans-serif;
    padding: 10px;
    border-radius: 5px;
}

.user-container .row .textbox-block {
    display: block;
    margin: 20px 10px 0 25px;
}

.user-container .row .radio-group li {
    display: inline;
}

.user-container .row  li {
 
    margin-left: 10px;
}

    .user-container .row li.differnet-row {
        display: block;
        margin-top: 10px;
    }

.user-container [class*='col-'] {
    float: left;
    min-height: 5px;
    width: 16.66%;
}

.user-container .col-1 {
    width: 13.66%;
    margin-right: 3%;
}

.user-container .col-1-and-half {
    width: 21%;
    margin-right: 2%;
    margin-left: 2%;
}

.user-container .col-2 {
    width: 33.33%;
}

.user-container .col-22 {
    width: 29%;
    margin-left: 2.33%;
    margin-right: 2%;
    margin-bottom: 15px;
}


.user-container .col-3 {
    width: 50%;
}

.user-container .col-4 {
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 10px;
}

.user-container .col-5 {
    width: 83.33%;
}

.user-container .col-6 {
    width: 100%;
}

.userprofile-settings {
    position: relative;
}

    .userprofile-settings .top-cols {
        background: #f8f8f9;
        border-top: solid 1px #ccc;
        padding: 31px 16px 0px;
        font-size: 0;
        line-height: 0;
        font-family: 'AdobeBlank';
        margin: 0 0 0;
    }

        .userprofile-settings .top-cols:after {
            content: '';
            display: block;
            clear: both;
        }

        .userprofile-settings .top-cols .col {
            float: right;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 10px;
            min-height: 1px;
        }
    /*.userprofile-settings .top-cols .col:nth-child(1){width: 35%;}*/
    /*.userprofile-settings .top-cols .col:nth-child(2){width: 36.6%;}
.userprofile-settings .top-cols .col:nth-child(3){width: 28.4%;}*/
    .userprofile-settings .radio-group {
        list-style: none;
        margin: 0;
        padding: 8px 0 0;
        display: inline-block;
        vertical-align: top;
    }

        .userprofile-settings .radio-group li {
            display: inline-block;
            vertical-align: top;
            position: relative;
            padding: 0 0 0 40px;
        }

            .userprofile-settings .radio-group li + li {
                margin: 0 0 0 45px;
            }

        .userprofile-settings .radio-group .rad-area {
            position: absolute;
            z-index: 20;
            float: none;
            top: 0;
            left: 0;
        }

        .userprofile-settings .radio-group label {
            display: inline-block;
            vertical-align: top;
            color: #3d3c3c;
            font: 300 16px/20px 'Lato', sans-serif;
        }

    .userprofile-settings .top-cols .input-block {
        position: relative;
    }

        .userprofile-settings .top-cols .input-block label {
            color: #3d3c3c;
            font: 300 16px/20px 'Lato', sans-serif;
            padding: 9px 12px 0 0;
            display: inline-block;
            vertical-align: top;
        }

        .userprofile-settings .top-cols .input-block .sel {
            width: 203px;
            display: inline-block;
            vertical-align: top;
        }

    .userprofile-settings .middle-block {
        background: #f8f8f9;
        padding: 22px 26px 13px;
        margin: 0 0 17px;
        position: relative;
    }
/*end user profile*/
.form-control-AdvancedDDTextBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    display: block;
    font: 300 16px 'Lato', sans-serif;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 5px;
    color: #afafaf;
    padding: 2px 15px;
    margin: 0;
}

.userprofile-settings .top-cols .input-block label {
    color: #3d3c3c;
    font: 16px/20px 'LatoLight', sans-serif;
    padding: 9px 12px 0 0;
    display: inline-block;
    vertical-align: top;
}



.NavigatorTreeFonts {
    /*background-image:  url(../../Images/Design107/NavigatorBackGround.gif);*/
    border-bottom: 1px solid #F7F8F8;
    cursor: pointer;
    color: #384B4E;
    font-family: tahoma, arial, sans-serif;
    text-align: left;
}


.NavigatorBackGround {
    background-position: top left;
    background-repeat: repeat;
    vertical-align: baseline;
    direction: rtl;
    text-align: right;
}

.NavigatorTreeFonts {
    /*background-image:  url(../../Images/Design107/NavigatorBackGround.gif);*/
    border-bottom: 1px solid #F7F8F8;
    cursor: pointer;
    color: #384B4E;
    font-family: tahoma, arial, sans-serif;
    text-align: right;
}


.login-header .logo {
    width: 149px;
    height: 46px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}

/* attach-block */
.msg-area .Password-block {
    width: 650px;
}

.msg-area .AppID-block {
    width: 650px;
}

.summary-area .main-col-wide {
    float: left;
    width: 1136px;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 25px 27px 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.summary-info-profile {
    width: 100%;
    margin: 0 0 19px;
    border-collapse: collapse;
}

    .summary-info-profile td {
        vertical-align: top;
        color: #4a4949;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .summary-info-profile td:first-child {
            width: 166px;
            padding-right: 15px;
        }

    .summary-info-profile .top-sep td {
        padding-top: 40px;
    }

    .summary-info-profile h3 {
        color: #959595;
        margin: 0;
        padding: 1px 0 0;
        font: 16px/20px 'LatoLight', sans-serif;
    }

    .summary-info-profile p {
        margin: 0 0 18px;
    }

        .summary-info-profile p strong {
            font-family: 'LatoRegular';
            font-weight: normal;
        }

        .summary-info-profile p a {
            color: #0d01b4;
            text-decoration: underline;
        }

            .summary-info-profile p a:hover {
                text-decoration: none;
            }

    .summary-info-profile .dark-color {
        color: #282834;
    }

    .summary-info-profile .sep {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 0 0 44px;
    }

        .summary-info-profile .sep:before {
            content: '';
            position: absolute;
            z-index: 20;
            top: 5px;
            left: 23px;
            width: 1px;
            height: 16px;
            background: #282834;
        }

    .summary-info-profile .sep-02 {
        padding: 0 9px;
    }

    .summary-info-profile .sep-03 {
        padding: 0 0 0 18px;
    }

    .summary-info-profile .sep-04 {
        padding: 0 0 0 10px;
    }

    .summary-info-profile td {
        width: 25%;
        padding-right: 15px;
    }

/*Search table*/
.table-search table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    background: #f6f7f7;
}

    .table-search table img {
        max-width: 100%;
        vertical-align: top;
    }

    .table-search table tr {
        border-bottom: 3px solid #fff;
    }

    .table-search table th {
        text-align: left;
        border: none;
        background: #878787;
        color: #fff;
        vertical-align: middle;
        padding: 2px 5px 2px 0;
        height: 46px;
        font-weight: 300;
    }

        .table-search table th:nth-child(4), .table-search table th:nth-child(9) {
            text-align-last: center;
        }

    .table-search table thead tr:first-child {
        background: #878787;
    }

    .table-search table tbody tr:nth-child(10n) + tr td {
        border-top: 3px solid #d4d4d4;
    }

    .table-search table td {
        padding: 2px 5px;
        height: 43px;
        font-size: 14px;
    }
        /*.table-search table td:nth-child(8),
.table-search table td:nth-child(9),
.table-search table td:nth-child(10),
.table-search table td:nth-child(11),
.table-search table td:nth-child(12),
.table-search table td:nth-child(13){
	text-align: center;
}
.table-search table th:nth-child(8),
.table-search table th:nth-child(9),
.table-search table th:nth-child(10),
.table-search table th:nth-child(11),
.table-search table th:nth-child(12),
.table-search table th:nth-child(13){
	text-align: center;
	font-size: 14px;
}*/
        .table-search table th:first-child,
        .table-search table td:first-child {
            width: 1%;
            /*width that change icon image size*/
            width: 2%;
            text-align: center;
        }

        .table-search table th:nth-child(2),
        .table-search table td:nth-child(2) {
            width: 5%;
            /*vertical-align: top;*/
        }

        .table-search table th:nth-child(3),
        .table-search table td:nth-child(3) {
            width: 9%;
            white-space: nowrap;
        }

        .table-search table th:nth-child(4),
        .table-search table td:nth-child(4) {
            width: 8%;
            min-width: 150px;
        }

        .table-search table th:nth-child(5),
        .table-search table td:nth-child(5) {
            width: 5%;
        }

        .table-search table th:nth-child(6),
        .table-search table td:nth-child(6),
        .table-search table th:nth-child(7),
        .table-search table td:nth-child(7) {
            width: 9%;
            white-space: nowrap;
        }

        .table-search table th:nth-child(8),
        .table-search table td:nth-child(8),
        .table-search table th:nth-child(9),
        .table-search table td:nth-child(9),
        .table-search table th:nth-child(10),
        .table-search table td:nth-child(10) {
            width: 9%;
        }

        .table-search table th:nth-child(11),
        .table-search table td:nth-child(11) {
            width: 5%;
            min-width: 196px;
        }

        .table-search table td:nth-child(12),
        .table-search table th:nth-child(12) {
            width: 5%;
        }

        .table-search table td:nth-child(13),
        .table-search table th:nth-child(13) {
            width: 1%;
        }

    .table-search table p {
        margin: 0 0 6px;
    }

.table-search .triangle {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 7px;
    border: 5px solid transparent;
    border-top: 6px solid #fff;
    margin: 0 0 0 8px;
}

.table-search .square {
    float: left;
    font-size: 0;
    line-height: 0;
    margin: 10px 12px 0 0;
}

.table-search .holder {
    overflow: hidden;
}

.table-search .task-progress {
    white-space: nowrap;
}

    .table-search .task-progress > li {
        border: none;
        width: 29px;
        height: 5px;
        border-radius: 0;
        margin-right: 3px;
        background: #e6e7e7;
    }

        .table-search .task-progress > li.active {
            background: #8bc34a;
        }

.table-search .ico-history {
    display: inline-block;
    vertical-align: top;
}

.table-search .popup-goto {
    width: 22px;
    margin: 0 auto;
}

.table-search .btn-goto {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: url(../../Images/GUI/ico-chevron-right-01.png) no-repeat 50% 50%;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    border: 1px solid #878787;
}

.table-search .btn-more {
    font-size: 0;
    line-height: 0;
    width: 7px;
    height: 7px;
    padding: 3px 11px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

    .table-search .ico-history:hover,
    .table-search .btn-goto:hover,
    .table-search .btn-more:hover {
        opacity: .7;
    }

    .table-search .btn-more span {
        height: 100%;
        display: block;
        background: #878787;
        color: #878787;
        border-radius: 50%;
        -webkit-box-shadow: -11px 0, 11px 0;
        box-shadow: -11px 0, 11px 0;
    }

.table-search .popup-holder a {
    color: inherit;
    text-decoration: none;
}

.table-search .triangleAsc {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 7px;
    border: 5px solid transparent;
    border-bottom: 6px solid #fff;
    margin: 0 0 0 8px;
}

.table-search .triangleDesc {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 7px;
    border: 5px solid transparent;
    border-top: 6px solid #fff;
    margin: 0 0 0 8px;
}
/*End of Search table*/



.userprofile-settings .base-info {
    border-top: 1px solid #ccc;
    background: #f8f8f8;
    padding: 12px 25px 0px 30px;
    margin-bottom: 0px;
    position: relative;
    min-height: 32px;
}

    .userprofile-settings .base-info .top-part:after,
    .userprofile-settings .base-info .row:after {
        content: '';
        display: block;
        clear: both;
    }

    .userprofile-settings .base-info .avatar {
        position: absolute;
        top: 21px;
        left: 25px;
        width: 92px;
    }

        .userprofile-settings .base-info .avatar img {
            width: 100%;
            height: auto;
            border-radius: 50%;
        }

    .userprofile-settings .base-info .top-part {
        padding: 0 0 0px;
        width: 90%;
    }

    .userprofile-settings .base-info .ux-lang {
        float: right;
        margin-left: 10px;
    }

        .userprofile-settings .base-info .ux-lang label {
            float: left;
            margin: -30px 14px 0 0;
            line-height: 20px;
            height: 20px;
        }

        .userprofile-settings .base-info .ux-lang .sel {
            float: left;
            width: 126px;
        }

    .userprofile-settings .base-info .note {
        color: #707077;
        display: block;
        font: 16px/20px 'LatoItalic', sans-serif;
        padding: 5px 0 0;
    }

        .userprofile-settings .base-info .note b {
            color: #ff9800;
            font-style: normal;
            font-family: 'LatoBold';
            font-weight: normal;
        }

    .userprofile-settings .base-info .row {
        margin: 0 -10px;
    }

        .userprofile-settings .base-info .row > .col {
            float: left;
            width: 25%;
            padding: 0 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }




.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}



.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}


.table .task-progress > li.none {
    display: none;
}






.msg-area .msg-block.opened {
    opacity: 1;
    visibility: visible;
}
/* msg-area */
.msg-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(40,40,52,0.4);
    z-index: 200001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*.msg-area .msg-block {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 21px 19px 18px;
	width: 578px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
	border: 1px solid #c1c1c1;
	background: #fff;
	color: #3d3c3c;
	border-radius: 6px;
	font-size: 16px;
	line-height: 26px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
    width:518px;
}*/
.msg-block {
    margin: 0 auto;
    top: 50%;
    padding: 21px 19px 58px;
    width: 578px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    border: 1px solid #c1c1c1;
    background: #fff;
    color: #3d3c3c;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll-on-overflow {
    overflow: scroll;

    height:auto!important;
    overflow: auto;
        padding-bottom: 0;
}

headeradb {
    /*border-radius: 4px 4px 0 0;
    position: absolute;
    color: #fff;
    padding: 15px 35px 15px 67px;
    width: 478px;*/
    display: block;
    font-size: 22px;
    border-radius: 4px 4px 0 0;
    position: relative;
    color: #fff;
    padding: 15px 35px 15px 67px;
}

    headeradb:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 15px;
        margin: -16px 0 0;
        width: 33px;
        height: 33px;
        background: url('../../Images/GUI/ico-40.png') no-repeat;
    }

    headeradb .btn-close {
        position: absolute;
        top: 10px;
        right: 13px;
        font: 18px/1em 'LatoRegular', sans-serif;
        text-transform: uppercase;
        color: inherit;
        text-indent: 0;
        width: auto;
        height: auto;
        overflow: visible;
    }

        headeradb .btn-close:before,
        headeradb .btn-close:after {
            display: none;
        }

        headeradb .btn-close:hover {
            text-decoration: none;
            opacity: 0.8;
        }

.msg-block span {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    margin: 0;
}

.msg-block headeradb span {
    font-size: 22px;
}

.msg-block p {
    margin: 0 0 20px;
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}

.msg-block .entity {
    background: #f6f6f8;
    border-radius: 0 0 4px 4px;
    padding: 25px 30px 0px;
    min-height: 122px;
}

.msg-block.type1 footer {
    text-align: right;
    padding: 20px 0px !important;
}

.msg-block.type3 footer {
    text-align: right;
    padding: 20px 0px !important;
}

.msg-block footer .btn {
    margin-left: 14px;
    min-width: 162px;
}

.msg-block .btn {
    border-width: 1px;
    border-style: solid;
    line-height: 21px;
    border-radius: 6px;
}

    .msg-block .btn:hover {
        opacity: 0.8;
    }

.msg-block .btn-ok {
    text-transform: uppercase;
    color: #fff;
}

.msg-block .btn-success {
    border-color: #8bc34a;
}

    .msg-block .btn-success.disabled {
        border-color: transparent;
    }

.msg-block.type1 headeradb {
    background-color: #df5640;
}

.msg-block.type2 headeradb {
    background-color: #f6bb42;
}

.msg-block.type2 .entity,.msg-block.type1 .entity{
    padding-bottom: 20px;
}

.msg-block.type2.scroll-on-overflow,.msg-block.type1.scroll-on-overflow{
    padding-bottom: 20px;
}


.msg-block.type3 headeradb {
    background-color: #3bafda;
}

.msg-block.type1 .btn-ok {
    border-color: #df5640;
    background-color: #df5640;
}

.msg-block.type1 .btn-cancel {
    border-color: #df5640;
    color: #df5640;
}

.msg-block.type2 .btn-ok {
    margin-top: 10px;
    border-color: #f6bb42;
    background-color: #f6bb42;
}

.msg-block.type2 .btn-cancel {
    margin-top: 10px;
    border-color: #f6bb42;
    color: #f6bb42;
    background-color: #fff;
}

.msg-block.type3 .btn-ok {
    border-color: #3bafda;
    background-color: #3bafda;
}

.msg-block.type3 .btn-cancel {
    border-color: #3bafda;
    color: #3bafda;
}

.msg-block.type1 headeradb:before {
    width: 34px;
    height: 34px;
    background-position: -91px 0;
}

.msg-block.type2 headeradb:before {
    width: 38px;
    background-position: -43px 0;
    margin-left: -2px;
}





ul.hMenu {
    white-space: nowrap;
}

    ul.hMenu li input {
        position: relative;
        top: 2px;
    }

    ul.hMenu li {
        float: left;
        list-style-type: none;
    }


table.TrToAgentTableCell tr {
    border-bottom: none !important;
}


.calendar-block .line-holder {
    margin-bottom: 20px;
    padding: 0 0 0 66px;
}

    .calendar-block .line-holder:after {
        content: '';
        display: block;
        clear: both;
    }

    .calendar-block .line-holder label {
        float: left;
        width: 63px;
        margin: 0 3px 0 -66px;
        line-height: 40px;
    }

.pnleditpopup {
         padding: 20px;
         border: 1px solid green;
    }

/* Internet Explorer 10+ Versions Rules go here */ /* Internet Explorer 10+ Versions Rules go here */ /* Internet Explorer 10+ Versions Rules go here */ /* Internet Explorer 10+ Versions Rules go here */

@media screen and (min-width:0\0) {
    .msg-block footer {
        text-align: right;
        padding: 0;
        margin-top: -5px;
    }
}

/* Internet Explorer 10+ Versions Ends here */ /* Internet Explorer 10+ Versions Ends here */ /* Internet Explorer 10+ Versions Ends here */ /* Internet Explorer 10+ Versions Ends here */ /* Internet Explorer 10+ Versions Ends here */

.price-blue {
    background-color: #1E90FF;
    color: #c6c6c6;
}

.row-background-lightblue {
    color: #ADD8E6;
}
