#contentarea{
	margin: 0 auto;
	max-width: 970px;
	width: 90%;
	padding-bottom: 300px;
}

#panelCms {width:100%;height:57px;border-top: #eee 1px solid;background:rgba(255,255,255,0.95);position:fixed;bottom:0;left: 0;padding:10px;box-sizing:border-box;text-align:center;white-space:nowrap;z-index:10001;}

/*********** BUTTON ***********/

.adnsButtons .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.adnsButtons .btn.active:focus, .adnsButtons .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.adnsButtons .btn:focus, .adnsButtons .btn:hover {
    color: #333;
    text-decoration: none
}

.adnsButtons .btn.active, .adnsButtons .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.adnsButtons .btn.disabled, .btn[disabled], .adnsButtons fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.adnsButtons .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.adnsButtons .btn {
    text-shadow: none;
    line-height: 15px;
    font-weight: 400;
    padding: 7px 12px;
    outline: 0 !important;
    text-decoration: none
}

.adnsButtons .btn, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.adnsButtons .btn, .adnsButtons .btn-default, .adnsButtons .btn-default:focus, .adnsButtons .btn:focus {
	color: #555;
    border-color: #ddd;
    border-bottom-color: #cecece;
    background: #f4f4f4;
    background-image: -webkit-linear-gradient(top, #f4f4f4 0, #eaeaea 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 0, #eaeaea 100%);
    background-repeat: repeat-x
}

.adnsButtons .btn-default:hover, .adnsButtons .btn:hover {
    color: #555;
    border-color: #d5d5d5;
    border-bottom-color: #bcbcbc;
    background-color: #eaeaea !important;
    background-image: -webkit-linear-gradient(top, #efefef 0, #e5e5e5 100%) !important;
    background-image: linear-gradient(to bottom, #efefef 0, #e5e5e5 100%) !important;
    background-repeat: repeat-x
}

.adnsButtons .btn-default.active, .adnsButtons .btn-default:active, .adnsButtons .btn.active, .adnsButtons .btn:active, .adnsButtons .open .btn-default.dropdown-toggle, .adnsButtons .open .btn.dropdown-toggle {
    background: 0 0;
    background: #ebebeb !important;
    border-color: #c6c6c6;
    border-bottom-color: #c6c6c6 !important;
    color: #555;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1)inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1)inset
}

.adnsButtons .btn-primary, .adnsButtons .btn-primary:focus {
	color: #fff;
    border-color: #6d6363 !important;
    border-bottom-color: #5d5454 !important;
    background-color: #7a6f6f !important;
    background-image: -webkit-linear-gradient(top, #7d7171 0, #6d6363 100%);
    background-image: linear-gradient(to bottom, #7d7171 0, #6d6363 100%);
    background-repeat: repeat-x
}

.adnsButtons .btn-primary:hover {
    color: #fff;
    border-color: #655c5c;
    border-bottom-color: #4a4343;
    background-color: #6d6363 !important;
    background-image: -webkit-linear-gradient(top, #756a6a 0, #655c5c 100%) !important;
    background-image: linear-gradient(to bottom, #756a6a 0, #655c5c 100%) !important;
    background-repeat: repeat-x
}

.adnsButtons .btn-primary.active, .adnsButtons .btn-primary:active {
    background: 0 0;
    background: #6f6565 !important;
    border-color: #554d4d;
    border-bottom-color: #554d4d !important;
    color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1)inset;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1)inset
}

.hidden {
  display: none !important;
}
