/*review styling*/
p.review_text {
    font-size: 130%;
}
.tooltip-inner .row{
    margin:5px 0 ;
}
.tooltip-inner .row p{
    margin:0;
}

.comment_manager{
    background-color: #dedede;
    padding: 1em 1.5em;
}
.comment_manager .comment_header{
    border-bottom: 1px solid;
    padding-bottom: 0.75em;
}

.fa-check-square-o, .fa-square-o, .fa-check-square-o, .fa-minus-square-o {
    font-size: 18px;
}

/*visual support for "required" fields*/
.form-group.required {}

.form-group.required .control-label {}

.form-group.required .control-label:after {
    content: '*';
    color: #F00;
}

/*Display top action of modal forms nicer*/
.topModalActionBar {
    text-align: right;
    position: absolute;
    top: -45px;
    right: 30px;
}

.topModalActionBar .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

/*displaying multiline readonly fields in forms:*/
.form-control.multiline {
    min-height: 34px;
    height: auto;
}

table tr.bold td {
    font-weight: bold;
}

/*why???*/
input.form-control.datefield {
    width: 50%;
}

/*toggle button*/
.togglebutton,
.radiobuttongroup {
    display: inline-block;
    margin: auto 0.25rem;
}

.togglebutton input,
.radiobuttongroup input {
    display: none;
}

