
.form-dados label {
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 5px;
}

.card-header .fa {
  transition: .3s transform ease-in-out;
}

.card-header .collapsed .icon.fa {
  transform: rotate(90deg);
}

.card-header a{
	color: #000;
}

.card-header .h5, .card-header h5 {
	font-size: 1.1rem;
}

.card h4 {
    font-size: 1.5rem;
}

.centered{
	text-align: center;
}

.breadcrumb li{
	font-weight: bold;
}

ol.breadcrumb{
 	background-color:#007bff;
 	color: #ffffff;
}

ol.breadcrumb.cinza{
    background-color: #6c757d;
    color: #ffffff;
}

.table .thead-dark th {
    font-size: 12px !important;
    vertical-align: initial !important;
}

.table .thead-blue th {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.dropdown-menu {
    min-width: 11rem;
}

.fc .fc-timegrid-col-frame {
    width: 100%;
}

.row-nm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
     margin-right: 15px;
     margin-left: 15px; 
}

.tooltipster-base { box-sizing: content-box; }
.tooltip_templates { display: none; }

.widget a{
    color: #f8f9fa!important;
}

.widget a:hover{
    font-weight: bold;
}

.form-control {
 	color: #000; 
}

#brackets {
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:1px solid #ccc;
	height:10px;
	width:15px;
	margin-right:5px;
	float:left;
	margin-top: 8px;
}

#brackets hr{
	border-bottom:1px solid #ccc;
	margin: 0;
	margin-top:4px;
}

.red{
 	color: red;
}
.green{
 	color: green;
}


.switch.switch-3d .switch-label {
    background-color: #5c646b;
    border: 1px solid #6c757d;
}

label {
    font-weight: 600;
}

.space-10{
	padding:10px;
}
.login-form label {
    font-weight: bold;
}

.footer-login p {

    margin: 1rem; 
}

.fa-2x {
    font-size: 30px;
}

.hide{
	display: none;
}

.hidden{
	display: none;
}

.hide-thumb {
    display:none;
}

@media (min-width: 569px){
	.hide-desktop {
	    display: none;
	}
}

@media (max-width:568px) {
    .hide-mobile {
        display:none;
    }

    .fileupload-buttonbar .toggle,.files .toggle,.files .btn span {
        display:none !important;
    }
}

.menutoggle {
    background: #0062cc;
}

.title {
	/* 	border-bottom: 4px solid #f2f2f2; */
	border-bottom: 4px solid #CCC;
	margin-bottom: 10px;
}

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
	border-bottom: 5px solid #007bff !important; 
	color: #007bff;
	margin-bottom: -4px !important;
	display: inline-block !important;
	padding: 0px 10px !important;
	margin-left:15px !important;
	margin-right:15px !important;
	font-weight: 500 !important;
}

.hilight{
	color: #007bff;
}


.form {
	padding:30px;
}

.header-menu span{
	padding:10px;
}

.bs-tooltip-top {
  /*  top: 50px !important;*/
}

.bs-tooltip-right {
    left: 10px !important;
}

.bs-tooltip-bottom {
    top: 10px !important;
}

.bs-tooltip-left {
    left: -5px !important;
}

.btn-primary {
    color: #fff !important;
}

.btn-secondary {
    color: #fff !important;
}

.status-pending {
    background-color: #fdeaea !important;
    color: #ca6f74 !important;
    /* 	border: 1px solid #f27b81 !important; */
}

.dropdown-item:hover {
	background-color: #007bff;
	color:#fff;
	font-weight:bold;
}

.mousehover:hover {
	color: #007bff !important;
}


.card-body {
    padding: 0.75rem;
}

.card-header a .last {
    border-radius: 0 !important;
}

.card-header .btn-group{
    border-radius: 0 !important;
}

.card-header .btn-group .card-menu {
	background: #fff;
	font-family: 'Open Sans';
	left: inherit !important;
	right: 0;
	top: 37px !important;
	margin: 0;
	/*max-width: 150px;*/
	width: 100%;
	z-index: 999;
	/*min-width: 150px; 
	text-align: center;*/
}

.card-header .btn-group .card-menu .nav-link {
	  color: #272c33;
	  display: block;
	  font-size: 14px;
	  line-height: 22px;
	  padding: 5px 0; 
}
/*
.card-header .btn-group .card-menu .dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    padding: 10px;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}*/
.card-header .btn-group .card-menu .dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    padding: 10px;
    font-weight: 400;
    color: #212529;
    text-align: left;
    white-space: normal;
    background-color: transparent;
    border: 0;
}

.card-header .btn-group .card-menu .dropdown-item:hover {
	background-color: #007bff;
	color:#fff;
}

