/*--------------------------------------------------------------------------
  General Style
--------------------------------------------------------------------------*/
body {

  background-image: url(../img/fond.png);
  background-position: 0% 0px;
  background-repeat: no-repeat;
  background-size: auto auto;
  min-height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;


}


body#login {


 background: #FFFFFF;
  min-height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:100px;

}

body#qtpp {
background: #FFFFFF;
min-height:100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-bottom : 100px;
}
.pg-normal {
    color: black;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
  }
.pg-selected {
    color: grey;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
#onglets
{
        position : absolute;
        border : 1px solid transparent;
        padding : 0;
        font : bold 11px Batang, arial, serif;
        list-style-type : none;
        left : 50%;
        margin-top : 0;
        margin_left : -215px;
        width : 430px;
}

/*td {

  background :white;
  cursor : pointer ;
  padding : 2px;


}

td.red-cell{

    background : #F00;
}

td.green-cell{
    background : #33FF00;


}

td.orange-cell{

  background : #FF9933 ;
}

.bs-example {
      margin: 20px;
  }
*/


.email{
    color: rgba(79, 141, 179, 0.8);
}

.highlight {
    background-color: #cecece;
}

/* les cases des titres du tableau sont jaunes*/
th {
  color: black;
  background-color: #d3d3d3;
}
th, td {
  padding: 5px 10px;
}

/* bingo table */
.Risk_Table th {
  color: red;
  padding: 10px;
}

.Risk_Table  td {
  color: #000;
  padding: 20px;
}

.black {
  background-color: #000;
}


#onglets li
{
    float : left;
    height : 30px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    width: 100px;
    background-color: #F4F9FD;
    margin : 2px 2px 0 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 0 2px;  /* Pour IE  */
    border : 1px solid #9EA0A1;
}

#onglets li.active
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

#onglets a
{
    display : block;
    color : #666;
    text-decoration : none;
    padding : 4px;
}

#onglets a:hover
{
    background : #fff;
}



.section {
  padding: 30px 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  min-height:100%;
  position: relative;


}
.section-white {
  background: #FFF;
  margin-bottom: 100px;
}
.section-dark {
  background: #151515;
}

.section-grey{
    background: #D3D3D3;

}

.section-dark h3 {
  color:#FFF;
  font-size:18px;
  font-weight:200;
}
.section .container:first-child h1,
.section .container:first-child h2,
.section .container:first-child h3 {
  margin-top: 0;
  font-weight: 700;
}
.input-micro {
  width: 50px;
  margin-bottom: 0 !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(79, 141, 179, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
  color: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
}
ul.no-list-style {
  list-style-type: none;
  margin-left: 0;
}
ul.no-list-style li {
  line-height: 28px;
}
div[class*="span"] {
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;
}
/*--------------------------------------------------------------------------
  Typography Style
--------------------------------------------------------------------------*/
/* code modifié */
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #535b60;
}
h1 {
  color: #53555c;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
}
h2 {
  color: #53555c;
  font-family: 'Lato', sans-serif;
  font-size: 2em;
  line-height: 1.5em;
  margin: 30px 0 0 0;
  text-align: center;
}
h3 {
  font-family: 'Lato', sans-serif;
  color: #53555c;
  font-size: 1.5em;
  text-align: center;
}
h4 {
  font-family: 'Lato', sans-serif;
  color: #53555c;
  margin-bottom: 10px;
}
a {
  color: dimgrey;
  outline: 0;
}
a:hover {
  color: mediumseagreen;
  text-decoration:none;
  outline: 0;
}
/*
i:hover {
  color: mediumseagreen;
  text-decoration:none;
  outline: 0;
}
*/
#selectLevel {
    display: none;
}

table {
    text-align: center;
    background-color: white;
}
.tableParameters td {
  width: 50%;
}

/* code rajouté */
.gantt .fn-gantt .desc .fn-label, .gantt .fn-gantt .name .fn-label {
    width: auto;
}

.gantt .fn-gantt .leftPanel {
    width: 400px;
}

.gantt .fn-gantt .nav-link {
    padding: 0;
}

.containerNav {
  width: 100%;
}

.nav {
    width: 100%;
    float: none;
}
.nav > li > a {
    display: inline-block;
}

#last_updated {
  margin-top: 5%;
}

#textUpdate {
    float: right;
    font-style: italic;
    margin: 0;
}
.textSelect, .comment {
    float: left;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.update {
    height: 50px;
}

.currentNav {
  margin-right: 6%;
  margin-left: 6%;
  margin-top: 0.6%;
}


.espacement {

    margin-left: 1%;
    margin-right: 1%;

}


#plusCauses, .previousC {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 100;
    position: fixed;
    left: 5%;
    top: 60%;
}


.submitC, .nextC {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 100;
    position: fixed;
    right: 2.5%;
    top: 60%;

}

.icone{
    font-size: 15px;
}

.nav_history {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    border: 3px groove;
    border-radius: 5px;
    background-color: white;
}

.nav_history ul {
    list-style: none;
    padding: 0;
}

.nav_history h2:hover {
    color: #428bca;
}

.nav_history h2 {
    margin: 0 0 5px 0;
    color: black;
}

.nav_history h4 {
    margin: 5px 0;
    color: black;
}

.nav_history h5 {
    color: black;
    font-size: 15px;
    margin: 10px 0;
}

.nav_history a:focus, .nav_history a:hover {
    color: #428bca;
    text-decoration: none;
}

.dropdown_nav {
    font-weight: bold;
}

.dropdown_options {
    height: 100%;
}

/*.dropdown_options li {
    margin: 0 50px;
}*/

.dropdown_object, .dropdown_users {
    width: 85%;
    float: right;
}

