html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;

}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{
    //font-size: 62.5%;
    height: 100%;
}

body {
    line-height: 1;
    font-weight: 400;
    font-size: 1.4rem;
    font-size: 14px;
    overflow: hidden;
    height: 100%;
    margin:0;
    padding: 0;
    min-width: 1280px;

}

body.embeded
{
    height: auto!important;

}

p{
    padding-bottom: 10px;
}

html,body{
    /* -webkit-touch-callout: none;*/
    /* -webkit-user-select: none;*/
    /* -webkit-tap-highlight-color: rgba(0,0,0,0);*/
    /* -webkit-tap-highlight-color: transparent;*/
    /* -webkit-touch-callout: none;*/
    /* -webkit-user-select: none;*/
    /*/*-khtml-user-select: none;  Virker ikke sammen med redactor !! */
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
}

.selectable{
    -webkit-user-select: text;
    /*-khtml-user-select: none;  Virker ikke sammen med redactor !! */
    -moz-user-select: text;
    -ms-user-select: text;
    user-select:text ;
}

#wrapper
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
    min-width: 1280px;
    overflow: visible;
    -webkit-transition: all 500ms; /* Safari */
}




#wrapper.support #content_view
{
    left: 150px;
    right: 350px;
    -webkit-transition: all 500ms; /* Safari */
    transition: all 500ms;
}

#wrapper.support #list_pane
{
    left: -150px;
    -webkit-transition: all 500ms; /* Safari */
    transition: all 500ms;
}


#support_bar
{
    width: 350px;
    right: -350px;
    position: absolute;
    bottom:0;
    top: 0;
    background-color: #f5f5f5;
    border-left: 1px solid #e0e0e0;
    -webkit-transition: all 500ms; /* Safari */
    transition: all 500ms;
}

#support_bar.show
{
    -webkit-transition: all 500ms; /* Safari */
    transition: all 500ms;
    right: 0px;
}

#support_bar .support_header
{
    height: 81px;
    z-index: 500;
    position: relative;
    background: #e0e0e0;
    overflow: visible;
}

#support_search
{
    margin-top: 20px;
    padding-left: 36px;
    padding-right: 36px;
    background: transparent!important;
    border:none!important;
}

#support_bar .title
{
    font-size: 14px;
    font-size: 1.4rem;
    color: #c2c2c2;
    text-transform: uppercase;
    padding-bottom: 12px;
    padding-top: 12px;
}

#support_bar .elm
{
    padding-left: 12px;
    padding-bottom: 12px;
    padding-top: 12px;

}

#support_bar #elms
{
    bottom: 229px;
    top: 80px;
    right: 0;
    left: 0;
    overflow: auto;
    border-bottom: 1px solid white;
}

#support_bottom{
    height: 229px;
    border-top: 1px solid #e0e0e0;
    width: 100%;
}






a *, a{
    cursor: pointer;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.pad_25
{
    padding: 25px;
}
/*
*{
    overflow: hidden;
}
*/


*::-webkit-scrollbar-track
{
    border-radius: 0px;
    background-color: transparent;
}

*::-webkit-scrollbar
{
    height: 10px;
    width: 10px;
    background-color: transparent;
}

*::-webkit-scrollbar-thumb
{
    margin: 2px;
    border-radius: 10px;
    background-color: #7A8BA3;
}



.clear
{
    clear: both;
}


/* Panes and content */



/*
#content_view
{
    position: absolute;
    left: 500px;
    right: 0px;
    top: 0;
    bottom: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
*/

#content_view .abs
{
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom:0;
}



.liner{
    height: 1px;
    width: 100%;
    border-bottom: 1px solid;
    box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
}

#content_view .liner
{
    background-color: #e0e0e0;
    border-bottom: #ffffff 1px solid;
    margin-top: -1px;
}

.pane_header{
    height: 80px;

}

@media only screen and (max-width: 1430px) {
    #setupbar
    {
        display: none;
    }
}

#content_view .pane_header{
    height: 81px;
    z-index: 400;
    position: relative;
    background: white;
    overflow: visible;
}


/*
module_pane
*/


#module_pane
{
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #202024;
    color: #6e6e6e;
    z-index: 301;
    overflow: visible;
    -webkit-transform: translateZ(0);
}


