/* Minification failed. Returning unminified contents.
(895,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
body:after {
    content: "";
    position: fixed;
    // stretch a fixed position to the whole screen top:0;
    height: 100vh;
    // fix for mobile browser address bar appearing disappearing left:0;
    right: 0;
    z-index: -1;
    // needed to keep in the background background: url(/img/header2.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
 .rwd-line { display: block; }
        
        @media screen and (min-width: 768px){
            .rwd-line { display: inline; }
}
        
#page-wrapper {
	background: none;
	-webkit-overflow-scrolling: touch;

}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

     padding-right: 5px;
     padding-left: 5px;
}
.page-header {
    padding-bottom: 9px;
    margin: 10px 0 10px;
    border-bottom: 1px solid #eee;
}
.panel-body {
     padding: 5px;
}
.animated { 
 	-webkit-animation-name: bounceIn;
 	-webkit-animation-duration: 4s;
 	-webkit-animation-iteration-count: 10;
 	-webkit-animation-timing-function: ease-out;
 	-webkit-animation-fill-mode: forwards;
	
 	animation-name: bounceIn;
 	animation-duration: 4s;
 	animation-iteration-count: 10;
 	animation-timing-function: ease-out;
 	animation-fill-mode: forwards;
}   
@-webkit-keyframes shake { 
    0%, 100% {-webkit-transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-5px);} 
    20%, 40%, 60%, 80% {-webkit-transform: translateX(5px);} 
} 
@keyframes shake { 
    0%, 100% {transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {transform: translateX(-5px);} 
    20%, 40%, 60%, 80% {transform: translateX(5px);} 
} 
.shake { 
    -webkit-animation-name: shake; 
    animation-name: shake; 
}


.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
h2, .h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, p {
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    font-family: 'Josefin Sans', sans-serif;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    margin: 134px 00 0;
}

@media(min-width:1088px) {
    #page-wrapper {
        position: inherit;
        margin: 134px 0 0 0;
    }

    body {
        -webkit-background-size: cover; /* For WebKit*/
        -moz-background-size: cover; /* Mozilla*/
        -o-background-size: cover; /* Opera*/
        background-size: cover; /* Generic*/
    }
}


.navbar-top-links {
    margin-right: 0;
}

    .navbar-top-links li {
        display: inline-block;
    }

        .navbar-top-links li:last-child {
            margin-right: 15px;
        }

        .navbar-top-links li a {
            padding: 15px;
            min-height: 50px;
        }

    .navbar-top-links .dropdown-menu li {
        display: block;
    }

        .navbar-top-links .dropdown-menu li:last-child {
            margin-right: 0;
        }

        .navbar-top-links .dropdown-menu li a {
            padding: 3px 20px;
            min-height: 0;
        }

            .navbar-top-links .dropdown-menu li a div {
                white-space: normal;
            }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        width: 310px;
        min-width: 0;
    }

    .navbar-top-links .dropdown-messages {
        margin-left: 5px;
    }

    .navbar-top-links .dropdown-tasks {
        margin-left: -59px;
    }

    .navbar-top-links .dropdown-alerts {
        margin-left: -123px;
    }

    .navbar-top-links .dropdown-user {
        right: 0;
        left: auto;
    }

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

    .sidebar ul li a.active {
        background-color: #eee;
    }

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0 !important;
}

    .sidebar .nav-second-level li a {
        padding-left: 37px;
    }

    .sidebar .nav-third-level li a {
        padding-left: 52px;
    }

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn {
    font-size: 16px;
    font-weight: 600;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: #fff;
    }

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #999;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
        }

    .panel .slidedown .glyphicon,
    .chat .glyphicon {
        margin-right: 5px;
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

    table.dataTable thead .sorting_asc:after {
        content: "\f0de";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f0dd";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting:after {
        content: "\f0dc";
        float: right;
        font-family: fontawesome;
        color: rgba(50,50,50,.5);
    }

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #5cb85c;
    }

        .panel-green a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red a {
        color: #d9534f;
    }

        .panel-red a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow a {
        color: #f0ad4e;
    }

        .panel-yellow a:hover {
            color: #df8a13;
        }

input[type=button] {
    text-align: left;
}


.btn.align-left {
    text-align: left;
}


.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.btn.pull-left {
    margin-right: .3em;
}

.btn.pull-right {
    margin-left: .3em;
}

.remove .button {
    border-radius: 8px;
}

