/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : 06.jul.2014, 13:04:15
    Author     : Compile AS
*/

/* Margins */

.margin-right-1 {
    margin-right: 1%
}

.margin-right-5 {
    margin-right: 5px
}

.margin-right--15 {
    margin-right: -50px
}

.margin-right--15px {
    margin-right: 15px
}

.margin-left-1 {
    margin-left: 1%
}

.margin-left-5 {
    margin-left: 5px
}

.margin-left--15 {
    margin-left: 15px
}

.margin-bottom-1 {
    margin-bottom: 1%
}

.margin-bottom-2 {
    margin-bottom: 2%
}

.margin-bottom-3 {
    margin-bottom: 3%
}

.margin-bottom-5 {
    margin-bottom: 5%
}

.margin-bottom-10 {
    margin-bottom: 10%
}

.margin-bottom-15px {
    margin-bottom: 15px
}

/* Hva er dette for rør? */

.margin-top-1 {
    margin-top: 1%
}

.margin-top-2 {
    margin-top: 2%
}

.margin-top-3 {
    margin-top: 3%
}

.margin-top-5 {
    margin-top: 5%
}

.margin-top-10 {
    margin-top: 10%
}

.margin-top-20 {
    margin-top: 20%
}

.margin-top-15px {
    margin-top: 15px
}

.margin-top-27px {
    margin-top: 27px
}

/* Hva er dette for rør? */

/*brukes til elementer der grid systemet lager problemer */

/* Margins (DEPRECATED DO NOT USE)) */

.margin-bottom2 {
    margin-bottom: 2%
}

.margin-bottom5 {
    margin-bottom: 5%
}

/* Spacer */

.spacer {
    margin-top: 14px;
    /* define margin as you see fit */
}

/* Colors */

.color-success {
    color: #3c763d;
}

.color-danger {
    color: #a94442;
}

.color-info {
    color: #31708f;
}

/* Home table */

.table-home {
    font-size: 14px;
    /* width: 20%; */
}

/* DataTable */

table.dataTable {
    /* font-size: 14px; */
}

table.dataTable tbody tr {
    cursor: pointer;
}

/* DataTable Responsive (DO NOT CHANGE, Datatables responsive plugin requires this to work perfect.) */

/*table.dataTable th,
    table.dataTable td {
        white-space: nowrap;
    }*/

.icon-box {
    border: 2px solid black;
    padding: 12px;
    width: 100px;
}

/* In bootstrap the below margins are -15, while container and container-fluid have padding 15. In xs we want small margin though */

@media (max-width:768px) {
    .row {
        margin-right: -11px;
        margin-left: -11px;
    }
}

.numberCtrl {
    width: 150px;
}

.form-container {
    margin-top: -10px;
    background-color: #f9f9f9;
    border-radius: 10px 0px 36px 0px;
    -moz-border-radius: 10px 0px 36px 0px;
    -webkit-border-radius: 10px 0px 36px 0px;
    border: 1px solid #d1cfd1;
    /* -webkit-box-shadow: 4px 4px 2px 1px rgba(241, 241, 241, 1); */
    /* -moz-box-shadow: 4px 4px 2px 1px rgba(241, 241, 241, 1); */
    /* box-shadow: 4px 4px 2px 1px rgba(241, 241, 241, 1); */
}

.form-compile {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 10px;
    margin-bottom: -10px;
}

.compile-bee-border {
    display: none;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
}

/* Needed to adjust button on a row (new_campaign) */

.form-control-btn {
    background-color: #8fdf82;
}

/* A more suble version of the above */

.form-control-btn-subtle {
    width: auto;
    /* margin-right: 10px; */
    margin-left: 10px;
    /* margin-left: auto;
    margin-right: auto; */
}

/* Adjusts radio-buttons on scheduler (new_campaign) */

.form-group-radio {
    margin-left: 25px;
    margin-bottom: 20px;
}

/* Default settings for the html preview window */

.iframe-preview {
    height: 750px;
    margin-bottom: 20px;
}

/* RESPONSIVE SIZES FOR PREVIEW WINDOW */

@media only screen and (max-width: 1200px) {
    .iframe-preview {
        width: 99.9%;
    }
}

