.alert-success {
    box-shadow: 0 0 7px #a5db8e;
    -webkit-box-shadow: 0 0 7px #a5db8e;
    -moz-box-shadow: 0 0 7px #a5db8e;
    color: #3c763d
}

.alert-danger {
    box-shadow: 0 0 7px #fcbaba;
    -webkit-box-shadow: 0 0 7px #fcbaba;
    -moz-box-shadow: 0 0 7px #fcbaba;
    color: #ff2828
}

.alert-warning {
    box-shadow: 0 0 10px #ffe7c1;
    -webkit-box-shadow: 0 0 10px #ffe7c1;
    -moz-box-shadow: 0 0 10px #ffe7c1;
    color: #fc7b0a
}

.alert-info {
    box-shadow: 0 0 7px #a9e0f9;
    -webkit-box-shadow: 0 0 7px #a9e0f9;
    -moz-box-shadow: 0 0 7px #a9e0f9;
    color: #31708f
}

.table thead th {
    background-color: #e5e5e5;
    color: #484747;
    font-size: 15px;
    padding-left: 8px
}

.btndisabled,.btndisabled:active,.btndisabled:focus,.btndisabled:hover {
    background: #ddd;
    border-radius: 0;
    font-weight: 700;
    color: #888
}

.empty_table_padding th {
    padding: 8px;
    font-size: 15px
}

.emptytablecontainer tbody tr.empty_table_noData {
    background: #f4f4f4;
    height: 100px;
    font-size: 15px;
    text-align: center;
    padding: 30px
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.admin_empty_table {
    font: 15px;
    margin: 0 0 7px 36px
}

.admin_empty_table th {
    font-size: 16px;
    padding: 13px 15px!important;
    border: 0;
    border-bottom: none!important;
    background: #72b6d9;
    color: #fff
}

.admin_empty_table tr td {
    color: #595959;
    padding: 13px 15px!important
}

.admin_empty_table th:first-child {
    border-right: 1px solid silver!important
}

.btndisabled {
    background-color: #ddd;
    color: #fff
}

input::-ms-clear,input::-ms-reveal {
    display: none
}

ul.dropdown-menu[role=listbox] {
    min-width: 100%
}

body .cg-busy.cg-busy-backdrop {
    background: #000;
    position: fixed
}

.my-animation {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.my-animation .cg-busy-default-wrapper .cg-busy-default-sign {
    position: fixed;
    top: 40%;
    left: 48%;
    background: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.my-animation .cg-busy-default-wrapper .cg-busy-default-sign .cg-busy-default-spinner {
    width: 40px;
    height: 40px;
    left: 8px
}

.my-animation .cg-busy-default-wrapper .cg-busy-default-sign .cg-busy-default-spinner div {
    background: #fff;
    width: 9%;
    height: 30%;
    left: 10%;
    top: 21%
}

.my-animation .cg-busy-default-text {
    color: #fff;
    text-shadow: none;
    font-size: 20px
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    cursor: default
}

.full-width {
    width: 100%
}

.text-red {
    color: red
}

.rwar {
    color: #fff
}

.calendarIcon{
    background: #fff url(../images/search-flights-sprite-v3.png) no-repeat -5px -1601px;
    height: 25px;
    width: 35px;
    display: inline-block;
    background-color: #fff
}

.calendarIconInput{
    background-color: #fff !important;
    border-right: none;
    box-shadow: none
}
.calendarIconInput:focus{
    box-shadow: none
}
.calendarButton:hover, .calendarButton:focus{
    background-color: #fff;
}
#traveTypeSummaryList .dropdown-menu:focus, #traveTypeSummaryList .dropdown-menu table:focus, #traveTypeSummaryList .dropdown-menu table, #traveTypeSummaryList .dropdown-menu li:focus, .calendarButton:focus, #traveTypeSummaryList .dropdown-menu, #traveTypeSummaryList .dropdown-menu li, .calendarButton{
    outline: none
}
.calendarButton{
    border-left: none;
    padding: 0
}


#traveTypeSummary{
    overflow:auto;
}

#traveTypeSummaryList .btn-sm, .btn-group-sm > .btn{
    border: none;
    border-radius: 0
}

.ng-dirty.ng-valid, .ng-valid + .input-help, .ng-dirty.ng-invalid, .ng-dirty.ng-valid{
    border-color:#ccc !important
}
body{
    overflow-x:hidden
}