﻿
body {
    font-family: 'Open Sans'!important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: lightgray !important;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: lightgray !important;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: lightgray !important;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: lightgray !important;
    opacity: 1;
}


.bg-light-blue, .bg-header {
    background-color: rgb(0,175,240);
}

.bg-dark-blue {
    background-color: rgb(0,136,186);
}

.bg-green {
    background-color: rgb(38,137,8);
}

.bg-gray {
    background-color: rgb(244,249,253);
}

.color-gray {
    color: rgb(246,249,254);
}

.color-navy-blue{
    color:rgb(0,50,101);
}

.color-dark-blue {
    color: rgb(21,46,86);
}

.color-blue {
    color: rgb(51, 116, 154);
}

.color-green {
    color: rgb(38,137,8);
}

.color-maroon {
    color: rgb(134,4,4);
}


.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.home-calculators-icons-border-left {
    border-left-color: rgb(204,204,204);
    border-left-width: 1px;
    border-left-style: solid
}

.home-calculators-mottos {
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
    margin-top: 70px;
}

/*burak*/
/*about-text*/
.staticpage-title {
    padding-left: 15px;
    padding-top: 45px;
    padding-bottom: 45px;
    color: #142e56;
    font-size: 26px;
    font-weight: 900;
}
/*aboutsettings*/
.staticpage-title-bottom-border {
    border-bottom: 5px solid #142e56;
    padding: 0px;
    width: auto;
}

.staticpage-subtitle {
    color: #142e56;
    font-size: 20px;
    font-weight: 900;
}

.staticpage-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 45px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #F4F9FD;
    font-size: 13px !important;
}

/*backgr*/
.bg-light-blue {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #F4F9FD;
    font-size: 13px !important;
}

.buttonGreen {
    width: 115px !important;
    height: 40px !important;
    background-color: #268908;
    color: white !important;
    border: 0px;
    font-weight: 600;
    font-size: 14px;
    padding-left: 15px !important;
    text-align: left;
}

.buttontry {
    width: 115px !important;
    height: 3px !important;
    background-color: #268908;
    margin-bottom: 3px;
    border: 0px;
}

.bottom-text {
    font-size: 15px;
    padding-left: 15px;
}

.textContact {
    font-size: 13px;
    font-weight: bold;
    color: #2B3C61;
}

.howclmB {
    font-weight: bold;
    font-size: 13px;
}

.form-input-help {
    height: 60px;
    width: 60%;
}

.form-input-help1 {
    height: 110px;
    width: 60%;
}


/*burak*/








/*cansu*/

.form-container {
    font-family: Open Sans !important;
    width: 100% !important;
    background-color: #F4F9FD !important;
    padding-bottom: 30px !important;
}

#form-container-id::before {
    background-color: red !important;
}

.form-progress-container {
    padding-top: 36px !important;
}

.form-progress-line {
    border-bottom: 4px solid #E2E2E2 !important;
}

.form-progress-default {
    margin-top: -30px !important;
    width: 25px !important;
    height: 25px !important;
    background-repeat: no-repeat;
}

.form-progress-current {
    margin-top: -15px !important;
    width: 25px !important;
    height: 25px !important;
    background-repeat: no-repeat;
    position: relative;
}

.form-progress-passed {
    margin-top: -15px !important;
    width: 25px !important;
    height: 25px !important;
    background-repeat: no-repeat;
}

.form-progress-text {
    color: #454545 !important;
    padding-top: 32px !important;
}

.progress-text-active {
    color: #810505 !important;
    font-weight: bold !important;
}

.form-progress-turnoff-passive {
    background-repeat: no-repeat !important;
    width: 29px !important;
    height: 32px !important;
}

.form-progress-edit-passive {
    background-repeat: no-repeat !important;
    width: 29px !important;
    height: 32px !important;
}

.form-progress-detail-passive {
    background-repeat: no-repeat !important;
    width: 26px !important;
    height: 31px !important;
}

.form-progress-end-passive {
    background-repeat: no-repeat !important;
    width: 39px !important;
    height: 32px !important;
}

.form-progress-edit-active {
    background-repeat: no-repeat !important;
    width: 29px !important;
    height: 32px !important;
}

.form-progress-detail-active {
    background-repeat: no-repeat !important;
    width: 26px !important;
    height: 31px !important;
}

.form-progress-end-active {
    background-repeat: no-repeat !important;
    width: 39px !important;
    height: 32px !important;
}