#module_pane .liner
{
    margin-bottom: 25px;
    background-color: #000000;
    border-bottom: #37373c  1px solid;
}


#modules::-webkit-scrollbar , #modules::-webkit-scrollbar-track
{
    background-color: #202024!important;
    width: 5px;
}




#modules .primary
{
    list-style: none;
}

.menu_arrow:after, .menu_arrow:before {
    top: calc(50% - 15px);
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.menu_arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 14px;
    margin-left: -5px;
}
.menu_arrow:before {
    border-color: rgba(224, 224, 224, 0);
    border-right-color: #e0e0e0;
    border-width: 15px;
    margin-top: -1px;
}
.menu_arrow
{
    overflow: visible;
}

/* List Pane Defines*/

#list_pane .pane_header
{
    padding-left: 24px;
}

#list_pane .pane_header {
    color: #c2c2c2;
    font-weight: 300;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
}


#list_pane .liner
{
    background-color: #e0e0e0;
    border-bottom: #ffffff  1px solid;
}


#list_pane
{
    overflow:visible;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    position: absolute;
    left: 200px;
    top: 0;
    bottom: 0;
    width: 300px;
    background-color: #f5f5f5;
    border-right: 1px solid #e0e0e0;
    color:#a0a0a0;
    z-index: 300;
    -webkit-transition: all 500ms; /* Safari */
    transition: all 500ms;
}

/*Content-view*/

#content_view .pane_header .float_left
{
    padding-left: 24px;
}
#content_view .pane_header .float_right
{
    padding-right: 24px;
}


#help
{
    cursor: pointer;
    height: 80px;
    color: #389edd;
}

#help *
{
    cursor: pointer;

}
#help .icon-compass2
{
    padding-right: 10px;
}

#add
{
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    text-align: center;
    width: 80px;
    background-color: #fff;
    color: #52c876;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
    font-size: 1.4rem;
}
#add i{
    margin-left: 6px;
}

.pane_header .image
{

}

.pane_header #setupbar
{
    box-sizing: border-box;
    height: 40px;
    padding: 12px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    color: #a0a0a0;
    cursor: pointer;
}

#setupbar *
{
    cursor: pointer;
}

#setupbar #barometer
{
    position: relative;
    height: 12px;
    width: 128px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    margin-left: 12px;
    margin-right: 12px;
    cursor: pointer;
}

#setupbar #barometer #water
{
    height: 100%;
    background-color: #52c876;
    margin: -1px;
    vertical-align: top;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 8px;
}

#setupbar_box
{
    width: 388px;
    box-sizing: border-box;
    line-height: 1.5;
    overflow: visible;
}

#setupbar_box h1
{
    font-size: 24px;
    font-size: 2.4rem;
    color: #6e6e6e!important;
}

#setupbar_box #task_list table{
    width: 100%;
}

#setupbar_box #task_list tr td:first-child
{
    width: 48px;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    vertical-align: middle;
    text-align: center;
    color: #e0e0e0;
}

#setupbar_box #task_list tr td:last-child
{
    border-top: 1px solid #e0e0e0;
    padding: 22px;
}

#setupbar_box:after, #setupbar_box:before {
    bottom: 100%;
    right: 179px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#setupbar_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 14px;
    margin-left: -5px;
}
#setupbar_box:before {
    border-color: rgba(224, 224, 224, 0);
    border-bottom-color: #e0e0e0;
    border-width: 15px;
    margin-right: -1px;
}

#user
{
    font-size: 16px;
    color: #a0a0a0;
}

#user *, #user
{
    cursor: pointer;
}

#user_arrow
{
    position: absolute;
    right: 20px;
    top: 32px;
}

#user_box
{
    overflow: visible;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    width: 345px;
}
#user_box:after, #user_box:before {
    bottom: 100%;
    right: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#user_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 14px;
    margin-left: -5px;
}
#user_box:before {
    border-color: rgba(224, 224, 224, 0);
    border-bottom-color: #e0e0e0;
    border-width: 15px;
    margin-right: -1px;
}

#user_box #user_picture
{
    width: 80px;
    float: left;
}

#user_box #user_informations
{
    width: 217px;
    float: left;
    padding-left: 12px;
}

#user_box #user_informations .button
{
    margin:0;
    margin-top: 12px;

}

#user_box li:hover
{
    color: #6e6e6e;
}



