/* This css contains the styling specific to the 'normal mode'. (as opposite to the embedded mode) */
/* In embedded mode [1], this stylesheet won't be loaded. */

/* [1] The web client features an embedded mode in which the webclient */
/*     or a part of it can be started in any element of any webpage host. */

body {
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    height: 100%;
}

.row {
    width:100%;
    float:left;
    clear:both;
}
h3.tag {
    display: inline-block !important;
    padding: 4px 6px !important;
    background-color: #ffffff !important;
    border : 1px solid #c5c5c5 !important;
    border-radius: 3px !important;
}
.row .col-left {
    width:45.5%;
    float:left;
    padding:20px 2%;
    background-color: #f8f8f8;
    min-height:200px;
    margin-top:30px;
    border:1px solid #e5e5e5;
    border-radius:4px;
    -webkit-box-shadow:inset 1px 1px 3px 3px #e5e5e5;
    box-shadow:inset 1px 1px 3px 3px #e5e5e5;
}

.row .col-right {
    width:45.5%;
    float:right;
    padding:20px 2%;
    background-color: #f8f8f8;
    min-height:200px;
    margin-top:30px;
    border:1px solid #e5e5e5;
    border-radius:4px;
    -webkit-box-shadow:inset 1px 1px 3px 3px #e5e5e5;
    box-shadow:inset 1px 1px 3px 3px #e5e5e5;

}

.row .col-full {
    width:98%;
    float:left;
    padding:20px 1%;
    margin-top:30px;
    background-color: #f8f8f8;
    border:1px solid #e5e5e5;
    border-radius:4px;

}

.row .col-full.clear {
    background-color: #ffffff;
    border:none;
    border-radius:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.row .col-full.clear.no-margin-top {
    margin-top:0px;
}

#redo_summary {
    margin-top:25px;
}

ul.ul_tag {
    list-style:none;
    list-style-position: inside;
    margin:0 !important;
    padding:0 !important;
}

ul.ul_tag li {
    margin:3px 0 !important;
    padding:5px 0 !important;
    font-weight: 700;
}
ul.ul_tag li.capitalize {
    text-transform: capitalize !important;
}
ul.ul_tag li.header {
    padding: 5px 0 0 0!important;
}
ul.ul_tag li.pad {
    padding: 0 0 0 22px!important;
    font-weight: 400;
}

ul.ul_tag i.fa-exclamation-triangle {
    color:red;
    margin-right: 4px;
}

button i {
    margin:-2px 4px 0 0;
    vertical-align: -5%;
}

button i.fa-lg {
    vertical-align: -5% !important;
}

.openerp .oe_blue {
  color: white;
  background: #dc5f59;
}
.openerp button.oe_blue {
  background-color: #c02c2c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1487d2), to(#0072bc));
  background-image: -webkit-linear-gradient(top, #1487d2, #0072bc);
  background-image: -moz-linear-gradient(top, #1487d2, #0072bc);
  background-image: -ms-linear-gradient(top, #1487d2, #0072bc);
  background-image: -o-linear-gradient(top, #1487d2, #0072bc);
  background-image: linear-gradient(to bottom, #1487d2, #0072bc);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
}
.openerp button.oe_blue:hover {
  background-color: #c63939;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a96dc), to(#0072bc));
  background-image: -webkit-linear-gradient(top, #2a96dc, #0072bc);
  background-image: -moz-linear-gradient(top, #2a96dc, #0072bc);
  background-image: -ms-linear-gradient(top, #2a96dc, #0072bc);
  background-image: -o-linear-gradient(top, #2a96dc, #0072bc);
  background-image: linear-gradient(to bottom, #2a96dc, #0072bc);
}
.openerp button.oe_blue:active {
  background-color: #cb2121;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a96dc), to(#0072bc));
  background-image: -webkit-linear-gradient(top, #2a96dc, #0072bc);
  background-image: -moz-linear-gradient(top, #2a96dc, #0072bc);
  background-image: -ms-linear-gradient(top, #2a96dc, #0072bc);
  background-image: -o-linear-gradient(top, #2a96dc, #0072bc);
  background-image: linear-gradient(to bottom, #2a96dc, #0072bc);
}
