/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.btn-custom {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 4px 4px 4px 4px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn-custom {
        transition: none
    }
}

.btn-custom:focus,.btn-custom:hover {
    text-decoration: none
}

.btn-custom.focus,.btn-custom:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn-custom.disabled,.btn-custom:disabled {
    opacity: .65
}

.btn-custom:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-custom:not(:disabled):not(.disabled).active,.btn-custom:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn-custom.disabled,fieldset:disabled a.btn-custom {
    pointer-events: none
}

.btn-custom-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-custom-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-custom-primary.focus,.btn-custom-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-custom-primary.disabled,.btn-custom-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-custom-primary:not(:disabled):not(.disabled).active,.btn-custom-primary:not(:disabled):not(.disabled):active,.show>.btn-custom-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-custom-primary:not(:disabled):not(.disabled).active:focus,.btn-custom-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-custom-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-custom-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-custom-secondary.focus,.btn-custom-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-custom-secondary.disabled,.btn-custom-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-custom-secondary:not(:disabled):not(.disabled).active,.btn-custom-secondary:not(:disabled):not(.disabled):active,.show>.btn-custom-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-custom-secondary:not(:disabled):not(.disabled).active:focus,.btn-custom-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-custom-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-custom-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-custom-success.focus,.btn-custom-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-custom-success.disabled,.btn-custom-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-custom-success:not(:disabled):not(.disabled).active,.btn-custom-success:not(:disabled):not(.disabled):active,.show>.btn-custom-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-custom-success:not(:disabled):not(.disabled).active:focus,.btn-custom-success:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-custom-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-custom-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-custom-info.focus,.btn-custom-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-custom-info.disabled,.btn-custom-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-custom-info:not(:disabled):not(.disabled).active,.btn-custom-info:not(:disabled):not(.disabled):active,.show>.btn-custom-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-custom-info:not(:disabled):not(.disabled).active:focus,.btn-custom-info:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-custom-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-custom-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-custom-warning.focus,.btn-custom-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-custom-warning.disabled,.btn-custom-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-custom-warning:not(:disabled):not(.disabled).active,.btn-custom-warning:not(:disabled):not(.disabled):active,.show>.btn-custom-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-custom-warning:not(:disabled):not(.disabled).active:focus,.btn-custom-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-custom-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-custom-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-custom-danger.focus,.btn-custom-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-custom-danger.disabled,.btn-custom-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-custom-danger:not(:disabled):not(.disabled).active,.btn-custom-danger:not(:disabled):not(.disabled):active,.show>.btn-custom-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-custom-danger:not(:disabled):not(.disabled).active:focus,.btn-custom-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-custom-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-custom-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-custom-light.focus,.btn-custom-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-custom-light.disabled,.btn-custom-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-custom-light:not(:disabled):not(.disabled).active,.btn-custom-light:not(:disabled):not(.disabled):active,.show>.btn-custom-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-custom-light:not(:disabled):not(.disabled).active:focus,.btn-custom-light:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-custom-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-custom-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-custom-dark.focus,.btn-custom-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-custom-dark.disabled,.btn-custom-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-custom-dark:not(:disabled):not(.disabled).active,.btn-custom-dark:not(:disabled):not(.disabled):active,.show>.btn-custom-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-custom-dark:not(:disabled):not(.disabled).active:focus,.btn-custom-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-custom-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-custom-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-custom-outline-primary.focus,.btn-custom-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-custom-outline-primary.disabled,.btn-custom-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-custom-outline-primary:not(:disabled):not(.disabled).active,.btn-custom-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-custom-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-custom-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-custom-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-custom-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-custom-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-custom-outline-secondary.focus,.btn-custom-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-custom-outline-secondary.disabled,.btn-custom-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-custom-outline-secondary:not(:disabled):not(.disabled).active,.btn-custom-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-custom-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-custom-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-custom-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-custom-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-custom-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-custom-outline-success.focus,.btn-custom-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-custom-outline-success.disabled,.btn-custom-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-custom-outline-success:not(:disabled):not(.disabled).active,.btn-custom-outline-success:not(:disabled):not(.disabled):active,.show>.btn-custom-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-custom-outline-success:not(:disabled):not(.disabled).active:focus,.btn-custom-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-custom-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-custom-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-custom-outline-info.focus,.btn-custom-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-custom-outline-info.disabled,.btn-custom-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-custom-outline-info:not(:disabled):not(.disabled).active,.btn-custom-outline-info:not(:disabled):not(.disabled):active,.show>.btn-custom-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-custom-outline-info:not(:disabled):not(.disabled).active:focus,.btn-custom-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-custom-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-custom-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-custom-outline-warning.focus,.btn-custom-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-custom-outline-warning.disabled,.btn-custom-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-custom-outline-warning:not(:disabled):not(.disabled).active,.btn-custom-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-custom-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-custom-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-custom-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-custom-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-custom-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-custom-outline-danger.focus,.btn-custom-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-custom-outline-danger.disabled,.btn-custom-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-custom-outline-danger:not(:disabled):not(.disabled).active,.btn-custom-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-custom-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-custom-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-custom-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-custom-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-custom-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-custom-outline-light.focus,.btn-custom-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-custom-outline-light.disabled,.btn-custom-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-custom-outline-light:not(:disabled):not(.disabled).active,.btn-custom-outline-light:not(:disabled):not(.disabled):active,.show>.btn-custom-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-custom-outline-light:not(:disabled):not(.disabled).active:focus,.btn-custom-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-custom-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-custom-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-custom-outline-dark.focus,.btn-custom-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-custom-outline-dark.disabled,.btn-custom-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-custom-outline-dark:not(:disabled):not(.disabled).active,.btn-custom-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-custom-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-custom-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-custom-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-custom-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-custom-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-custom-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-custom-link.focus,.btn-custom-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-custom-link.disabled,.btn-custom-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-custom-group-lg>.btn-custom,.btn-custom-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-custom-group-sm>.btn-custom,.btn-custom-sm {
    margin: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-custom-block {
    display: block;
    width: 100%
}

.btn-custom-block+.btn-custom-block {
    margin-top: .5rem
}

input[type=button].btn-custom-block,input[type=reset].btn-custom-block,input[type=submit].btn-custom-block {
    width: 100%
}









#paneluser_bar_center {

	float:left;

	width:800px;

	margin-right:10px;

	margin-top: 5px;



}

