@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400|Playfair+Display:400,700,400italic|Libre+Baskerville:400,700,400italic|Muli:300,400|Open+Sans:400,300,700|Oswald:400,700|Raleway:400,100,300,700|Montserrat:400,700|Merriweather:400,300,300italic,400italic,700|Bree+Serif|Vollkorn:400italic,400,700|Abril+Fatface|Cardo:400,400italic);
*,
*:before,
*:after {
    box-sizing: inherit;
}


/* Basically just a bunch of typeface classes, some helper classes(letter-spacing, font-weight, etc.), decorative classes(line-on-headers, double-lines, etc). Three types of bg, image, gradient and solid color. I do this for testing headings/hero-image typography. Now there are ten presets here, but you can mix everything. I know that this brings to classivitis, but I still didn't dwelved into Saas, it is next on my learning roadmap, but I will create a fork soon with Saas and variables. */


/* Preset 1 ---- Bold/cursive  */


/* Preset 2 ---- Thin/bold  */


/* Preset 3 ---- Add emphasis with color */


/* Preset 4 ---- Thin/Super bold/thin */


/* Preset 5 ---- Playing with serifs */


/* Preset 6 ---- Super contrast */


/* Preset 7 ---- Vertical text */


/* Preset 8 ---- Playful type */


/* Preset 9 ---- Middle flourish */


/* Preset 10 ---- Overlay text */


/* ==== Font sizes(based on Typeplate's scale) ==== */

html {
    box-sizing: border-box;
    font: normal 112.5%/1.65 serif;
    /* base font size 18px with 1.65 line-height */
    -moz-font-feature-settings: "liga=1, dlig=1";
    /* common and discretionary ligatures */
    -ms-font-feature-settings: "liga", "dlig";
    -webkit-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig";
}

body {
    background: #111
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin-top: 0;
    color: #fff !important;
    display: inline-block;
    position: relative;
}

h2.addTo {
    font-size: 1.3em !important;
}

.margin-zero {
    margin: 15px 0 2px !important
}

.sub-head {
    display: block;
    text-align: center;
    top: 15px;
    cursor: pointer;
    margin-bottom: 5px !important
}

p {
    margin-top: 4rem;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1
}
:focus{
    outline: none
}
canvas {
    max-width: 100%;
    background: #111
}

.ng-scope {
    margin-top: 0px
}

.gigantic {
    font-size: 11rem;
}

.supersize {
    font-size: 8rem;
}

.tera {
    font-size: 6.5rem;
    /* 117 / 18 = 6.5 */
    margin-bottom: 0.25385rem;
}

.giga {
    font-size: 5rem;
    /* 90 / 18 = 5 */
    margin-bottom: 0.33rem;
}

.mega {
    font-size: 4rem;
    /* 72 / 18 = 4 */
    margin-bottom: 0.4125rem;
}

.alpha {
    font-size: 3.33333rem;
    /* 60 / 18 = 3.3333 */
    margin-bottom: 0.495rem;
}

.beta {
    font-size: 2.6667rem;
    /* 48 / 18 = 2.6667 */
    margin-bottom: 0.1875rem;
}

.gamma {
    font-size: 2rem;
    /* 36 / 18 = 2 */
    margin-bottom: 0.825rem;
}

.delta {
    font-size: 1.3333333333333333rem;
    /* 24 / 18 = 1.3333 */
    margin-bottom: 1.2375rem;
}

.epsilon {
    font-size: 1.16667rem;
    /* 21 / 18 = 1.1667 */
    margin-bottom: 1.41429rem;
}

.zeta {
    font-size: 1rem;
    /* 18 = 18 × 1 */
    margin-bottom: 1.65rem;
}


/* ==== Typefaces  ==== */

.open-sans {
    font-family: 'Open Sans';
}

.lato {
    font-family: 'Lato'
}

.playfair-display {
    font-family: 'Playfair Display'
}

.libre-baskerville {
    font-family: 'Libre Baskerville'
}

.oswald {
    font-family: 'Oswald'
}

.montserrat {
    font-family: 'Montserrat'
}

.vollkorn {
    font-family: 'Vollkorn';
    letter-spacing: 1.1px
}

.bree-serif {
    font-family: 'Bree Serif'
}

.raleway {
    font-family: 'Raleway'
}

.merriweather {
    font-family: 'Merriweather'
}

.cardo {
    font-family: 'Cardo'
}

.abril-fatface {
    font-family: 'Abril Fatface'
}

.muli {
    font-family: 'Muli'
}


/* ==== Weights, styles, letterspacing, etc. ==== */

