@font-face {
    font-family: "Roboto-Bold";
    src: url(../fonts/Roboto-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto-Regular";
    src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto-Medium";
    src: url(../fonts/Roboto-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto-Light";
    src: url(../fonts/Roboto-Light.ttf) format("truetype");
}

body {
    background-color: #f1f1f1;
}

.md-button {
    padding: 0px 15px;
}

.alert {
    border-radius: 0;
}

.alertIn, .alertOut {
    transition: transform 0.22s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.22s cubic-bezier(0.25, 0, 0.25, 1);
}

.alertIn.ng-hide-remove, .alertOut.ng-hide-add.ng-hide-add-active {
    opacity: 0;
    transform: translate3d(0, -100px, 0px);
    display: block !important;
}

.container {
    background-color: #e7e7e7;
}

.right {
    float: right;
}

.left {
    float: left;
}

.row button:focus {
    outline: 0 !important;
}

.h4e-show-send-button {
    width: 95%;
    height: 50px;
    background-color: #e7e7e7;
    border: solid 1px #af1d20;
    font-family: "Roboto-Regular", "Open Sans", open-sans;
    font-size: 18px;
    color: #af1d20;
    border-radius: 0px;
}

.h4e-show-send-button:hover {
    background-color: #af1d20;
    border: solid 1px #af1d20;
    color: #fff;
}

.h4e-show-send-button:focus {
    color: #af1d20;
}

.h4e-send-mail-button {
    background-color: #e7e7e7;
    border: solid 1px #af1d20;
    font-family: "Roboto-Regular", "Open Sans", open-sans;
    font-size: 14px;
    color: #af1d20;
    border-radius: 0px;
    margin-left: 5px;
    position: absolute;
    top: 12px;
}

.h4e-send-mail-button:hover {
    background-color: #af1d20;
    border: solid 1px #af1d20;
    color: #fff;
}

.h4e-send-button {
    width: 100%;
    height: 50px;
    background-color: #f8f8f8;
    border: solid 1px #af1d20;
    font-family: "Roboto-Regular", "Open Sans", open-sans;
    font-size: 18px;
    color: #af1d20;
    border-radius: 0px;
}

.h4e-send-button:hover {
    background-color: #af1d20;
    border: solid 1px #af1d20;
    color: #fff;
}

.ta-editor {
    height: 20vh;
    overflow: scroll;
    overflow-x: hidden;
    font-family: "Roboto-Medium", "Open Sans", open-sans;
    font-size: 100%;
}

.btn-group .btn {
    font-size: 12px;
}

#attachments {
    margin-bottom: 10px;
}

#attachments a {
    color: inherit;
}

.h-4-e {
    font-family: "Roboto-Bold", "Open Sans", open-sans;
    font-size: 25px;
    color: #ffffff;
    margin-left: 1%;
    display: table;
    height: 100%;
    min-height: 40px;
}

.h-4-e span {
    display: table-cell;
    vertical-align: middle;
}

.user-pop {
    font-family: "Roboto-Light", "Open Sans", open-sans;
    font-size: 15px;
    color: #ffffff;
    display: table;
    height: 100%;
    margin-right: 1%;
}

.user-pop span, .user-pop a {
    display: table-cell;
    vertical-align: middle;
}

.h4e-line {
    border: solid 1px #af1d20;
}

.user-img {
    height: 20px;
    width: 20px;
}

.btn-controls-h4e {
    background-color: transparent;
    color: #bfbfbf;
}

.btn-controls-h4e:hover {
    background-color: transparent;
    color: #bfbfbf;
}

.h4e-hangout {
    height: 25px;
    margin-right: 10px;
}

.result-doctor-section {
    width: 95%;
    padding: 10px 0px;
}

.doctor-section-edit {
    background-color: #f8f8f8;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.34);
    border: solid 1px #af1d20;
}

.results-doctor {
    position: relative;
}

.results-doctor .ta-toolbar {
    position: absolute;
    bottom: -28px;
    ;
    right: 5px;
}

.results-doctor .ta-toolbar button {
    background-color: #f8f8f8;
    border: none;
}

.results-doctor .ta-toolbar .btn-group:first-child {
    border-right: solid 1px #000;
}

.results-doctor .form-control {
    background-color: #f8f8f8;
    border: none;
    box-shadow: none;
    margin-bottom: 30px;
}

.sent_results {
    width: 95%;
}

.sent_results i {
    float: right;
    cursor: pointer;
    color: #af1d20;
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */


/* Phone Number Display */


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

#my-number-section {
    margin: 0px 0px 20px 0px;
}

#my-number-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
}

#my-number {
    font-size: 50px;
    line-height: 40px;
    font-weight: 100;
}