.list_options {
    display: inline-block;
    vertical-align: top;
}

.list_options label {
    margin: 0;
}

.list_options ul li {
    margin: 0;
}

#list_object_users {
    width: 78%;
    float: right;
}

#list_state_name {
    width: 22%;
    float: left;
    border-right: 1px solid;
}

#list_state {
    border-bottom: 1px solid;
}
#list_object {
    border-bottom: 1px solid;
}

#li_object, #li_users {
    float: left;
    margin: 0;
}
#list_object, #list_users {
    float: right;
    width: 100%;
}
#list_object li, #list_users li {
    display: inline-block;
    float: left;
    margin: 0 2%;
}

#textarea_name {
    max-height: 54px;
    margin-left: 5px;
}

@media screen and (min-width: 1451px) and (max-width: 1456px) {
    .dropdown_object, .dropdown_users {
        width: 84%;
    }
}
@media screen and (max-width: 910px) {
    .dropdown_object, .dropdown_users {
        width: 84%;
    }
}
@media screen and (max-width: 835px) {
    .dropdown_object, .dropdown_users {
        width: 83%;
    }
}
@media screen and (max-width: 771px) {
    .dropdown_object, .dropdown_users {
        width: 82%;
    }
}
@media screen and (max-width: 716px) {
    .dropdown_object, .dropdown_users {
        width: 81%;
    }
}
@media screen and (max-width: 669px) {
    .dropdown_object, .dropdown_users {
        width: 80%;
    }
}
@media screen and (max-width: 628px) {
    .dropdown_object, .dropdown_users {
        width: 75%;
    }
}
@media screen and (max-width: 480px) {
    .dropdown_object, .dropdown_users {
        width: 70%;
    }
}
@media screen and (max-width: 774px) {
    #history, .nav_history {
        width: 650px;
    }

    .pagination {
        width: 100%;
        margin-left: 25%;
    }
}
@media screen and (max-width: 525px) {
    #history, .nav_history {
        width: 550px;
    }
}
@media screen and (max-width: 767px) {
    #history, .nav_history {
        margin-left: 5%;
    }
}
@media screen and (max-width: 330px) {
    #history, .nav_history {
        width: 450px;
    }
}





@media screen and (max-width: 1617px) {
  .currentNav {
    margin-right: 0;
  }
}

.table {
  box-shadow: 3px 3px 5px 0 #656565;
}

#Ishikawa_Table {
  box-shadow: none;
}
/*
.thumbnail {
  width: 40%;
  margin-right: 2%;
  margin-left: 2%;
  padding-bottom: 20px;

}
@media screen and (max-width: 350px) {
  .thumbnail {
    width: 150px;
  }
}
@media screen and (max-width: 800px) {
  .thumbnail {
    width: 200px;
  }
}
*/
.navbar {
  padding: 25px 0;
}

.form {
  display: inline-block;
}

textarea {
  max-width: 100%;
}

.containerTable {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.container {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 1450px) {
  .containerTable {
    width: 80%;
  }
}
@media screen and (max-width: 830px) {
  .containerTable {
    margin-left: 10%;
  }

  #cqaTable {
    width: 635px;
  }
}
@media screen and (max-width: 774px) {
  .containerTable {
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .containerTable {
    margin-left: 0;
  }
}

#endDate {
  margin-left: 10%;
  display: inline-block;
}

@media screen and (max-width: 1514px) {
  #endDate {
    margin-left: 0;
    display: block;
  }
}

@media screen and (max-width: 450px) {
  #title, #summary {
    width: 230px;
  }
}

@media screen and (max-width: 411px) {
  .container {
    width: 250px;
  }
}
@media screen and (max-width: 773px) {
  #cybernano {
    width: 280px;
  }
}
@media screen and (max-width: 390px) {
  #cybernano {
    width: 250px;
  }
}
@media screen and (max-width: 340px) {
  #cybernano {
    width: 220px;
  }
}

.dropdown {
  display: none;
}

@media screen and (max-width: 1368px) {
  .dropdown {
    display: inline-block;
    margin-top: 6px;
  }

  #dropdownMenu {
    background-image: linear-gradient(#fff, #eee 50%, #e4e4e4);
    border: 1px solid #cccccc;
    color: #707070;
    font-size: large;
  }
  #dropdownMenu:hover {
    color: #707070;
  }

  #dropdownNav {
    display: none;
  }

  #dashboard, #projects, #service, #docSpace, #management, #navbar_history, #navbar_gantt, #profile {
    display: none;
  }
}
@media screen and (max-width: 965px) {
  #currentNav {
    display: none;
  }

  .dropdown {
    margin-left: 20%;
  }

  #dropdownNav {
    display: inline-block;
  }
}

.act {
    display: none;
    padding: 100%;
    margin: 0;
}
.tallWindow {
    display: table-cell;
}
.smallWindow {
    display: none;
}
@media screen and (max-width: 870px) {
    .noExl, .tallWindow {
        display: none;
    }

    .act, .smallWindow {
        display: table-cell;
    }
}

#line:hover > th, #lineMA:hover > th, #linePP:hover > th, #lineHF:hover > th, #lineMM:hover > th,
#lineEN:hover > th, #lineCF:hover > th, #lineRV:hover > th {
    background-color: #D0D810;
}


@media screen and (min-width: 768px) {
    .column {
        margin: 0;
    }
}

.selectpicker {
    width: 100%;
}
#Ishikawa_Table {
    float: left;
    width: 16.66666667%;
    margin-left: 3%;
}
@media screen and (max-width: 843px) {
    #Ishikawa_Table {
        margin-left: 1.5%;
    }
}