.thin {
    font-weight: 100;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.normal {
    font-style: normal;
}

.ls-small {
    letter-spacing: 2px;
}

.ls-medium {
    letter-spacing: 4px;
}

.ls-large {
    letter-spacing: 8px;
}

.ls-xlarge {
    letter-spacing: 12px;
}

.uppercase {
    text-transform: uppercase;
}

.color-emphasis-1 {
    color: #FF4056
}

.color-emphasis-2 {
    color: #000;
}

.color-emphasis-3 {
    color: #b56f82
}

.text-left {
    text-align: left;
}

.line-height-small {
    line-height: 1.2
}

.line-height-medium {
    line-height: 1.45
}

.line-height-large {
    line-height: 1.65
}

.small {
    font-size: 2rem;
}

.smaller {
    font-size: 1.75rem;
}


/* ===== Flourish, heading horizontal lines, etc. ==== */

.thick-header-line:before,
.thick-header-line:after {
    content: "";
    display: block;
    position: absolute;
    width: 7rem;
    height: 4px;
    background-color: #fff;
    top: 50%;
    margin-bottom: -4px;
}

.thick-header-line:before {
    left: -7.5rem;
}

.thick-header-line:after {
    right: -7.5rem;
}

.thin-header-line:before,
.thin-header-line:after {
    content: "";
    display: block;
    position: absolute;
    width: 7rem;
    height: 1px;
    background-color: #fff;
    top: 50%;
    margin-bottom: -1px;
}

.thin-header-line:before {
    left: -7.5rem;
}

.thin-header-line:after {
    right: -7rem;
}

.line-after-heading:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 4rem;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -1.5rem;
}

.double-header-line:before,
.double-header-line:after {
    content: "";
    display: block;
    position: absolute;
    width: 7rem;
    background-color: transparent;
    height: 4px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 50%;
    margin-bottom: -4px;
}

.double-header-line:before {
    left: -7.5rem;
}

.double-header-line:after {
    right: -7.5rem;
}

.decorative-span {
    display: inline-block;
    font-size: 30px;
    line-height: 60px;
    margin: 0 10px;
    position: relative;
    vertical-align: middle;
    color: #fff;
}

.decorative-span:before,
.decorative-span:after {
    background-color: #fff;
    bottom: 100%;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}

.decorative-span:after {
    top: 96%;
}

.text-overlay:before {
    content: attr(data-text);
    z-index: 99;
    width: 98%;
    height: 50px;
    background-color: hsla(0, 0%, 0%, 0.6);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
    text-align: center;
    color: #f0ad00;
    font-family: 'bree serif';
    font-style: normal;
    font-size: 1.3rem;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
}


/* ==== General styles ==== */

section {
    height: 100vh;
    padding: 3rem 0;
    position: relative;
}

.wrapper {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    transform: translateY(-50%);
    top: 42%;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
    /*      background: url('http://unsplash.it/1200x800') center center no-repeat;
  background-size: cover;*/
}


/*.wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
  opacity: .6;
}*/

.wrapper.large-wrap {
    max-width: 100%;
}

