body
{
    margin: 0;
    padding: 45px 0 41px;
    font: normal 10pt Arial,Helvetica,sans-serif;
    background: url(../images/bg.png) #DDD;
}
img {
    border:0;
    max-width: none
}

.app-style {
    /*    border:1px solid #eee;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); */
}
.videoplayer-style {
    border:1px solid #eee;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
/*modif 22/04/2016*/
/*#userRegistrationModal .modal-dialog .modal-content .modal-body #UserRegistrationForm iframe *{
width:130px !important;
}*/
/**/
#page
{
    background: white;
    box-shadow: 0 0 40px 0 #555;
    border-radius: 5px;
    padding: 20px;
    display: table;
}

#content
{
    min-width:920px;
    margin: auto;
}
h2 {
    text-align: center;
    margin-top: 20px
}
#sidebar
{
    padding: 20px 20px 20px 0;
}

#logo
{
    padding: 10px 20px;
    font-size: 200%;
}


#menu {
    margin: auto;
    margin-bottom: 20px;
}
#menu li {
    background: #eaeaea;
    width: 100px;
    text-align: center;
    margin: 2px;
    border-radius: 5px;
    border: 1px #aaa solid;
}
#menu a {
    margin: 0;
}
#menu .disabled {
    background: #fefefe;
    border: 1px orange solid;
}


div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
    border-radius: 5px
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

/*
Le21/12/2016
div.view
{
    padding: 10px;
    margin: 10px 0;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 20px;
    border-left: 4px dotted #0060a8;

}*/

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0060a8;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0060a8;
}

.operations li a:hover
{
    background: #80CFFF;
}
.operations li.active a {
    color:white;
    background: #80CFFF;
}
.attr_parent {
    margin: 0 5px 5px 0;
    min-height: 28px
}
.attr_label {
    width: 125px;
    float:left;
    margin-right:5px;
    color: #0060a8;
    min-height:26px;
    line-height:26px
}
.attr_value {
    float:left;
    max-width:800px;
    word-wrap:break-word;
    min-height:24px;
    line-height:24px
}
.attr_value select {
    max-width:470px;
}
.attr_value > * {
    margin: 0;
}
.robject_image {
    margin: 4px 10px 10px 0;
    float: left;
    position:relative;
    height:200px;
}
.robject_attachment {
    margin: 0 10px 10px 0;
    float: left;
    position:relative;
    border: 1px transparent groove;
}
.robject_attachment:hover {
    background:#f8f8f8;
    border: 1px #f8f8f8 groove;
}
.robject_attachment a {
    padding: 5px 10px;
    display:block
}
.remove_image {
    position:absolute;
    top:0;
    right:0;
    background: white;
    cursor:pointer;
    display:none;
}
.remove_attachment {
    position:absolute;
    top:7px;
    right:7px;
    cursor:pointer;
    display:none;
}
.robject_image:hover .remove_image, .robject_attachment:hover .remove_attachment {
    display:block
}