.btn-primary {
    background-repeat: repeat-x;
	border-color: #245580;
	background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #265a88;
        background-position: 0 -15px;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #265a88;
        border-color: #245580;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    /*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ .btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
        text-shadow: 0 -1px 0 rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    }

        .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active {
            -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        }

        .btn-danger .badge, .btn-default .badge, .btn-info .badge, .btn-primary .badge, .btn-success .badge, .btn-warning .badge {
            text-shadow: none;
        }

.btn.active, .btn:active {
    background-image: none;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-repeat: repeat-x;
	border-color: #ccc;
	background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
}

    .btn-default:focus, .btn-default:hover {
        background-color: #e0e0e0;
        background-position: 0 -15px;
    }

    .btn-default.active, .btn-default:active {
        background-color: #e0e0e0;
        border-color: #dbdbdb;
    }

    .btn-default.disabled, .btn-default:disabled, .btn-default[disabled] {
        background-color: #e0e0e0;
        background-image: none;
    }

.btn-success {
    background-repeat: repeat-x;
	border-color: #3e8f3e;
	background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
}

    .btn-success:focus, .btn-success:hover {
        background-color: #419641;
        background-position: 0 -15px;
    }

    .btn-success.active, .btn-success:active {
        background-color: #419641;
        border-color: #3e8f3e;
    }

    .btn-success.disabled, .btn-success:disabled, .btn-success[disabled] {
        background-color: #419641;
        background-image: none;
    }

.btn-info {
    background-repeat: repeat-x;
	border-color: #28a4c9;
	background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
}

    .btn-info:focus, .btn-info:hover {
        background-color: #2aabd2;
        background-position: 0 -15px;
    }

    .btn-info.active, .btn-info:active {
        background-color: #2aabd2;
        border-color: #28a4c9;
    }

    .btn-info.disabled, .btn-info:disabled, .btn-info[disabled] {
        background-color: #2aabd2;
        background-image: none;
    }

.btn-warning {
    background-repeat: repeat-x;
	border-color: #e38d13;
	background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
}

    .btn-warning:focus, .btn-warning:hover {
        background-color: #eb9316;
        background-position: 0 -15px;
    }

    .btn-warning.active, .btn-warning:active {
        background-color: #eb9316;
        border-color: #e38d13;
    }

    .btn-warning.disabled, .btn-warning:disabled, .btn-warning[disabled] {
        background-color: #eb9316;
        background-image: none;
    }

.btn-danger {
    background-repeat: repeat-x;
	border-color: #b92c28;
	background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
}

    .btn-danger:focus, .btn-danger:hover {
        background-color: #c12e2a;
        background-position: 0 -15px;
    }

    .btn-danger.active, .btn-danger:active {
        background-color: #c12e2a;
        border-color: #b92c28;
    }

    .btn-danger.disabled, .btn-danger:disabled, .btn-danger[disabled] {
        background-color: #c12e2a;
        background-image: none;
    }

.btn-hidden {
    background: transparent;
    border: 0;
}

.img-thumbnail, .thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #e8e8e8;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #2e6da4;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
}

.navbar-default {
    background-repeat: repeat-x;
	border-radius: 4px;
	background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
        background-repeat: repeat-x;
	box-shadow: 0 3px 9px rgba(0,0,0,.075) inset;
	background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);
}

.navbar-brand, .navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255,255,255,.25);
}

.navbar-inverse {
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
        background-repeat: repeat-x;
	box-shadow: 0 3px 9px rgba(0,0,0,.25) inset;
	background-image: linear-gradient(to bottom,#080808 0,#0f0f0f 100%);
}

    .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    }

.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
    border-radius: 0;
}

@media (max-width:767px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
}
}

.alert {
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
}

.alert-success {
    background-repeat: repeat-x;
	border-color: #b2dba1;
	background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
}

.alert-info {
    background-repeat: repeat-x;
	border-color: #9acfea;
	background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
}

.alert-warning {
    background-repeat: repeat-x;
	border-color: #f5e79e;
	background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
}

.alert-danger {
    background-repeat: repeat-x;
	border-color: #dca7a7;
	background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
}

.progress {
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
}

.progress-bar {
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#337ab7 0,#286090 100%);
}

.progress-bar-success {
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
}

.progress-bar-info {
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
}

.progress-bar-warning {
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
}

.progress-bar-danger {
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    text-shadow: 0 -1px 0 #286090;
    background-repeat: repeat-x;
	border-color: #2b669a;
	background-image: linear-gradient(to bottom,#337ab7 0,#2b669a 100%);
}

    .list-group-item.active .badge, .list-group-item.active:focus .badge, .list-group-item.active:hover .badge {
        text-shadow: none;
    }

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.panel-default > .panel-heading {
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
}

.panel-primary > .panel-heading {
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
}

.panel-success > .panel-heading {
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
}

.panel-info > .panel-heading {
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
}

.panel-warning > .panel-heading {
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);
}

