﻿/*@import "../Content/palette.less";*/

:root {
    --color01: #007CC2; /*KA logo Navigation bar background (and menu button); Background of primary button; Page title text */
    --color02: #00517E; /*Background of button-menu navigation bar (on hover);  Background of primary button (on hover); background of table header row */
    --color03: #252627; /*Standard text <4> #404144 KA logo; Other text */
    --color05: #5E6063; /*KA logo; Background of secondary button (on hover) */
    --color06: #848487; /*KA logo; Background of secondary button */
    --color07: #bfbfbf; /*Background of Tab (if not selected) */
    --color08: #F3F3F3; /*Background of the KA logo in the menu bar; background of the table row separator; Backgorund of Cancel/Close button (on hover) */
    --color09: #FFFFFF; /*Background of the Work-area; Background of Cancel / Close button */
    --color10: #CCECFF; /*Background of table row (on hover, or after selection) */
    --color11: #33B4FF; /*Background of Progress bar (neutral) */
    --color12: #04C93F; /*Background of Progress bar (OK) */
    --color13: #FFA500; /*Background of Progress bar (Partially OK) */
    --color14: #FF0000; /*Background of Progress bar (KO); Background of Error message */
    --color15: #C00000; /*Background of Delete button (on hover) */
    --color16: #FF7D27; /*Background*/
}

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('Segoe UI.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('Segoe UI Italic.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('Segoe UI Bold.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('Segoe UI Bold Italic.woff') format('woff');
}

* {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
}

body {
    margin:0;
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
    font-size: 14px;
    color: var(--color03);
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#page-container {
    position: relative;
    min-height: 78vh;
}


/* Official  Palette: BLUE */
 nav.navbar-default {
    background-color: var(--color01);
    height: 70px;
}

 ul.nav {
    background-color: var(--color01);
    height: 70px;
}

 .navbar-default .navbar-nav > li > a {
    color: var(--color09);
    text-align: center;
    text-transform: uppercase;
}

 .nav-link li a {
    color: var(--color09);
    text-transform: uppercase;
    text-align: center
}

 .nav > li a.active,
 .nav > li > a:hover, .nav > li > a:focus,
 .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #fff;
    background: var(--color02);
    height: 70px;
}

 .navbar-default .navbar-nav > .open > a,
 .navbar-default .navbar-nav > .open > a:hover,
 .navbar-default .navbar-nav > .open > a:focus {
    background-color: var(--color02);
    color: var(--color09);
}

 .dropdown-menu > li > a:hover,
 .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: var(--color09);
    background-color: var(--color02);
}
 .signin {
    color: var(--color01);
}

 .language {
    color: #7b8a8b;
    text-decoration: none;
}

 .language:hover {
        color: #fff;
        padding: 5px;
        margin-left: 0;
        background-color: var(--color02);
    }

/* .btn-primary {
    color: #fff;
    background-color: var(--color01);
    border: none;
}

     .btn-primary:hover,
    .btn-primary:focus, .btn-primary.focus,
    .btn-primary:active, .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: var(--color09);
        background-color: var(--color02);
        border: none
    }*/


/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/

.container-navbar {
    margin-right: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 50px;    
}

.container {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 15px;
}

.login-container {
    margin-top: 10%;
    max-width:50%;
}

.ads {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    padding: 35px;
    top: 20%;
    text-align: center;
}


.profile-img {
    text-align: center;
}

    .profile-img img {
        border-radius: 50%;
        /* animation: mymove 2s infinite; */
    }

.login-form h3 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

@media screen and (orientation:portrait) {
    .logo {
        background-color: #fff;
        width: 80px;
        height: 87px;
        margin-top: -8px;
        margin-bottom: -8px;
        padding: 10px;
    }

    .img-logo {
        width: 260px;
        height: 70px;
        background-repeat: no-repeat;
        background-color: var(--color08);
        padding: 5px;
    }


    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 17px;
    }

    .profile {
        min-width: 180px
    }
}
@media screen and (orientation:landscape) {
    .logo {
        background-color: #fff;
        width: 80px;
        height: 96px;
        margin-top: -10px;
        margin-bottom: -9px;
        padding: 10px;
    }

    .img-logo {
        width: 260px;
        height: 70px;
        background-color: var(--color08);
        padding: 5px;
    }

    .navbar-right {
        float: right !important;
        margin-right: 0px;
    }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 10px;
    }

    .profile {
        left: -150px;
        min-width: 320px
    }
}