#add_dialog
{
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    color: #c6c6c6;
    display: none;
    position: absolute;
    z-index: 300;
    padding: 12px;
}

#add_dialog *
{
    cursor: pointer;
}

#add_dialog *:hover
{
    color: #6e6e6e;
}

#help_box{
    overflow:visible;
    width: 386px;
    box-sizing: border-box;
    line-height: 1.5;
}

#help_box h1
{
    font-size: 24px;
    font-size: 2.4rem;
    color: #6e6e6e!important;
}

#help_box:after, #help_box:before {
    bottom: -31px;
    right: 178px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#help_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 16px;
    margin-right: -2px;
}
#help_box:before {
    border-color: rgba(224, 224, 224, 0);
    border-top-color: #e0e0e0;
    border-width: 15px;
    margin-right: -1px;
}



.pages .page:hover
{
    border-left: 3px solid #389edd;
    color: #389edd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 21px;
    -webkit-transition: color 100ms ease;
    -moz-transition: color 100ms ease;
    -ms-transition: color 100ms ease;
    -o-transition: color 100ms ease;
    transition: color 100ms ease;
}

.pages .page.secondary_page:hover
{
    padding-left: 33px;
}

.pages .page.active{
    border-left: 6px solid #389edd;
    color: #389edd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: 600;
    padding-left: 18px!important;
}

.pages .secondary_page.active
{
    border-left: 6px solid #389edd;
    color: #389edd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: 600;
    padding-left: 30px!important;
}

.page span{
    line-height: 20px;

}

.no_pad_top{
    padding-top: 0!important;
}

.pages .page
{
    padding-right: 40px;
    box-sizing: border-box;
    display: block;
    padding-top:10px;
    padding-bottom: 10px;
    width: 300px;
    position: relative;
    -webkit-transition: color 100ms ease;
    -moz-transition: color 100ms ease;
    -ms-transition: color 100ms ease;
    -o-transition: color 100ms ease;
    transition: color 100ms ease;
}

.pages .child {
    display: none;
}
.pages .child.show{
    display:block;
}
.pages .has_child{
    font-weight: bolder;
    position: relative;
    cursor: pointer;
    padding-right: 40px;
    box-sizing: border-box;
    display: block;
    padding-top:10px;
    padding-bottom: 10px;
    -webkit-transition: color 100ms ease;
    -moz-transition: color 100ms ease;
    -ms-transition: color 100ms ease;
    -o-transition: color 100ms ease;
    transition: color 100ms ease;
}
.pages .has_child:after{
    position: absolute;
    transition: all 0.8s ease;
    right: 40px;
    top: 15px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #a0a0a0 transparent transparent transparent;
    content: "";
}
.pages .has_child.child_active:after{
    transform: rotate( -180deg );
}

.pages .page .indicator
{
    margin-left: 6px;
    float: inherit;
}

.pages .page .counter
{
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 24px;
}

.views_h {

    color: #c2c2c2;

}

/*Success*/

.alert-success
{
    background-color: #CFFDDE;
    color: #1A883F;
}

.alert-success[class^="icon-"]:before
{
    color : #4CD178;
}

/*People*/

#resizer
{
    overflow: visible;
    position: absolute;
    /*z-index: 101;*/

}



.sizer
{
    width: 8px;
    background-image: url('/assets/images/liner.jpg');
    background-repeat: repeat-y;
    background-position: center;
    z-index: 101;
    cursor: col-resize;
    float: left;
    height: 38px;
    top: 1px;
    box-sizing: border-box;
}



#people label, #people img{
    display: block;
}

#people table
{
    background-color: #ffffff;
    color: #a0a0a0;
    table-layout:fixed;

}


#people *
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#people thead
{

    background-color: #F5F5F5;
}

#check_header th:first-child
{
    border-left: none;
}

.header{
    overflow: visible;
    border: 1px solid #e0e0e0;
    border-left: none;
}

#people th{
    padding: 12px!important;
    text-align: left;
    border: 1px solid #e0e0e0;
    overflow: visible;
    -moz-box-sizing:border-box !important;
    -ms-box-sizing:border-box !important;
    -webkit-box-sizing:border-box !important;
    box-sizing:border-box !important;
    cursor: pointer;
}


body:not(.ie11) #people #table_content_header th:hover, body:not(.ie11) .table_person_name:hover
{
    background-color: #e0e0e0;
    cursor: pointer;
}

