/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
}
.np {
    padding: 0px;
}
.form-control {
    border-radius: 0px;
}
.form-group {
    margin-bottom: 10px;
}









.full {
  background: url(../images/bg5.jpg) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
    background-color: transparent;
    font-family: "OpenSans";
}

/*14146195*/

/*Header*/
.logo {
}
.logo h1{
    margin-top: 0px;
}

/*Headelines*/

.site-brand {
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #F2F2F2; 
    /*border-left: 3px solid rgba(14,146,195,0.8);
    border-right: 3px solid rgba(14,146,195,0.8);*/
    padding-top: 30px;
    padding-bottom: 30px; 
    margin-bottom: 80px;   
}
.site-brand .title {
    font-size: 28px;
    line-height: 25px;
    font-weight: bold;
    /*color: rgba(14,146,195,1);*/
    color: rgba(18,131,164,1);
    margin-top: 0px;
    margin-bottom: 10px;
    text-shadow: 1px 0 1px #ccc;
}
.site-brand p {
    /*color: #222;*/
    font-size: 16px;  
    margin: 0px;
}
.page-brand {
    background-color: rgba(14,161,195,0.7);
    margin-top: -42px;
    /*border: 1px solid #F2F2F2; */
    /*border-left: 3px solid rgba(14,146,195,0.8);
    border-right: 3px solid rgba(14,146,195,0.8);*/    
}
.block_title {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    color: #fff;
}

/*Action buttons*/
.site-brand .btn {
    border-radius: 0px;

}
.site-brand .btn-primary {
    border-radius: 0px;
    border-color: #215177;
}
.ul-just {
    display: flex;
    justify-content: space-between;
}
.site-brand ul {
    margin-top: 5%;
}
.site-brand ul li {
}

.site-brand ul li a {
    display: block;
    /*background-color: rgba(255,255,255,0.7);*/
    padding: 15px;
}
.site-brand ul li:hover a {
    text-decoration: none; 
}
.site-brand ul li p {
    /*color: #222;*/
    font-size: 20px;
    margin-top: 20px;
    /*background-color: #ccc;*/
    /*padding: 10px;*/
}



/*Footer*/
footer{
    background-color: #1283A4;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer p {
    margin: 0px;
    line-height: 40px;
    color: #fff;
    vertical-align: middle;
}
footer a {
    color: #222;
    text-decoration: none;
}
footer a:hover {
    color: #000;
    text-decoration: none;
}
footer img {
    vertical-align: middle;
}



/*Confirm*/
.tb_confirm td{
    border: 1px solid #8E8E8E;
}
.tb_confirm tr td:first-child {
    background-color: #F2F2F2;
}

/*Invoice*/

.invoice table {
    margin: 30px 0;
}
.invoice .invoice-logo {
    margin-bottom: 0px;
}
.invoice hr {
    margin-bottom: 0px;
}
.invoice h3 {
    font-size: 20px;
}
.invoice .invoice-logo p {
    font-size: 15px;
    line-height: 28px;
    padding: 5px 0;
    text-align: right;
}
.invoice .invoice-logo p span {
    display: block;
    font-size: 14px;
}
.invoice .invoice-logo-space {
    margin-bottom: 15px;
}
.invoice .invoice-payment strong {
    margin-right: 5px;
}
.invoice .invoice-block {
    text-align: right;
}
.invoice .invoice-block .amounts {
    font-size: 14px;
    margin-top: 20px;
}

