/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/


/***
Chat Panel
***/
.chat-panel {
    width: 420px;
    z-index: 999;
    float: right;
    position: relative;
    /* content solid bg color */
}

.chat-panel > .toggler {
    position : fixed;
    right : 20px;
    bottom : 20px;
    z-index : 999;
    /*top: 460px;
    right: 0;*/
    padding: 20px;
    cursor: pointer;
    background: #d5dade center no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.chat-panel > .toggler:hover {
    background-color: #0b94ea !important;
}
.chat-panel > .toggler-close {
    display: none;
    top: 4px;
    right: 0;
    padding: 20px;
    z-index: 101;
    cursor: pointer;
    position: absolute;
    background:  url(../img/icon-color-close.png) center no-repeat !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.chat-panel > .toggler-close:hover {
    background-color: #222 !important;
}

.chat-panel > .theme-options {
    position : fixed;
    right : 0;
    bottom : 0;
    z-index : 999;
    padding : 0;
    display: none;
    background: #3d3d3d;
    box-shadow: 5px 5px rgba(61, 61, 61, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.chat-panel > .theme-options > .panel {
    margin-bottom: 0;
}
.chat-panel > .theme-options > .theme-option {
    color: #cfcfcf;
    padding: 10px;
    border-top: 1px solid #444;
    margin-top: 0px;
    margin-bottom: 0px;
}
.chat-panel > .theme-options > .theme-option > span {
    text-transform: uppercase;
    display: inline-block;
    width: 145px;
    font-size: 13px;
    font-weight: 300;
}
.chat-panel > .theme-options > .theme-option > select.form-control {
    display: inline;
    width: 135px;
    padding: 2px;
    text-transform: lowercase;
}
.chat-panel > .theme-options > .theme-option.theme-colors {
    border-top: 0;
}
.chat-panel > .theme-options > .theme-option.theme-colors > span {
    display: block;
    width: auto;
}
.chat-panel > .theme-options > .theme-option.theme-colors > ul {
    list-style: none;
    padding: 0;
    display: block;
    margin-bottom: 10px !important;
    margin-top: 15px;
}
.chat-panel > .theme-options > .theme-option.theme-colors > ul > li {
    width: 40px;
    height: 40px;
    margin: 0 4px;
    cursor: pointer;
    list-style: none;
    float: left;
    border: solid 1px #707070;
    /* theme colors */
}
.chat-panel > .theme-options > .theme-option.theme-colors > ul > li:first-child {
    margin-left: 0;
}
.chat-panel > .theme-options > .theme-option.theme-colors > ul > li:hover, .chat-panel > .theme-options > .theme-option.theme-colors > ul > li.current {
    border: solid 2px #d64635;
}
.chat-panel > .theme-options > .theme-option.theme-colors > ul > li.color-default {
    background: #333438;
}
.chat-panel > .theme-options > .theme-option.theme-colors > ul > li.color-darkblue {
    background: #2b3643;
}
.chat-panel > .theme-options > .theme-option.theme-colors > ul > li.color-blue {
    background: #2D5F8B;
}
.chat-panel > .theme-options > .theme-option.theme-colors > ul > li.color-grey {
    background: #697380;
}
.chat-panel > .theme-options > .theme-option.theme-colors > ul > li.color-light {
    background: #F9FAFD;
}
.chat-panel > .theme-options > .theme-option.theme-colors > ul > li.color-light2 {
    background: #F1F1F1;
}


/*******************************************************
Slider B-flat
*******************************************************/
.checkbox-slider--b-flat {
    position: relative;
  }
  .checkbox-slider--b-flat input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .checkbox-slider--b-flat input + span {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .checkbox-slider--b-flat input + span:before {
    position: absolute;
    left: 0px;
    display: inline-block;
  }
  .checkbox-slider--b-flat input + span > h4 {
    display: inline;
  }
  .checkbox-slider--b-flat input + span {
    padding-left: 40px;
  }
  .checkbox-slider--b-flat input + span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
  }
  .checkbox-slider--b-flat input + span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    background: #ffffff;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
  }
  .checkbox-slider--b-flat input:checked + span:after {
    margin-left: 20px;
    content: "";
  }
  .checkbox-slider--b-flat input:checked + span:before {
    transition: background 0.2s ease-in;
  }
  .checkbox-slider--b-flat input + span {
    padding-left: 40px;
  }
  .checkbox-slider--b-flat input + span:before {
    border-radius: 20px;
    width: 40px;
  }
  .checkbox-slider--b-flat input + span:after {
    background: #ffffff;
    content: "";
    width: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    border-radius: 20px;
  }
  .checkbox-slider--b-flat input:not(:checked) + span:after {
    -webkit-animation: popOut ease-in 0.3s normal;
            animation: popOut ease-in 0.3s normal;
  }
  .checkbox-slider--b-flat input:checked + span:after {
    content: "";
    margin-left: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    -webkit-animation: popIn ease-in 0.3s normal;
            animation: popIn ease-in 0.3s normal;
  }
  .checkbox-slider--b-flat input:checked + span:before {
    background: #5cb85c;
  }
  .checkbox-slider--b-flat.checkbox-slider-md input + span:before {
    border-radius: 30px;
  }
  .checkbox-slider--b-flat.checkbox-slider-md input + span:after {
    border-radius: 30px;
  }
  .checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
    border-radius: 40px;
  }
  .checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
    border-radius: 40px;
  }
  .checkbox-slider--b-flat input + span:before {
    box-shadow: none;
  }
  
  /*#####*/
  .checkbox-slider-info.checkbox-slider--b input:checked + span:before,
  .checkbox-slider-info.checkbox-slider--b-flat input:checked + span:before,
  .checkbox-slider-info.checkbox-slider--c input:checked + span:before,
  .checkbox-slider-info.checkbox-slider--c-weight input:checked + span:before {
    background: #5bc0de;
  }
  
  .checkbox-slider-warning.checkbox-slider--b input:checked + span:before,
  .checkbox-slider-warning.checkbox-slider--b-flat input:checked + span:before,
  .checkbox-slider-warning.checkbox-slider--c input:checked + span:before,
  .checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:before {
    background: #f0ad4e;
  }
  
  .checkbox-slider-danger.checkbox-slider--b input:checked + span:before,
  .checkbox-slider-danger.checkbox-slider--b-flat input:checked + span:before,
  .checkbox-slider-danger.checkbox-slider--c input:checked + span:before,
  .checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:before {
    background: #d9534f;
  }
  
  /*******************************************************
  Sizes
  *******************************************************/
  .checkbox-slider-sm {
    line-height: 10px;
  }
  .checkbox-slider-sm input + span {
    padding-left: 20px;
  }
  .checkbox-slider-sm input + span:before {
    width: 20px;
  }
  .checkbox-slider-sm input + span:after,
  .checkbox-slider-sm input + span:before {
    height: 10px;
    line-height: 10px;
  }
  .checkbox-slider-sm input + span:after {
    width: 10px;
    vertical-align: middle;
  }
  .checkbox-slider-sm input:checked + span:after {
    margin-left: 10px;
  }
  .checkbox-slider-md {
    line-height: 30px;
  }
  .checkbox-slider-md input + span {
    padding-left: 60px;
  }
  .checkbox-slider-md input + span:before {
    width: 60px;
  }
  .checkbox-slider-md input + span:after,
  .checkbox-slider-md input + span:before {
    height: 30px;
    line-height: 30px;
  }
  .checkbox-slider-md input + span:after {
    width: 30px;
    vertical-align: middle;
  }
  .checkbox-slider-md input:checked + span:after {
    margin-left: 30px;
  }
  .checkbox-slider-lg {
    line-height: 40px;
  }
  .checkbox-slider-lg input + span {
    padding-left: 80px;
  }
  .checkbox-slider-lg input + span:before {
    width: 80px;
  }
  .checkbox-slider-lg input + span:after,
  .checkbox-slider-lg input + span:before {
    height: 40px;
    line-height: 40px;
  }
  .checkbox-slider-lg input + span:after {
    width: 40px;
    vertical-align: middle;
  }
  .checkbox-slider-lg input:checked + span:after {
    margin-left: 40px;
  }

  