/*

==================================================

End Cross Browser Styling

==================================================

*/



.fc-divider {

margin-right: -15px;

margin-left: -15px;

clear: both;

}



.fc-container {

padding-right: 15px;

padding-left: 15px;

margin-right: auto;

margin-left: auto;

}





.fc-1,

.fc-2,

.fc-3,

.fc-4,

.fc-5,

.fc-6,

.fc-7,

.fc-8,

.fc-9,

.fc-10,

.fc-11,

.fc-12 {

float: left;

position: relative;

min-height: 1px;

padding-right: 15px;

padding-left: 15px;

box-sizing: border-box;

}



.fc-12 {

width: 100%;

}



.fc-11 {

width: 91.66666667%;

}



.fc-10 {

width: 83.33333333%;

}



.fc-9 {

width: 75%;

}



.fc-8 {

width: 66.66666667%;

}



.fc-7 {

width: 58.33333333%;

}



.fc-6 {

width: 50%;

}



.fc-5 {

width: 41.66666667%;

}



.fc-4 {

width: 33.33333333%;

}



.fc-3 {

width: 25%;

}



.fc-2 {

width: 16.66666667%;

}



.fc-1 {

width: 8.33333333%;

}





@media (max-width: 766px) {



.fc-1,

.fc-2,

.fc-3,

.fc-4,

.fc-5,

.fc-6,

.fc-7,

.fc-8,

.fc-9,

.fc-10,

.fc-11,

.fc-12 {

width: 100%;

}

}





.fc-main input[type="text"], .fc-main input[type="email"], .fc-main input[type="password"], .fc-main input[type="tel"], .fc-main input[type="search"], .fc-main textarea {

float: left;

padding: 11px 10px;

border: 1px solid #E8E8E8;

border-radius: 0px;

box-shadow: none;

color: rgba(0, 0, 0, .57);

width: 100%;

margin: 0px 0 0px 0;

transition: all 0.4s ease 0s;

}







/*

===================================================

Button Design

===================================================

*/



.fc-btn {

font-size: 14px;

padding: 6px 18px;

border: none !important;

cursor: pointer;

border-radius: 0px;

margin: 5px 0;

transition: all 0.5s;

text-align: center;

}.fc-btn-big {

font-size: 15px;

padding: 10px 20px;

}



.fc-btn-medium {

font-size: 12px;

padding: 5px 12px;

}



.fc-btn-small {

font-size: 12px;

padding: 2px 8px;

}.fc-btn-submit {

background: #212F3D;

}







.fc-form {

margin-bottom: 15px;

float: left;

width: 100%;

}

.create-trip-btn .form-control {
    border:none!important;
    height:auto!important;
}

.ciwpgmp-update-trip .add-more-btn .form-control { 
    border:none!important;
    height:auto!important;
    -webkit-box-shadow: none!important;
}

.ciwpgmp-update-trip {-webkit-box-shadow: none!important;}
.fc-main .fc-form-group {

margin-bottom: 15px;

float: left;

width: 100%;

}

.btn-add-more {
    padding: 4px 5px!important;
    font-size: 13px!important;
}



.fc-main input[type="text"]:focus,

.fc-main input[type="email"]:focus,

.fc-main input[type="password"]:focus,

.fc-main input[type="tel"]:focus,

.fc-main textarea:focus,

.fc-main input[type="search"]:focus,

.fc-main .btn-default:focus {

border: 1px solid #0099FF;

}





.fc-danger {

    color: #fff;

    background-color: red;

    border: solid 1px #ddd;

    padding: 4px;

    margin-bottom: 10px;

}



.fc-success {

    color: #fff;

    background-color: green;

    border: solid 1px #ddd;

    padding: 4px;

    margin-bottom: 10px;

}



.fc-btn-default {



    background: rgb(31, 43, 59);

    border-radius: 2px;

    color: #ffffff;

    cursor: pointer;

    text-transform: capitalize;

    border: none;

    font-size: 13px;

    padding: 5px 15px;

    text-decoration: none;

    font-weight: normal;

}



.fc-msg {

    margin-bottom: 15px;

    padding: 5px;

}