.card-header-form{
    padding: 5px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    white-space: nowrap !important;
}

.card-header-form .dropdown-menu {
    top: 100% !important;
    /*left: -243% !important;*/
}

.card-header-form .card-title {
    padding-top: 5px;
    padding-right: 10px;
	float: right;
}

.btn-group .list-item-menu {
	background: #fff;
	font-family: 'Open Sans';
	left: inherit !important;
	right: 0;
	top: 37px !important;
	margin: 0;
	z-index: 999;
	min-width: 150px; 
	text-align: left;
}

.btn-group .list-item-menu .dropdown-item:hover {
	background-color: #007bff;
	color:#fff;
}

#dash-buttons .button {
	margin-bottom:15px;
	font-size:14px;
	font-weight:700;
	line-height:1.1;
	text-align:center;
	border:1px solid #e0e0e0;
	background:#fff;
	border-radius:0;
	padding: 10px; 
	position:relative;
	height:100px;
	width: 100%;
}

#dash-buttons .button span {
	color:#333;
}

#dash-buttons .button:hover {
	background:#fff;
	border:1px solid #007bff;
}

#dash-buttons .button .badge {
	position:absolute;
	top:-10px;
	right:-10px;
	padding:10px 0 0;
	border-radius:15px;
	min-width:30px;
	min-height:30px;
	background:#ff9600;
}

#dash-buttons .button h2 {
	margin-top:10px;
}

#dash-buttons .button h2 i {
	font-size:40px;
	color:#333;
}

#dash-buttons .button:hover h2 i {
	color:#007bff;
}

#dash-buttons .button p {
    font-weight: bold;
    font-size: 12px;
    color: #919191;
}

#dash-buttons .button:hover p {
	color:#007bff;
}

.card-body-search {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.card-body-footer {
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 10px!important;
}

.card-body-footer-save {
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px !important;
    text-align: center;
    margin-bottom: 20px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn .btn {
	border-radius: 0 5px 5px 0;
}

.pull-right {
    float: right !important;
}

/* Tables e calendario */

.table td, .table th {
   vertical-align: middle;
   border-top: 1px solid #007bff;
}


.table .dias{
	text-align: center;
    font-weight: bold;
}

.table {
    border-color: #007bff;
}

.table .cabecalho{
	text-align: center;
    font-weight: bold;
    font-size: 30px;
    background-color: #007bff;
    color: #fff;
}


.menu-config .btn{
	text-align: left;
}

.padded {
    padding: 10px;
}

@media (max-width: 767px) {
	.nomobile {
		display:none;
	}
	.navbar .navbar-brand img {
	    max-height: 40px;
	}	
	aside.left-panel .navbar .navbar-brand {
	    margin-top: 5px;

	}
	.user-area .user-avatar {
	    margin-bottom: 10px;
	}	
}

/*		RIGHT SIDEBAR ================================================== */
#rightmenu-background {
    right:0;
    position:fixed;
    height:100%;
    background:#222;
    z-index:1000;
    border-left:1px solid #101010;
}

#rightmenu-title {
    padding: 17px;
    border-bottom:1px solid #4e4e52;
    border-top:1px solid #4e4e52;
    background:#222;
}

#rightmenu-container {
    border-top:1px solid #333;
    border-bottom:0;
    border-right:0;
    border-left:0;
    padding-top:5px;
    padding-right:10px;
   /* background:#222; */
}

 #rightmenu-container .form-control-label {
	 color: #ccc;
 }
 
 #rightmenu-container .form-group {
	padding: 15px;
 }

@media (max-width:768px) {
    #rightmenu-title button {
        background:#fff;
        padding-top:0;
        padding-bottom:5px;
        padding-right:10px;
        padding-left:10px;
        margin-right:10px;
        height:30px;
    }
}

@media (min-width:769px) {
    #rightmenu-title button {
        background:#fff;
        padding-top:3px;
        padding-bottom:5px;
        padding-right:10px;
        padding-left:10px;
        margin-right:15px;
    }
}

#rightmenu-title h5 {
    color:#ccc;
}

#rightmenu {
    right:0;
    background:none;
    position:absolute;
    margin-top:51px;
    display:none;
    z-index:1001;
}


/* RIGHT MENU UPLOADER */
#rightmenu-uploader {
    right:0;
    top: 0;
    background:#272c33;
    position:absolute;
    display:none;
    z-index:1001;
    min-height:1500px;
    padding-bottom:10px;
}

@media (max-width:768px) {
    #rightmenu-uploader {
        right:0;
        margin-top:60px;
        width:100%!important;
    }
}