body:not(.ie11) #people #table_content_header th:active , body:not(.ie11) .table_person_name:active
{
    box-shadow: inset 0px 2px 0px 0px #c2c2c2;
    background-color: #e0e0e0;
}

#people #table_content_header th
{
    border: none;
}

#people td, #people th{

    padding: 10px;
    padding-left: 12px;
    padding-right: 12px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#people td span{
    background-color: #e0e0e0;
    color: #6e6e6e;
    font-size: 1.4rem;
    padding: 3px 6px;
    margin-right: 5px;
}

#people #rating
{
    font-size: 1.61rem;
}

#people tr.hover td{
    background-color: #f5f5f5;
}

#people tr.new_person td
{

    animation-name: fadeNewPersonIn;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;


    -moz-animation-name: fadeNewPersonIn;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 1s;


    -webkit-animation-name: fadeNewPersonIn;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 10s;


}

@-moz-keyframes fadeNewPersonIn {
    0% {
        background-color:#afe1ff;
    }
    100% {
        background-color: transparent;
    }
}


@-webkit-keyframes fadeNewPersonIn {
    0% {
        background-color:#afe1ff;
    }
    100% {
        background-color: transparent;
    }
}


@keyframes  fadeNewPersonIn {
    0% {
        background-color:#afe1ff;
    }
    100% {
        background-color: transparent;
    }
}


#people td{
    cursor: pointer;
    height: 61px;
    /*width: 200px;*/
    margin: 1px;
    border-bottom: 1px solid #e0e0e0;
}

#people td *
{
    cursor: pointer;
}

.scroll
{

    position: absolute;
    top: 210px;
    right: 0;
    bottom: 61px;
    left: 0;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: 0ms cubic-bezier(0.1, 0.57, 0.1, 1);
    transition: 0ms cubic-bezier(0.1, 0.57, 0.1, 1);
    -webkit-transform: translate(0px, 0px) translateZ(0px);

}

#people_counter
{
    height: 60px;

    border-top: 1px solid #e0e0e0;
    width: 100%;
    position: absolute;
    bottom:0;
    line-height: 60px;
    padding-left: 24px;
    padding-right: 92px;
}

#people_functions
{
    height: 90px;
    border-top: 1px solid #e0e0e0;
    width: 100%;
    position: absolute;
    bottom:-90px;
    padding: 24px;
    padding-right: 92px;
}
#people_functions input[type=button]
{
    margin: 0;
    margin-left: 12px;
}
#people_functions input[type=button]:first-child
{
    margin: 0;

}


#loader,.loader, #page_loader, .loader_after:before
{
    content: '';
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    background-image: url('/assets/images/preloader.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 300;

}

.loader_after:before{
    display: block;
}


#page_loader{
    position: fixed;
    z-index: 9999;
}

@-webkit-keyframes pulsate {
    0% {
        background-size: 64px;
    }
    50% {
        background-size: 50px;
    }
    100% {
        background-size: 64px;
    }
}


#people #loader
{
    top: 170px;
}

#items
{
    overflow: hidden;
    margin-left: 303px;
}

#items table{

    width: 100%;
    table-layout: fixed;
}


#check_list{
    z-index: 99;
    width: 305px;
    position: absolute;
    overflow: visible;
}

.auto_width
{
    width: auto!important;
}
#checks
{
    background-color: #ffffff;
}

.header:first-child{
    z-index: 100;
}
.header
{

    z-index: 100;
    position: absolute;
    overflow: visible;
    top:0;
}

#headers
{
    position: relative;
    height: 40px;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}

#headers.visible
{
    opacity: 1;
}

.hor_scroll
{
    position: absolute;
    margin-left: 303px;
    right: 0;
    top: 0;
    left: 0;
    min-height: 41px;
    z-index: 75;
}

#hor_scroll
{
    position: absolute;
    margin-left: 303px;
    right: 0;
    top: 0;
    left: 0;
}


#navigation
{
    z-index: 103;
    left: 267px;
    right: 0px;
    position: absolute;
    height: 0;
    overflow: visible;
}



#navigation *
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 1;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    background-color: #F5F5F5;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    -webkit-transition: opacity 100ms ease;
    -moz-transition: opacity 100ms ease;
    -ms-transition: opacity 100ms ease;
    -o-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
}

