@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.navbar {
}

#logout-link {
    font-size: 222px !important;
    background-color: green;

}

img.img_big {
    float: left;
    border: 1px solid black;
    margin-right: 3em;
    margin-bottom: 2em;
    background-color: white;
    padding: 2em;
    height: 400px;
    width: 400px;
}

ul.img-thumbs {
    margin: 0;
    list-style: none;
}

ul.img-thumbs li {
    border: 1px solid black;
    display: inline-block;
    margin: 1em;
    background-color: white;
}

ul.img-thumbs img {
    height: 100px;
    width: 100px;
    padding: 1em;
}

.popover-content {
    white-space: pre-line;
}

.nav-tabs > li > button {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > button:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > button,
.nav-tabs > li.active > button:hover,
.nav-tabs > li.active > button:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-item > a.active {
    background-color: #f2f2f2;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.rcx_calendar_none {
    background-color: white;
    color: black;
}

.rcx_calendar_state_unknown_shootingday {
    /*background-color: #dc3545;*/
    /*color: white;*/
    background-image: url('/static/images/calendar/unknown_shootingday.png');
}

.rcx_calendar_state_available_no_shootingday {
    /*background-color: #28a745;*/
    /*color: white;*/
    background-image: url('/static/images/calendar/available_no_shootingday.png');
}

.rcx_calendar_state_absent_no_shootingday {
    /*background-color: #dc3545;*/
    /*color: white;*/
    background-image: url('/static/images/calendar/absent_no_shootingday.png');
}

.rcx_calendar_state_available_shootingday {
    /*background-color: #28a745;*/
    /*color: white;*/
    background-image: url('/static/images/calendar/available_shootingday.png');
}

.rcx_calendar_state_absent_shootingday {
    /*background-color: #dc3545;*/
    /*color: white;*/
    background-image: url('/static/images/calendar/absent_shootingday.png');
}

.rcx_calendar_state_my_shootingday {
    background-image: url('/static/images/calendar/my_shootingday.png');

}

.rcx_calendar_disabled {
    opacity: 0.5;
}

.rcx_calendar_selected {
    border: 2px solid yellow;
    font-weight: bold;
    background-color: yellow !important;
    background-image: none;
}

.monthcontainer {
    float: left;
    height: 250px;
}

td.rcx_calendar {
    width: 40px;
    height: 28px;
    text-align: center;
    border: 2px solid white;
    background-color: #c8cbcf;
}

td.rcx_calendar_day {
    width: 40px;
    height: 28px;
    text-align: center;
    border: 2px solid white;
}

td.rcx_calendar_day:hover {
    border: 2px solid grey;
    font-weight: bold;
    cursor: pointer;
}

a.rcx_calendar:hover {
    text-decoration: none;
}

.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    /*border-radius: 4px;*/
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.db-pricing-seven {
    text-align: center;
    border: 1px solid #C5C2C2;
    border-radius: 20px;
    background-color: #EDEDED;
}

/*.db-pricing-seven:hover {*/
/*margin-top: 5px;*/
/*-moz-transition: margin-top 0.25s ease 0s;*/
/*-ms-transition: margin-top 0.25s ease 0s;*/
/*transition: margin-top 0.25s ease 0s;*/
/*}*/

.db-pricing-seven ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding-left: 0px;
}

.db-pricing-seven ul li {
    border-bottom: solid 1px #D8D8D8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.db-pricing-seven ul li.price {
    border-radius: 20px;
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    font-size: 20px;
    font-weight: 900;
    color: #353c3e;
    font-weight: 900;
}

.db-pricing-seven ul li.price i {
    padding: 30px;
    font-size: 50px;
    display: block;
}

.db-pricing-seven .pricing-footer {
    padding: 20px;
}

.db-pricing-seven .pricing-footer a i {
    margin: 5px;
    top: 3px;
}

.nav-link {
    color: #007bff !important;
}


.material-radio > input[type="radio"] {
    display: none;
}

