/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 
 body { color: #dadada;}
 
 .smart-style-5 #ribbon .breadcrumb li:last-child, .smart-style-5 #ribbon .breadcrumb>.active, .smart-style-5 .open .project-selector {
    color: #bebebe;
}
 
 html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: none;
    position: relative;
	
}

.smart-style-5.hidden-menu aside#left-panel {
    background: rgba(0,0,0,.76);
	
}

body { background-color: gray;}

.smart-style-5 {

}
	
#logo-group>span {
	display: block;
    height: 39px;
    float: none;	
	font-family: 'Audiowide', cursive;
	font-size: 20px;
		
}

#logo {
    display: block;
    width: 175px; 
	margin: 11px auto;
	color: white;
	}
	
.style-switcher,.style-switcher h1,.style-switcher h2,.style-switcher h3,.style-switcher h4,.style-switcher h5,.style-switcher h6 {
    font-family: 'museo-sans-300', sans-serif!important
}

.style-switcher {
   font-size:13px!important;
   line-height:21px!important;
}

.style-switcher {
    background: #252525;
    width: 275px;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1002;
    border-radius: 0;
    right: -275px;
    transition: right .2s;
}

.style-switcher.active {
    right: 0;
}

.style-switcher .style-switcher-wrap {
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    padding-top: 10px;
    position: relative
}

.style-switcher h4 {
background: #252525;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 7px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing:1px;
}

.style-switcher .style-switcher-open {
   background: rgba(0,0,0,.30)!important; 
   display: block;
   position: absolute;
   left: -40px;
   top: 95px;
   width: 40px;
   height: 60px;
   font-size: 17px;
   line-height: 60px;
   color: #FFF;
   text-align: center;
   text-decoration: none;
   border-radius: 6px 0 0 6px;
}

.style-switcher h5 {
    color: #999;
    margin: 0 0 2px;
    padding: 0;
    line-height: 30px;
    font-size: 13px;
    font-weight: 400;
    text-transform: none
}

.style-switcher .form-control {
    background-color: rgba(0,0,0,.1)!important;
    border: 1px solid #353535!important;
}

.style-switcher .colorpicker-element {
    margin: -3px 0 7px
}

.style-switcher ul.options {
    list-style: none;
    margin: -3px 0 10px;
    padding: 0;
    overflow: hidden
}

.style-switcher ul.options li {
    float: left;
    margin: 2px
}

.style-switcher ul.options li a {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.style-switcher ul.options li a.pattern {
    background-repeat: repeat;
    background-position: 0 0;
    background-color: transparent
}

.style-switcher .color-picker {
    display: none;
    margin-bottom: 15px
}

.style-switcher .options-links {
    padding: 0 0 10px
}

.style-switcher .options-links a {
    background-color: #333;
    color: #ccc;
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 5px;
    padding: 5px 12px;
    text-decoration: none;
    border-radius: 4px
}

.style-switcher .options-links a:last-child {
    margin-right: 0
}

.style-switcher .options-links a:hover {
    background-color: #262626
}

.style-switcher .options-links a.active {
    background: #FFF;
    color: #666
}

.style-switcher .style-switcher-buttons {
    margin-top: 15px;
    padding-top: 15px;
    text-align: center
}

.style-switcher .style-switcher-buttons a {
    padding: 8px;
    font-size: 13px;
    display: inline-block
}

.style-switcher .style-switcher-buttons .reset {
    width: 78px;
        text-transform: uppercase;
    font-size: 12px;
}

.style-switcher .style-switcher-buttons .get-css {
    width: 134px;
    text-transform: uppercase;
    font-size: 12px;
}

.style-switcher .style-switcher-buttons .get-css i {
    font-size: 14px;
    margin-right: 5px
}

textarea.get-css {
   height: 325px;
   width: 100%;
   resize: none;
   cursor: text
}


.style-switcher .card-body {
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
   padding: 1.25rem;
   padding-left: 25px;
   padding-right: 25px;
   padding-bottom: 10px;
}

.style-switcher .card-header {
    padding: .22rem 1.25rem;
    margin-bottom: 0;
    background-color: #2b2b2b;
    border-bottom: 1px solid rgba(49, 49, 49, 0.125);
}

.style-switcher .card { 
    background-color: #222;  /*rgba(255,255,255,.03)*/
    border: 1px solid #353535;
    border-radius: .25rem;
    margin-bottom: -1px;
}

.style-switcher h5 > a {
   color: #fff;
   display: block;
   text-transform: uppercase;
   font-size: 11px;
   font-weight: normal;
   letter-spacing:1px;
}

.style-switcher h5 > a:hover {
   text-decoration:none;
   color:white;
}

.style-switcher-section {
   padding:20px;
}

.field-wrapper, .select-wrapper {
    margin-top: 5px;
    margin-bottom: 20px;
    position: relative;
}

.xfield-content select {
    padding: 5px 12px;
    width: 100%;
    min-width: 100%;
    height: 34px;
    color: #ccc;
    border-color: #333;
    background: 0 0;
    background-color: rgba(0,0,0,.1);
    cursor: pointer!important;
    -webkit-appearance: none!important;
    border-radius: 0;
    position: relative;
    z-index: 9;
    font-size: 12px;
}

.xfield-content .select-wrapper span {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    line-height: 36px;
    width: 31px;
    font-size: 16px;
    text-align: center;
    display: block;
    z-index: 0;
}

.xfield-content option {
    background-color: #FFF;
    color: #444;
}

.xfield-title {
   margin-bottom: 4px;
}

.style-switcher .input-group .form-control:not(:last-child) {
   border-radius: 2px;
}

.style-switcher .input-group .form-control {
   color: #ccc;
}

.style-switcher .input-group-addon {
   background-color: #484848;
}


.open>.dropdown-menu {
    -webkit-animation-name: unset;
    -moz-animation-name: unset;
    -o-animation-name: unset;
    animation-name: unset;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
animation-fill-mode: both;}


.caret{
 display:none;
}

nav ul b {
    float: right;
    font-size: 11px;
    margin-top: 2px;
margin-left: 4px; }


.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
background-color: rgba(255, 255, 255, 0.38); }








