#body{
    background:#F7F7F7;
}

/*************** Buttons ***************/

.btn {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-system {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    font-weight: 300;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    border:0;
    text-transform: uppercase;
    font-weight: 400;
}

.btn-system:last-child {
    margin-right: 0;
}

.btn-system {
    font-size: 1em;
    width: auto;
}

.btn-system.border-btn {
    background-color: transparent;
    border: 1px solid;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-system:hover {
    color: #fff;
    opacity: 0.8;
}

.btn-system.border-btn:hover {
    opacity: 1;
    color: #fff;
}

.btn-system.border-btn.btn-green:hover {
    /*	background-color: #444;*/
    background-color: #449d44;
    color: #fff;
}

.btn-system.border-btn.btn-gray:hover {
    /*	background-color: #444;*/
    background-color: #d60006;
    color: #fff;
}
.btn-system.border-btn.btn-red:hover {
    /*	background-color: #444;*/
    border: 2px solid #d60006;
    background-color: #d60006;
    color: #fff;
}

.btn-system.border-btn.btn-black:hover {
    background-color: #111;
    color: #fff;
}

.btn-system.border-btn.btn-wite:hover {
    background-color: #fff;
}

.btn-system.border-btn.btn-wite-o:hover {
    border: 2px solid #d60006;
    background-color: #d60006;
    color: #fff;
}

.btn-system.border-btn.btn-blue:hover {
    background-color: #11234d;
    color: #fff;
}

.btn-system.btn-blue {
    background-color: #11234d;
}

.btn-system.btn-red {
    background-color: #d60006;
}

.btn-system.btn-gray {
    background-color: #444;
}

.btn-system.btn-black {
    background-color: #111;
}

.btn-system.btn-wite{
    background-color: #fff;
}

.btn-system.btn-green{
    background-color: #449d44;
}

.btn-system.btn-purple{
    background-color: #9B59B6;
}

.btn-system.border-btn.btn-green {
    background-color: transparent;
    /*	border: 1px solid #444;
            color: #444;*/
    border: 1px solid #449d44;
    color: #449d44;
}

.btn-system.border-btn.btn-gray {
    background-color: transparent;
    /*	border: 1px solid #444;
            color: #444;*/
    border: 1px solid #d60006;
    color: #d60006;
}

.btn-system.border-btn.btn-red {
    /*	background-color: transparent;
            border: 1px solid #444;
            color: #444;*/
    border: 2px solid #d60006;
    background-color: #d60006;
    color: #fff;
    font-weight: bold;
    transition: all 0s;
}

.btn-system.border-btn.btn-black {
    background-color: transparent;
    border: 1px solid #111;
    color: #111;
}

.btn-system.border-btn.btn-wite {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-system.border-btn.btn-wite-o {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    transition: all 0s;
}

.btn-system.border-btn.btn-blue {
    background-color: transparent;
    /*	border: 1px solid #444;
            color: #444;*/
    border: 1px solid #11234d;
    color: #11234d;
}

.btn-large {
    font-size: 14px;
    padding: 9px 22px;
}

.btn-medium {
    font-size: 14px;
    padding: 7px 18px;
}

.btn-small {
    padding: 5px 15px;
}

.btn-mini {
    padding: 3px 12px;
}

.btn-large.border-btn {
    padding: 8px 22px;
}

.btn-medium.border-btn {
    padding: 6px 18px;
}

.btn-small.border-btn {
    padding: 4px 15px;
}

.btn-mini.border-btn {
    padding: 2px 12px;
}

.margin-top{margin-top: 35px}

.color-white{color: #ffffff !important}
.color-red{color: #ee3733}

.migas {
    float: right;
    margin-top: 15px
}

.container-migas{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px){
    .container-migas { width: 750px; }
}

@media (min-width: 992px){
    .container-migas { width: 970px; }
}

@media (min-width: 1200px){
    .container-migas { width: 1170px; }
}

.container-section{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px){
    .container-section { width: 750px; }
}

@media (min-width: 992px){
    .container-section { width: 970px; }
}

@media (min-width: 1200px){
    .container-section { width: 1170px; }
}

#content{padding: 50px 0;}

ul {
    padding: 0;
    margin: 0;
}

ul, ol {
    list-style: none;
}

ul.breadcrumbs li:first-child {
    margin: 0;
}

ul.breadcrumbs li {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-left: 3px;
    color: #999;
    float: left;
}

ul.breadcrumbs li:first-child:before {
    content: '';
    margin: 0;
}

ul.breadcrumbs li:before {
    content: '/';
    margin: 0 4px 0 2px;
    color: #bbb;
}

.cursor-poitern{
    cursor: pointer
}

#no-doc-sap{
    border: 0px;
}