/*Step 2*/
.doctors_bookings th {
    background-color: #4EBBD3;
    font-size: 13px;
    color: #fff;
}
.doctors_bookings td {
    font-size: 13px;
}
.doctors_bookings td p {
    font-size: 13px;
}
.doctors_bookings td strong {
    vertical-align: middle;
    margin-top: 15px;
    display: block;
}
.doctors_bookings td .btn-small {
    padding: 2px 5px;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.doctors_bookings tbody tr {
    padding: 5px 0px;
    vertical-align: middle;
}
.doctors_bookings tbody tr:nth-child(even) {
    background-color: #EDEDED;
}
.doctors_bookings tbody tr:nth-child(odd) {
    background-color: #DBDBDB;
}
.doc_name {
    display: block;
    padding-left: 15px !important;
}
.app_schedule_well {
    margin-top: 20px;
}
.doctors_bookings h4 {
    background-color: #4EB6D0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 30px;
    padding-left: 20px;
}
/*Steps*/

/*Schedul*/
.npt {
    padding-top: 0px !important;
}
.search_schedule {
    margin-top: 20px;
    opacity: 0.8;
    border-radius: 0px;
}


#tmm-form-wizard .stage-container {
    border-bottom: 1px solid #dadada;
    padding: 15px 0 4px;
}
#tmm-form-wizard .stage {
    display: inline-block;
    min-height: 112px;
    position: relative;
    text-align: center;
}
#tmm-form-wizard .stage::before, #tmm-form-wizard .stage::after {
    background-color: #eaeaea;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    content: "";
    height: 5px;
    margin-top: -33px;
    position: absolute;
    top: 50%;
    width: 50%;
}
#tmm-form-wizard .stage::before {
    left: 0;
}
#tmm-form-wizard .stage::after {
    right: 0;
}
#tmm-form-wizard .stage:first-child::before {
    display: none;
}
#tmm-form-wizard .stage:first-child + .stage + .stage + .stage::after {
    display: none;
}
#tmm-form-wizard .stage.tmm-current .stage-header {
    background-color: #fb6b5b;
    border: medium none;
}
#tmm-form-wizard .stage.tmm-current .stage-header.head-number {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
}
#tmm-form-wizard .stage.tmm-current::after, #tmm-form-wizard .stage.tmm-current::before {
    background-color: #fb6b5b;
    border: medium none;
}
#tmm-form-wizard .stage.tmm-success .stage-header {
    background-color: #92cf5c;
    border: medium none;
}
#tmm-form-wizard .stage.tmm-success .stage-header.head-number {
    color: #3c611b;
    text-shadow: 1px 1px 0 rgba(173, 219, 114, 1);
}
#tmm-form-wizard .stage.tmm-success::after, #tmm-form-wizard .stage.tmm-success::before {
    background-color: #92cf5c;
    border: medium none;
}
#tmm-form-wizard .stage.tmm-success .stage-header::after {
    color: #92cf5c;
    content: "\f058 ";
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 100;
    left: -51px;
    position: absolute;
    text-shadow: none;
    top: 51px;
}
#tmm-form-wizard .stage.tmm-success .stage-header.head-number::after {
    top: 42px;
}
#tmm-form-wizard .stage-header {
    background-color: #eaeaea;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    color: #a9a9a9;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 1;
}
#tmm-form-wizard .stage-header.head-number {
    color: #a9a9a9;
    font-family: "Arial",sans-serif;
    font-weight: bold;
    line-height: 2.2em;
    margin-bottom: 7px;
}
#tmm-form-wizard .stage-content {
    margin: 0 auto;
    max-height: 52px;
    padding-left: 17px;
    width: 153px;
}
#tmm-form-wizard .stage-title {
    color: #464646;
    font-size: 13px;
    padding-left: 0;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
}
#tmm-form-wizard .stage-info {
    color: #a8a8a8;
    font-family: "calibriregular",sans-serif;
    font-size: 11px;
    line-height: 1.4;
    text-align: left;
}
.tmm-success > .head-icon.head-icon-lock, .tmm-current > .head-icon.head-icon-lock {
    background-position: 10px -425px;
}
.head-icon.head-icon-lock {
    background-position: 10px -22px;
}
.head-icon {
    background: rgba(0, 0, 0, 0) url("../images/header-sprite.png") no-repeat scroll 0 0;
    display: block;
}
.head-icon {
    background: rgba(0, 0, 0, 0) url("../images/header-sprite.png") no-repeat scroll 0 0;
    display: block;
}
.head-icon.head-icon-lock {
    background-position: 10px -22px;
}
.tmm-success > .head-icon.head-icon-lock, .tmm-current > .head-icon.head-icon-lock {
    background-position: 10px -425px;
}
.head-icon.head-icon-user {
    background-position: 8px -107px;
}
.tmm-success > .head-icon.head-icon-user, .tmm-current > .head-icon.head-icon-user {
    background-position: 9px -506px;
}
.head-icon.head-icon-payment {
    background-position: 9px -206px;
}
.tmm-success > .head-icon.head-icon-payment, .tmm-current > .head-icon.head-icon-payment {
    background-position: 9px -606px;
}
.head-icon.head-icon-details {
    background-position: 8px -312px;
}
.tmm-success > .head-icon.head-icon-details, .tmm-current > .head-icon.head-icon-details {
    background-position: 8px -713px;
}
.form-icon {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 0;
    display: block;
}
.form-icon.form-icon-user {
    background-position: right -19px;
}
.form-icon.form-icon-lock {
    background-position: right -63px;
}
.form-icon.form-icon-mail {
    background-position: right -114px;
}
.form-icon.form-icon-phone {
    background-position: right -158px;
}
.form-icon.title-icon-user {
    background-position: -10px -25px;
}
.form-icon.title-icon-lock {
    background-position: -10px -70px;
}
.form-icon.title-icon-payment {
    background-position: -10px -211px;
}
.form-icon.title-icon-card {
    background-position: 0 -260px;
}
#imgweb{
        display: block;
    }
    #imgmob{
        display: none;
    }