.material-radio > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

/*.material-radio > label::before {*/
/*    background: rgb(0, 0, 0);*/
/*    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);*/
/*    border-radius: 8px;*/
/*    content: '';*/
/*    height: 16px;*/
/*    margin-top: -8px;*/
/*    position: absolute;*/
/*    opacity: 0.3;*/
/*    transition: all 0.4s ease-in-out;*/
/*    width: 24px;*/
/*}*/

.material-radio > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: 0px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-radio > input[type="radio"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-radio > input[type="radio"]:checked + label::after {
    background: inherit;
}

.ngi_sdscontainer, .sdcontainer {
    /*border: 1px solid black;*/
    /*border-radius: 8px;*/
    /*padding: 8px 0px 8px 0px;*/
    color: black;
    text-align: left;
}

.ngi_sdlink, .upper_sdrlink {
    margin-bottom: 2px;
    //padding-left: 4px;
    height: 48px;
}

.ngi_sdlink:hover, .upper_sdrlink:hover {
    cursor: pointer;
    background-color: #F8F9FA;
}

.inline_sdrlink {
    color: white;
    text-align: left;
}

#sdr_header_container {
    background-color: white;
    /*opacity: 20%;*/

}

td.nametd {
    width: 480px;
}

.ngi_link_active {
    /*background-color: #007BFF;*/
    background: linear-gradient( to left, white, #007bff);
}

.ngi_bg_green {
    background-color: #28A745;
}

.ngi_bg_yellow {
    background-color: #FFC107;
}

.ngi_bg_red {
    background-color: #DC3545;
}

table.ngi_sdlink, table.sdrlink.upper_sdrlink, table.sdr_header  {
   border-collapse: separate;
   border-spacing: 2px 0px;
    width: 100%;
}

table.sdrlink.upper_sdrlink  {
    text-align: right;
}

#sdrinfotd {
    width: 2%;
    text-align: center;
    color: white;
}

.sdrtd {
    width: 32%;
    vertical-align: top;
}

.infotd {
    width: 24px;
    text-align: center;
    border: 1px solid black;
    color: blue;
}

.navitd {
    width: 24px;
    text-align: center;
}

.ngi_brokertab {
    cursor: pointer;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    padding: 0px;
    margin: 0px;
}

.tooltip-inner img {
    border: 4px solid grey;
    border-radius: 2px;
}

.card {
    border: none;
}

.card-body {
    padding: 0px;
}
.card-img-top {
    height: 200px;
    object-fit: none; /* Do not scale the image */
  object-position: center;
    /*max-width: 100%;*/
}

.card-footer {
    background-color: inherit;
    border: 0px;
}

.opacity-0 {
  opacity:0!important;
}
.opacity-1 {
  opacity:0.2!important;
}
.opacity-2 {
  opacity:0.4!important;
}
.opacity-3 {
  opacity:0.6!important;
}
.opacity-4 {
  opacity:.8!important;
}
.opacity-5 {
  opacity:1!important;
}

/*#sdr_header_container td, #upper_sdcontainer td {*/
/*    padding-left: 12px;*/
/*}*/

.form-inline input, .form-inline select {
    margin-left: 4px;
}

.form-inline label {
    margin-left: 8px;
}

#ngi_brokers button {
    min-width: 32px;
}

#sdpopup {
    position: absolute;
    margin-top: 2px;
    /*top: -1px;*/
    /*left: -1px;*/
    /*opacity: 80%;*/
    background-color: white;
    z-index: 9999;
    border: 1px solid #007BFF;
    border-radius: 0.2rem;
    padding: 8px;
}

.shootingday_controls th, .shootingdayrole_controls th {
    padding-right: 8px;
}

.broker_controls_secondrow {
    margin-top: 4px;

}

/*

bootstrap-colors:
primary #007BFF
secondary #6C757D
success #28A745
danger #DC3545
warning #FFC107
info #17A2B8
light #F8F9FA
dark #343A40

 */