body {
    margin: 4px;
    color: #5b666a;
    font-family: sans-serif;
    /*background: rgb(219, 214, 214);*/
    background: rgb(236, 233, 233);
}
ul , ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}


/*profile slider*/
.flex-control-paging {
    display: none;
}
.flexslider {
    height: 100%;
    background: transparent;
}

/*Send Email*/
.emailProf {
    padding: 15px;
}
.emailProf input[type='text'] , .emailProf textarea , .emailProf input[type="password"] {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 11px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    color: #5b666a;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-left: 0;
    width: 100%;
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(9, 45, 48, 0.5);
    outline: none;
}
.emailProf input[type='text'] , .emailProf input[type="password"] {
    height: 35px;
    padding: 0 10px;
    margin-bottom: 7px;
}
.emailProf input[type="text"], .emailProf textarea , .emailProf input[type="password"] {
    padding: 3px 10px;
    border: 1px solid rgba(9, 45, 48, 0.5);
    background-color: rgba(91, 102, 106, 0.13);
    color: #5b666a;
    margin: 0 0 10px 0;
    width: 290px;
    outline: none;
}
.emailProf label {
    display: block;
    font-size: 1em;
}
button , .button {
    border: 1px solid;
    cursor: pointer;
    margin: 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 0.875em;
    border-color: rgba(9, 45, 48, 0.5);
    color: #fff;
    outline: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    white-space: nowrap;
    background: #5b666a;
    background: -webkit-gradient(linear, left top, left bottom, from(#5b666a), to(#768083));
    background: -moz-linear-gradient(top, #5b666a, #768083);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b666a', endColorstr='#768083');
}
button:hover , .button:hover {
    background: #768083;
    background: -webkit-gradient(linear, left top, left bottom, from(#768083), to(#5b666a));
    background: -moz-linear-gradient(top, #768083, #5b666a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#768083', endColorstr='#5b666a');
    color: #fff!important;
}
.cancelBtn {
    background: rgb(146, 146, 146);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(146, 146, 146)), to(rgb(182, 182, 182)));
    background: -moz-linear-gradient(top, rgb(146, 146, 146), rgb(182, 182, 182));
    border-color: rgba(55, 56, 56, 0.5);
    margin-left: 6px;
}
.cancelBtn:hover {
    background: rgb(182, 182, 182);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(182, 182, 182)), to(rgb(146, 146, 146)));
    background: -moz-linear-gradient(top, rgb(182, 182, 182), rgb(146, 146, 146));
    border-color: rgba(55, 56, 56, 0.5);
}
.sendbtn {
    font-size: 15px;
    padding: 7px 35px;
}
.popTitle {
    border-bottom: 1px dotted #5b666a;
    padding-bottom: 6px;
    margin-top: 0;
}
.emailProf .center {
    width: 64%;
    margin: 0 auto;   
    display: block;
}
.popBtns {
    border-top: 1px dotted #5b666a;
    padding-top: 15px;
    margin-top: 20px;
    text-align: right;
}

/*book details*/
.bookDetailPop .withPrice {
    margin: 4px 10px 5px 0;
    width: 100%;
    font-size: .8em;
    font-style: italic;
    overflow: hidden;
}
.bookDetailPop .withPrice span {
    line-height: normal; 
    margin-right:1em;
}
.bookDetailPop h3{margin:0;}
.description {
    line-height: 21px;
    margin-top: 15px;
    clear: both;
}
.boxSize {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}
.bookDetailPop ,  .bookDetailPop body {
    height: 100%;
    margin: 0;
}
.emailProf {
    min-height: 100%;
    font-family: sans-serif;
    height: auto !important;
    margin: 0 auto -65px;
}
.bookDetailPop .popBtns {
    margin: 0 15px;
    padding-bottom: 15px;
}
.push {
    height: 65px;
}

/*add a review*/
.addRev .revStar .rating {
    float: left;
    padding: 0 10px 0 0;
}
.addRev .revStar .rating span {
    display: inline-block;
}
.addRev .revStar .rating > span {
    width: 85px;
    background: transparent url('../images/star-gray-17x16.png') 0 0 repeat-x;
}
.addRev .revStar .rating  > span > span {
    width: 0;
    height: 16px;
    background: transparent url('../images/star-blue-17x16.png') 0 0 repeat-x;
}
.addRev .ratingArea {
    margin-top: 10px;
}
.addRev .ratingArea ul li {
    overflow: hidden;
    margin-top: 10px;
}
.addRev .ratingArea ul li > * {
    display: inline-block;
    float: left;
}
.addRev .ratingArea ul li label {
    width: 90px;
    margin-right: 15px;
}
.addRev .ratingArea ul li > p {
    margin: 0 0 0 12px;
}
.addRev.emailProf .center {
    width: 90%;
}
.addRev.emailProf form > ul > li {
    margin-bottom: 20px;
}
.addRev.emailProf textarea {
    width: 100%;
}
.addRev.emailProf label {
    margin-bottom: 4px;
}

/*add available hour*/
.timeRange {
    margin-top: 10px;
    min-height: 65px;
}
.timeRange span {
    width: 290px;
    height: 16px;
    background: #cccccc;
    display: block;
    border-radius: 32px;
    margin-top: 5px;    
}

/*projected income*/
.incomeTable tbody td {
    text-align: center;
}
.incomeTable {
    table-layout: fixed !important;
    border: 1px solid rgb(204, 204, 204);
    border-left: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 80%;
    margin: 35px auto 0 auto;
}
.incomeTable thead:first-child tr:first-child th {
    border-top: 0;
}
.incomeTable th, .incomeTable td {
    border-left: 1px solid rgb(204, 204, 204);
}
.incomeTable th, .incomeTable td {
    padding: 8px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid rgb(204, 204, 204);
    color: rgb(138, 138, 138);
}
.incomeTable td {
    padding: 14px 9px;
}
.incomeTable th {
    background: rgba(28, 128, 136, 0.6);
    color: #5b666a;
}


/*client history*/
.imgBord {
    padding: 6px;
    background: rgb(221, 221, 221);
    -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
    margin: 2px 15px 0 3px;
}
.myBookings > ul > li {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.myBookings li img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 1.4%;
}
.myBookings li > div {
    float: left;
    width: 82.5%;
    margin-top: 2px;
}
.myBookings li p {
    margin: 0;
}
.midtext {
    color: rgb(150, 150, 150);
    margin: 0 5px;
    font-size: 14px;
    font-weight: normal;
}
.myBookings li a {
    color: #5b666a;
}
.myBookings li a:hover {
    color: rgb(150, 150, 150);
}
.myBookings li .forDate {
    font-size: 15px;
    margin-top: 1px;
}
.myBookings .forDate > div:first-child {
    margin-bottom: 3px;
}
.forDate .midtext {
    margin-left: 0;
    display: inline-block;
    color: #5b666a;
    font-weight: bold;
    font-size: 13px;
}
.clear {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*login popup*/
.loginTop {
    margin-top: 28px;
    text-align: center;
    min-height: 30px;
}
.fbBtn {
    background: #576DA4;
    background: -webkit-gradient(linear, left top, left bottom, from(#617AB7), to(#4E6293));
    background: -moz-linear-gradient(top, #617AB7, #4E6293);
    text-shadow: 1px 1px 0 #2D3E75;
    border: 1px solid #2B4280;
    box-shadow: 0px 1px 3px silver;
    -webkit-box-shadow: 0px 1px 3px silver;
    -moz-box-shadow: 0px 1px 3px silver;
    -o-box-shadow: 0px 1px 3px silver;
    -khtml-box-shadow: 0px 1px 3px silver;
    padding: 5px 10px 5px 35px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    color: white;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    font-size: 13px;
    text-decoration: none;
}
.fbBtn span {
    background: url(../images/fb_btn_icon.png) no-repeat center;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 27px;
    width: 27px;
}
.fbBtn:hover {
    background: #4E6293;
    background: -webkit-gradient(linear, left top, left bottom, from(#4E6293), to(#617AB7));
    background: -moz-linear-gradient(top, #4E6293, #617AB7);
    color: white;
    text-shadow: none;
}
.keepLogged {
    width: 315px;
    margin: 0 auto;
}
.keepLogged input[type='checkbox'] {
    margin-left: 0;
}
.orSection {
    margin: 30px auto 0px auto;
    text-align: center;
    border-top: 1px dotted rgb(190, 190, 190);
    width: 77%;
    padding-right: 15px;
}
.orSection span {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    background: white;
    top: -17px;
    border-radius: 25px;
    border: 1px solid rgb(218, 218, 218);
    height: 31px;
    line-height: 31px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    width: 31px;
    position: relative;
}
.loginBottom {
    margin-top: 45px;
    font-size: 12px;
}
.loginBottom a {
    font-weight: bold;
    cursor: pointer;
    color: #5b666a;
    text-decoration: none;
}
.loginBottom a:hover {
    color: rgb(141, 141, 141);
}
.textSml {
    font-size: 12px;
    width: 290px;
    font-style: italic;
    color: rgb(139, 139, 139);
}
a {
    color:#5b666a;
}
a:hover {
    color: rgb(141, 141, 141);
}
.termsCont p {
    margin: 0 0 5px 0;
}

/* css for timepicker */
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
    padding-left: 6px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div .ui-widget-content , .ui_tpicker_hour_slider.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}
.ui-timepicker-div .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
.ui-timepicker-div  .ui-state-default, .ui-timepicker-div .ui-widget-content .ui-state-default, .ui-timepicker-div .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}
.ui-timepicker-div .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-timepicker-div .ui-slider {
    position: relative;
    text-align: left;
}
.ui-timepicker-div  .ui-slider-horizontal {
    height: .8em;
}
.ui-datepicker .ui-timepicker-div  .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
#ui-datepicker-div .ui-timepicker-div {
    /*border-bottom: 1px solid #aaaaaa;*/
    margin-bottom: 4px;
}

.help-inline {
    display: block;
    color: rgb(202, 85, 85);
    width: 100%;
    word-wrap: break-word;
    margin-top: -7px;
    margin-bottom: 7px;
    font-size: 12px;
    font-style: italic;
}
.fixedBot {
    position: absolute;
    width: 92%;
    box-sizing: border-box;
    bottom: 16px;
}
textarea {
    resize: none;
}