
html,body {
    margin:0;
    padding:0;
    min-height:100%;
}

/*body{*/
/*    position:relative;*/
/*    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(125,185,232,0.78) 22%, rgba(125,185,232,0) 100%); /* FF3.6+ */
/*    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(22%,rgba(125,185,232,0.78)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
/*    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0.78) 22%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
/*    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0.78) 22%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
/*    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0.78) 22%,rgba(125,185,232,0) 100%); /* IE10+ */
/*    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(125,185,232,0.78) 22%,rgba(125,185,232,0) 100%); /* W3C */
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
/*}*/

div.app{
    position:relative;
    min-height:100%;
}

/*HEADER*/
header ul.links-left {
    margin: 0 0 10px 25px;
}

header ul.links-right {
    float:right;
    margin: 0 25px 10px 0;
    color:#fff;
}
header ul.links-right a,ul.links-left a{
    color:#fff;
}
header div.title {
    margin:0px 10px 0 150px;
    position:relative;
    /*background:url("../images/light_honeycomb.png")*/
    background:rgba(255,255,255,0.2);
    border:none;
}
header div.title h3 {
    margin:0;
    font-weight:normal;
    color:#fff;
    text-shadow: #333 1px 1px;
    font-family:"Trebuchet MS";
}
header div.title img.region {
    height:48px;
}
header div.title div.personcab {
    position:absolute;
    right:20px;
    bottom:10px;
    box-shadow:0 0 17px 7px rgba(0,0,0,.1);
}
header ul.breadcrumb {
    margin: 0 10px 0 10px;
    background:transparent;
}
header ul.breadcrumb li a{
    text-decoration:underline;
    color:#fff;
    text-shadow:none;
}
header ul.breadcrumb > li + li:before{
    color:#fff;
}
 header ul.breadcrumb li.active{
    color:#f5f5f5;
    font-weight:bold;
    text-shadow:none;
 }

/*CONTENT*/
div.content{
    margin:10px 50px 10px 50px;
}

/*FOOTER*/

footer.footer{
    position:absolute;
    bottom:0;
    width:100%;
    border-radius:0;
    margin:0;
    padding:10px 0 10px 0;
    text-align:center;
}
div.footer-placeholder{
    height:200px;
}

.copyright {
    color:#999;
    margin:25px 0 0 0;
    font-size:10px;display:inline-block;
}

/*
.modal-scrollable{
	position: static;
}*/

/*link menu*/
ul.links li {
    list-style:none;
    display:inline-block;
    border-left:1px solid #aaa;
    padding:0 10px 0 10px;
    font-size:12px;
}

ul.links li.first {
    border-left:none;
}
.category-block{
    /*background: url('notepad-bg.png');*/
    background: #f4f4f4;
    border:1px solid #ccc;
    position:relative;
    vertical-align:top;
    display:inline-block;
    width:300px;
    min-height:220px;
    margin:5px 25px 5px 25px;
    text-align:left;
    padding:16px;
    border-radius: 4px;
}

.category-border{
    background: url('../images/notepad-border.png') repeat-y;
    width:12px;
    height:95%;
    position:absolute;
    top:6px;
    left:-4px;
}

.btnScheduleSubInterval {
    margin: 6px;
}

button.selected {
    border-color: red;
}

button.btn {
    height: 34px;
}