﻿body {
    margin-top: 50px;
    background-color: #edf1f5 /*#eeeeee*/;
    margin-bottom: 35px;
}

* {
    border-radius: 0 !important; /*remove ALL rounded corners*/
}

#main-alert {
    padding-top: 10px;
}

#main-alert > div > .alert {
    margin-bottom: 0;
}

.QA { /*body-environment-color*/
    color: #f0ad4e !important;
}

.container-fluid {
    /*margin-bottom: 35px;*/
    background-color: white;
}

.nav-tabs > .h4 {
    margin-top: 0;
}

.body-background {
    background-color: #edf1f5;
    padding-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.bg-grey {
    background-color: #eeeeee;
}

.text-line-through {
    text-decoration: line-through;
}

.text-large {
    font-size: 1.2em;
}

.text-mandatory {
    color: #d9534f;
    font-size: larger;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

.large {
    font-size: 30px;
    line-height: normal;
}

/* for schedule multi resource  */
.logo-image {
    width: 150px;
}



.tooltip-inner {
    background-color: #00A8CF;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #00A8CF;
}

.tooltip.right .tooltip-arrow {
    border-top-color: #00A8CF;
}

.tooltip.bottom .tooltip-arrow {
    border-top-color: #00A8CF;
}

.tooltip.left .tooltip-arrow {
    border-top-color: #00A8CF;
}

[data-placement="top"] + .tooltip > .tooltip-arrow {
    border-top-color: #00A8CF;
}

[data-placement="right"] + .tooltip > .tooltip-arrow {
    border-right-color: #00A8CF;
}

[data-placement="bottom"] + .tooltip > .tooltip-arrow {
    border-bottom-color: #00A8CF;
}

[data-placement="left"] + .tooltip > .tooltip-arrow {
    border-left-color: #00A8CF;
}

/*.grid-mvc {
    background-color: white;
}*/

.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 6px;
    border-radius: 0 6px 6px 6px;
}

.root:hover .dropdown-menu {
    display: block;
}

.dropdown-header {
    padding: 0 20px 0 10px;
    font-size: 13px;
    color: #777;
    font-weight: bolder;
}

.dropdown-toggle:visited {
    background-color: #345578 !important;
}

.page-header {
    margin: 20px 0 20px;
}

.validation-summary-errors {
    margin-top: 10px;
}

/* Top Navigation */
/*.top-nav {
    padding: 0 15px;
}

    .top-nav > li {
        display: inline-block;
    }

        .top-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
            color: #DDD;
        }

            .top-nav > li > a:hover,
            .top-nav > li > a:focus,
            .top-nav > .open > a,
            .top-nav > .open > a:hover,
            .top-nav > .open > a:focus {
                color: #fff;
                background-color: #fa3200;
            }

    .top-nav > .open > .dropdown-menu {
        float: left;
        position: absolute;
        margin-top: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .top-nav > .open > .dropdown-menu > li > a {
            white-space: normal;
        }*/


/*start navbar colors */
/*.navbar {
    background-image: -webkit-linear-gradient(#fff, #eee 50%, #e4e4e4);
    background-image: -o-linear-gradient(#fff, #eee 50%, #e4e4e4);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee), to(#e4e4e4));
    background-image: linear-gradient(#fff, #eee 50%, #e4e4e4);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe4e4e4', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #d5d5d5;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3)
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    background-image: -o-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
    background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #345578;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3)
}*/

/* NeoHIS Colors*/
.navbar-inverse {
    background-color: #00A8CF;
    border-color: #86c8d7;
}

.navbar-inverse .badge {
    background-color: #fff;
    color: #446e9b;
}

.navbar .badge {
    text-shadow: none
}

.navbar-nav > li > a, .navbar-nav > li > a:hover {
    -webkit-transition: color ease-in-out .2s;
    -moz-transition: color ease-in-out .2s;
    -o-transition: color ease-in-out .2s;
    transition: color ease-in-out .2s
}

.navbar-brand, .navbar-brand:hover {
    -webkit-transition: color ease-in-out .2s;
    -moz-transition: color ease-in-out .2s;
    -o-transition: color ease-in-out .2s;
    transition: color ease-in-out .2s
}

.navbar .caret, .navbar .caret:hover {
    -webkit-transition: border-color ease-in-out .2s;
    -moz-transition: border-color ease-in-out .2s;
    -o-transition: border-color ease-in-out .2s;
    transition: border-color ease-in-out .2s
}

.navbar .dropdown-menu {
    text-shadow: none
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #77777a;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #77777a;
}


.navbar-toggle {
    float: unset;
}

.navbar-nav-menu-right {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}

/*.navbar-nav {
    padding-right: 5px !important;
    padding-left: 5px !important;
}*/

.nav > li > a {
    padding: 15px 10px;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */
.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;
}

.card-title {
    font-weight: 500;
    line-height: 1.1;
    font-size: 24px;
    margin-bottom: 10px;
}

/* footer */
.footer.row {
    height: 24px;
    bottom: 0;
    line-height: 24px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
}

.foot {
    height: 24px;
    margin: 0 auto;
    text-align: center;
}

.foot p {
    color: #000;
    font: 11px Verdana;
    padding: 5px 0 0 0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.dl-horizontal .dt-event-details {
    width: 105px;
}

.dl-horizontal .dd-event-details {
    margin-left: 115px;
}

/*dt {
    font-weight: normal;
}*/


@media (min-width: 768px) {

    .dl-horizontal dt {
        width: 220px;
    }

    .dl-horizontal dd {
        margin-left: 240px;
    }
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 340px;
}

/*restore max witdh where needed*/
input.max-width-100 {
    max-width: 100% !important;
    width: 100% !important;
}

textarea.max-width-100 {
    max-width: 100% !important;
    width: 99% !important;
}

.search-group {
    padding-left: 15px !important;
}


.checkbox input[type="checkbox"] {
    margin-left: 4px;
}

.center {
    margin: 0 auto;
    width: 80%;
}

.max-with-100 {
    max-width: 100%;
}

.itemRow {
    margin-bottom: 15px;
}

.editorRow {
    padding-bottom: 0;
}

.grid-wrap {
    overflow: auto;
    min-height: 300px;
}

/*Grid.MVC Simple css hack to right align text*/
td[data-name='GrandTotal'] {
    text-align: right;
}


#dropZone {
    background: gray;
    border: black dashed 3px;
    width: 200px;
    padding: 50px;
    text-align: center;
    color: white;
}

/*.select2-container {
    width: 100% !important;
}*/

.select2-container .select2-selection--single {
    height: 32px !important;
}


.slider-tick.round {
    border-radius: 50% !important;
}

.slider-handle.round {
    border-radius: 50% !important;
}


/* Toggle Checkbox */
.round-toggle-back {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.round-toggle-back + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

input.round-toggle + label {
    padding: 2px;
    width: 47px;
    height: 25px;
    background-color: #dddddd;
    border-radius: 50px !important;
}

input.round-toggle + label:before,
input.round-toggle + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.round-toggle + label:before {
    right: 1px;
    background-color: #fff;
    border-radius: 50px !important;
    transition: background 0.4s;
}

input.round-toggle + label:after {
    width: 25px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s;
}

input.round-toggle:checked + label:before {
    background-color: #00A8CF;
}

input.round-toggle:checked + label:after {
    margin-left: 20px;
}

/*end Toggle Checkbox*/


.myapp-checkbox {
    width: 25px;
}

.checkbox label {
    padding-left: 25px;
}


/*custom paddings and margins*/

.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}
.pr-15 {
    padding-right: 15px;
}


.pt-7 {
    padding-top: 7px;
    padding-right: 0;
}

.pb-15 {
    padding-bottom: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-0 {
    margin-bottom: 0
}


/* Schedule */
.no-padding-lr {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


.padding-lr {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.calendar-multiresource {
    min-height: 400px;
    width: 60000px !important;
}

/*fin Schedule*/


/* #### Appointments ####*/
.day-column {
    border: 2px solid #07369d;
    background: white;
}

.day-column-header {
    background: #00A8CF;
    height: 86px;
    text-align: center;
    border: 1px solid #e2f1fb;
    color: white;
}

.time-box {
    border: 1px solid #ddd;
    height: 100px;
}

.resource-column {
    border: 1px solid white;
}

.span-truncate {
    white-space: nowrap;
    padding-left: 5px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.appointment {
    border: 1px solid #e2f1fb;
    color: white;
}

.appointment-box {
    border-bottom: 2px solid #fff;
    color: white;
    height: 100px;
    overflow: hidden;
}

.nopadding-top {
    padding-top: 0;
}

.appointment-event {
    /*clear: both;*/
    cursor: pointer;
    /*padding-left: 5px;*/
    /*text-align: left;*/
    /*overflow: hidden;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.appointment-event-shared { /*sobreturno*/
    clear: both;
    cursor: pointer;
    /*padding-left: 5px;*/
    text-align: center;
    overflow: hidden;
    /*display: flex;*/
    align-items: center;
    border-bottom: 2px solid #07369d;
}

.appointment-status-deactivated {
    background-color: #ddd; /*Desactivado ()*/
    color: #000;
    padding-top: 38px;
    border: 1px solid #00A8CF;
    /*text-align: center;
    border-bottom: 2px solid #fff;
    height: 100px;
    overflow: hidden;*/
}

.appointment-status-free {
    color: #00A8CF;
    background-color: #fff; /*No atiende (blanco)*/
    border: 1px solid #00A8CF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appointment-status-available { /*Disponible (gris)*/
    background-color: #ddd;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.float-day-heading-morning {
    position: fixed;
    top: 51px;
    z-index: 1;
}

.float-professional-heading-morning {
    position: fixed;
    top: 136px;
}

.float-day-heading-afternoon {
    position: fixed;
    top: 51px;
    z-index: 1;
}

.float-professional-heading-afternoon {
    position: fixed;
    top: 136px;
}


.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-4 {
    padding-top: 38px;
}

.appointment-status-reserved {
    background-color: #3db4ff;
}

.appointment-status-cancelled {
    background-color: #0483a9;
}

.appointment-status-absent {
    background-color: #d9534f;
}

.appointment-status-admitted {
    background-color: #0483a9;
}

.appointment-status-attended {
    background-color: #8aa8b0;
}

.appointment-resource-heading {
    border: 1px solid #e2f1fb;
    background-color: #688EB6;
    color: #fff;
    text-align: center;
    height: 65px;
    padding-top: 12px;
    cursor: pointer;
}

.appointment-resource-heading-color1 {
    background-color: #f6fdd2;
}

.appointment-resource-heading-color2 {
    background-color: #edbba5;
}

.appointment-resource-heading-color3 {
    background-color: #c1e5cb;
}

.appointment-resource-heading-color4 {
    background-color: #bbcfe5;
}

.appointment-resource-heading-color5 {
    background-color: #dcc5f0;
}

.appointment-resource-heading-color6 {
    background-color: #fcd69e;
}

.cancel-offer {
    position: absolute;
    margin-top: -63px;
    right: 3px;
}

.is-bulk-event {
    position: absolute;
    margin-top: -60px;
    right: 5px;
}

/* Tooltip container */
.tooltip {
    position: absolute;
    margin-top: -60px;
    right: 5px;
    /*position: relative;*/
    /*display: inline-block;*/
    /*border-bottom: 1px dotted black; !* If you want dots under the hoverable text *!*/
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}



/* End Appointments */




/*Kine colors*/
.appointment-kine-has-coverage {
    background-color: #00A8CF;
}

.appointment-kine-private {
    background-color: #ff9500;
}

.appointment-kine-first-time {
    background-color: #f0e34e;
    color: brown;
}


.width-20 {
    width: 20%;
}

.width150 {
    width: 150px;
}

.month-year {
    width: 60px;
    display: inline-block;
}

.ccv {
    width: 156px;
    display: inline-block;
}

.national-id {
    display: inline-block;
    width: 276px;
}


div.accordion {
    background-color: #e4e4e4;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

div.accordion.active, button.accordion:hover {
    background-color: #ddd;
}


.popover-title {
    background-color: #688EC6;
    color: white;
}

.popover {
    max-width: 360px;
    width: 360px;
    color: black;
}

.popover .close {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #00A8CF;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-shadow: none;
    height: 25px;
    width: 25px;
    text-align: center;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 2px 2px 8px #222;
    z-index: 2;
}


.modal-body-long-form {
    overflow-y: auto;
    height: 500px;
}


.table {
    margin-bottom: 0;
}


.documentTypeCode {
    border: 1px solid black;
    padding: 30px;
    font-size: 30px;
    font-weight: bold;
}


/* Bootstrap 5 columns */
.col-md-5ths {
    position: relative;
    min-height: 100px;
    padding-right: 15px;
    padding-left: 15px;
    min-width: 250px;
    width: auto;
    float: left;
    border-right: 30px solid #86c8d7;
}

.col-appo {
    float: left;
    width: 250px;
    position: relative;
    min-height: 100px;
    padding-right: 15px;
    padding-left: 15px;
}


#event-details {
    max-width: 315px;
}


/* Media Queries */
@media (min-width: 768px) {
    #wrapper {
        padding-left: 225px;
    }

    /*body {
        margin-top: 50px;
    }*/
    .width-35-media {
        width: 35%;
    }

    .schedule-title {
        height: 142px;
        line-height: 142px;
    }


    /*for rows with same height columns: <div class="row equal"> */
    .equal {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }

    .input-group {
        width: 200px
    }
}


/*@media(max-width: 768px) {

    .modal-dialog {
        width: 340px !important;
    }
}*/


input[type="radio"], input[type="checkbox"] {
    transform: scale(1.8);
}

input[type="radio"] {
    margin-right: 10px !important;
    margin-left: 10px !important;
    margin-top: 10px !important;
    position: unset !important;
}

/*@media only screen and (min-width : 481px) {
    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }

        .flex-row > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }

        .flex-row.row:after,
        .flex-row.row:before {
            display: flex;
        }
}*/
/* ####### help-tip  ######### */
.help-tip {
    position: absolute;
    top: 8px;
    right: 8px;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

.help-tip:before {
    content: '?';
    font-weight: bold;
    color: #fff;
}

.help-tip:hover p {
    display: block;
    transform-origin: 100% 0;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    -moz-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.help-tip p { /* The tooltip */
    display: none;
    text-align: left;
    background-color: #BCDBEA;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    top: 30px;
    color: #00A8CF;
    font-size: 13px;
    line-height: 1.4;
    z-index: 99999;
}

.help-tip p:before { /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #BCDBEA;
    right: 10px;
    top: -12px;
}

.help-tip p:after { /* Prevents the tooltip from being hidden */
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ####### END help-tip  ######### */

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


.row-striped:nth-of-type(odd) {
    background-color: #ffffff;
}

.row-striped:nth-of-type(even) {
    background-color: #f9f9f9;
}


.imagewrap {
    display: inline-block;
    position: relative;
}

.button-over-image {
    position: absolute;
    bottom: 0;
    /*right: 15px;*/
}


.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}


@media (min-width: 768px) {

    .patient-data-height {
        height: 300px;
    }

    .dl-timeline dt {
        width: 90px;
    }

    .dl-timeline dd {
        margin-left: 110px;
    }

    .dl-left dt {
        text-align: left;
        width: 110px;
        margin-top: 12px;
    }

    .dl-left dd {
        margin-left: 125px;
        margin-top: 12px;
    }
}


.header-image-accounting-documents {
    max-height: 100px;
    max-width: 400px;
}

.pointer {
    cursor: pointer;
}

.btn-label {
    padding: 5px !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.discount {
    color: #FF00FF;
}

.photo-navbar {
    border-radius: 50% !important;
}

.photo-navbar-container {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
}

.form-control::-moz-placeholder {
    color: #379cd6;
    opacity: 0.7;
}

.form-control:-ms-input-placeholder {
    color: #379cd6;
    opacity: 0.7;
}

.form-control::-webkit-input-placeholder {
    color: #379cd6;
    opacity: 0.7;
}

.cart {
    min-height: 50px;
}

@media print {
    .noprint {
        display: none;
    }
}

.img-thumbnail {
    max-width: 200px;
}