#rightmenu-uploader input {
    background:#ccc;
    border:1px solid #101010;
    color: #333;
}

#rightmenu-uploader .input-group-addon {
    background:#222!important;
    border-top:1px solid #101010;
    border-bottom:1px solid #101010;
    border-left:1px solid #101010;
    border-right:1px solid #101010;
    color:#ccc;
}

#rightmenu-uploader-container {
    margin-top:53px;
    margin-left:10px;
}

#rightmenu-uploader-container .progress-extended {
    color:#ccc;
    float:right;
    margin-top:-10px;
    margin-bottom:5px;
}

#rightmenu-uploader-container .template-download,.template-upload {
    padding:5px;
}

#rightmenu-uploader-container .template-download .preview {
    width:100%;
    overflow:hidden;
    position:relative;
    border:1px solid #000;
}

#rightmenu-uploader-container .template-upload .preview {
    width:100%;
    overflow:hidden;
    position:relative;
    border:1px solid #333;
    min-height:100px;
    height: 200px;
}

#rightmenu-uploader-container .template-download img,.template-upload img {
    position:relative;
    z-index:1;
}

#rightmenu-uploader-container .template-download .name,.template-upload .name {
    position:absolute;
    top:0;
    padding:5px;
    color:#ccc;
    background:rgba(0,0,0,0.8);
    width:100%;
    z-index:10;
    font-size:10px;
}

#rightmenu-uploader-container .template-download .upload-error,.template-upload .progress-status {
    position:absolute;
    bottom:0;
    background:rgba(150,150,150,0.8);
    width:100%;
    color:#fff;
    font-size:10px;
}

#rightmenu-uploader-container .template-download .upload-error,.template-upload .text-danger {
    color:red!important;
    padding:2px;
}

#rightmenu-uploader-container .template-download .img-actions {
    background:#000;
    padding:5px;
    height:31px;
}

#rightmenu-uploader-container .template-upload .img-actions {
    background:#000;
    padding:5px;
    height:31px;
}

#rightmenu-uploader-container .template-upload .progress {
    height:20px;
    margin-bottom:0;
    overflow:hidden;
    background-color:transparent;
    border-radius:0;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
}

#rightmenu-uploader-container .template-upload .error {
    background:rgba(0,0,0,0.9);
    position:absolute;
    bottom:19px;
    width:100%;
}

#rightmenu-uploader-container tr {
    border-top:1px solid #101010;
}

#rightmenu-uploader-container td {
    border-top:1px solid #333;
    border-bottom:1px solid #333;
    border-right:0;
    border-left:0;
}



/* RIGHT MENU PICTURES THUMBS*/
@media (min-width:768px) {
    #rightmenu-picthumbs {
        right:0;
        top:0;
        background:#272c33;
        min-height:2095px;
        position:absolute;
        display:none;
        z-index:1001;
    }
}

@media (max-width:767px) {
    #rightmenu-picthumbs {
        right:-295px;
        top:-18px;
        background:none;
        position:absolute;
        display:none;
        z-index:1001;
    }
}

#rightmenu-picthumbs .picthumbs-container {
    margin-top:67px!important;
    padding-top:10px;
    padding-right:5px;
    padding-left:5px;
    border-top:1px solid #333;
}

#picthumbs img {
    border:2px solid #666;
}

@media (min-width:768px) {
    #picthumbs .thumbsoptions {
        background:#666;
        height:100px;
        width:163px;
        padding:5px;
        position:absolute;
        margin-bottom:-100px;
        display:none;
    }
}

@media (max-width:767px) {
    #picthumbs .thumbsoptions {
        background:#666;
        height:100px;
        width:135px;
        padding:5px;
        position:absolute;
        margin-bottom:-100px;
        display:none;
    }
}

/* ==================================
/* RIGHT MENU ATTACH ALBUM*/
@media (min-width:768px) {
    #rightmenu-albums {
        right:0;
        top:0;
        background:#272c33;
        min-height:2095px;
        position:absolute;
        display:none;
        z-index:1001;
    }
}

@media (max-width:767px) {
    #rightmenu-albums {
        right:-295px;
        top:-18px;
        background:none;
        position:absolute;
        display:none;
        z-index:1001;
    }
}

#rightmenu-albums .attachalbums-container {
    margin-top:74px!important;
    padding-top:10px;
    padding-right:5px;
    padding-left:5px;
    border-top:1px solid #333;
}

#albumthumbs img {
    border:2px solid #666;
}

@media (min-width:768px) {
    #albumthumbs .thumbsoptions {
        background:#666;
        height:100px;
        width:163px;
        padding:5px;
        position:absolute;
        margin-bottom:-100px;
        display:none;
    }
}