/*  Retina Ready Display  */
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .form-icon {
        background: url(../images/sprite2X.png) no-repeat 0 0;
        background-size: 36px 300px;
    }
    
    .head-icon {
        background: url(../images/header-sprite2x.png) no-repeat 0 0;
        background-size: 30px 800px;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    
    #tmm-form-wizard dt { width: 24%; }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    
        #tmm-form-wizard .stage:before,
        #tmm-form-wizard .stage:after { display: none; }
        
        #tmm-form-wizard .stage-content { width: 100%; }
        
        #tmm-form-wizard .stage {
            text-align: left;
            margin-bottom: 10px;
        }
        
            #tmm-form-wizard .stage-header {float: left;}

                #tmm-form-wizard .stage-title { padding-left: 59px; }

                #tmm-form-wizard .stage-info { padding-left: 60px; }
         
        #tmm-form-wizard .stage.tmm-success .stage-header:after {
            top: -4px;
            left: 209px;
        }
                
                #tmm-form-wizard .stage.tmm-success .stage-header.head-number:after { top: -13px; }
        
        #tmm-form-wizard .stage { min-height: 0; }
        
        #tmm-form-wizard dt { width: 16%; }
        #tmm-form-wizard .tooltip { display: none; }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    
    #tmm-form-wizard .form-header { font: 19px 'calibriregular',sans-serif; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {
    
    #tmm-form-wizard .next .button.button-control span { padding: 6px 26px 9px 2px; }

    #tmm-form-wizard .prev .button.button-control span {
        padding-left: 45px;
        padding: 6px 2px 9px 26px;
    }
    
    #tmm-form-wizard .next .button.button-control span:after { right: 5px; }

    #tmm-form-wizard .prev .button.button-control span:after { left: 3px; }
    
    #tmm-form-wizard .next .button-divider { right: 25px; }
    
    #tmm-form-wizard .prev .button-divider {    left: 25px; }

    #tmm-form-wizard .tooltip { display: none; }
    
    #tmm-form-wizard dt { width: 31%; }
    #tmm-form-wizard .form-login { width: 100%; margin-left: -240px; }
}

@media screen and (max-width: 320px) {
    #tmm-form-wizard .form-login { 
        width: 100%;
        margin-left: -160px; 
    }
}
@media not all, (min-resolution: 192dpi) {
    .form-icon {
        background: rgba(0, 0, 0, 0) url("../images/sprite2X.png") no-repeat scroll 0 0 / 36px 300px;
    }
    .head-icon {
        background: rgba(0, 0, 0, 0) url("../images/header-sprite2x.png") no-repeat scroll 0 0 / 30px 800px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    #tmm-form-wizard dt {
        width: 24%;
    }
}
@media only screen and (max-width: 767px) {
    /*#tmm-form-wizard .stage::before, .form-container #tmm-form-wizard .stage::after {
        display: block;
    }*/
    #tmm-form-wizard .stage-content {
        width: 100%;
    }
    #tmm-form-wizard .stage {
        margin-bottom: 10px;
        text-align: left;
    }
    #tmm-form-wizard .stage-header {
        float: left;
    }
    #tmm-form-wizard .stage-title {
        padding-left: 59px;
    }
    #tmm-form-wizard .stage-info {
        padding-left: 60px;
    }
    #tmm-form-wizard .stage.tmm-success .stage-header::after {
        left: 209px;
        top: -4px;
    }
    #tmm-form-wizard .stage.tmm-success .stage-header.head-number::after {
        top: -13px;
    }
    #tmm-form-wizard .stage {
        min-height: 0;
    }
    #tmm-form-wizard dt {
        width: 16%;
    }
    #tmm-form-wizard .tooltip {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    #tmm-form-wizard .form-header {
        font: 19px "calibriregular",sans-serif;
    }
}
@media only screen and (max-width: 480px) {
    #tmm-form-wizard .next .button.button-control span {
        padding: 6px 26px 9px 2px;
    }
    #tmm-form-wizard .prev .button.button-control span {
        padding: 6px 2px 9px 26px;
    }
    #tmm-form-wizard .next .button.button-control span::after {
        right: 5px;
    }
    #tmm-form-wizard .prev .button.button-control span::after {
        left: 3px;
    }
    #tmm-form-wizard .next .button-divider {
        right: 25px;
    }
    #tmm-form-wizard .prev .button-divider {
        left: 25px;
    }
    #tmm-form-wizard .tooltip {
        display: none;
    }
    #tmm-form-wizard dt {
        width: 31%;
    }
    #tmm-form-wizard .form-login {
        margin-left: -240px;
        width: 100%;
    }
   #imgweb{
        display: none;
    }
    #imgmob{
        display: block;
    }
    .navbar-fixed-bottom {
    position: relative !important;
    
}
}
@media screen and (max-width: 320px) {
    #tmm-form-wizard .form-login {
        margin-left: -160px;
        width: 100%;
    }
}





























































/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media only screen and (max-width: 560px) {
    /* Style adjustments for viewports that meet the condition */
    .site-brand .title {
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
        color: rgba(14,146,195,1);
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .site-brand p {
        font-size: 13px;  
    }
    .page-brand {        
        margin-top: 0px;
    }
}

@media only screen and (max-width: 900px) {    
    .page-brand {        
        margin-top: 0px;
    }
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    footer {
        display: none;
    }
    .logo img {
        position: absolute;
        left: 15px;
        top: 28px;
        z-index: 999;
    }
}