fieldset {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom:10px;
    margin: 10px ;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 20px;

    box-shadow:5px 5px 5px gray,
        -1px -1px 2px white;

}
fieldset a {
    text-decoration:none;
    color:black;
}
.list_result th {
    background:#eee
}
.list_result td {
    cursor:pointer;
}
.list_result tr:hover {
    background:#f8f8f8
}
#loop {
    cursor:pointer;
    margin-left:2px;
    border:0
}
.button_wrapper {
    text-align:center;
    clear:both;
    margin:20px 0
}
.ui-button {
    font-size:10pt
}
.link_left, .link_right {
    word-wrap: break-word
}
.link_right select {
    width:155px;
}
.note {
    font-style: italic;
    color: #808080;
}
pre {
    margin-top:0;
    font-family: Arial;
    white-space: pre-wrap;
    word-break: normal;
    padding: 5px;
}
pre p {
    margin: 0
}
.right_table td {
    text-align:center;
}
.update_notice {
    font-size: 8pt;
    color: DarkGray;
    font-style: italic;
    margin: 20px 0;
}
.list_header {
    height:30px;
    line-height:30px;
    text-align:center;
}
.list_header img { vertical-align: -8px; }
.list_header a { text-decoration: none; color: #808080; border: 1px solid white; padding: 5px}
.list_header a:hover { border: 1px solid #C0C0C0; background-color: #F0F0F0; color: black; }
.import_empty {
    background:linen;
}
.import_duplicate {
    background:orange;
    color: white;
}
.import_exist {
    background:Lavender;
}
.import_error {
    background: red
}
#import_legend {
    list-style:none
}
#import_legend li {
    line-height:20px
}
.import_cell_ok {
    color: green;
    text-align: center;
    display: block;
    background-color: #ADEEAD;
}
.import_cell_ignore {
    color: red;
    text-align: center;
    display: block;
    background-color: #FFCBCB;
}
.import_cell_found {
    color: green;
    text-align: center;
    display: block;
}
.import_cell_not_found {
    color: red;
    text-align: center;
    display: block;
}
.legend {
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 5px;
    clear:both;
    border:1px black solid;
}
.step {
    float:left;
    width:150px;
    height:30px;
    line-height: 30px;
    margin-left: -15px;
}
.step_begin {
    background-image: url(../images/step_begin.png);
    text-indent: 5px;
}
.step_begin_active {
    background-image: url(../images/step_begin_active.png);
    text-indent: 5px;
}
.step_next {
    background-image: url(../images/step_next.png);
    text-indent: 35px;
}
.step_next_active {
    background-image: url(../images/step_next_active.png);
    text-indent: 35px;
}
textarea {
    height: 100px;
    width: 450px;
}
.ui-datepicker {
    width:14em;
}
.ui-datepicker a {
    height: 20px;
    width: 20px;
    line-height: 20px;
}
.required-text {
    color: red
}
.center {
    text-align:center
}

.selectable {
    cursor:pointer;
}
.list_data th {
    background: #eee;
    text-align: center
}
.list_data .selectable:hover {
    background: #f8f8f8
}
.list_data .selected {
    background: lightBlue !important;
}

/*********** EMAILING ***********/
.message_tag {
    width: 350px;
    float: left;
}
#message_message_wrap {
    border: 1px #ccc solid;
    padding: 0 10px;
}
.link {
    color: RoyalBlue;
    cursor: pointer;
}
#email_form th, #email_form td {
    vertical-align:top
}
#list_buttons_management {
    position: fixed;
    left: 20px;
    top: 50%;
}
.clickable {
    cursor:pointer;
}
.letters {
    text-decoration:none;
    padding: 3px;;
    border: 1px transparent solid
}
.letters:hover {
    background:#eee;
    border: 1px #ccc solid
}
.letters_active {
    background:#ddd
}
#line_list td {
    min-width:100px
}
#gps_coord {
    font-size: 8pt;
    color: gray;
}
.archived {
    background:#EAFFE1
}
#MultiFile-wrap {
    clear:both
}
.suggestion_item {
    padding: 3px;
    cursor:pointer;
    background: #F8F8F8;
    margin: 5px 0;
    color:#000000;
}
.suggestion_item:hover {
    background:#eee;
    color:#000000;
}

#gps_suggestion_dialog{
    color:#FFFFFF;
    background-color: #2F96B4;

}

.robject_attachment a {
    padding-right:30px
}

.clear {
    clear:both
}
.favorite {
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    background: url(../images/wiggwam-pictos/favori.png) ;
    /*vertical-align: middle*/
}
.hasFavorite {
/*    background-position: -25px 0;*/
    background: url(../images/wiggwam-pictos/favori-gold.png);
}
#app_list td {
    cursor: pointer
}

a#app-icon{
    margin-top: 10px;
    background: url(../images/appz-icons/apps_icon.png) no-repeat ;
    width:21px;
    height:21px;
}
a#app-icon:hover{
    background: url(../images/appz-icons/apps-icon-o.png) no-repeat ;
    width:21px;
    height:21px;
}

.more_info {
    cursor: pointer
}
.mceListBoxMenu {
    width: 144px !important
}
iframe {
    border:none
}




.button-icon {
    width: 40px;
    height:40px;
    font-size:8pt;
    /*    border: 1px #aaa dotted;*/
    display: inline-block;margin-right:5px
}
/*.button-icon:hover {
    border-style: solid;
    background: #eee
}*/
.button-icon a {
    display: block;
    height:100%;
    text-align: center;
}
#application_admin .tab-pane-content {
    min-height: 320px;
}