.panel-danger > .panel-heading {
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
}

.well {
    background-repeat: repeat-x;
	border-color: #dcdcdc;
	background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
}


/*! tango looklike  */
body {
    /*   background-image: url(http://www.tango.no/wp-content/uploads/2012/05/bakgrunn.jpg); */
    background-color: #bdbdbd;
}

.container {
    overflow: hidden;
    background-color: rgba(33, 33, 33, 0.73);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    border: 1px solid #313131;
    color: #fff;
}

.panel {
    background-color: rgba(37, 37, 37, 0.6);
}

.panel-default > .panel-heading {
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#2f2f2f 0,#444444 100%);
}

.panel-primary > .panel-footer, .panel-primary > .panel-body {
    background-color: rgba(46, 109, 164, 0.3);
    border-top: 0px;
}


.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(37, 37, 37, 0.6) !important;
}

.table-striped > tbody > tr:hover:nth-of-type(even) {
    background-color: rgba(37, 37, 37, 0.6) !important;
}

.employeeImage {
    display: block;
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Josefin Sans', sans-serif;
}

.ui-widget-content {
    border: 0px /*{borderColorContent}*/;
}

.ui-widget {
    font-family: font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.no-title .ui-dialog-titlebar {
    display: none;
}


.ui-widget-content {
    background: rgba(46, 109, 164, 0.9);
    color: #FFF;
}

.ui-widget-header {
    border: 0px;
    background: none !important;
    color: #fff;
    font-weight: normal;
}


#orderTable tbody tr td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 190px;
}

.input-group .form-control {
    z-index: inherit;
}

#forgotPasswordLink {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/*------------------*/
/* Steps Navigation */
/*------------------*/
#bookingStepNavigation {
    text-align: center;
	display: inline-block;
}

    #bookingStepNavigation ul {
        padding: 0px;
    }

    #bookingStepNavigation li {
        display: inline-block;
        list-style: none;
    }

        #bookingStepNavigation li.step-number {
            border-radius: 50%;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            height: 40px;
            width: 40px;
            cursor: default;
        }

            #bookingStepNavigation li.step-number span {
                display: block;
                line-height: 40px;
                text-align: center;
            }

        #bookingStepNavigation li.divider {
            cursor: default;
        }

        #bookingStepNavigation li.arrows {
            cursor: pointer;
        }

#bookingStartOver {
    float: left;
    text-align: left;
    margin: 10px 0px 0px 5px;
}

    #bookingStartOver a {
        cursor: pointer;
        text-align: left;
    }

#showAllAppointmentResults #bookingStartOver a {
    margin-left: 5px;
}

#bookingStartOver.start-over {
    float: none;
    text-align: center;
    margin: 10px 0px 10px 5px;
}


#bookingStepNavigation li.step-number {
    background-color: rgba(255, 255, 255, 0.8);
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    border-color: rgba(0, 0, 0, 1);
    border-width: 0px;
    border-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    opacity: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 6px;
    margin-right: 6px;
}

    #bookingStepNavigation li.step-number.current {
        background-color: rgba(144, 144, 144, 0.8);
        background-image: none;
        background-repeat: no-repeat;
        background-position: center center;
        border-color: rgba(0, 0, 0, 1);
        border-width: 0px;
        border-style: none;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        opacity: 1;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #bookingStepNavigation li.step-number span {
        color: rgba(0, 0, 0, 1);
        font-family: 'Josefin Sans';
        font-size: 20px;
        font-style: normal;
        font-weight: bold;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
        text-decoration: none;
        text-transform: none;
    }

#bookingStepNavigation li.divider {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 4px;
}

#bookingStepNavigation li.arrows {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.src-image {
  display: none;
}

.card {
  overflow: hidden;
  position: relative;
  border: 1px solid #CCC;
  border-radius: 8px;
  text-align: center;
  padding: 0;
  background-color: #284c79;
  color: rgb(136, 172, 217);
}

.card .header-bg {
  /* This stretches the canvas across the entire hero unit */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  border-bottom: 1px #FFF solid;
  /* This positions the canvas under the text */
  z-index: 1;
}
.card .avatar {
  position: relative;
  margin-top: 15px;
  z-index: 100;
}

.card .avatar img {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
  -webkit-border-radius: 70%;
  -moz-border-radius: 70%;
  border-radius: 50%;
  border: 5px solid rgba(0,0,30,0.8);
}