@media (max-width:767px) {
    #albumthumbs .thumbsoptions {
        background:#666;
        height:100px;
        width:135px;
        padding:5px;
        position:absolute;
        margin-bottom:-100px;
        display:none;
    }
}



/* ==================================

/* MODULE PHOTO GALLERY */
#photo-thumb-editor {
	width: 100%;
	padding:0;
	border-radius:5px;
	border:1px solid #666;
	position:relative;
	margin-bottom:10px;
}

#photo-thumb {
	height:200px; 
	padding:0;
	border-radius:5px;
	border:1px solid #666;
	position:relative;
	margin-bottom:10px;
}

#photo-thumb .icons {
	color:#ccc;
	font-size:25px;
	padding:10px;
}

#photo-thumb .controls {
	position:absolute;
	bottom:10px;
	width:100%;
	padding-left:10px;
	padding-right:10px;
}

#photo-thumb select {
	width:70px;
	float:left;
}

/* RIGHT MENU ADD PICTURE*/
#piceditorthumbs img {
    border:2px solid #666;
}

@media (min-width:768px) {
    #piceditorthumbs .thumbsoptions {
        background:#666;
        height:100px;
        width:163px;
        padding:5px;
        position:absolute;
        margin-bottom:-100px;
        display:none;
    }
}

@media (max-width:767px) {
    #piceditorthumbs .thumbsoptions {
        background:#666;
        height:100px;
        width:135px;
        padding:5px;
        position:absolute;
        margin-bottom:-100px;
        display:none;
    }
}

/* ==================================





/* RIGHT MENU ADD PICTURES*/
@media (min-width:768px) {
    #rightmenu-addpictures {
        right:0;
        top:0;
        background:none;
        position:absolute;
        display:none;
        z-index:1001;
        background:#222;
        min-height:1872px;
    }
}

@media (max-width:767px) {
    #rightmenu-addpictures {
        right:-295px;
        top:-18px;
        background:none;
        position:absolute;
        display:none;
        z-index:1001;
    }
}

#rightmenu-addpictures .addpictures-container {
    padding-top:10px;
    padding-right:5px;
    padding-left:5px;
    border-top:1px solid #333;
}

#addpictures-thumbs img {
    border:2px solid #666;
}

@media (min-width:768px) {
    #addpictures-thumbs .thumbsoptions {
        background:#666;
        height:100px;
        width:163px;
        padding:5px;
        position:absolute;
        margin-bottom:-100px;
        display:none;
    }
}

@media (max-width:767px) {
    #addpictures-thumbs .thumbsoptions {
        background:#666;
        height:100px;
        width:135px;
        padding:5px;
        position:absolute;
        margin-bottom:-100px;
        display:none;
    }
}

/* Responsive Canvas */
.fileupload-process {
    float:left!important;
    margin-top:-30px!important;
}

.files img,.files canvas {
    max-width:100%;
    width: 100%;
}

.upload-header-add-btn {
    float:right;
    margin:-11px 0 0;
    border:1px solid #357ebd;
    height:40px;
    padding:10px 15px 0;
    color:#fff;
    background-color:#5cb85c;
    border-color:#4cae4c;
    white-space:nowrap;
}

.upload-header-add-btn:hover {
    background:#4cae4c;
}

.upload-header-start-btn {
    float:right;
    margin:-11px -16px 0 0;
    border-radius:0 5px 0 0;
    border:1px solid #357ebd;
    height:40px;
    padding:0 15px;
    color:#fff;
    background-color:#428bca;
    white-space:nowrap;
}

.upload-header-start-btn:hover {
    background:#357ebd;
}

.fileupload-process {
    float:right;
    margin-right:10px;
    margin-top:-7px;
}

@media(max-width:500px) {
    .upload-header-start-btn span,.upload-header-add-btn span {
        display:none;
    }
}

.fileupload-progress {
    height:20px;
}

.fileupload-buttonbar {
    margin-bottom:15px;
}

.progress {
    height:20px;
    margin-bottom:0;
    overflow:hidden;
    background-color:#f5f5f5;
    border-radius:0;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
}

.uploader-item-header {
    background:#f2f2f2;
    color:#000;
    position:relative;
    min-height:33px;
}

.uploader-item-header p {
    position:absolute;
    left:5px;
    top:5px;
    z-index:1001;
}

.uploader-item-header strong {
    background:red;
    color:#fff;
    border-radius:5px;
    position:absolute;
    right:5px;
    bottom:50px;
    z-index:1001;
    padding:0 10px;
}