#navigation *:hover
{
    background-color: #e0e0e0;
}

#navigation *:active
{
    box-shadow: inset 0px 2px 0px 0px #c2c2c2;
    background-color: #e0e0e0;
}

#navigation .disabled, #navigation .disabled:hover,#navigation .disabled:active
{
    cursor: default;
    background-color: #F5F5F5;
    box-shadow:none;
    opacity: 0;
    -webkit-transition: opacity 100ms ease;
    -moz-transition: opacity 100ms ease;
    -ms-transition: opacity 100ms ease;
    -o-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
}

#navigation_left
{
    float: left;
}

#navigation_right
{
    float: right;
}

#scroll {
    z-index: 1;
}

/*overlay*/

#overlay
{
    padding: 24px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.65);
    z-index: 1003;
    visibility: hidden;
    transition:visibility 0s linear 0.1s,opacity 0.1s linear;
    moz-transition:visibility 0s linear 0.1s,opacity 0.1s linear;
    opacity: 0;
}
#overlay.display
{
    transition:visibility 0s linear 0.1s,opacity 0.1s linear;
    moz-transition:visibility 0s linear 0.1s,opacity 0.1s linear;
    visibility: visible;
    opacity: 1;
    transition-delay:0s;
}

#overlay #overlay_content.show,
#overlay .overlay_content.show,
#overlay #file_overlay.show{

    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
    -webkit-transition: all 200ms ease;-moz-transition: all 200ms ease;-ms-transition: all 200ms ease;-o-transition: all 200ms ease;transition: all 200ms ease;
    opacity:1;
}

.embeded #overlay_content.dialog {
    max-width: 100%;
}

#overlay div#overlay_content,
#overlay div.overlay_content
{
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(0.5);-moz-transform: scale(0.5);-ms-transform: scale(0.5);-o-transform: scale(0.5);transform: scale(0.5);
    -webkit-transition: all 200ms ease;-moz-transition: all 200ms ease;-ms-transition: all 200ms ease;-o-transition: all 200ms ease;transition: all 200ms ease;
    opacity: 0;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

#overlay #file_overlay{
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    height: 650px;
    -webkit-transform: scale(0.5);-moz-transform: scale(0.5);-ms-transform: scale(0.5);-o-transform: scale(0.5);transform: scale(0.5);
    -webkit-transition: all 200ms ease;-moz-transition: all 200ms ease;-ms-transition: all 200ms ease;-o-transition: all 200ms ease;transition: all 200ms ease;

    margin-top: -325px;
    margin-left: -500px;
    background-color: white;
    z-index: 1000;
    border-radius: 12px;
}
#overlay #file_overlay .top, #overlay .insight .top{
    height: 60px;
    box-sizing: border-box;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 500;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
#overlay #file_overlay .top .name, #overlay .insight .top .name{
    line-height: 30px;
}

@keyframes animate_out_left {
    0%   {
        -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
        left: 50%;
    }
    50%  {
        -webkit-transform: scale(0.75);-moz-transform: scale(0.75);-ms-transform: scale(0.75);-o-transform: scale(0.75);transform: scale(0.75);
        left: 50%;
    }
    100% {
        -webkit-transform: scale(0.75);-moz-transform: scale(0.75);-ms-transform: scale(0.75);-o-transform: scale(0.75);transform: scale(0.75);
        left: -100%;
    }
}

#overlay.animate_out_left div#overlay_content{
    animation-name: animate_out_left;
    animation-duration: 500ms;
    -webkit-transform: scale(0.5);-moz-transform: scale(0.75);-ms-transform: scale(0.75);-o-transform: scale(0.75);transform: scale(0.75);
    -webkit-transition: all 200ms ease;-moz-transition: all 200ms ease;-ms-transition: all 200ms ease;-o-transition: all 200ms ease;transition: all 200ms ease;
    left: -100%;
}

#overlay.animate_in_left div#overlay_content{
    animation-name: animate_out_left;
    animation-duration: 500ms;
    animation-direction: reverse;
    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
    -webkit-transition: all 200ms ease;-moz-transition: all 200ms ease;-ms-transition: all 200ms ease;-o-transition: all 200ms ease;transition: all 200ms ease;
    left: 50%;
}