/* Set width on the form input elements since they're 100% wide by default */
/* commento Michele
input,
select,
textarea {
    max-width: 280px;
}
*/

.GridBtn {
    color: var(--color09) !important;
}

* {
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    -webkit-user-select: text;
    user-select: text;
}

.currentCulture {
    color: black;
    display: block;
    font-size: 14px;
    text-align: right;
    width: 70px;
}

.DDLcurrentCulture {
    position: absolute;
    right: 20px;
    top: 20px;
}

.nav li.dropdown ul.dropdown-menu li ul {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 3px 3px;
    display: block;
    left: 100%;
    position: absolute;
}

.nav li.dropdown ul.dropdown-menu ul {
    display: none;
    float: right;
    margin-top: -30px;
    position: relative;
    top: auto;
}


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -10px;
}

.dropdown-menu {    
    min-width: 260px;    
}   

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    -moz-border-radius: 0 6px 6px;
    -webkit-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

    .dropdown-submenu > a:after {
        content: ' ';
        display: block;
        border-bottom: 1px solid #7b8a8b;
        border-right: 1px solid #7b8a8b;        
        height: 6px;
        width: 6px;
        transform: rotate(-45deg);
        margin: 0 0 2px 5px;
        float: right;
        margin-right: -10px;
        margin-top: 5px;
    }

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    -moz-border-radius: 6px 0 6px 6px;
    -webkit-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
    left: -100%;
    margin-left: 10px;
}

h2, .h2 {
    color: rgb(41, 22, 113);
    font-size: 22px !important;
    margin: 0;
    padding: 0;
}

.upload {
    font-size: 12px !important;
}

.DevLinkButton:hover {
    color: #3c3c3c;
    background: #fcf8e5 url('/Step/DXR.axd?r=0_3048-KRYpd') repeat-x left top;
    border: 1px solid #eac656;
}

.PivotHeaderVert {
     display: inline-block;
     white-space: nowrap;
    /* this is for shity "non IE" browsers that dosn't support writing-mode */
    /*-webkit-transform: rotate(90deg);*/
       -moz-transform: translate(1.1em,0) rotate(90deg);
         -o-transform: translate(1.1em,0) rotate(90deg);
            transform: translate(1.1em,0) rotate(90deg);
    /*-webkit-transform-origin: 0 0;*/
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
   /* IE9+ */
   -ms-transform: none;
   -ms-transform-origin: none;
   /* IE8+ */
   -ms-writing-mode: tb-rl;
   /* IE7 and below */
   /*writing-mode: tb-rl;*/
   width: 20px;
   height:65px;
}

/*
    this trick avoids the right border of the memoedit disappears
*/
.dxeMemoEditAreaSys{
  padding: 3px 0px 0px 3px;
}

.menuDashboard > div {
    line-height: 30px  !important;
    vertical-align: middle;
}

.popupStyle > div {
    z-index: 1400 !important;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 10px;
}

.centerLogo {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#csfooter {
    clear: both;
    position: absolute;
    bottom: -60px;
    width: 100%;
    left: 0;
    right: 0;
    height: 30px;
    padding-top: 10px;
}

.center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}
.nav-center {
    display: inline-flex;
    align-items: center;
}


.chevron {
    content: ' ';
    display: inline-block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 9px;
    width: 9px;
    transform: rotate(45deg);
    margin: 0 0 3px 7px;
}

.chevron-black {
    content: ' ';
    display: inline-block;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    height: 9px;
    width: 9px;
    transform: rotate(45deg);
    margin: 0 0 2px 5px;
}
.form-control-feedback {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 23px;
    height: 23px;
    line-height: 45px;
    text-align: center;   
}