.uploader-item-header .progress-bar {
    height:100%;
    position:absolute;
    z-index:1000;
}

.uploader-item-header .upload-start {
    float:right;
    height:33px;
    margin-top:-20px;
    border:1px solid #357ebd;
    color:#fff;
    background-color:#428bca;
}

.uploader-item-header .upload-cancel {
    float:right;
    height:33px;
    margin-top:-20px;
    border:1px solid #e59d00;
    color:#fff;
    background-color:#ffae00;
}

.uploader-item-header small {
    color:#666;
}

.upload-outer-canvas {
    background:url(/sys/skins/skn-panel/images/grid.png) repeat;
    min-height:100px;
}

.video-box-content {
   /* background: #222;
    color: #ccc;*/
    display: none;
}

#vox-hidden-video-close {
	margin-right:5px;
}

/* start: ELASTIC VIDEO

---------------------------------- */
.video {
    max-width:100%;
    height:auto;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe,.video-container object,.video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.video-thumb {
    border:3px solid #fff;
    border-radius:5px;
    box-shadow:0 0 0 1px #bcbcbc;
    display:block;
    margin:0 auto;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -ms-transition:all .2s linear;
    -o-transition:all .2s linear;
    transition:all .2s linear;
}

/* end: ELASTIC VIDEO

================================== */
/* MD-PAGES */
/* VIDEO THUMB */

.video-box-content textarea {
    width:100%!important;
    border:1px solid #101010;
    padding:5px;
    margin-bottom:10px;
}

#vox-hidden-video-close {
    margin-right:5px;
}

/* ATTACH FILES */
#attach-file-box-content {
    background:#222;
    color:#ccc;
    padding-top:10px;
    padding-left:10px;
    padding-bottom:10px;
    padding-right:10px;
    display:none;
}

#attach-file-box-content p {
    margin:0;
}

#attach-file-box-content small {
    margin-top:0;
}

#attach-file-box-content .vox-label {
    border-bottom:1px solid #666;
    padding-top:3px;
    padding-bottom:3px;
}

#attach-file-box-content input {
    margin-top:10px;
    float:left;
    margin-left:-20px;
}

.mce-tinymce {
    width: 100% !important;
}

.btn-light {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
   color: #000 !important;
}

.bootstrap-select .dropdown-menu li .selected{
    background-color: #007bff;
    color: #fff;
    border-bottom: 2px solid #fff; 
}

.form-control:disabled, .form-control[readonly] {
    color: #000;
    opacity: 1;
}

.card-body hr {
    margin:30px -20px ;
    border:1px solid #ccc;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:1px solid #dedede;
}

.card-body-section,.card-body-divider {
    border-top:1px solid #dedede;
}

/* Coder */ 


html {
  --color-blue: #537BFF;
  --color-gray: #5A5A5A;
  --color-gray-light: #F2F2F2;
  --color-gray-light-2: #eaeaea;
}

.code-window {
  background: #fff;
  /*box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);*/
  border: #ccc 1px solid;
  margin: 3.3rem auto;
  overflow: hidden;
  border-radius: 0.8rem;
}

.code-editor {
  position: relative;
  width: 100%;
  height: 336px; 
}

.code-header {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid var(--color-gray-light);
  font-size: 1.1rem;
  color: var(--color-blue);
}

.codeflask {
  border: none !important;
}

@media screen and (max-width: 600px) {
	.code-window {
	  	width: 100%;
    	border-radius: 0;
	}

}

/* ----- CALENDAR MODULE ----- 

#calendar h2{
	font-size:30px;
	padding:5px;
}

#calendar .numbers{
	width:50px;
	float:left;
}

#calendar th {
	text-align: center;
	padding:15px;
	font-size:16px;
}

#calendar td{
	width:137px;
	padding:10px;
}

#calendar .week{
	height:30px;
	background:#F4F4F4;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	 border: 2px solid #FFF;
}

#calendar .weekday{
	height:100px;
	background:#F4F4F4;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 2px solid #FFF;
}

#calendar .weekday:hover{
	border:3px solid #CCC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
}

#calendar .weekend{
	height:30px;
	background:#CCC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border:2px solid #FFF;
}

#calendar .weekendday{
	height:100px;
	background:#CCC; 
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border:3px solid #FFF;
}

#calendar .weekendday:hover{
	border:2px solid #999 !important;
	background:  #999;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#calendar .icons{   
	float:right;
	margin-top:10px;
	padding-left: 10px;
	text-align: end;
}

#calendar .icons img {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

#calendar .icons img:hover {
  opacity: 0.5;
}
    
#calendar .event{
	margin-top:15px;
	text-align:center;
}*/