.dropup {
    display: none;
}
/*#phrase {
    position: absolute;
    margin: 0;
    font-weight: bold;
}*/
#phrase_onglets {
    display: block;
}
@media screen and (max-width: 1100px) {
    #phrase_onglets {
        display: none;
    }
}
#dropdownList {
    background-color: white;
    border: 1px solid #ddd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: bold;

    width: 100%;
    position: inherit;
}
#dropdownList:hover {
    color: black;
}
#list {
    width: 100%;
    position: inherit;
    bottom: auto;
}
#myTab, #CQAtabs {
    width: 100%;
    position: inherit;
}

.nav-tabs {
    width: 120%;
    border-bottom: 0;
}
.nav-tabs li {
    border-bottom: 1px solid #ddd;
}

.tooltip {
    font-weight: bold;
}

#ExperimentalConstraints {
    margin-bottom: 2%;
    box-shadow: 3px 3px 5px 0 #656565;
}

.modal {
    background-color: rgba(0,0,0,0.7);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    position: fixed;
}

.modal-dialog {
    width: 600px;
    margin: 30px auto;
}

#modal-dialog {
    width: 30%;
}
@media screen and (max-width: 2400px) {
    #modal-dialog {
        width: 40%;
    }
}
@media screen and (max-width: 1800px) {
    #modal-dialog {
        width: 50%;
    }
}
@media screen and (max-width: 1800px) {
    #modal-dialog {
        width: 60%;
    }
}

.canvas_options {
    list-style: none;
    padding: 0;
    text-align: center;
}

.canvas_options li {
    margin-right: 2%;
    margin-left: 2%;
    display: inline-block;
}

.tab-pane {
    margin-top: 30px;
}

#pageActived {
    background-color: #428bca;
    color: white;
}

#logoCybernano {
    display: none;
    float: left;
    margin-top: 30px;
    margin-left: 70px;
}

#slider > .ui-slider-range {
    background: gold;
}

.well {
    float: right;
    margin: 0 50px 0 0;
    box-shadow: 3px 3px 5px 0 #656565;
    display: inline-block;
    height: 36px;
    width: 36px;
    border: 1px solid;
    border-radius: 100%;
}

#navbar_history, #navbar_gantt {
    display: none;
}

.dropManage {
    border-radius: 6px;
}

#dropdownManage {
    border: 0;
    color: #777;
    padding: 15px;
    background-color: transparent;
}
#dropdownManage:focus {
    outline-style:none;
}

@media screen and (max-width: 1774px) {
    .nav-tabs {
        font-size: 80%;
    }
}
@media screen and (max-width: 1450px) {
    .nav-tabs {
        font-size: 100%;
    }

    .selectpicker {
        position: absolute;
        width: 80%;
    }
}
@media screen and (max-width: 1100px) {
    .dropup {
        display: inline-block;
        width: 100%;
    }

    .nav-tabs {
        display: none;
    }

    .result {
        margin-top: 0;
    }
}
@media screen and (max-width: 1050px) {
    .dropup {
        position: static;
        width: 100%;
    }

    .result {
        margin-top: 0;
    }
}
@media screen and (max-width: 966px) {
    #indication {
        font-size: 100%;
    }
}
@media screen and (max-width: 1172px) {
    .nav-tabs {
        font-size: small;
    }
}
@media screen and (max-width: 986px) {
    .nav-tabs {
        font-size: 80%;
    }
}

.col-xs-offset-2 {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .nav-tabs {
        width: 120%;
        position: relative;
        left: 16vw;
    }

    .tableDisabled {
        border: 0;
    }

    .selectpicker {
        width: 468px;
    }

    .myTab {
        width: 80%;
    }

    .select {
        width: 60%;
    }
    .containerNav {
        float: right;
    }

    #currentNav, #dashboard, #projects, #service, #docSpace, #login, #home, #navbar_history, #navbar_gantt, #profile {
        display: block;
        width: 100%;
        text-align: right;
    }

    .dropdown {
        display: none;
    }

    #selectLevel {
        display: table-cell;
    }

    .lvl, .level {
        display: none;
    }

    .lActif {
        display: table-cell;
    }

    #logoCybernano {
        display: block;
    }
}
/*@media screen and (max-width: 704px) {
    #phrase {
        position: relative;
        display: inline-block;
        top: 30px;
    }
}
@media screen and (max-width: 630px) {
    #phrase, #dropdownList {
        font-size: 3vw;
    }
}*/

.onglet {
    display: block;
}
#drop {
    display: none;
}

@media screen and (max-width: 430px) {
    #list {
        padding: 0;
        width: 191px;
    }
}
@media screen and (max-width: 475px) {
    .onglet {
        display: none;
    }

    #drop {
        display: inline-block;
    }
}
@media screen and (max-width: 414px) {
    /*#phrase {
        width: auto;
    }

    #phrase, #dropdownList {
        font-size: 10px;
    }
    #dropdownList {
        width: 151.8px;
        margin-left: 104.375px;
    }*/

    .selectpicker {
        width: 355px;
    }

    .myTab {
        width: 80%;
    }

    .select {
        width: 60%;
    }

    /*h3 {
        width: 150%;
    }*/

    #commentFactors, #commentResponseVariables, #commentExperimentalConstraints {
        width: 100%;
    }

    .container {
        width: 70%;
    }

    .containerTable {
        margin-left: 0;
    }

    #cqaTable {
        width: 535px;
    }

    .table {
        font-size: 10px;
        float: left;
    }
}
/* fin code rajouté */

