/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  text-align: center;
}

/* Grouping content
   ========================================================================== */
.tooltip-inner {text-align: left !important;}
.tooltip-inner ul{margin:0 !important;padding: :0 !important;}
.tooltip-inner ul li{margin:0 !important;padding: :0 !important;}
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
  width:300px;height:120px;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}




/* DEVIS FACTU */


.info.bg-warning {
  padding:20px;margin:20px;}

.info.bg-success {
  padding:20px;margin:20px;}


.info.bg-danger {
  padding:20px;margin:20px;}


input.bg-danger {
  background-color: #f2dede !important;
}


/* formulaires internes */
input, textarea, select {
    border-radius: 5px;
    border: 1px solid #c5c5c5;
    background-color: rgba(251, 251, 251, 0.53);
    margin-left: 0px;
    padding: 9px 10px 8px;
}

table input{width: auto;}

input.etendu{width: 400px;}





/* Table */
.table-wrapper {
    max-width: 100%;
  
    overflow: auto;
  background-color: #fff;
    -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.12);
    box-shadow: 0px 4px 10px rgba(0,0,0,0.12);
}
.table-wrapper.no-overflow {
  overflow: initial;
}
table.table {
  width: 100%;
  min-width: 1280px;

    color: #383838;
    line-height: 35px;
    border-spacing: 0;
    /*border-collapse: collapse;*/
    font-family: 'Arial', sans-serif;
}

table.table.min-sized {
    width: auto;
    min-width: auto;
    line-height: 35px;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: 'Arial', sans-serif;
}
.table.min-sized tr.white td
{
background-color: #fff;
}


.table th {
  min-width: 50px;

    color: #ffffff;
    font-size: 12px;
    text-align: left;
    font-weight: 600;
    background-color: #000;
    text-transform: uppercase;
    border-bottom: 3px solid #e8e8e8;
    font-family: 'Raleway', sans-serif;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    
    padding: 11px 15px;
}
.table th.sorting {
  padding-right: 10px;
}
.table th.sorting span,
.table th.sorting_asc span,
.table th.sorting_desc span {
  position: relative;

  padding-right: 15px;
}
.table th.sorting span:before,
.table th.sorting span:after,
.table th.sorting_asc span:before,
.table th.sorting_asc span:after,
.table th.sorting_desc span:before,
.table th.sorting_desc span:after {
  content: '';
  display: block;

  border-left: 4px solid transparent;
  border-right: 4px solid transparent;

  position: absolute;
  right: 0;
  top: 50%;
  
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table th.sorting span:before,
.table th.sorting_desc span:before {
  border-bottom: 4px solid;

  margin-top: -3px;
}
.table th.sorting span:after,
.table th.sorting_asc span:after {
  border-top: 4px solid;

  margin-top: 3px;
}
.table th.sorting_desc span:before,
.table th.sorting_asc span:after {
  margin-top: 0;
}
.table td {
  color: #505050;
  font-size: 13px;
    border-top: 1px solid rgba(34,36,38,.1);
    border-left: 1px solid rgba(34,36,38,.1);

    padding: 8px 15px;
}

.table tr.min td { 
  padding: 4px !important;
  line-height :1em !important;
  color: #999 !important;
}


.table tr td:first-child {
    border-left: none;
}
.table tr:hover td {
    background-color: #fcfcfc;
}
.table td a {
    color: #467edc;
}
.table td a:hover {
    text-decoration: underline;
}

.table .progress:before {
  width: 8px;
    height: 12px;

    content: '';
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    
    margin-top: 0px;
    margin-right: 5px;
}
.table .progress.increase:before {
    background-image: url(../svg/increase-arrow.svg);    margin-top: -1px;

}
.table .progress.decrease:before {
    background-image: url(../svg/decrease-arrow.svg);    margin-top: -1px;

}

.table .progress.equality:before {
    height: 8px;
    
    background-image: url(../svg/equality-icon.svg);

    margin-top: -1px;
}
.table .progress.increase.cool:before {
   background-image: url(../svg/increase-green-arrow.svg);
}

.table .progress.decrease.uncool:before {
   background-image: url(../svg/decrease-red-arrow.svg);
}


.table .progress.double:before {
   background-repeat: repeat-x;
  width: 16px;
     background-size: 8px;

}

.table .progress.triple:before {
   background-repeat: repeat-x;
   background-size: 8px;
  width: 24px;

}



.tooltip{display: none}




/* formulaires recherche */

.table input {color: #000}
.table input.btn-success {color: #fff}


#filter_custom{clear: both;overflow: auto;padding: 0px}

#filter_custom select{width: 15%;float: left;margin-right: 15px}

#filter_custom_date{float: left;margin-right: 50px}


#filter_custom_date input{width: 100px;margin-right: 15px}


#tabledevis_filter{margin:0 0 10px;}
#tabledevis_filter input{width:100%;}

#tabledevis_filter label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
text-align: center;
  }

  #tabledevis_filter label input {
    display: block !important;
    width: 100%;
    background-color: #fff;
  }

  div.dt-buttons{text-align: right;}

/*
  #tabledevis_length select{
    display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  }
*/
    #tabledevis_length {
float: right;  
text-transform: uppercase;
}