.fc-main form label {

cursor: default;

line-height: 22px;

font-weight: 600;

font-size: 15px;

}





.fc-main fieldset {

    min-width: 0;

    padding: 0;

    margin: 0;

    border: 0;

}





.fc-btn-submit,

.fc-btn-submit:hover {

    color: #ffffff;

}



/* 

=================================================== 

Checkbox and radio button Style

=================================================== 

*/



.fc-main .checkbox {

    padding-left: 0px;

    padding-right: 15px;

    transition: all 0.4s ease 0s;

    cursor: pointer;

}



.fc-main .checkbox.chk-vertical,

.fc-main .radio.chk-vertical {

    width: 100%;

    float: left;

}



.fc-main table .checkbox {

    padding-right: 0px;

}



.fc-main .checkbox input[type="checkbox"] {

    width: 17px;

    height: 17px;

}



.fc-main .checkbox label {

    vertical-align: middle;

    position: relative;

    padding-left: 5px;

    font-weight: 500;

    transition: all 0.4s ease 0s;

    margin-left: 0px;

}



.fc-main .checkbox label::before {

    content: "";

    display: inline-block;

    position: absolute;

    width: 17px;

    height: 17px;

    left: 0;

    top: 0px;

    margin-left: -21px;

    border: 1px solid #de8b05;

    border-radius: 0px;

    background-color: #fff;

    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;

    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;

    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;

}



.fc-main .checkbox label::after {

    display: inline-block;

    position: absolute;

    width: 8px;

    height: 8px;

    content: '';

    left: 6px;

    top: 4px;

    margin-left: -22px;

    padding-left: 3px;

    padding-top: 1px;

    /* font-size: 11px; */

    background: #fff;

}



.fc-main .checkbox input[type="checkbox"],

.fc-main .checkbox input[type="radio"] {

    opacity: 0;

    z-index: 1;

    position: relative;

    cursor: pointer;

}




.fc-main .checkbox input[type="checkbox"]:checked+label::before {

    outline: none;

    border: 1px solid #de8b05;

    outline: 0px auto -webkit-focus-ring-color;

    background: #de8b05;

}



.fc-main .checkbox input[type="checkbox"]:indeterminate+label::after {

    display: block;

    content: "";

    width: 10px;

    height: 3px;

    background-color: #555555;

    border-radius: 2px;

    margin-left: -16.5px;

    margin-top: 7px;

}



.fc-main .checkbox input[type="checkbox"]:disabled+label {

    opacity: 0.65;

}



.fc-main .checkbox input[type="checkbox"]:disabled+label::before {

    background-color: #eeeeee;

    cursor: not-allowed;

}



.fc-main .radio {

    padding-left: 5px;

    padding-right: 15px;

    display: inline-block;

    transition: all 0.4s ease 0s;

}



.fc-main .radio label {

    display: inline-block;

    vertical-align: middle;

    position: relative;

    padding-left: 0px;

    font-weight: 500;

    transition: all 0.4s ease 0s;

    font-size: 13px;

    color: #777777;

}



.fc-main .checkbox label {

    font-style: italic;

    font-size: 14px;

    color: #737373;

    font-weight: 100!important;

}



.fc-main .radio label::before {

    content: "";

    display: inline-block;

    position: absolute;

    width: 16px;

    height: 16px;

    left: 0;

    top: 3px;

    margin-left: -24px;

    border: 1px solid #807463;

    border-radius: 50%;

    background-color: #fff;

    -webkit-transition: border 0.15s ease-in-out;

    -o-transition: border 0.15s ease-in-out;

    transition: border 0.15s ease-in-out;

}



.fc-main .radio label::after {

    display: inline-block;

    position: absolute;

    content: " ";

    width: 8px;

    height: 8px;

    left: 1px;

    top: 8px;

    margin-left: -20px;

    border-radius: 50%;

    background-color: #fff;

    -webkit-transform: scale(0, 0);

    -ms-transform: scale(0, 0);

    -o-transform: scale(0, 0);

    transform: scale(0, 0);

    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);

    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);

    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);

    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);

}



