.alert-warning {
    color: #b99f2e;
    background-color: #f2e98a;
    border-color: #f2e98a;
}

input, textarea, select,.uneditable-input{
    max-width:100%;
}

.navbar-inverse .navbar-inner {
    /* background-color: #1b1b1b; */
    background-color: #348ecd;
    background-image: -moz-linear-gradient(top, #348ecd, #348ecd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#348ecd), to(#348ecd));
    background-image: -webkit-linear-gradient(top, #348ecd, #348ecd);
    background-image: -o-linear-gradient(top, #348ecd, #348ecd);
    background-image: linear-gradient(to bottom, #348ecd, #348ecd);
    background-repeat: repeat-x;
    border-color: #348ecd;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .divider-vertical {
    border-right-color: #348ecd;
    border-left-color: #348ecd;
}

.container {
    width: 1024px;
}

.container .span12 {
    width: 100%;
}
.navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
    color: #5DCBFF;
    background-color: #286691;
    text-shadow: 0 -1px 0 rgba(80,220,255,0.25);
}
.btn-default{
    border:1px solid lightgrey;
}

.btn{
    border-radius: 0px;
    background-image:none;
    text-shadow:none;
    padding:3px;
    border:1px solid lightgrey;
}
.btn-primary,.btn-secondary,.btn-info, .btn-danger, .btn-warning,.btn-success{
    border:none;
}
input, select, textarea{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.icon-plus {
    background-position: -408px -98px;
}
.well{
    border:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.container>.row>.span12{width:1024px;}
.container>.row>.span1{width:85px;}
.container>.row>.span3{width:170px;}
.container>.row>.span4{width:340px;}
.container>.row>.span5{width:425px;}
.container>.row>.span6{width:512px;}
.container>.row>.span7{width:595px;}
.container>.row>.span8{width:680px;}
.container>.row>.span9{width:765px;}
.container>.row>.span10{width:850px;}
.container>.row>.span11{width:935px;}
[class*="span"]{margin-left:0px;}
.row{margin-left:0;}
.alert{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

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{
    height:22px!important;
}

select[multiple] {
    height: auto;
}
.nav-tabs>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.label-inverse, .badge-inverse{
    background:#c3c3c3;
}
.badge{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-append .add-on, .input-prepend .add-on {
    line-height: 28px;
    height: 26px;
}

.ui-front {
    z-index: 1060;
}
.text-right{
     text-align:right!important;
 }
.text-left{
    text-align:left!important;
}
.text-center{
    text-align:center!important;
}

#pagination a {
    font-size:14px;
    padding:0px 3px 0px 3px ;
    border:1px solid #0E4973;
    margin-left:3px;
}

#pagination a:hover,#pagination a.active {
    font-size:14px;
    padding:0px 3px 0px 3px ;
    border:1px solid #0E4973;
    background:#0E4973;
    color:#ffffff;
    margin-left:3px;
}

select, input[type="file"] {
    line-height: 18px;
}

.one-line-max{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
}

.btn-group>.btn:first-child{
    border-radius: 0px;
}
.btn .caret{margin:8px 4px 0px 4px;}

#actions-alerts .alert{padding:0 8px 0 8px!important;margin-bottom:4px;}

.changelog ul li{line-height:14px;}
.changelog ul li .label{font-size:11px;font-weight:normal;}
.changelog ul{
    list-style-type: none;
}

.web_and_social a{
    width:30px;
                      flex: auto;
                  }
.web_and_social{
    display:flex;
    width:60%;
    margin:auto;
    margin-top:15px;
    text-align:center;
}
.profile div img{margin:auto;}
.profile{}
.profile .communication{
    padding: 0 15px 15px 15px;
}
.profile .company{
    padding: 0 15px 15px 15px;
}
th{background:#348ecd!important;color:#ffffff!important;}
th a{color: #ffffff !important;}
th a:after{
    display:inline-block;
    font-family:FontAwesome;
    font-style:normal;
    text-align:right;
    position:relative;
    float:right;
    top:4px;
    right:3px;
    font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
    content:"\f0dc";
}
.table-bordered,
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child,
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child,
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child, .table-bordered tfoot:last-child tr:last-child td:first-child,
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child, .table-bordered tfoot:last-child tr:last-child td:last-child
{border-radius:0;}

#infoEntitePaysTarget .targetLine{
    padding-top:2px;
    padding-bottom:2px;
}
#infoEntitePaysTarget .row-fluid [class*="span"]{
    min-height:auto;
}
#infoEntitePaysTarget .btn{
    line-height:14px;
    float:right;
}
#infoEntitePaysTarget .pagination-centered{
    text-align: left;
    font-size:12px;
    min-height:inherit;

}
#infoEntitePaysTarget{
    margin:0;
    text-align:left;
}
ul > br{
    display:none;
}

label[for=modeaction_2]::before,label[for=modeactionform_2]::before{
    content: " ";
}