/*********************** Overwrite bootstrap ********************/
label {
    display:inline-block;
}
input {
    width: 160px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 0 3px 0 0;
    vertical-align: 0;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    padding: 2px;
    margin:0
}
select, input[type="file"] {
    height: 26px;
    line-height: 26px;
}
.popover {
    min-width: 600px;
    z-index: 1050
}
a:focus {
    outline: none
}
.not_activated {
    background: #eee;
    color: #888;
}
.deleted_user {
    background: #eee;
    color: red;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin-top: 0px;
}
.circle-icon{
    display: block;
    width: 15px;
    height: 15px;
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 5px solid #eee;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}

.circle-icon-form{
    display: inline;
    width: 15px;
    height: 15px;
    margin: 1em auto;
    margin-left: 10px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 3px solid #b40062;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}


#footer-icon-list > li{
    max-width: 120px;
    margin:0;
    text-align:center;
    vertical-align: middle;
}
legend {
    padding-left: 5px;
    font-weight: bold;
    font-size: large;
}
.appLeftTab{width:200px;float:left}


.homeBlockLogin{

    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom:10px;
    margin: 10px ;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 20px;

    box-shadow:5px 5px 5px gray,
        -1px -1px 2px white;

}

.homeBlock{

    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom:10px;
    margin: 10px ;
    margin-top: 50px ;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 20px;

    box-shadow:5px 5px 5px gray,
        -1px -1px 2px white;

}
.homeSocial
{
    padding: 10px;
    margin: 10px 0;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 20px;
    border-left: 2px dotted #0060a8;

}

.wigg{
    color:#0060a8;
    font-size:1.3em;
}
.wam{
    color:#b40062;
    font-size:1.3em;
}
.request{width:90%}
.initial-request{background-color:#ffffdd}

/*.tooltip-inner {
    text-align:left;
}*/

.tasks-details, .tasks-add, .done-task-add, .customer-details{width:940px;max-height: 75%;overflow-y:auto;} /**/
.customer-create-platform{width:940px;max-height: 75%;overflow-y:auto;margin-top:50px !important; top:50px !important;}


.brand{background-color:white}


/*khalil: ajouté pour la navbar' personnalisée*/
.brand_personalized_logo{
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
    background-color:white;
}

.navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
}

.navbar .brand_personalized_logo{display:block;float:left;padding:2px 2px 2px;margin-left:-20px;font-size:20px;font-weight:200;color:#777;text-shadow:0 1px 0 #fff}
.navbar .brand_personalized_logo:hover{text-decoration:none}
.navbar-inverse .brand_personalized_logo,
.navbar-inverse .nav > li > a {
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand_personalized_logo:hover,
.navbar-inverse .nav > li > a:hover {
    color: #ffffff;
}
.navbar-inverse .brand_personalized_logo:hover,
.navbar-inverse .nav > li > a:hover {
    color: #ffffff;
}

#footernavbar{
    background-color: #fff !important;
}

/*** ce que j'ai ajouté le 14/03/2016, author: khalil ***/
/*@media(min-width:1400px){
    .container{
        min-width: 1400px !important;
    }
}
@media(max-width:1400px){
.navbar-inner{
width: 100% !important;
}

}
@media(max-width:1350px){
.responsive-table-line td:before { content: attr(data-title); }
.responsive-table-line table,
.responsive-table-line thead,
.responsive-table-line tbody,
.responsive-table-line th,
.responsive-table-line td,
.responsive-table-line tr {
display: block;
}
.filterSearchPage{
    float: none !important;
}
.letters{
     float: right !important;
}

.responsive-table-line thead tr {
display:none;

}
.responsive-table-line td {
position: relative;
border: 0px solid transparent;
white-space: normal;
text-align:left;
}

.responsive-table-line tr {
 border: 1px solid #999999;
}
.responsive-table-line td:before {
position: absolute;
text-align:left;
background-color:#f8f8f8;
padding:2px;
}
#content{
    width: 80% !important;
    min-width: 100px !important;
}
.ui-corner-bottom{
    width: 70% !important;
}

}

@media(max-width:979px){
.navbar-inner{
width: 100% !important;
}
.container{
    padding-top: 0px !important;
}
body{
    padding-top: 0px !important;
}
.nav-pills{
    width: 80% !important;
}
#content{
    width: 80% !important;
}

}


@media(max-width:600px){

}


@media(max-width:400px){
    .form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 20px auto 10px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
}


@media(max-width:200px){

}


@media(max-width:100px){

}
@media(max-width:1200px){
.navbar-inner{
    width: 1000px !important;
}

.input-medium{
    width: 100px !important;
}
.container{
    padding-top: 0px !important;
}
body{
    padding-top: 0px !important;
}
.feedback {
    margin-top: 80%;

}
}
@media(max-width:800px){
.navbar-inner{
    width: 700px !important;
}
.nav{
    width: 300px !important;
}
.input-medium{
    width: 100px !important;
}
.container{
    padding-top: 0px !important;
}
body{
    padding-top: 0px !important;
}
.feedback {
    margin-top: 80%;

}
}

@media(max-width:500px){
.navbar-inner{
    width: 500px !important;
}
.nav{
    width: 400px !important;
}
.input-medium{
    width: 100px !important;
}
.container{
    padding-top: 0px !important;
}
body{
    padding-top: 0px !important;
}
.feedback {
    margin-top: 80%;

}
}
@media(max-width:400px){
.container,#page{
    width: 400px !important;
}
.navbar-inner{
    width: 400px !important;
}
.input-medium{
    width: 100px !important;
}
.container{
    padding-top: 0px !important;
}
body{
    padding-top: 0px !important;
}
.feedback {
    margin-top: 80%;

}
}

#theInput {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background-color: transparent;
    border: none;
    color: black;
    opacity: 0;
    transition: opacity .5s;
    padding: 5px;

}

.open #theInput {
    opacity: 1;
    background-color: white;
    border-radius:15px;
}

#theInput:focus {
    outline: none;
}

#searchSvg {
    margin-left: -92px;
    transition: margin-left .6s cubic-bezier(0,.5,.5,1);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

#searchSvg path {
    stroke: white;
    stroke-width: 2px;
    fill: transparent;
    stroke-dasharray: 75,200;
    stroke-dashoffset: 75;
    stroke-linejoin: round;
    transition: stroke-dasharray .6s cubic-bezier(0,.5,.5,1), stroke-dashoffset .6s cubic-bezier(0,.5,.5,1);
}

.open #searchSvg {
    margin-left: 0;
}

.open #searchSvg path {
    stroke-dashoffset: 275;
    stroke-dasharray: 200,76;
}



*login*
.login-page {
  width: 50%;
  min-width: 250px;
  padding: 8% 0 0;
  margin: auto;
}

.login-page .form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 20px auto 10px;
  padding: 45px;
  padding-right: 130px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.login-page .form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.login-page .form input[type="submit"] {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.login-page .form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.login-page .form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.login-page .form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.login-page .form .register-form {
  display: none;
}






*fin login*
** Fin ***/



.import_methods_blocs{
    float:left;
    margin:10px;
    padding:5px;
    border-radius: 5px;
    width:90%;
    text-align: center;
    background-color: #eaeaea;

}
.import_methods_blocs:hover{background-color: #62c462;}


/*
    Pour les ancres dans manageCustomer
*/
.task_ancor{ position:fixed;top:100px;right:0; background-color:#B40062; z-index:1000;  border-radius: 20px; padding:10px;font-weight:bold}
.task_ancor ul li{ list-style-type: none; }
.task_ancor ul li a{  color:white   }



.quotation-detail, #modal_moderation {width:80%;position: absolute !important;}





.repertory_view_header{
    background-color:#f3f2f3;
    padding: 10px;
    /*margin: 10px 0 30px 0;*/
        -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 20px;

    margin-bottom: 50px;
}

.main_menu_icon  {
    height:50px;
}


#menu_new {
    text-align: center;
}
#menu_new ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
}
#menu_new li {
    float: left;
    padding: 2px 5px;
}

.hasTooltip:hover{
    background-color:#fff;
}

.repertory_action_buttons{
  max-width:40px;
  max-height:35px;
  width: auto;
  height: auto;
}

#repertory_object_actions{
    clear:both;
    width:100%;
    text-align: right;
    float:right;
}
.ui-widget-header{
    clear:both;
    background: none;
}

.inline-block {
    display: inline-block;
}