@media only screen and (min-width: 1200px) {
    .iframe-preview {
        width: 99.9%;
    }
}

/* EDIT LIST SELECT CONTROL */

.select-edit {
    width: auto;
    display: inline;
}

/* EDIT LIST INPUT TITLE */

.input-title-edit-list {
    width: 45ch;
    display: inline;
}

/* CARET UP AND DOWN */

.caret.caret-up {
    border-top-color: transparent;
    border-bottom: 4px solid #337ab7;
    position: relative;
    top: -3px;
}

/* GENERIC CLASSES */

/* H2 TITLE CUSTOM CLASS */

.h2-custom {
    font-family: "Roboto";
    font-weight: 900;
    text-align: center;
    border: solid 1px #000000;
    padding-bottom: 15px;
    padding-top: 15px;
    /*    font-style: italic;*/
    margin-bottom: 0px !important;
    margin-top: 0px;
    font-size: 35px;
}

.compile-custom-title {
    font-weight: 700;
    text-align: center;
    background: none;
    color: #000;
    padding-top: 30px;
    height: 100px;
    /*    font-style: italic;*/
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 35px;
}

.compile-datatables {
    /* padding-left: 20px;
    padding-right: 20px; */
}

/* ACTIVE BUTTON */


.btn-active {
    border: solid 1px;
    border-color: #888888;
    background-color: #e6e6e6;
}

.slider {
    overflow: visible;
}

.content-row-active {
    outline: solid #31708f 1px;
}

.event-row-active {
    outline: solid #31708f 1px;
}

.event-table {
    width: 100%;
}

.event-table th {
    width: 25%;
}

.event-table td {
    width: 50%;
    text-align: end;
}

.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}

/* 
.message-compile {
    margin-bottom: 0px !important;
} */

/* .message-handler {
    text-align: center;
    font-size: 16px;
    height: 50px;
    margin-bottom: 15px;
} */

.message-handler {
    position: -webkit-sticky;
    position: sticky;
    padding-top: 50px;
    height: 30px;
    z-index: 299;
    text-align: center;
}

.message-handler .fas, .message-handler .far {
    font-size: 14px;
}

/* 
.message-handler {
    position: absolute;
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    font-size: 18px;
    z-index: 299;
} */

.message-handler>div {
    left: 50%;
    transform: translateX(-50%);
    padding-left: 5%;
    padding-right: 5%;
    font-size: 18px;
    width: auto;
    min-width: 50%;
    max-width: 95%;
   position: absolute;
    border-radius: 0px 0px 10px 10px;
}

.message-handler-wfeditor {
    position: absolute;
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    font-size: 18px;
    z-index: 299;
}

.message-handler-wfeditor>div {
    border-color: transparent;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    width: auto;
}

.row.vdivide [class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    /* min-height: 70px; */
}

#home_action_icons span.glyphicon {
    color: #ffffff;
    padding: auto;
}

.glyphicon-class {
    color: #ffffff;
    margin-top: -10px;
}

.glyphicon-class:hover {
    color: #ffffff;
}

.button.span.glyphicon {
    color: #000;
}

/*
.glyphicon:hover {
    font-style: italic;
}
*/

/*
.glyphicon-class:hover {
    font-style: italic;
}
*/

.bs-glyphicons>li, .bs-glyphicons>li:hover {
    /*    border-radius: 10%;*/
    text-align: center;
    background-color: #ffffff !important;
}

.bs-glyphicons li a {
    /*    height: 200px !important;*/
    align-content: center;
    /*    vertical-align: center;*/
    position: relative;
    margin: auto;
    height: 200px !important;
    background-color: #03a9f4;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10%;
    border: solid 10px #ffffff;
}

.home-icon-text {
    color: #ffffff;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    /*    visibility: hidden;*/
}

.btn-compile-preview {
    background: #ffffff;
    color: #000;
    border: 1px solid #000;
    height: 27px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
}

.btn-compile-preview:hover {
    background: #ffffff;
    color: #03a9f4;
    border: 1px solid #03a9f4;
    height: 27px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
}