.radiobuttongroup input:checked+label,
.togglebutton input:checked+label {
    /*subtle shadow to help sell the 'state'*/
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.radiobuttongroup input:not(:checked)+label,
.togglebutton input:not(:checked)+label {
    background: #d4d4d4;
    color: #676a6c;
    opacity: 0.6;
    /*subtle shadow to help sell the 'state'*/
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
    border-color: inherit;
}

.radiobuttongroup.btn-group>.btn:first-of-type {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    /*     border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; */
}

/*yellow button*/
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow,
.btn-yellow:active:focus,
.btn-yellow:active:hover,
.btn-yellow.active:hover,
.btn-yellow.active:focus,
.btn-yellow {
    background-color: #ddcf30;
    border-color: #ddcf30;
    color: #FFFFFF;
}

/*marketing plan "calendar"*/

.header-float {
    float: left;
    margin-top: 0px !important;
    margin-right: 10px;
}

.padding-top {
    padding-top: 6px;
}

.hidecampaign {
    position: absolute;
    bottom: 20px;
    right: 10px;
    color: #333;
    cursor: pointer;
}

.calendarrow {
    display: grid;
    /*ignore leap year*/
    grid-template-columns: repeat(365, 1fr);
    padding-bottom: 10px;
}

.marketingplan__campaignname.ExternPartner>p {
    background: #19A0A1;
    color: #fff;
}

.egne {
    background: #19A0A1;
    border-color: #19A0A1;
    color: #fff;
}

.marketingplan__campaignname>p {
    background: #21b9bb;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-bottom: 10px solid #fff;
    padding: 0.75rem;
}

.marketingplan__campaignname.Færdig>p {
    border-bottom-color: #1a7bb9;
}

.marketingplan__campaignname.Pause>p {
    border-bottom-color: #f8ac59;
}

.marketingplan__campaignname.Under.udvikling>p {

    border-bottom-color: #ddcf30;
}

.marketingplan__campaignname.Aflyst>p {
    border-bottom-color: #ec4758;
}

.marketingplan__campaignname.Aktiv>p {
    border-bottom-color: #18a689;
}

.ibox-content .marketingsplan .row {
    border-bottom: 1px solid #ddd;
}

.ibox-content .marketingsplan .row:first-child,
.ibox-content .marketingsplan .row:last-child {
    border-bottom: none;
}

.ibox-content .marketingsplan .row>div {
    padding: 5px 5px 5px 0px;
}

/* .marketingplan__campaignname,
.marketingplan__campaignname~div {} */


.ibox-content .marketingsplan .row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.calendaritem.active {
    background: #f7f7a1;
}

.calendaritem {
    background: #f1f1f1;
    /* padding: 1rem; */
    padding: 3px;
    border-right: 4px solid #fff;
    width: initial;
    width: -moz-available;
    cursor: pointer;

}

.calendaritem .contents {
    /* outline: 1px solid black; */
    display: inline-block;
    padding: 5px;
    white-space: nowrap;
    width: fit-content;
}

.calendarrow.header .calendaritem {
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
}



@media (max-width: 768px) {
    .calendarrow.header>div {
        writing-mode: vertical-rl;
        text-orientation: sideways;
    }

    .ibox-content .marketingsplan .row {
        display: block;
    }
}

/*custom css*/

.modal-body .note-editor.note-frame.fullscreen {
    /*have to use important to override summernote.css :(*/
    width: 90vw !important;
    margin: -30px calc(50% - 45vw) 0;
}

.note-editor.note-frame .inlineSaveButton {
    display: none;
}

.note-editor.note-frame.fullscreen .inlineSaveButton {
    display: block;
}


.scroll_content {
    padding-right: 20px;
}

.middle-box h1 {
    /*loginbox*/
    margin: 0 -50%;
    font-size: 150px;
}

.tab-pane.active.sk-loading {
    position: relative;
}

.tab-pane.active.sk-loading:after {
    content: '';
    /*  background-color: rgba(255, 255, 255, 0.7); */
    background-color: rgba(255, 255, 255, 0.93);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tab-pane.active.sk-loading>.sk-spinner {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2000;
}

.m-r {
    margin-right: 10px;
}

.ibox.statisticbox>.ibox-content>.ibox {
    margin: 0;
}

.ibox.statisticbox .stat-percent {
    padding: 0 5px;
}

.ibox.statisticbox.hastable .ibox-content {
    padding: 0;
}

.reportdatepickerform {
    margin-top: 20px;
    margin-bottom: 10px;
}


.ibox.statisticbox,
.ibox.statisticbox>.ibox-title,
.ibox.statisticbox>.ibox-content,
.ibox.statisticbox.hastable .ibox-content {
    /*  background: #eaeaea; */
    margin: 0 0 0 0;
    /* border-color: #888888; */
}

.ibox.statisticbox.boxNum0,
.ibox.statisticbox.boxNum0>.ibox-title,
.ibox.statisticbox.boxNum0>.ibox-content {
    background: #21b9bb;
    color: #fff;
    text-shadow: #888888 2px 2px 5px;
    /* border-color: #fff; */
}

.ibox.statisticbox.boxNum0>.ibox-title .label {
    background-color: #fff;
    color: #5e5e5e;
}

.ibox.statisticbox.boxNum0 .text-danger,
.ibox.statisticbox.boxNum0 .text-navy {
    color: #fff;
}

.ibox.statisticbox {
    min-height: 100%;
    margin-bottom: 25px;
}

.right_platform,
.platform_pie {
    padding: 0;
    height: 280px;
    overflow: hidden;
}

.right_platform,
.platform_pie .ibox.statisticbox .ibox-content {
    padding-bottom: 65px;
    background: #fff;
}

.right_platform .ibox.statisticbox .ibox-content {
    padding: 12px;
}

.ibox.statisticbox.hastable .footable-odd {
    background-color: #f7f7f78a;
}

.tabs-container .nav-tabs {
    border-bottom: none;
    margin-top: 10px;
}

.nav>li.active>a {
    color: #fff !important;
}

.tabs-container .nav-tabs>li.active>a,
.tabs-container .nav-tabs>li.active>a:hover,
.tabs-container .nav-tabs>li.active>a:focus {
    background-color: #1ab394;
}

.nav-tabs>li>a {
    border-radius: 4px;
}

.tabs-container .panel-body {
    background: transparent;
    border: none;
}

table.debug,
table.debug th,
table.debug td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}

.input-group .input-group-btn select {
    width: auto;
}

.chosen-choices {
    min-width: 200px;
}

.form-horizontal .input-group.m-b .form-group {
    margin-left: 0px;
}

.product-imitation img {
    margin: -90px 0;
    width: 100%;
}

.product-desc .m-t-xs {
    margin-top: 5px;
    margin-bottom: 20px;
}

/* IOplanner menu fix */
.sidebar-collapse .nav.metismenu img {
    width: 75%
}

body.mini-navbar .nav-header>img {
    display: none;
}


/* Dans tooltip hacks */
.info_tip {
    position: relative;
}

.info_tip .tooltip.top {
    bottom: 35px;
    right: -15px;
}

.info_tip .tooltip-inner {
    width: 300px;
    max-width: auto;
    padding-top: 15px;
}

.info_tip .tooltip-arrow {
    right: 10% !important;
    left: auto !important;
}


/*piechart*/
.pieLabel {
    color: white;
    font-weight: bolder;
    text-align: center;
}

.no_margin {
    margin: 0px;
}

.no_top_margin {
    margin-top: 0px;
}

.padding_top {
    padding-top: 3px;
}

.padding_top2 {
    padding-top: 6px;
}

.serankingnote {
    min-height: 162px;
}

.table > tbody > tr > td {
    vertical-align: middle;
    padding: 4px;
}