#tabledevis_length select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    margin-right:20px;
}

.table > tfoot > tr > th {background-color: #fff; color:#000;border-bottom: 0px;font-size: 1.7em; 
}

.total{background-color: #d2d2d2}
.total small{display: none;}





/*custom-combobox-input*/

.custom-combobox-input{width: 400px}

.custom-combobox-toggle{display: none !important;}


/*statuts*/

.bg-info{position: relative;}

h5.statut  {display: inline-block;padding:10px;position:absolute;top:10px;left:20px;text-shadow: 0 1px 0 #fff;
border-color: #ccc;border-radius: 4px;font-size: 16px;}


/*Projets trello background*/

.text-row.bg-danger{background: #F2DEDE}
.text-row.bg-success{background: #DFF0D8}
.text-row.bg-warning{background: #FCF8E3}



/*Projets planning background*/

.table th.projet
{width: 200px}

.table th.name
{width: 200px}


.table td.active1
{background: #F2DEDE;text-indent: -9999px}

.table td.active0
{background: #FFF;text-indent: -9999px}


table.mini tr td{font-size: 10px !important; padding: 4px 6px !important;}


/* bloc projet  */

.bloc-projet{position: relative;background-color: #fff;padding:20px;margin:20px 0px;}

.bloc-projet h3{margin-left:100px;margin-top:5px }

.bloc-projet .bg-info {
  padding:10px;margin:10px 0px 10px;}


.inside {border:1px solid #000000;font-size: 14px;margin-bottom: 40px;padding:20px 10px 10px 10px;position: relative;}

.fieldset {position: absolute;top:-18px;display: inline-block;background: #FFF;padding:0px 10px;font-size: 18px}

.action {position: absolute;bottom:-18px;right:10px;display: inline-block;background: #FFF;padding:0px 10px;font-size: 18px}

.action-top {position: absolute;top:-18px;right:10px;display: inline-block;background: #FFF;padding:0px 10px;font-size: 18px}


.label{color: black;display: block;text-align: left;padding:0px;}

.label + input, .label + textarea,  .label + select {margin-top:5px;    width: 100%;
}


.btn.dolibarr{background: url("../images/dolibarr-logo.png") no-repeat center right 10px, linear-gradient(to bottom,#f9f9f9 0,#f9f9f9 100%) !important;padding-right:35px}

.btn.dolibarr{background-size: cover}


.inside ul{padding-left:20px;list-style: disc outside;}

.inside a.btn{margin-left:10px}

.inside .btn-info {background: #28a4c9}
.inside .btn-default {background: #f9f9f9}
.inside .btn-warning {background: #eb9316;}

 

.titre{font-size: 16px;}
.inside span.btn {background: #FFF !important;color: #000;}
.inside span.btn:hover{cursor: not-allowed;}

p.statut{display: inline-block;padding:7px}

p.statut.bg-success{padding:7px !important}


.custom-combobox-input {width:80%}

table.table{min-width: auto;margin-bottom: 30px}

select.tall{height:200px}
textarea.tiny{height:40px}



/*.navbar{min-height: auto;margin-bottom:0px;}*/

.inside2 .titre{margin-right: 50px;}

.pourcentage {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 3px;
  padding: 3px;
  font-weight: bold;
}
.bg-white{background: #FFF}





span.text-info a{color: inherit;}


.tags{display: inline-block;  border-radius: 3px;padding: 3px;font-weight: bold;color:#fff;margin-right: 5px;margin-bottom: 3px;
;}

.tags.jours{color:#000;text-align: right;
;}









/********************************************************************************/

:root {
    --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

nav {
    display: block;
}

body {
    margin: 0;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #FFAF00;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Nunito", sans-serif;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2.5rem;
    font-weight: normal;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 3.5rem 0rem;
}

.card-header {
    margin-bottom: 0;
    text-align: center;
}

.dashboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}

.dashboard-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 0px;
}

.dashboard-content {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
padding:20px 30px;
}

.dashboard-nav {
    min-width: 238px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: #373193;
}

.dashboard-compact .dashboard-nav {
    display: none;
}

.dashboard-nav header {
    min-height: 84px;
padding: 27px 0px 8px 23px;
}

.dashboard-nav header .menu-toggle {
    margin-right: auto;
}

.dashboard-nav a {
    color: #515151;
}

.dashboard-nav a:hover {
    text-decoration: none;
}

.dashboard-nav {
    background-color: #333;;
}

.dashboard-nav a {
    color: #fff;
}

.brand-logo {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #515151;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-logo:focus, .brand-logo:active, .brand-logo:hover {
    color: #dbdbdb;
    text-decoration: none;
}

.brand-logo i {
    color: #d2d1d1;
    font-size: 27px;
    margin-right: 10px;
}

.dashboard-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-item {
    min-height: 56px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    transition: ease-out 0.5s;
}

.dashboard-nav-item i {
    width: 36px;
    font-size: 19px;
    margin-left: -40px;
}




.dashboard-nav-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.active {
    background: #000;
}

.dashboard-nav-dropdown-item.active {
    background: rgba(0, 0, 0, 0.25);
}


.dashboard-nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown.show {
    background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle {
    font-weight: bold;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle:after {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dashboard-nav-dropdown-toggle:after {
    content: "";
    margin-left: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(81, 81, 81, 0.8);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
    border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown-item {
    min-height: 40px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.menu-toggle {
    position: relative;
    padding: 5px 5px 5px 5px;
    background-color: #333;
    color: #fff;
}

.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    text-decoration: none;
    color: #fff;
}

.menu-toggle i {
    font-size: 20px;
}

.dashboard-toolbar {
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px;
    position: fixed;
    display: inline-block;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.nav-item-divider {
    height: 1px;
    margin: 1rem 0;
    overflow: hidden;
    background-color: rgba(236, 238, 239, 0.3);
}

.row-input {width:80%;margin:0 10% 20px 10%}
.row-input input{width:75%;margin:0 10px 20px 0px;padding: 5px 10px 5px;background: #fff}
.btn-transp {background: none;padding : 0px 4px}
.btn-transp i{color:#fff;font-size: 18px}

.card-header h1 {float: left; text-transform: capitalize;font-size: 3.6rem;line-height: 1em;margin-bottom: 0px}
.card-header span {float: right;}

.card-header .btn {margin:0px 5px}


.card-body h1 {text-transform: uppercase;font-size: 2.6rem;line-height: 1em;margin-bottom: 30px}

.card-body h2 {margin-bottom: 30px}

.card-body p.bg-success{padding: 20px;
  margin-bottom: 40px;}

img.tags{display:inline-block;width: 28px;border-radius: 25em;margin-right: 5px}



/* Login form */
.login-form {
  text-align: center;
}
.login-form label {
    display: block;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.login-form input[type=text],
.login-form input[type=password] {
    width: 200px;
    height: 26px;
    
    margin-bottom: 15px;
}

/* Client selection */

.tools-header{float: right;}
.tools-header li{display: inline-block;margin-right: 15px}
.tools-header li img {height:30px}


.clients-list {
    color: #969696;
    font-size: 16px;
  text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    margin: 0px 50px 50px;
    padding-left: 0;
}
.client-item {
    width: 14%;
    color: #424242;
    font-weight: 600;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    margin: 10px;
}
.client-item a {
    width: 100%;

  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  box-sizing: border-box;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

    padding: 20px;
}
.client-item img {
    max-width: 80%;
    max-height: 70px;
    
    display: block;
    
    margin: 0 auto 20px;
}





@media (min-width: 992px) {
    .dashboard-app {
        margin-left: 238px;
    }

    .dashboard-compact .dashboard-app {
        margin-left: 0;
    }
}


@media (max-width: 768px) {
    .dashboard-content {
        padding: 15px 0px;
    }
}

@media (max-width: 992px) {
    .dashboard-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1070;
    }

    .dashboard-nav.mobile-show {
        display: block;
    }
}

@media (max-width: 992px) {
    .dashboard-nav header .menu-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) {
    .dashboard-toolbar {
        left: 238px;
    }

    .dashboard-compact .dashboard-toolbar {
        left: 0;
    }
}