/*other styles*/
.fill-parent-width {
    width: 100% !important;
}

.fill-parent-height {
    height: 100% !important;
}

.vr-line {
    border-left: 1px solid #777C80 !important;
    padding-left: 5px !important;
}

.flight-draw-line {
    border: 2px solid #C9C9C9 !important;
    vertical-align: middle !important;
    height: 2px !important;
    margin-top: 10px !important;
}

.plane-gray-right {
    width: 24px !important;
    height: 24px !important;
    background-repeat: no-repeat;
}

.plane-blue-vertical {
    width: 33px !important;
    height: 33px !important;
}

.label-blue {
    color: #326489 !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

.label-black {
    color: #303133 !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

.label-gray {
    color: #282D31 !important;
}

.info-gray {
    color: #4F5458 !important;
}

.airport-blue {
    color: #71BADD !important;
}

.back-text-color {
    color: #454A4D !important;
}

.info-aller {
    font-family: Aller_Rg;
    font-size: 15px !important;
}

.info-aller-italic {
    font-family: Aller_Rg;
    font-style: italic;
    font-size: 15px !important;
}

.bold-aller {
    font-family: Aller_Bd;
}

/*button styles*/

.font-20 {
    font-size: 17px !important;
}

.bg-progress-active {
    background-color: #38789C !important;
    border-radius: 100% !important;
    background-position-x: center !important;
    background-position-y: center !important;
}


/* Radiobutton styles */
/* The container */
.rb-container {
    display: block !important;
    position: relative !important;
    padding-left: 35px !important;
    cursor: pointer !important;
    font-weight: normal !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

    /* Hide the browser's default radio button */
    .rb-container input {
        position: absolute !important;
        opacity: 0 !important;
        top: 0px !important;
        left: 0px !important;
        cursor: pointer !important;
        height: 22px !important;
        width: 22px !important;
        z-index: 1000;
    }

/* Create a custom radio button */
.rb-checkmark {
    position: absolute !important;
    top: calc( 50% - 13px ) !important;
    /*top: 0px !important;*/
    left: 0px !important;
    height: 22px !important;
    width: 22px !important;
    background-color: #FFFFFF !important;
    border-radius: 50% !important;
    border: 2px solid #E3E3E3 !important;
}

/* When the radio button is checked, add a blue background */
.rb-container input:checked ~ .rb-checkmark {
    border-color: #10B1E7 !important;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.rb-checkmark:after {
    content: "";
    position: absolute !important;
    display: none !important;
}

/* Show the indicator (dot/circle) when checked */
.rb-container input:checked ~ .rb-checkmark:after {
    display: block !important;
    border: 7px solid #03B2F3 !important;
}

/* Style the indicator (dot/circle) */
.rb-container .rb-checkmark:after {
    top: 2px !important;
    left: 2px !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: white !important;
}

.bg-info:hover {
    cursor: pointer !important;
}


.border-bottom-6 {
    border-bottom: 6px solid #142C5C !important;
}

.form-info-text {
    color: #606467 !important;
    font-style: italic;
    font-size: 12px !important;
    font-weight: bold !important;
}

/*none styles*/

.display-none {
    display: none !important;
}

.border-none {
    border: none !important;
}

.outline-none {
    border: none !important;
}

.background-none {
    background-color: transparent !important;
}

/*box styles*/
.control-box {
    border: 1px solid #C8C9CB !important;
    /*height: 60px !important;*/
    background-color: none !important;
}

.control-textbox {
    border: 1px solid #C8C9CB !important;
    height: 60px !important;
    color: #3E3E3E;
    background-color: #FFFFFF !important;
}

.application-textBox {
    border: 1px solid #C8C9CB !important;
    height: 38px !important;
    color: #3E3E3E;
    background-color: #FFFFFF !important;
    background-repeat: no-repeat;
    background-position-x: 98% !important;
    background-position-y: 48% !important;
    width: 100% !important;
    vertical-align: middle;
    padding-right:45px;
}

/*.textbox-fn-bg {
    border: 1px solid #C8C9CB !important;
    height: 60px !important;
    color: #3E3E3E;
    background-color: #FFFFFF !important;
    background-repeat: no-repeat;
    background-position-x: 95% !important;
    background-position-y: center !important;
    width: 100% !important;
    vertical-align: middle;
}*/

.text-area-box {
    border: 1px solid #C8C9CB !important;
    height: 300px !important;
    color: #3E3E3E;
    background-color: #FFFFFF !important;
}

.radio-box {
    border: 1px solid #C8C9CB !important;
    height: 40px !important;
    background-color: #FFFFFF !important;
    color: #606060 !important;
    padding-top: 8px !important;
}

.radio-container {
    padding-bottom: 16px !important;
    padding-top: 16px !important;
}

.complaint-result-box {
    /*height: 188px !important;*/
    background-color: #FFFFFF !important;
    border: 1px solid #DDE2E6 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.userMessage {
    padding: 0.25rem 1rem 0.25rem 1rem !important;
    margin: 0.5rem 0rem 0.5rem 0rem !important;
    font-family: Aller_It !important;
    background-color: #F7F7F7 !important;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    color: #686868 !important;
}
/*main menu option styles*/
.cancel-reason-weather {
    /*background-image: url('../Images/icon-weather.png');*/
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
}

.cancel-reason-technical {
    /*background-image: url('../Images/icon-technical.png');*/
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
}

.cancel-reason-landed {
    /*background-image: url('../Images/icon-aktarma.png');*/
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
}

.cancel-reason-no {
    /*background-image: url('../Images/icon-noIdea.png');*/
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
}

.situation-delayed {
    /*background-image: url('../Images/icon-delayed.png');*/
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
}

.situation-cancelled {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
}

.situation-rejected {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
}

.situation-missed {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
}

.step-container {
    width: 100% !important;
    background-color: #F4F9FD !important;
    padding-top: 55px !important;
}

.menu-icon-container {
    background-color: #2F5DAA !important;
    color: white !important;
    font-family: Open Sans;
    font-size: 19px !important;
    font-weight: bold !important;
    text-align: center !important;
    height: 73px !important;
    border: 3px solid #305FAD !important;
    padding-top: 7.5px !important;
}

.menu-item {
    height: 242px !important;
    padding-left: 27px !important;
    padding-right: 27px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

    .menu-item:hover {
        cursor: pointer !important;
    }

.menu-icon-active {
    background-color: #2F5DAA !important;
}

.sm-menu-txt {
    font-family: Open Sans;
    font-weight: bold !important;
    position: absolute;
    left: 0px;
    top: 21px;
    width: 135px;
    height: 84px;
    display: table;
}

    .sm-menu-txt span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.sm-outer-container {
    height: 130px !important;
    background-color: white !important;
    color: #345BA8 !important;
    border: 3px solid #345BA8 !important;
    position: relative;
}

.sm-inner-container {
}


/*alignment styles*/
.text-align-right {
    text-align: right !important;
}

.text-align-left {
    text-align: left !important;
}

.menu-object {
    cursor: pointer !important;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../fonts/glyphicons-halflings-regular.eot');
    src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.rating-xs {
    font-size: 1.2em !important;
}

.hide {
    display: none;
}

.homeAirlineLogo:hover {
    background-color: rgba(246,249,254,2.9);
}

/*review ->*/
.review-box {
    border: 1px rgb(133, 133, 133) solid;
    border-radius: 3px;
    background-color: white;
}

.review-customer-name {
    color: rgb(21,46,86);
    font-weight: bolder;
    font-family: Aller_Bd;
    text-transform: uppercase;
    font-size: 26px;
    padding-top: 15px;
}

.review-date {
    text-transform: uppercase;
    color: rgb(172,172,172);
    font-weight: bold;
}

.review-title {
    color: rgb(21,46,86) !important;
    font-weight: bolder !important;
    margin-left: -7px;
}

.review-comment {
    border-left: 5px solid rgb(21,46,86);
}

.review-vieworiginalpost {
    color: rgb(51, 116, 154) !important;
    font-weight: bold !important;
    margin-right: 15px;
}

.review-socialmedialogo {
    padding-left: 15px;
    border-left: 1px solid rgb(133, 133, 133);
}
/*->review*/
@media (max-width: 576px) {
    .mobile-lightblue-border {
        border: 2px solid rgb(244,249,253);
        border-radius: 3px;
    }

}

@media (min-width: 576px) {

    .mobile-lightblue-border {
        border: 2px solid rgb(244,249,253);
        border-radius: 3px;
    }

}

@media (min-width: 768px) {
   
}

@media (min-width: 992px) {
   
}

@media (min-width: 1200px) {
   
}