@keyframes animate_out_right {
    0%   {
        -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
        left: 50%;
    }
    50%  {
        -webkit-transform: scale(0.75);-moz-transform: scale(0.75);-ms-transform: scale(0.75);-o-transform: scale(0.75);transform: scale(0.75);
        left: 50%;
    }
    100% {
        -webkit-transform: scale(0.75);-moz-transform: scale(0.75);-ms-transform: scale(0.75);-o-transform: scale(0.75);transform: scale(0.75);
        left: 130%
    }
}


#overlay.animate_in_right div#overlay_content{
    animation-name: animate_out_right;
    animation-duration: 500ms;
    animation-direction: reverse;
    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
    -webkit-transition: all 200ms ease;-moz-transition: all 200ms ease;-ms-transition: all 200ms ease;-o-transition: all 200ms ease;transition: all 200ms ease;
    left: 50%;
}


#overlay.animate_out_right div#overlay_content{
    animation-name: animate_out_right;
    animation-duration: 500ms;
    -webkit-transform: scale(0.75);-moz-transform: scale(0.75);-ms-transform: scale(0.75);-o-transform: scale(0.75);transform: scale(0.75);
    -webkit-transition: all 200ms ease;-moz-transition: all 200ms ease;-ms-transition: all 200ms ease;-o-transition: all 200ms ease;transition: all 200ms ease;
    left: 130%;
}




#overlay.show_files #overlay_content{
    animation-name: show_files;
    animation-duration: 500ms;
    -webkit-transform: scale(0.50);-moz-transform: scale(0.50);-ms-transform: scale(0.50);-o-transform: scale(0.50);transform: scale(0.50);
    left:0;
    opacity: 1;
    z-index: 999;
}
#overlay.show_files_out #overlay_content{
    animation-name: show_files_out;
    animation-play-state: running;
    animation-duration: 500ms;
    animation-direction: reverse;
    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
    left:50%;
    opacity: 1!important;
}


#overlay.show_files #overlay_content:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}


#overlay.show_files #file_overlay{
    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
    -webkit-transition: all 200ms ease;-moz-transition: all 200ms ease;-ms-transition: all 200ms ease;-o-transition: all 200ms ease;transition: all 200ms ease;
    opacity: 1
}


#overlay #file_overlay{
    -webkit-transform: scale(0.50);-moz-transform: scale(0.50);-ms-transform: scale(0.50);-o-transform: scale(0.50);transform: scale(0.50);
    -webkit-transition: all 200ms ease;-moz-transition: all 200ms ease;-ms-transition: all 200ms ease;-o-transition: all 200ms ease;transition: all 200ms ease;
    opacity: 0;
    z-index: 1000;
}


@keyframes show_files {
    0%   {
        -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
        opacity: 1!important;
        left: 50%;
    }
    50%  {
        -webkit-transform: scale(0.75);-moz-transform: scale(0.75);-ms-transform: scale(0.75);-o-transform: scale(0.75);transform: scale(0.75);
        opacity: 0.5!important;
        left: 50%;
    }
    100% {
        -webkit-transform: scale(0.75);-moz-transform: scale(0.75);-ms-transform: scale(0.75);-o-transform: scale(0.75);transform: scale(0.75);
        opacity: 0.5!important;
        left: 0px;
    }
}


@keyframes show_files_out {
    0%   {
        -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
        opacity: 1!important;
        left: 50%;
    }
    50%  {
        -webkit-transform: scale(0.75);-moz-transform: scale(0.75);-ms-transform: scale(0.75);-o-transform: scale(0.75);transform: scale(0.75);
        opacity: 0.5!important;
        left: 50%;
    }
    100% {
        -webkit-transform: scale(0.75);-moz-transform: scale(0.75);-ms-transform: scale(0.75);-o-transform: scale(0.75);transform: scale(0.75);
        opacity: 0.5!important;
        left: 0px;
    }
}




#overlay.text_transparent, #overlay.text_transparent *
{
    color: transparent!important;
    -webkit-transition: all 200ms ease;-moz-transition: all 200ms ease;-ms-transition: all 200ms ease;-o-transition: all 200ms ease;transition: all 200ms ease;
}


#overlay_content.mail_stats, #overlay_content.event_stats
{
    width: 1000px;
    margin-top: -325px;
    margin-left: -500px;
    height: 650px;
    background-color: white;
}