/*--------------------------------------------------------------------------
+ Services Style
--------------------------------------------------------------------------*/
/* Multicolumn */
/* code modifié */
.service-wrapper {
  text-align: center;
  color: 0 0 3px #999;
  margin-bottom: 30px;
  margin-left: 10%;
}
.service-wrapper h3 {
  font-size: 1.2em;
  margin: 10px 0 !important;
}
.service-wrapper p {
  margin-top: 0;
}
.service-wrapper i {
  font-size:40px;
}
/* Row */
.service-wrapper-row {
  padding: 10px 0;
}
.service-wrapper-row h3 {
  padding-top: 15px;
}
.service-wrapper-row .service-image {
  padding-top: 15px;
  text-align: center;
}
.service-wrapper-row .service-image img {
  max-width: 80%;
  vertical-align: bottom;
  bottom: 0;
  border: 7px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 8px #999;
  -moz-box-shadow: 0 0 8px #999;
  box-shadow: 0 0 8px #999;
  color: 0 0 8px #999;
}
@media screen and (max-width: 1450px) and (min-width: 941px){
    .service-wrapper {
        width: 500px;
    }
}

#divExportButton {
  width: 120px;
  margin-right: 5%
}
@media screen and (max-width: 940px) {
  #divBackMenu {
    margin-left: 10%;
  }

  #submit {
    margin-top: 8%;
    margin-left: 25%;
  }
}
@media screen and (max-width: 853px) {
  #divExportButton {
    margin : 8% 40% 10% 15%;
  }

  #divNext {
    margin-left: 10%;
  }

  #submit {
    margin-left: 25%;
    margin-right: 70%;
  }
}
/*--------------------------------------------------------------------------
+ Pricing Table Style
--------------------------------------------------------------------------*/
.pricing-plan {
  float: left;
  text-align: center;
  background: #fafafa;
  position: relative;
  width: 48%;
  margin: 10px 1% 10px 0;
  padding: 20px;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  color: 0 1px 8px rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-box-shadow .25s linear;
  -moz-transition: -moz-box-shadow .25s linear;
  -o-transition: box-shadow .25s linear;
  -ms-transition: box-shadow .25s linear;
  transition: box-shadow .25s linear;
}
.pricing-plan:hover {
  -webkit-box-shadow: 0 0 8px #333;
  -moz-box-shadow: 0 0 8px #333;
  box-shadow: 0 0 8px #333;
  color: 0 0 8px #333;
  z-index: 5;
}
.pricing-plan .pricing-plan-title {
  position: relative;
  margin: -20px -10px 20px;
  padding: 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #595f6b;
  border-bottom: 1px dashed #d2d2d2;
}
.pricing-plan .pricing-plan-title:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-size: 3px 1px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIiIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjZDJkMmQyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IiIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -moz-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -webkit-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -o-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: linear-gradient(to right, white, white 33%, #d2d2d2 34%, #d2d2d2);
}
.pricing-plan .pricing-plan-price {
  margin: 0 auto 20px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 19px;
  font-weight: bold;
  color: white;
  background: #595f6b;
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
}
.pricing-plan .pricing-plan-price span {
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
}
.pricing-plan .pricing-plan-features {
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0;
  line-height: 2;
  font-size: 12px;
  color: #999;
  text-align: center;
  list-style-type: none;
}
.pricing-plan .pricing-plan-features li strong {
  font-weight: bold;
  color: #888;
}
.pricing-plan .pricing-plan-promote {
  margin: 0;
  padding: 40px 20px;
  background-color: white;
  border-width: 2px;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  z-index: 4;
}
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.price-ribbon {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #FFF;
  color: #6a6340;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  color: 0px 0px 3px rgba(0,0,0,0.3);
}
.ribbon-green {
  background-color: #BFDC7A;
}
.ribbon-blue {
  background-color: #5ACBFF;
}
.ribbon-orange {
  background-color: #FF9542;
}
.ribbon-red {
  background-color: #FF7373;
}
@media (min-width: 768px) {
  .pricing-plan {
    width: 25%;
    margin: 20px 0;
    padding: 20px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
  }
  .pricing-plan:first-child {
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 7px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 7px;
    background-clip: padding-box;
  }
  .pricing-plan:last-child {
    border-width: 2px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 7px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 7px;
    background-clip: padding-box;
  }
  .pricing-plan-promote {
    background: #ccd51f;
    padding: 40px;
    margin-top: 0;
    -webkit-border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px;
    -moz-background-clip: padding;
    background-clip: padding-box;
    z-index: 4;
  }


.pricing-plan-promote-title {
  position: relative;
  margin: -20px -10px 20px;
  padding: 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  border-bottom: 1px dashed #FFF;
}
.pricing-plan-promote-title:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-size: 3px 1px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIiIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjZDJkMmQyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IiIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -moz-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -webkit-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -o-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: linear-gradient(to right, white, white 33%, #d2d2d2 34%, #d2d2d2);
}
.pricing-plan-promote-price {
  margin: 0 auto 20px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 19px;
  font-weight: bold;
  color: white;
  background: #687b00;
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
}
.pricing-plan-promote-price span {
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
}
.pricing-plan-promote-features {
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0;
  line-height: 2;
  font-size: 12px;
  color: #f2ffaa;
  text-align: center;
  list-style-type: none;
}
.pricing-plan-promote-features li strong {
  font-weight: bold;
  color: #FFF;
}
.pricing-plan .pricing-plan-promote {
  margin: 0;
  padding: 40px 20px;
  background-color: white;
  border-width: 2px;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  z-index: 4;
}
}

/*--------------------------------------------------------------------------
+ Contact Us Style
--------------------------------------------------------------------------*/
.section-map{
  padding:0;
  height:400px;
}