/* Home Blog
-------------------------------------------------- */
.home-title{
margin-top: 30px;
margin-bottom: 30px;

}

.home-title h2{
font-weight: 600;

}

.panel-blog > .panel-body {
    padding: 15px;
background: rgba(0, 0, 0, 0.3);}

.panel-blog > .panel-heading {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #383838;
	border-radius: 0px;
	border-bottom: 1px solid transparent;
}
.panel-blog > .panel-heading a {
    color: #fff;
}
.panel-blog {
    margin-bottom: 20px;
    border-color: transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.43);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.43);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.72);
	
}

.panel {
	
	    border: 0px solid transparent;
	
}
.panel-blog a {
    color: black;
}
.panel-blog > .panel-footer {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #dadada;
	border-top-color: rgba(0,0,0,0);
}
.panel-blog > .panel-footer a {
    color: #dadada;
}
.panel-blog h3 {
    margin-top: 8px;
    margin-bottom: 8px
}
.panel-comment {
    text-align: right;
}

h5 {
    font-size: 17px;
    font-weight: 300;
    margin: 0px 0;
line-height: normal;}


.chatwrapper iframe {
	border:none;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	min-height: 700px;
	max-height: 1000px;
}

.radiowrapper iframe {
	border:none;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	min-height: 400px;
	max-height: 500px;
}

.played {
  margin: 20px 0 20px 0;
  
  list-style-type: none;
}

.played li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.played li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: rgba(45, 45, 45, 0.49);
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}

.thumbnail {
    background-color: rgba(0, 0, 0, 0.5);
border: 0px solid #ddd;}

.thumbnail .caption {
color: #dedede;
}


.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 65%;
    height: auto;
    margin-top: 15px;
}


.caption h3 {
    display: block;
    font-size: 19px;
    font-weight: 400;
    margin: 5px 0;
    line-height: normal; 
}









/* Timetable Radio Widget
-------------------------------------------------- */


	.fc .fc-toolbar > * > :first-child {
    text-shadow: 0 1px 0 #fff;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td {
    background: rgba(0, 0, 0, 0.47);
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border-color: rgba(221, 221, 221, 0);
}


.fc-state-default {
    background-color: rgba(0, 0, 0, 0.42);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-unthemed .fc-list-empty {
    background-color: rgba(6, 6, 6, 0.5);
}

.fc-list-item:hover td {
    background-color: rgba(0, 0, 0, 0.2);
}

.fc-head-container thead tr, .table thead tr {
    background-color: rgba(0, 0, 0, 0.52);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#333),to(#333));
    background-image: -webkit-linear-gradient(top,rgba(0, 0, 0, 0) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(top,#333 0,#333 100%);
    background-image: -ms-linear-gradient(top,#333 0,#333 0%);
    background-image: -o-linear-gradient(top,#333 0,#333 0%);
    background-image: -linear-gradient(top,#333 0,#333 0%);
    font-size: 12px;
	
}

.fc-unthemed .fc-today {
    background: rgba(0, 0, 0, 0.47);
}
	.fc-unthemed td.fc-today {
    background: rgba(0, 0, 0, 0.2);}

/* Nav Changes
-------------------------------------------------- */


.svgfont {
fill: #efefef;
width: 30px;
height: 30px;
margin-bottom: -8px;
}

.smart-style-5 nav ul .active>a {
    color: #efefef!important;
background-color: rgba(0, 0, 0, 0.39);}

.smart-style-5 a:focus, .smart-style-5 a:hover {
    color: #efefef!important;
	background-color: rgba(0, 0, 0, 0.69);
text-decoration: none;


}


nav ul li.active>a:before {
margin-top: 5px;
right: -19px;
}

.smart-style-5 .bootstrap-tagsinput, .smart-style-5 .form-control, .smart-style-5 .input-group-addon, .smart-style-5 .select2-container .select2-choice, .smart-style-5 .select2-container .select2-choice .select2-arrow, .smart-style-5 .select2-container-multi .select2-choices, .smart-style-5 .smart-form .input input, .smart-style-5 .smart-form .select select, .smart-style-5 .smart-form .textarea textarea {
    border-color: rgb(53, 53, 53);
    color: #FFF;
}

nav>ul>li>a>i {
    margin-right: 20px;
    width: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
}


.btn, a:link, button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}

.smart-style-5 .minifyme {
display: none;}


.demo {
    position: absolute;
    top: 5px;
    right: 0;
    width: 160px;
    z-index: 902;
    background: #F1DA91;
    display: none;
	
	
	
	.fc-head-container thead tr th {
    padding: 4px;
    line-height: 1.428571429;
    background: black !important;
}

}

.smart-style-5 .text-danger {
    color: #dadada !important;
}
.smart-style-5 .text-success {
    color: white !important;;
}