#side-menu > li > a .fa {
    padding: 0 10px 0 0;
}

#side-menu .second-level .fa {
    padding: 0 10px 0 0;
}

#side-menu > li > a .fa.down {
    float: right;
}

.block{
    display:block;
}

.label{
    font-size: 100%;
    font-weight: 200;
}

.alert{
    font-size: 12px;
    padding: 10px;
}

h4, .h4 {
    font-size: 18px;
    font-weight: 600;
}

hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}

nav.pag{
    text-align:center;
}

.table.an thead{
    background: #63a2bf;
    color: #fff;
}

.table.ed thead{
    background: #f0ad4e;
    color: #fff;
}

.table.za thead{
    background: #5cb85c;
    color: #fff;
}

.table.od thead{
    background: #d9534f;
    color: #fff;
}

.table.in thead{
    background: #999999;
    color: #fff;
}

.table.dp thead{
    background: #a94442;
    color: #fff;
}

.table.dr thead{
    background: #ad3985;
    color: #fff;
}

.table.zr thead{
    background: #6d2a7f;
    color: #fff;
}

.alert-default {
    color: #555;
    background-color: #c3c3c3;
    border-color: #aaa;
}

.table tbody tr.my{
    background: #d6f3df;
}

.table tbody td{
    vertical-align: middle !important;
}

.table tbody td.amount{
    font-weight:800;
}

.custom-input{
    min-height:42px;
}
.no-margin{
    margin : 0px;
    padding: 8px;
}

.small-margin{
    margin : 1px;
}

.nav-tabs li{
    cursor:pointer;
}

.nav-tabs li .fa{
    color:#ddd;
    margin-left:10px;
    font-size: 10px;
}
.nav-tabs li.green .fa{
    color:#3DBF70;
}

.screen{
    margin-top :20px;
    /*margin-right :20px;*/
}

.more{
    max-height:0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity:0;
    padding:0;
}

.more.open{
    max-height:200px;
    opacity:1;
}

.accordion{
    position: relative;
}

.screen{
    margin-top: 0;
    padding-top:15px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    background: #fff;
    opacity:0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index:1;
}

.screen.open{
    opacity:1;
    z-index:2;
}

#save{
    padding: 5px;
    position: fixed;
    bottom: 0;
    /* left: 0; */
    right: 0;
    z-index: 200;
    min-width: 900px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 74%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(74%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.label-done{
    background-color: #6d2a7f;
}

.alert-done{
    color: #fff;
    background-color: #6d2a7f;
    border-color: #6d2a7f;
}

.label-to-tender{
    background-color: #a94442;
}

.alert-to-tender{
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.label-to-execute{
    background-color: #ad3985;
}

.alert-to-execute{
    color: #fff;
    background-color: #ad3985;
    border-color: #ad3985;
}

.realized_list{

}

.tab-animation > .tab-content {
    position: relative;
}

/* set animate effect */
.tab-animation > .tab-content > .tab-pane{
    transition: 0.2s linear opacity;
}

/* overwrite display: none and remove from document flow */
.tab-animation > .tab-content > .tab-pane.active-remove {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
}

/* opacity=0 when removing "active" class */
.tab-animation > .tab-content > .tab-pane.active-remove-active {
    opacity: 0;
}

/* opacity=0 when adding "active" class */
.tab-animation > .tab-content > .tab-pane.active-add {
    opacity: 0;
}

.btn-mrp {
    color: #fff;
    background-color: #002776;
    border-color: #051C4A;
}

.btn-to-tender {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.btn-to-exe {
    color: #fff;
    background-color: #ad3985;
    border-color: #ad3985;
}

.btn-exe {
    color: #fff;
    background-color: #6d2a7f;
    border-color: #6d2a7f;
}

.ta.inprep{
    border-color: #999999 !important;
}

.ta.prep{
    border-color: #63a2bf !important;
}

.ta.ret{
    border-color: #f0ad4e !important;
}

.ta.app{
    border-color: #5cb85c !important;
}

.ta.rej{
    border-color: #d9534f !important;
}

.ta.totender{
    border-color: #a94442 !important;
}

.ta.toexe{
    border-color: #ad3985 !important;
}

.ta.exe{
    border-color: #6d2a7f !important;
}

#logo{
    margin-top:100px;
}

#bar .alert, #bar .alert-position {
    margin-bottom: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    opacity: 0;
    padding:0 10px;
}

#bar .alert.in {
     -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    padding:10px;
}

.brief .alert{
    margin-bottom:0 !important;
}

#bar .user{
    margin-right:10px;
}

.app-modal-window .modal-dialog {
    width: 760px;
}