#contact-us-map {
  height: 400px;
  margin:0;
}
.contact-us-details {
  margin: 20px 0;
  font-size: 0.9em;
}
/*--------------------------------------------------------------------------
+ Video Wrapper Style
--------------------------------------------------------------------------*/
.video-wrapper {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  color: 0 0 5px #000;
  margin: 20px 0;
}
/*--------------------------------------------------------------------------
+ Call to Action Bar Style
--------------------------------------------------------------------------*/
.calltoaction-wrapper {
  text-align: center;
}
.calltoaction-wrapper h3 {
  display: inline-block;
  line-height: 36px;
  margin-right: 10px;
  margin-bottom: 0;
}
.calltoaction-wrapper a {
  vertical-align: top;
}

/*--------------------------------------------------------------------------
+ Clients Logos Style
--------------------------------------------------------------------------*/
.clients-logo-wrapper img {
  max-width: 100%;

}
/*--------------------------------------------------------------------------
+ News Style
--------------------------------------------------------------------------*/
.featured-news .caption,
.latest-news .caption {
  padding: 10px 0 5px 0;
}
.featured-news .caption a,
.latest-news .caption a {
  font-size: 1.1em;
  font-weight: 600;
  color: #535b60;
}
.featured-news .intro,
.latest-news .intro {
  padding-bottom: 10px;
  font-size: 0.9em;
}
.featured-news .intro a,
.latest-news .intro a {
  white-space: nowrap;
}
.featured-news .date,
.latest-news .date {
  font-size: 0.7em;
  color: #999;
}
.featured-news img,
.latest-news img {
  max-width: 100%;
  margin: 10px 0 10px 0;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
}
/*--------------------------------------------------------------------------
+ Frequently Asked Questions Style
--------------------------------------------------------------------------*/
.faq-wrapper h3 {
  margin-top: 20px !important;
}
.faq-wrapper .accordion-inner {
  margin: 10px 0 10px 20px;
  padding: 0 10px;
  font-size: 0.9em;
}
.faq-wrapper .accordion-inner .answer {
  font-weight: 600;
}
/*--------------------------------------------------------------------------
+ Blog Style
--------------------------------------------------------------------------*/
/* Posts List */
.blog-post {
  background: #FFF;
  position: relative;
  margin: 20px 0;
  border: 1px solid #EEE;

}
.blog-post img {
  max-width: 100%;
}
.blog-post .post-info {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  line-height: 1.2;
  position: absolute;
  padding: 5px;
  left: 10px;
  top: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.blog-post .post-comments-count {
  text-align: center;
}
.post-info .post-comments-count {
  padding-top: 5px;
}
.post-info .post-comments-count i {
  margin-right: 5px;
}
.post-info .post-comments-count a {
  color: #FFF;
}
.post-info .post-date .date {
  font-size: 0.7em;
  font-weight: 600;
}
.post-title h3 {
  font-size: 1.2em;
  border-bottom: 1px dotted #828282;
  margin: 0 20px;
  padding-top: 10px;
}
.post-title h3 a {
  color: #535b60;
}
.post-summary {
  margin: 10px 20px;
}
.post-summary p {
  color: #828282;
  font-size: 0.9em;
  text-align: justify;
}
.post-more {
  text-align: right;
  padding: 0 20px 20px 0;
}
/* Single Post */
.blog-single-post {
  padding: 10px 30px;
}
.single-post-title h2 {
  font-size: 36px;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #828282;
}
.single-post-info {
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #828282;
}
.single-post-info i {
  color: #333;
  margin-right: 5px;
}
.single-post-image {
  text-align: center;
}
.single-post-image img {
border:none;
}
.single-post-content {
  margin: 30px 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 2px dotted #CCC;
}
.single-post-content p {
  color: #828282;
  font-size: 0.9em;
  text-align: justify;
}
.post-comments {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 40px;
  padding: 0;
}
.post-comments ul {
  list-style-type: none;
  margin-left: 30px;
  padding: 0;
}
.comment-wrapper p {
  margin: 0;
  position: relative;
  border: 1px solid #CCC;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.comment-author {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 10px;
}
.comment-author img {
  max-width: 50px;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  margin-right: 10px;
}
.comment-date {
  font-size: 0.9em;
  margin-right: 20px;
}
.comment-actions {
  text-align: right;
  opacity: 0.6;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.comment-actions:hover {
  text-align: right;
  opacity: 1;
}
.comment-actions i {
  color: #333;
}
.comment-reply-btn {
  margin-left: 10px;
}
.blog-sidebar h4 {
  margin-top: 20px;
  font-weight: 700;
}
.blog-sidebar h4:first-child {
  margin-top: 0;
}
.blog-sidebar ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}
.blog-sidebar .recent-posts li,
.blog-sidebar .blog-categories li {
  padding: 5px 20px 5px 0;
  border-top: 1px solid #D5D5D5;
}
.blog-sidebar .recent-posts li:last-child,
.blog-sidebar .blog-categories li:last-child {
  border-bottom: 1px solid #D5D5D5;
}
.blog-sidebar .recent-posts a,
.blog-sidebar .blog-categories a {
  color: #535b60;
}

/*--------------------------------------------------------------------------
+ Portfolio Item Page Style
--------------------------------------------------------------------------*/
.product-image-large {
  border: 8px solid #FFF;
  text-align: center;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
}
.product-image-large img {
  max-width: 100%;
}
.product-details h4,
.product-details h5 {
  font-weight: 700;
}
.product-details h4 {
  margin-bottom: 20px;
}
.product-details h5 {
  margin-top: 20px;
}
.product-details .price {
  font-size: 1.4em;
  font-weight: 700;
  text-align: left;
  padding: 5px;
  background: rgba(255, 255, 255, 0.6);
  display: inline;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.product-details .price-was {
  text-decoration: line-through;
  font-size: 0.8em;
  font-weight: normal;
}
.product-details .shop-item-selections {
  width: 100%;
}
.product-details .shop-item-selections td {
  line-height: 36px;
}
.product-details .shop-item-selections td:first-child {
  width: 30%;
}
.product-details .choose-item-color span {
  display: inline-block;
  *display: inline;
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: -1px;
  margin-right: 2px;
}
.product-details-nav {
  margin-top: 30px !important;
  margin-left: 0 !important;
}
.product-detail-info {
  background: #fff;
  border-top: 0;
  border-left: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-color: #ddd;
  border-style: solid;
  padding: 20px 30px;
}
.product-detail-info p,
.product-detail-info ul {
  font-size: 0.9em;
}
.product-detail-info table {
  width: 100%;
}
.product-detail-info table td {
  font-size: 0.9em;
  width: 50%;
  line-height: 28px;
  border-bottom: 1px solid #E7E7E7;
}
.product-detail-info table td:first-child {
  font-weight: 600;
}
.product-detail-info table tr:last-child td {
  border-bottom: 0;
}

/*--------------------------------------------------------------------------
+ Portfolio Style
--------------------------------------------------------------------------*/
.portfolio-item {
  position: relative;
  background: #FFF;
  margin-bottom: 20px;
  border: 8px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.portfolio-item .portfolio-image {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.portfolio-item .portfolio-image img {
  max-width: 100%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.portfolio-item:hover {
  border: 8px solid #4f8db3;
}
.portfolio-item:hover .portfolio-image img {
  position: relative;
  -webkit-transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}
.portfolio-item ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
  text-align: center;
  padding: 0;
}
.portfolio-item ul li {
  line-height: 28px;
}
.portfolio-item .portfolio-project-name {
  font-size: 1.3em;
  text-transform: uppercase;
}
.portfolio-item .read-more {
  text-align: center;
  padding-top: 10px;
}
.portfolio-item .portfolio-info-fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  color: #FFF;
  text-shadow: 2px 2px 4px #000000;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.portfolio-item .portfolio-info-fade ul {
  margin-top: 10%;
}
.portfolio-item .portfolio-info-fade .btn:hover {
  background: #4f8db3;
}
.portfolio-item .portfolio-info-fade ul {
  margin: 10% 20px 0 20px;
  padding: 0;
}
.portfolio-item .portfolio-info-fade ul li {
  text-align: center;
}
.portfolio-item .portfolio-info-fade ul li:first-child {
  border-bottom: 1px solid #CCC;
}
.portfolio-item:hover .portfolio-info-fade {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lt-ie9 .portfolio-info-fade {
  display: none;
}
.lt-ie9 .portfolio-item:hover .portfolio-info-fade {
  display: block;
}
.portfolio-visit-btn {
  padding-top: 15px;
}
.portfolio-item-description ul {
  padding: 0;
}
/*--------------------------------------------------------------------------
+ Our Team Style
--------------------------------------------------------------------------*/
.team-member {
  position: relative;
  background: #FFF;
  margin-bottom: 20px;
  border: 8px solid #FFF;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
}
.team-member img {
  max-width: 100%;
}
.team-member ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
}
.team-member ul li {
  line-height: 28px;
}
.team-member:hover .team-member-image {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.team-member .team-member-image {
  text-align: center;
  position: relative;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.team-member .team-member-name {
  font-size: 1.3em;
  text-transform: uppercase;
}
.team-member .team-member-social {
  position: absolute;
  right: 10px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.team-member .team-member-social .team-member-social i {
  margin-top: 3px;
}
.team-member .team-member-social:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/*--------------------------------------------------------------------------
+ Breadcrumbs Section Style
--------------------------------------------------------------------------*/
.section-breadcrumbs {
  background: #d3d3d3;
  margin-bottom: 50px;
  padding-top: 55px;
  width: 100%;
}




.section-breadcrumbs h1 {
  color: white;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: -5px;
}
@media screen and (max-width: 1450px) {
    .section-breadcrumbs {
        width: 106%;
    }
}
@media(max-width:767px) {
.section-breadcrumbs {
  margin-top:50px;
}
}
@media screen and (max-width: 1130px) {
    .lifeCycle {
        width: 600px;
    }
}
@media screen and (max-width: 1030px) {
    .lifeCycle {
        width: 450px;
    }
}
@media screen and (max-width: 750px) {
    .lifeCycle {
        width: 350px;
    }
}

@media screen and (max-width: 930px) {
    .section-breadcrumbs {
        width: 110%;
    }
}
@media screen and (max-width: 630px) {
    .section-breadcrumbs {
        width: 120%;
    }
}
@media screen and (max-width: 600px) {
    .section-breadcrumbs {
        width: 140%;
    }
}
@media screen and (max-width: 490px) {
    .section-breadcrumbs {
        width: 160%;
    }

    #QbD_lifeCycle {
        width: 600px;
        height: 650px;
    }
}
@media screen and (max-width: 350px) {
    .section-breadcrumbs {
        width: 180%;
    }
}
/*--------------------------------------------------------------------------
  Footer Style
--------------------------------------------------------------------------*/
.footer {
 /* position:absolute; */ /* permet de fixer la position du footer en bas da bas quand il n'y a pas beaucoup de contenu */
  bottom:0;
  left:0;
  right:0;
  height:50px;
  background: #222;
  color: #A0A0A0;
  padding: 0 20px 10px 20px;
  border-top: 4px solid #ccd51f;
  margin-top: 20px;
  -webkit-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
  box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
  color: 0 -1px 12px rgba(0,0,0,0.4);
}
.footer h3 {
  color: #E4E4E4;
  font-size: 1.3em;
  border-bottom: 1px dotted #7C7C7C;
}
.footer ul {
  padding: 0;
}
.footer-navigate-section li {
  line-height: 20px !important;
}
.footer-stay-connected a {
  text-align: left;
  text-indent: -9999px;
  display: block;
  width: 115px;
  height: 40px;
  background: url(../img/stay-connected.png);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.footer-stay-connected a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer-stay-connected a.facebook {
  background-position: -115px 0;
}
.footer-stay-connected a.twitter {
  background-position: -230px 0;
}
.footer-stay-connected a.googleplus {
  background-position: 0 0;
}
.footer-stay-connected li {
  text-align: center;
}
.footer-copyright {
  text-align: center;
  color: #7C7C7C;
  border-top: 1px dotted #7C7C7C;
  padding-top: 10px;
  font-size: 0.9em;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
}

#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	background:#ededed;
	padding:10px;
}
#content {
	padding-bottom:100px; /* Height of the footer element */
}
#footer {
	background:#222;    /*#ccd51f;*/
	width:100%;
	height:70px;
	/*position:absolute;*/
	bottom:0;
	left:0;
}






/*--------------------------------------------------------------------------
+ Pagination Style (overrides Bootstrap style)
--------------------------------------------------------------------------*/
.pagination-wrapper {
  margin-top: 15px;
  text-align: center;
}
.pagination > li > a,
.pagination > li > span {
  /*border: none;*/
  border-bottom: 3px solid #FFF;
  color: #666666;
  margin-left: 0;
  margin-bottom: 5px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  background: #FFF;
}
.pagination > li > a:hover {
  border-bottom: 3px solid #666666;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #666666;
  border-bottom: 3px solid #4f8db3;
}
.pagination > .disabled > a {
  border-color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  margin-bottom: 0;
  color: #C9C9C9;
  background-color: #FFF;
  cursor: default;
}

/*--------------------------------------------------------------------------
+ Custom Style for Tabs (overrides Bootstrap)
--------------------------------------------------------------------------*/
.nav-tabs > li > a {
  font-size: 1.1em;
  padding: 10px 15px;
  color: #535b60;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-top: 3px solid #4f8db3;
  border-bottom-color: transparent;
  cursor: default;
}

/*--------------------------------------------------------------------------
+ Buttons Style
--------------------------------------------------------------------------*/

.btn {
 /* border: 1px solid #979C22;*/
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  text-align: center;
 /* background: none repeat scroll 0 0 #D0D810;*/
  text-shadow: none;
  box-shadow: none;
 /* color: black;*/
  white-space: nowrap;
  margin: auto;

}

/*boutons differents de update*/

/*
#new, #work {
 color: white;
border: 1px solid #0074d9;
  background: none repeat scroll 0 0 #0074d9;
}
*/
#new {
  margin: 1% 0;
}
@media screen and (max-width: 1173px) {
  #work, #update {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 877px) {
    #update {
        margin-bottom: 0;
    }
}
/*
#change_creator {
    background-image: linear-gradient(gold, #cda600 50%, #b99700);
    text-shadow: 0 0 2px white;
}
#change_creator:hover {
    color: black;
}*/
#logout, #delete {
  color: white;
  background-image: linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
  border: 1px solid #e50000;
  border-radius: 5px;
}
#logout {
  float: right;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  #logout {
      width: 75px;
      margin: auto;
  }
}
#logout > a {
  color: white;
}
@media screen and (max-width: 704px) {
  #delete, .btn {
    margin-top: 5px;
  }
}