.fc-main .radio input[type="radio"] {

    opacity: 0;

    position: relative;

    z-index: 100;

}



.fc-main .radio input[type="radio"]:focus+label::before {

    outline: none;

    outline: 0px auto -webkit-focus-ring-color;

    outline-offset: -2px;

    background: #de8b05;

    border: 1px solid #de8b05;

}



.fc-main .radio input[type="radio"]:checked+label::before {

    background: #de8b05;

    border: 1px solid #de8b05;

}



.fc-main .radio input[type="radio"]:checked+label::after {

    -webkit-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    -o-transform: scale(1, 1);

    transform: scale(1, 1);

}



.fc-main .radio input[type="radio"]:disabled+label {

    opacity: 0.65;

}



.fc-main .radio input[type="radio"]:disabled+label::before {

    cursor: not-allowed;

}



@media(max-width:768px) {



    .fc-main .checkbox,

    .fc-main .radio {

        padding-left: 0px;

    }

}





.trips_listings .fc-12 {

  

    padding-right: 0px!important;

    padding-left: 0px!important;

}





.ciwpgmp-update-trip .fc-title-blue{

    background: #f1f1f1;

    border-left: solid 1px #f1c40f;

    padding: 8px 10px;

    margin-bottom: 20px;

    font-size: 16px;

    line-height: 1.3;

    margin-left: -15px;

    margin-right: -15px;

}



.ciwpgmp-update-trip .ask-rating {    

    display: none;

}



.ciwpgmp-update-trip fieldset {

    min-width: 0;

    padding: 0;

    margin: 0;

    border: 0;

}





/* UI Code */





.fngmp_front_table .toggle-row {



    display: none;



    visibility: hidden;



}







.trips_listings tfoot {



    display: none;



    visibility: hidden;



}







.column-primary .toggle-row{display:none;}











.trips_listings p.search-box {



    display: none;



}







.trips_listings .tablenav.top {



     display: none; 



}







.trips_listings .wpgmp_menu_title {



    display: none;



}







a.helpdask-bootom {



    display: none;



}







table tbody td.location_title button{



     display: none!important;



}

/*.trips_listings{overflow-x:auto;}*/





.trips_listings .check-column {display:none!important;}







.create-trip-div{margin-top:30px;}



/* CSS */



.wptp_create_trip,  .wptp_add_trip {margin-top:30px; margin-bottom:30px;}



.ciwpgmp-btn {margin-left:15px;}





.all_locations_div{display:none;}



.submit-btn{margin-top:10px;}

.fc_select2 {

    float: left;

    padding: 6px 10px;

    border: 1px solid #E8E8E8;

    border-radius: 0px;

    box-shadow: none;

    color: rgba(0, 0, 0, .57); 

    width: 100%;

    margin: 5px 0 0px 0;

    transition: all 0.4s ease 0s;

    box-shadow: none !important;

    -webkit-box-shadow: none !important;

    outline: none;

    outline-offset: 0px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -ms-box-sizing: border-box;

    -o-box-sizing: border-box;

    box-sizing: border-box;

    background: #fff;

} 


.please-loggedin{margin-top:25px;}
.trips-checkbox {margin-left:25px;}
.trip-not-found{margin-top:50px;clear:both;}



.fc-info {

    background: #FF4500;
    color: #ffffff;
}

.no-trips {text-align: center; margin-top:20px;}

.trips_listings{clear:both;overflow-x:auto;}

.trips-btn button{
    margin: 0 1em;
    min-width: 180px;
}


.ciwpgmp-update-trip input[type="submit"] {
	font-size: 14px!important;
    padding: 4px 18px!important;
    border: none !important;
    cursor: pointer!important;
    border-radius: 2px!important;
    margin: 5px 0;
    transition: all 0.5s;
    text-align: center;
    background: #212F3D!important;
    text-transform: inherit!important;
    font-weight: normal!important;
    height:auto!important;
}

.trips-btn{margin-top:20px;margin-left: -25px}

.ciwpgmp-update-trip p.help-block{font-size: 14px;
font-style: italic;}
 