#my-number-permalink {
    border-radius: 10px;
    padding: 8px;
    display: inline-block;
    background-color: #e6e4e4;
}

#my-number-permalink, #my-number-permalink a {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #2698dd;
}

#my-number-permalink a {
    color: #428bca;
    text-shadow: 0px 0px 1px rgba(255, 255, 0, 0.9);
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */


/* Video Display */


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.hide {
    display: none;
}

.square {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 100% !important;
}

.full-screen {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-color: #d8d8d8;
    background-size: cover;
}

#invitation {
    font-size: 16px;
    line-height: 20px;
}

#own-video-display {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#own-video-display video {
    height: 20vh;
}

#video-display video, #video-self img, #video-no-diplay {
    /*border-radius: 6px;*/
    height: 100%;
    width: 100%;
}

#video-thumbnail {
    position: absolute;
    top: -180px;
    right: 10px;
}

#video-thumbnail img {
    width: 120px;
    height: 90px;
    border-radius: 6px;
}

.dial-buttons {
    min-height: 41px;
    position: absolute;
    bottom: 1%;
}

#video-border:-webkit-full-screen {
    width: 100%;
    height: 100%;
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */


/* Small Screens */


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

@media (max-width: 768px) {
    #video-border {
        margin: 0 0 10px 0;
        padding: 0;
    }
    #my-number-section {
        margin: 10px 0px;
    }
    #my-number {
        font-size: 32px;
        line-height: 44px;
        font-weight: normal;
    }
    #my-number::before {
        content: "Your number is: ";
        font-weight: 100;
        color: #878787;
    }
    #chat-input {
        margin: 0 0 8px 0;
        padding: 8px;
    }
    #chat-output {
        margin: 0;
        font-size: 16px;
        height: auto;
        max-height: 200px;
    }
    #chat-output div {
        font-weight: 200;
        margin: 2px;
        border-bottom: none;
    }
    #video-display {
        height: 240px;
        line-height: 240px;
    }
    #video-self {
        height: 240px;
    }
    #logo {
        top: -50px;
        width: 100%;
    }
    .col-xs-7, .col-xs-5 {
        padding-right: 0;
    }
    #video-thumbnail {
        top: -105px;
        right: 5px;
    }
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */


/* Doctor Home Page */


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.h4e-doctor-info {
    height: 20vh;
    margin-bottom: 2%;
}

#h4e-doctor-profile {
    float: left;
    width: 45%;
    margin-left: 5%;
}

#h4e-doctor-profile i {
    margin-right: 5%;
}

#h4e-doctor-rate {
    float: right;
    width: 45%;
    text-align: right;
    margin-right: 5%;
    margin-top: 3%;
}

.fc-event .fc-bg {
    background: none;
    opacity: 0 !important;
}

figure {
    width: 120px;
    height: 120px;
    overflow: hidden;
    background-color: #FFF;
    margin: 0px 20px;
}

figure.appointment {
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
}

.appointment-labels {
    margin-right: 10px;
}


/*Form Page*/

.form-page {
    background-color: #9b9b9b;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    color: #fff;
    padding: 3em;
}

.form-page input, .form-page select, .input-group-btn .btn {
    border-radius: 0px;
}

.form-page select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}


/*.form-page form.ng-invalid-required input.ng-invalid, .form-page form.ng-invalid-required select.ng-invalid, .ng-invalid-required input.ng-invalid, .ng-invalid-required select.ng-invalid, .ng-invalid-required textarea.ng-invalid{
    border-color: red;
}*/

.appointment-body {
    margin-top: 8vh;
}

.sub-title-1 {
    padding-left: 60px;
}

.sub-title-2 {
    padding-left: 80px;
}


/*Login Page*/

.h4e-login-button {
    width: 100%;
    height: 50px;
    background-color: #af1d20;
    border: solid 1px #af1d20;
    font-family: "Roboto-Regular", "Open Sans", open-sans;
    font-size: 18px;
    color: #fff;
    border-radius: 0px;
}

.login-page {
    text-align: center;
}

.login-page figure {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #FFF;
    margin: auto;
}

.login-page .account, .register-page .account {
    margin-top: 5px;
    text-align: right;
}

.login-page .account a {
    color: white;
    text-decoration: underline;
}


/*Register Page*/

.register-page a {
    color: white;
    text-decoration: underline;
}

.register-page .control-label.err {
    color: #af1d20;
    font-weight: bold;
}


/* Ver consulta */

.dc-comment {
    min-height: 50px;
    margin-top: 10px;
}

.dc-tags-appointment .tags {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.dc-tags-appointment .tags input {
    background: none !important;
    border: none !important;
}

figure.appointment-plus {
    width: 100px;
    height: 100px;
    margin: 0 20px 0 0;
}

.no-resize {
    resize: none;
}