summary {
    cursor: pointer;

}

.fade-in {
    animation: fadeIn ease 2.5s;
    -webkit-animation: fadeIn ease 2.5s;
    -moz-animation: fadeIn ease 2.5s;
    -o-animation: fadeIn ease 2.5s;
    -ms-animation: fadeIn ease 2.5s;
}


@keyframes fadeIn{
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

.btn:hover {
/*  background: none repeat scroll 0 0 #3b3c41;*/
/*  color: #FFF;*/
  text-decoration: none;
  border: 1px solid #3b3c41;
  outline: 0;
}
.btn:selected {
outline: 0;
}
.btn .caret {
  border-top: 4px solid black; /*#FFF*/
}
.btn-micro {
  padding: 1px 8px;
  font-size: 10px;
}
.btn-grey {
  border: 1px solid #3b3c41;
  color: #FFFFFF;
  background: none repeat scroll 0 0 #3b3c41;
}
.btn-grey:hover {
  background: none repeat scroll 0 0 #cecece;
  color: #333;
  text-decoration: none;
  border: 1px solid #cecece;
}
.btn-grey .caret {
  border-top: 4px solid #333;
}
.btn-blue {
  border: 1px solid #076379;
  color: #FFF;
  background: none repeat scroll 0 0 #076379;
}


.btn-blue:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-violet {
  border: 1px solid #25013A;
  color: #FFF;
  background: none repeat scroll 0 0 #25013A;
}
.btn-violet:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-orange {
  border: 1px solid #cc5a00;
  color: #FFF;
  background: none repeat scroll 0 0 #FF7000;
}
.btn-orange:hover {
  background: none repeat scroll 0 0 #d45d00;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #d45d00;
}
.btn-green {
  border: 1px solid #4c5818;
  color: #FFF;
  background: none repeat scroll 0 0 #6E8023;
}
.btn-green:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-red {
  border: 1px solid #ab0d0d;
  color: #FFF;
  background: none repeat scroll 0 0 #DA1111;
}
.btn-red:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}

