/*
    Created on : Sep 19, 2016, 8:25:52 PM
    Author     : mayur
*/
#gradient-resizer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1d1d1+0,d1d1d1+100&0.65+0,0+100 */
    background: -moz-linear-gradient(left, rgba(209, 209, 209, 0.65) 0%, rgba(209, 209, 209, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(209, 209, 209, 0.65) 0%, rgba(209, 209, 209, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(209, 209, 209, 0.65) 0%, rgba(209, 209, 209, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6d1d1d1', endColorstr='#00d1d1d1', GradientType=1);
    /* IE6-9 */
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.shadow {
    box-shadow: 0 2px 4px 0 rgba(92, 128, 173, 0.63), 0 2px 10px 0 rgba(85, 62, 179, 0.62);
}

.text-shadow {
    text-shadow: 0px 0px 7px #969696;
}

.label {
    font-size: 85%;
}

button:active {
    outline: none;
    border: none;
}

button:focus {
    outline: 0;
}

.form-group {
    margin-bottom: 0px;
}

.buttons-html5 {
    margin-right: 5px;
}

.buttons-copy {
    margin-right: 5px;
}

.buttons-collection {
    margin-right: 5px;
}

.buttons-print {
    margin-right: 5px;
}

.font-bold {
    font-weight: bold;
}

td {
    vertical-align: middle !important;
}

.color-reject {
    color: #820000;
}

.color-approve {
    color: #337ab7;
}

.color-red {
    color: #ff0000;
}

.datatable_titlebar {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 15px;
    border-bottom: 6px solid #cccccc;
    padding: 5px 0px;
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 13px #808080;
    color: #6e6e6e;
    display: none;
}

.bootstrap-dialog-header > .bootstrap-dialog-close-button > .close {
    font-weight: bold;
    color: black;
    border: 1px solid black;
    padding: 1px;
    width: 25px;
    height: 25px;
    text-transform: uppercase;
}

.modal-dialog > .modal-content {
    border-radius: 4px;
}

.modal-dialog > .modal-content > .modal-header {
    border-radius: 0px;
    background-color: #158cba;
}

.modal-dialog > .modal-content > .modal-header > .modal-title {
    color: #e6e6e6;
}

.modal-md {
    width: 700px;
}

.modal-full {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #158cba;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

div.error {
    display: none;
    opacity: 0;
    color: #dd4b39;
    font-weight: 100;
    margin-top: 3px;
}

input.error {
    border: 1px solid #dd4b39;
}

.jq-sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.jq-sortable li {
    margin: 0 3px 3px 0;
    padding: 5px;
}

.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor: progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto;
    /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}

body {
    background-color: rgba(207, 254, 255, 0.82);
    background-image: url("../images/MedikusBackground.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.background-position_y_0 {
    background-position-y: 0px;
}

.file_drop_location {
    position: absolute;
    z-index: 1300;
    background: rgba(0, 0, 0, 0.65);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.radioLabelShadow {
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2), 0 -5px 35px rgba(255, 255, 255, 0.3);
}

/************************************************************
*************************Footer******************************
*************************************************************/
/* latin-ext */
@font-face {
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    src: local('Fjalla One'), local('FjallaOne-Regular'), url("font/SHXJdWnWW6HDq-6DpcG8PyEAvth_LlrfE80CYdSH47w.woff2") format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    src: local('Fjalla One'), local('FjallaOne-Regular'), url("font/rxxXUYj4oZ6Q5oDJFtEd6vk_vArhqVIZ0nv9q090hN8.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */
@font-face {
    font-family: 'Gudea';
    font-style: normal;
    font-weight: 400;
    src: local('Gudea'), url("font/z8aPAbP9Zel-Pp_KwXJfCA.woff2") format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Gudea';
    font-style: normal;
    font-weight: 400;
    src: local('Gudea'), url("font/WTDyO8MdshuMhAnoLO0WMw.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

.footer1 {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    /*	border-top-width: 4px;
        border-top-style: solid;
        border-top-color: #003;*/
}

.title-widget {
    color: #898989;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 28px;
}

.title-widget::before {
    background-color: #158cba;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}

.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}

.widget_nav_menu ul li {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 7px;
    padding-bottom: 7px;
    width: 95%;
}

.title-median {
    color: #636363;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}

.footerp p {
    font-family: 'Gudea', sans-serif;
}

#social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

/*
    Only Needed in Multi-Coloured Variation
*/
.social-fb:hover {
    color: #3B5998;
}

.social-tw:hover {
    color: #4099FF;
}

.social-gp:hover {
    color: #d34836;
}

.social-em:hover {
    color: #f39c12;
}

.nomargin {
    margin: 0px;
    padding: 0px;
}

.footer-bottom {
    background-color: #353535;
    min-height: 30px;
    width: 100%;
}

.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}

.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}

.design a {
    color: #fff;
}

/************************************************************
*************************Footer******************************
*************************************************************/
.animation.ng-enter {
    transition: 0.5s ease all;
    opacity: 0;
    transform: translateY(-100%);
}

.animation.ng-enter.ng-enter-active {
    opacity: 1;
    transform: translateY(0);
}

.animation.ng-leave {
    transition: 0.5s ease all;
    opacity: 1;
    transform: translateY(0);
}

.animation.ng-leave.ng-leave-active {
    opacity: 0;
    transform: translateY(-100%);
}

.overflow-hidden {
    overflow: hidden;
}

.circle {
    border-radius: 5px;
    border: 3px solid #158cba;
    padding: 5px;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    transition: 1s;
    margin-right: 7px;
}

.circle.active {
    background-color: #158cba;
    color: white;
}

.ah_icon {
    width: 150px;
    height: 215px;
    background-color: rgba(0, 255, 220, 0.25);
    padding: 15px;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(92, 128, 173, 0.63), 0 2px 10px 0 rgba(85, 62, 179, 0.62);
    transition: 500ms;
    color: #424242;
}

.ah_icon:hover {
    box-shadow: 0px 5px 50px 0 rgba(93, 82, 255, 0.93);
    transition: 500ms;
}

.clinic_icon {
    width: 155px;
    height: 255px;
    background-color: rgba(0, 255, 220, 0.25);
    padding: 15px;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(92, 128, 173, 0.63), 0 2px 10px 0 rgba(85, 62, 179, 0.62);
    transition: 500ms;
    color: #424242;
    position: relative;
    margin: 8px;
}

.clinic_icon:hover {
    box-shadow: 0px 5px 50px 0 rgba(93, 82, 255, 0.93);
    transition: 500ms;
}

.ah_icon_text {
    font-weight: bold;
    text-align: center;
    color: #ff0000;
}

.ah_icon_img {
    width: 100%;
    min-height: 120px;
    max-height: 120px;
}

.ah_icon_doctor {
    height: 16px;
}

.dsply-in-blck {
    display: inline-block;
}

.flex-row-around {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.uq_left:hover {
    background-color: white;
    box-shadow: 0 1px 1px 0 #2ebfff, 0 1px 5px 0 #158cba;
}

.label-default-custom {
    background: #dedede;
    padding: 0px 10px;
    border-radius: 15px;
    display: inline-block;
    margin-right: 3px;
}

.fantacy_heading {
    font-family: 'Anton', sans-serif;
    color: #e07474;
    text-shadow: 2px 2px 5px #969696;
}

.footer-section {
    padding: 2em 0 0 0;
    background: #232427;
}

.footer-grid p,
p.sub {
    font-size: 0.9em;
    line-height: 1.8em;
    color: #A1A3AB;
    text-align: left;
}

.footer-grids {
    padding: 1em 0 3em 0;
}

p.sub {
    margin-top: 1.3em;
}

ul.tag li {
    display: inline-block;
    list-style: none;
    margin: 12px 0px 11px 0px;
}

ul.tag li a {
    padding: 8px 10px;
    background: #1A1A1F;
    color: #A1A3AB;
    font-size: 0.9em;
}

ul.tag li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.flickr-grid a img {
    width: 100%;
}

.flickr-grid {
    float: left;
    width: 32%;
    margin: 0 0.1em .1em;
}

.footer-grids h4 {
    font-size: 1.6em;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.footer-grids span {
    font-weight: 700;
    color: #2ad2c9;
}

.border2 {
    border-bottom: 2px ridge rgba(72, 72, 76, 0.88);
    padding: 0.5em 0 0.5em 0;
    width: 52%;
    margin-bottom: 1.3em;
}

ul.tw li {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.95em;
    line-height: 1.8em;
    color: #fff;
}

ul.tw p {
    float: left;
}

a i.square-3 {
    width: 20px;
    height: 20px;
    background: url("../../images/tw.html") no-repeat 0px 0px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

.icon-text p {
    color: #A1A3AB;
    font-size: 0.95em;
    line-height: 1.6em;
}

.icon-3-square {
    float: left;
    width: 10%;
    margin-right: 2%;
}

.icon-text {
    float: left;
    width: 86%;
}

.icon-text h5 {
    color: #CCC;
    font-size: 13px;
    margin: 0.7em 0;
}

.icon-text a {
    color: #D7D7D8;
}

.footer-bottom {
    padding: 1.2em 0;
    background: #23b5b9;
    text-align: center;
}

.footer-bottom p {
    color: #fff;
    font-size: 0.9em;
}

.footer-bottom a {
    color: #fff;
}

.text-shadow-font {
    text-shadow: 0px 0px 6px #fefbff;
}

.underline_span {
    display: inline-block;
    width: 200px;
    border-bottom: 2px solid #f38f2e;
}

.quote-font-info {
    font-size: 12px;
}

.quote-font-title {
    font-size: 13px;
    font-weight: bold;
}

.nav-tabs > li {
    float: none;
    display: inline-block;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: #2196f3;
    color: white;
}