#overlay_content.event_stats{
    height: 670px;
}
#overlay_content
{
    overflow: hidden;
}
#overlay_content #information{
    background-color: #f5f5f5;
    /*  transition: all 200ms;*/
    /*  -webkit-transition: all 200ms;*/
}


#overlay_content.remove_bottom #bottom{
    bottom: -90px;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}


#overlay_content.remove_bottom #information{
    bottom: 0;
    transition: all 200ms;
    -webkit-transition: all 200ms;

}


#overlay_content_full{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: right .2s;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 70px;
}
#overlay.content_overlay{
    background-color: #f5f5f5;
}

#overlay_content_full .close_dialog{
    position: absolute;
    top: 32px;
    left: 30px;
    text-align: center;
    width: 48px;
    height: 38px;
    line-height: 10px;
    box-sizing: border-box;
    cursor: pointer;
    color: #65696b;
    font-size: 14px;
    font-weight: bold;
}
#overlay_content_full .close_dialog::before{
    color: #65696b;
}
.person_view_bottom{
    padding: 24px;
    bottom:0;
    height: 90px;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    left:0;
    right: 0;
    position: absolute;
    overflow: visible;
    box-sizing: border-box;
}

.person_view_bottom .button{
    margin:0!important;
}


/*Person Overlay*/

#overlay_content.person, #overlay_content.insight{

    background-color: white;
}
#overlay_content.person{
    margin-top: -325px;
    height: 650px;
    width: 1000px;
    margin-left: -500px;
}
#overlay_content.insight{
    margin-top: -445px;
    height: 1092px;
    width: 1280px;
    margin-left: -640px;
}
#overlay_content.application{
    height: 684px!important;
}

#overlay_content.person.application{
    width: 1020px;
}

.fields{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 90px;
    right: 0;
    overflow: auto;
}



.fields .field:first-child
{
    padding-top: 16px;
}
.fields .field:first-child .attribute
{
    padding-top: 32px;
}

#fields_background
{
    width: 290px;
    border-right: 1px solid #e0e0e0;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background-color: white;
}

.field
{
    min-height: 62px;
    width: 100%;
    position: relative;
}

.field .attribute
{

    box-sizing: border-box;
    padding: 16px;
    padding-right: 24px;
    width: 300px;
    text-align: right;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.field .values
{
    box-sizing: border-box;
    padding: 0 12px 16px 12px;
    float: right;
    width: 700px;
}

.field .values .button
{
    margin:0;
    margin-right: 5px;
    margin-top: 5px;
    height: auto;
    float: left;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1px #c3ccd8;
}

#person_bottom
{
    height: 90px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #e0e0e0;

}

#person_bottom .button
{

    display: inline-block;
}


.files
{
    width: 100%;
    box-sizing: border-box;
    color: #a0a0a0;
    float: left;
    line-height: 21px;
    line-height: 2.1rem;
    display: inline-block;
    background: white;
}


.files_top
{
    padding: 12px;
    border-bottom:1px solid #e0e0e0;
}

.file{
    padding: 24px;
    border-bottom:1px solid #e0e0e0;
}

/*Edit types*/
.editable_text, .editable_date, .editable_phone, .editable_email, .editable_country, .editable_city, .editable_birthdate, .editable_address, .editable_zip, .editable_url
{
    padding: 8px 6px 8px 6px;
    margin-top: 8px;
    margin-bottom: 8px;
    min-height: 30px;
    box-sizing: border-box;
    max-height: 30px;
}

.editable_text:hover,  .editable_date:hover, .editable_phone:hover, .editable_email:hover, .editable_name:hover, .editable_country:hover, .editable_city:hover, .editable_birthdate:hover, .editable_address:hover, .editable_zip:hover
{
    background-color: #f5f5f5;
}

.editable_name
{
    padding-left: 14px;
    padding-right: 14px;

}

#field_name
{
    height: 40px;
    display: inline-block;
    font-weight: 500;
}

#top_rating{
    float: right;
    margin-right: 50px;
    height: 50px;
}

#field_name input
{
    line-height: 80%;
    margin: 5px;
    padding-right: 12px;
    padding-left: 12px;
    width: 120px;
    /*  float: left; */
    height: 30px;
    min-height: 30px;
}