.bs-glyphicons li a:hover {
    text-align: center;
    color: #ffffff;
    background-color: #03a9f4 !important;
    border: solid 10px #03a9f4;
    border-radius: 10%;
}

.bs-glyphicons li a .glyphicon {
    font-size: 50px;
    line-height: 1.4;
}

.bs-glyphicons li a:hover .glyphicon {
    font-size: 60px;
}

.bs-glyphicons li a:hover .home-icon-text {
    font-size: 22px;
}

.btn-success {
    background-color: #5cd15c;
    border-color: #5cd15c;
}

/*
a.dropdown-toggle {
    color: white !important;
    background-color: #000 !important;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 14px;
}
*/

/* .dropdown-menu>li>a {
    color: #fff;
}

.dropdown-menu>li>a:hover {
    text-align: left;
    background-color: #262626;
    font-weight: bold;
} */

/*

ul.dropdown-menu {
    color: #FFFFFF !important;
    background-color: #000 !important;
    border: 0px;
}
*/

/*
.bs-glyphicons li a:hover .home-icon-text{
    visibility: visible;
}
*/

:root {
    --li_contact_color: #2ed1ea;
    --li_task_color: #4bcc9c;
    --li_campaigns_color: #f37cb3;
    --li_prospecting_color: #ffa15e;
    --li_automatics_color: #afbae7;
    --li_analytics_color: #c98be9;
    --compile-blue: #03a9f4;
}

#menu-color-bar {
    width: 100%;
    height: 15px;
    background: linear-gradient(to right, #000, var(--compile-blue), #000);
}

.compile-active {
    color: #fff;
}

.custom-container {
    width: 95%;
    margin-left: 2.5%;
    padding: 30px;
}

.double-title-header {
    margin-bottom: 40px;
}

.title-subtext {
    font-weight: 400;
    font-size: 14px;
    width: 80%;
    margin-top: 10px;
    padding-left: unset;
}

.title-helptext {
    font-size: 16px;
    font-weight: unset;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-left: unset;
    color: black;
    /* color: rgb(1, 105, 126); */
}

/*
    New title class as of 25/11/2019
*/

.compile-title {
    font-weight: 700;
    /* height: 100px; */
    margin-bottom: 15px;
    /* margin-left: 15px; */
    /* margin-top: 25px; */
    /* padding: 20px; */
    /* padding-top: 30px; */
    color: #000;
    font-size: 24px;
}

.compile-title.left {
    border-right: solid 2px rgb(214, 213, 213);
    margin-right: -15px;
}

.compile-title .glyphicon {
    color: black;
}

.compile-title-row {
    margin-bottom: 30px;
}

.compile-title.right {
    margin-left: -15px;
    font-size: 18px;
}

.title-main :not(i) {
    margin-left: 2px;
    display: inline-block;
}

.title-main.title-right {
    color: rgb(1, 105, 126);
    margin-left: 15px;
}

.title-main.title-left {
    color: rgb(1, 105, 126);
    
}

.compile-content-container {
    /* margin: 30px; */
}

.btn-compile {
    background-color: #444;
    color: white;
    /* text-shadow: 2px 2px black; */
}

.btn-compile:active:not([disabled]), .btn-compile:hover:not([disabled]), .btn-compile:focus:not([disabled]) {
    background-color: #246592;
    color: white;
    /* text-shadow: 1px 0px white; */
}

.btn-compile-selected {
    background-color: #246592;
}

.btn[disabled] {
    opacity: 1;
    color: #aaa;
}

.btn-compile-back {
    background-color: #aaa;
}

.btn-compile-cancel {
    background-image: linear-gradient(to right, #000, #f00, #000);
    color: white;
}

.beta-nav {
    color: red;
    font-weight: 400;
    font-size: 10px;
}

.beta-title {
    color: red;
    font-weight: 400;
    font-size: 16px;
}

.compile-overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
}

.blurred {
    filter: blur(1px);
}

.compile-overlay-text {
    font-size: 24px;
    font-weight: 900px;
    width: 100%;
    padding-top: 15%;
    text-align: center;
}

.dataTables_wrapper tbody tr[role="row"] {
    /* background-color: unset; */
    color: darkblue;
    font-size: 12px;
}

.compile-boxed {
}