.btn-group.open .btn.dropdown-toggle {
  background: #ccd51f;
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
}

.btn-glyphicon {
  background: none repeat scroll 0 0 #ccd51f;
border: 1px solid #ccd51f;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  margin: auto;
  font-size:25px;
  padding-bottom: 10px;
}

.btn-glyphicon-remove {
  background: none repeat scroll 0 0 #ccd51f;
border: 1px solid #ccd51f;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  margin: auto;
  font-size:15px;
}

.btn-glyphicon-grey{
  background: none repeat scroll 0 0 #3b3c41;
border: 1px solid #3b3c41;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  margin: auto;
  font-size:25px;
  padding-bottom: 10px;

}

.btn-glyphicon-violet {
  background: none repeat scroll 0 0 #25013A;
border: 1px solid #25013A;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  margin: auto;
  font-size:25px;
  padding-bottom: 10px;
}

.btn-glyphicon-blue {
  background: none repeat scroll 0 0 #076379;
border: 1px solid #076379;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  margin: auto;
  font-size:25px;
  padding-bottom: 10px;
}

.dropdown.open a.dropdown-toggle .caret {
  border-top: 4px solid #FFF;
}
/************************Thumbnails */
.info-box{
display:block;
min-height:90px;
background:#fff;
width:100%;
border-radius: 2px;
margin-bottom: 15px;


}
.info-box-icon{
border-top-left-radius: 2px;
border-top-right-radius:0;
border-bottom-right-radius:0;
border-bottom-left-radius:2px;
display:block;
float:left;
height:90px;
width:90px;
text-align:center;
font-size:45px;
line-height:90px;
background:rgba(0,0,0,0.2);
}
.info-box-content{
padding: 5px 10px;
margin-left : 90px;
}
.info-box-text{
display:block;
font-size:14px;
white-space:nowrap;
overflow:hidden;
text-overvflow: ellipsis;
}