section.one {
    background: -webkit-linear-gradient(90deg, #134E5E 10%, #71B280 90%);
    /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(90deg, #134E5E 10%, #71B280 90%);
    /* FF3.6+ */
    background: -ms-linear-gradient(90deg, #134E5E 10%, #71B280 90%);
    /* IE10 */
    background: -o-linear-gradient(90deg, #134E5E 10%, #71B280 90%);
    /* Opera 11.10+ */
    background: linear-gradient(90deg, #134E5E 10%, #71B280 90%);
    /* W3C */
}

@-webkit-keyframes color_change {
    from {
        color: white;
    }
    to {
        color: #a83f39;
    }
}

@-moz-keyframes color_change {
    from {
        color: white;
    }
    to {
        color: #a83f39;
    }
}

@-ms-keyframes color_change {
    from {
        color: white;
    }
    to {
        color: #a83f39;
    }
}

@-o-keyframes color_change {
    from {
        color: white;
    }
    to {
        color: #a83f39;
    }
}

@keyframes color_change {
    from {
        color: white;
    }
    to {
        color: #a83f39;
    }
}

section:before {
    content: "\f004";
    font-family: FontAwesome;
    -webkit-animation: color_change 4s infinite alternate;
    -moz-animation: color_change 4s infinite alternate;
    -ms-animation: color_change 4s infinite alternate;
    -o-animation: color_change 4s infinite alternate;
    animation: color_change 4s infinite alternate;
    position: absolute;
    z-index: 20;
    left: 2rem;
    top: 2rem;
}

.about {
    position: absolute;
    position: absolute;
    z-index: 20;
    right: 2rem;
    bottom: 2rem;
    color: #ddd;
    text-decoration: none;
}

.about .fa {
    color: #134E5E;
    opacity: 0.8
}

.refresh {
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer
}

.refresh i {
    color: #fff
}
.delete-x{
    font-weight: bold;
}
.delete-x:hover{
    text-decoration: none
}
/* Fade In */

.wrapper {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -o-animation: fadein 2s;
    /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*lists*/

.patient-show-hide {
    opacity: 1;
}

.patient-show-hide {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.patient-show-hide.ng-hide {
    opacity: 0;
}

.patient.ng-enter {
    opacity: 0.2;
    transition: all ease 1250ms;
}

.patient.ng-enter-stagger {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
}

.patient.ng-enter-active {
    opacity: 1.0;
}

.patient.ng-leave {
    opacity: 1.0;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.patient.ng-leave.ng-leave-active {
    opacity: 0;
}

table {
    margin: 0 auto;
    width: 250px !important;
    cursor: pointer
}
td{
    font-size: 16px
}
.input-group {
    margin: 0 auto
}

.btn {
    margin-top: 10px
}

.table-striped>tbody>tr {
    background-color: #fff;
}


/*.table-striped>tbody>tr, .table-striped>tbody>tr:nth-of-type(odd){
    background: none !important;
    color: #fff
}
.glyphicon{
    color: #fff
}*/

section.one h1:first-of-type {
    text-align: center;
    display: block;
}

.row {
    margin: 0 auto !important;
}

.col-sm-6 {
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
}

h3.ng-binding {
    color: #111 !important
}

.white-text {
    color: #fff
}

.boat {
    max-height: 300px;
    overflow-y: auto
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: none;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 10px;
    background: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122, 153, 217)), color-stop(0.72, rgb(73, 125, 189)), color-stop(0.86, rgb(28, 58, 148)));
}

.alert {
    background: none !important;
    padding: 0 !important;
    border: 0 !important;
    color: #fff !important;
    position: absolute !important;
    bottom:28px !important;
    left: 46%;
    font-size: 12.5px
}

.trash-all {
    display: block;
    color: #fff;
    float: right;
    cursor: pointer;
    font-size: 20px
}

.trash-all:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8
}

.help-top {
    display: block;
    margin: 18px auto 0;
    font-size: 24px;
    color: #5bc0de;
    background: none;
    border: none;
    transition: .2s all ease-in-out;
    line-height: 12px
}

.help-top:hover {
    color: #5b9fde;
}

.help-top:focus {
    outline: none
}

.help-top span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1.1px
}

.modal-footer button:focus {
    outline: none !important
}


/*.btn:focus{
    outline: none !important
}*/

.modal-content {
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1) !important;
    max-width: 400px;
    margin: 0 auto
}

.modal-footer button {
    background: #FC6468;
    margin: 0 auto;
    float: none;
    display: block;
    display: block;
    border-radius: 45px;
    color: #fff !important;
    text-transform: uppercase
}

#gridSystemModalLabel,
.body-message {
    color: #111 !important
}

#gridSystemModalLabel {
    text-align: center;
    display: block;
    font-size: 24px
}

.body-message {
    font-size: 18px;
    font-weight: normal;
    text-align: justify
}

.body-message strong {
    display: inline;
    text-decoration: underline;
}

.body-message small {
    text-align: justify;
    display: block;
    margin-top: 20px;
    line-height: 20px;
    color: #666
}

.modal.in .modal-dialog {
    top: 10%
}

#btnSave {
    font-family: fontawesome;
    padding: 6px 14px;
}
.btn-success{
    padding: 6px 15px !important
}
@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.arrow {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
    display: none;
    transition: .3s all ease-in-out
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@media(max-width:330px){
    .help-top span{
    display: none
    }
    /*h2.sub-head{
        display: none
    }*/
    td{
        font-size: 14px
    }
    section.one h1:first-of-type{
        font-size: 1.9667rem;

    }
    h2{
        font-size: 1.86667rem !important
    }
    .margin-zero{
        margin: 0 !important
    }
    .btn{
        padding: 2px 12px !important
    }
    .refresh{
        display: none
    }
    section::before {
        display: none
    }
    .wrapper{
        top: 52%;
            top: 58%
    }
    .line-after-heading::before{
        bottom: -1rem;
    }
    .help-top{
        margin: 10px auto 0;
    }
    .head-text{
    top: 0px;
    position: absolute;
    margin: 10px auto 0;
    display: block;
    left: 63px;
}
}
@media(min-width:1700px){
    .head-text{
    display: block;
    margin-top: 120px
    }
    .wrapper{
        top: 30%
    }
    td{
        font-size: 18px
    }
    h2.addTo{
        font-size: 1.4em !important
    }
}