#paneluser_bar_center .block {

    background: transparent none   ;

    clear:both;

	font-size:12px;

	-moz-border-radius-topright: 5px;

	-moz-border-radius-topleft: 5px;

	-webkit-border-top-right-radius: 5px;

	-webkit-border-top-left-radius: 5px;

	padding-bottom:10px;

}

#paneluser_bar_center .blockhead {

	-moz-border-radius-topright: 5px;

	-moz-border-radius-topleft: 5px;

	-webkit-border-top-right-radius: 5px;

	-webkit-border-top-left-radius: 5px;

}

#paneluser_bar_center h2.blockhead {

	background: url(../images/panel_h2.html) repeat;

	color: #FFF;

	padding-left: 15px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size:14px;

}

#paneluser_bar_center .blocksubhead {

	font:  normal 12px ;

	color:#3e3e3e;

	background: #e9e9e9 none repeat-x  ;

	padding:4px 10px 4px 10px;

	border-top:none;

	margin: 0 1px;

}

#paneluser_bar_center .blocksubhead img {

	vertical-align:middle;

}

#paneluser_bar_center .blockbody {

        border: 1px solid #5a7f97;

        border-top: none;

        background: #fafafa none   ;

}

#paneluser_bar_center .blockrow {

        background: #fafafa none   ;

        padding: 1px 10px;

}

#paneluser_bar_center hr {

        width: 80%;

        background: #cecece;

        height: 1px;

        color: #cecece;

}

#paneluser_bar_center li {

	list-style:none;

	position: relative;

}



#paneluser_bar_center li a {

	display: block;

	padding-top: 0;

	padding-right: 10px;

	padding-bottom: 0;

	padding-left: 15px;

}

#paneluser_bar_center li a.paneluser_folder-left {

	background: transparent url(../images/folder.html) no-repeat 10px 4px;

}

#paneluser_bar_center li a.paneluser_folder-right {

	background: transparent url(../images/folder.html) no-repeat 175px 4px;

}

#paneluser_bar_center .blockrow {

	padding:0;

}



#paneluser_bar_center .blockrow * a {

	line-height:2em;

	text-decoration:none;

}



#paneluser_bar_center .blockrow .colorred a{

	color:#ff0000;

}

#paneluser_bar_center .blockrow .colorblue a{

	color:#0026ff;

}

#paneluser_bar_center .blockrow .colorgreen a{

	color:#088f4c;

}

#paneluser_bar_center .blockrow .colororange a{

	color:#f5a700;

}

#paneluser_bar_center .blockrow .colorlilas a{

	color:#a04af0;

}

#paneluser_bar_center .blockrow .colorviolet a{

	color:#C71585;

}



#paneluser_bar_center .blockrow * a:hover {

	background-color:#0e64c4;

	color:#FFF;

	text-decoration:none;

}



#paneluser_bar_center .blockrow .active {

	background-color:#0e64c4;

}



#paneluser_bar_center .blocksubhead.popupctrl {

	padding:0 10px;

}



#paneluser_bar_center .blocksubhead.popupctrl a.popupctrl {

	padding: 5px 0;

}



#paneluser_bar_center a.popupctrl {

	overflow:hidden;

}