/*--------------------------------------------------------------------------
+ Breadcrumbs Style
--------------------------------------------------------------------------*/

.breadcrumb {
  /*centering*/
  text-align: center;
  display: inline-block;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  border-radius: 5px;
  /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
  counter-reset: flag;
}

.breadcrumb li {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 18px;
  line-height: 36px;
  color: white;
  /*need more margin on the left of links to accomodate the numbers*/
  padding: 0 10px 0 60px;
  background: #076379;
  position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb li:first-child {
  padding-left: 60px;
  border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.breadcrumb li:first-child:before {
  left: 14px;
}
.breadcrumb li:last-child {
  border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
  padding-right: 20px;
}

/*hover/active styles*/
.breadcrumb li.active, .breadcrumb li:hover{
  background: #333;

}
.breadcrumb li.active:after, .breadcrumb li:hover:after {
  background: #333;

}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb li:after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px; /*half of square's length*/
  /*same dimension as the line-height of .breadcrumb a */
  width: 36px;
  height: 36px;
  /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's:
  length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
  if diagonal required = 1; length = 1/1.414 = 0.707*/
  transform: scale(0.707) rotate(45deg);
  /*we need to prevent the arrows from getting buried under the next link*/
  z-index: 1;
  /*background same as links but the gradient will be rotated to compensate with the transform applied*/
  background: #076379;

  /*stylish arrow design using box shadow*/
  box-shadow:
    2px -2px 0 2px rgba(0, 0, 0, 0.4),
    3px -3px 0 2px rgba(255, 255, 255, 0.1);
  /*
    5px - for rounded arrows and
    50px - to prevent hover glitches on the border created using shadows*/
  border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumb li:last-child:after {
  content: none;
}
/*we will use the :before element to show numbers*/
.breadcrumb a:before {
  content: counter(flag);
  counter-increment: flag;
  /*some styles now*/
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 30px;
  background: #444;
  background: linear-gradient(#444, #222);
  font-weight: bold;
}

#fade { /*--Masque opaque noir de fond--*/
  display: none; /*--masqué par défaut--*/
  background: #000;
  position: fixed; left: 0; top: 0;
  width: 100%; height: 100%;
  opacity: .80;
  z-index: 9999;
}
.popup_block{
  display: none; /*--masqué par défaut--*/
  background: #fff;
  padding: 20px;
  border: 20px solid #ddd;
  float: left;
  font-size: 1.2em;
  position: fixed;
  top: 50%; left: 50%;
  z-index: 99999;
  /*--Les différentes définitions de Box Shadow en CSS3--*/
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
  /*--Coins arrondis en CSS3--*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
img.btn_close {
  float: right;
  margin: -55px -55px 0 0;
}
/*--Gérer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}

 .inlineTable {
            display: inline-block;
        }

.red {
    background-color: #CC0000;
}
.orange {
    background-color: #FF9900;
}
.green {
    background-color: #33CC33;
}


.blue {
    background-color: #c6faff;
}

.grey {
    color: #3d3d3d;
}


#fishbone *{ font-family: "Gill Sans", "Gill Sans MT"; }
.label-0{ font-size: 2em; }.label-1{ font-size: 1.5em; fill: #111; }.label-2{ font-size: large; fill: #444; }.label-3{ font-size: .9em; fill: #888; }.label-4{ font-size: .8em; fill: #aaa; }.link-0{ stroke: #000; stroke-width: 2px}.link-1{ stroke: #333; stroke-width: 1px}.link-2, .link-3, .link-4{ stroke: #666; stroke-width: .5px; }#editor{ position: absolute; opacity: .8; width: 300px; height: 100%; padding: 10px; overflow: hidden;}#code{ position: absolute; height: 100%; overflow: hidden; }.CodeMirror { border: 1px solid #eee; height: auto; border-radius: 5px; }.CodeMirror-scroll { overflow-y: hidden; overflow-x: auto; }