#field_name #name
{
    vertical-align: baseline;
}
.edit input[type=text],.edit input[type=number],.edit input[type=date], .edit input[type=email],.edit input[type=url], select
{
    /*
    padding:0px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0;
    height: 30px;
    */
    margin-top: 8px;
    margin-bottom: 8px;
    /*
    min-height: 30px;
    outline:none!important;
    */
}
.edit .bootstrap-select{
    margin-top: 8px;
    margin-bottom: 8px;
}
.edit select *{
    cursor: pointer!important;
}



/* View button */
#dropdown_wrapper
{
    overflow: visible;
}

.dropdown_shadow
{
    -webkit-box-shadow: 0px 8px 38px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 38px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 38px 0px rgba(0,0,0,0.2);
}

.shadow{
    -webkit-box-shadow: 0px 8px 38px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 38px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 38px 0px rgba(0,0,0,0.2);
}

.dropdown
{
    margin-top: 2px;
    margin-bottom: 2px;
    position: absolute!important;
    background-color: #f5f5f5;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    z-index: 400;
}
.dropdown ul li{
    padding: 12px 24px;
    color: #a0a0a0;
    cursor: pointer;

    -webkit-transition: color 100ms ease;
    -moz-transition: color 100ms ease;
    -ms-transition: color 100ms ease;
    -o-transition: color 100ms ease;
    transition: color 100ms ease;
}
.dropdown ul li:hover{
    padding: 12px 24px;
    color: #000000;
    cursor: pointer;

    -webkit-transition: color 100ms ease;
    -moz-transition: color 100ms ease;
    -ms-transition: color 100ms ease;
    -o-transition: color 100ms ease;
    transition: color 100ms ease;
}


.dropdown ul li.liner{
    padding: 0;
    background-color: #e0e0e0;
    border-bottom: #ffffff 1px solid;
    margin-top: -1px;
}

.dialog {
    box-sizing: border-box;
    width: 600px;
    /* margin-left: -300px; */
    background-color: white;
    padding: 76px 24px 24px 24px;
    color: #3B3D3F;
    font-size: 14rem;
    font-size: 14px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-50%, -50%)!important;
    -moz-transform: translate(-50%, -50%)!important;
    -ms-transform: translate(-50%, -50%)!important;
    -o-transform: translate(-50%, -50%)!important;
    transform: translate(-50%, -50%) !important;
}

.dialog h2
{
    font-size: 24rem;
    font-size: 24px;
    padding-bottom: 22px;
}

.close_dialog
{
    margin-top: 6px;
    cursor: pointer;
}

.close_dialog::before{
    font-size: 25px;
    color: #7D7E82;
    text-align: center;
}

.person_close_dialog {
    position: absolute;
    top: 32px;
    right: 30px;
    text-align: center;
    width: 48px;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    cursor: pointer;
}

.person_close_dialog::before{
    font-size: 30px;
    color: #7D7E82;
    text-align: center;
}

/*Slet hvis checkboxe fejler*/

input[type=checkbox], input[type=radio]
{
    opacity: 0;
    position: absolute;
}

input[type=checkbox] + label, input[type=radio] + label
{
    display: inline-block;
    text-align: center;
}





/*Green*/

input[type=checkbox]:checked + label.positive,  input[type=radio]:checked + label.positive {
    background-color: #52c876;
    color: #ffffff;
    border-color:  #278039;
}

input[type=checkbox]:checked + label.positive:active,input[type=radio]:checked + label.positive:active {
    color: #afe1ff;
    border-color: #04284e;
    box-shadow: inset 0px 2px 0px 0px #1b60a6;
}

/*check*/
input[type=checkbox]:checked + .check ,input[type=radio]:checked + .check{
    color: #52c876!important;
}

label.check
{
    position: relative;
}

input[type=checkbox]:checked + .check::before ,input[type=radio]:checked + .check::before {
    font-family: 'icomoon';
    content: "\e372";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    color: white;
    left: 0;
    width: 100%;
    text-align: center;
}
.design_field li{
    overflow: visible;
    margin-left: 1.5em;
}
.design_field ol, .design_field ul{

    list-style-position: inside;
    padding-left: 2em;
}
.design_field ol{
    list-style-type: decimal;
}
.design_field ul{
    list-style-type: disc;
}
.no-width{
    width: initial!important;
}
.m.w-200{
    min-width: 200px!important;
}

#control_panel {
    height: 91%;
}
