.popover {
    width: 200px;
}

.popover-music {
    width: 240px;
}

.ks-grid div[class*="col-"] {
    background: #fff;
    text-align: center;
    color: #000;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 15px;
}

.ks-preloaders {
    text-align: center;
}

.ks-preloader-big {
    width: 42px;
    height: 42px;
}

.item-media img {
    width: auto;
    height: auto;
    max-width: 40px;
    border-radius: 50%;
}

.tabbar i.icon {
    -webkit-transition: 200ms;
    transition: 200ms;
}

.ks-demo-slider {
    width: 100%;
    height: 100%;
}

.ks-demo-slider .swiper-slide,
.ks-carousel-slider .swiper-slide {
    font-weight: 300;
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
}

.ks-carousel-slider .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
}

.ks-carousel-slider.ks-carousel-slider-auto .swiper-slide {
    width: 85%;
}

.ks-carousel-slider.ks-carousel-slider-auto .swiper-slide:nth-child(2n) {
    width: 70%;
}

.ks-carousel-slider.ks-carousel-slider-auto .swiper-slide:nth-child(3n) {
    width: 30%;
}

.page[data-page="swiper-multiple"] .swiper-container {
    margin: 0px 0 35px;
    font-size: 18px;
    height: 120px;
}

.ks-slider-custom {
    height: 100%;
}

.ks-slider-custom .swiper-container {
    background: #000;
    height: 100%;
}

.ks-slider-custom .swiper-slide {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.ks-slider-custom .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
    opacity: 1;
    border-radius: 0;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    position: relative;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.ks-slider-custom .swiper-pagination .swiper-pagination-bullet-active {
    z-index: 1;
    border: 1px solid #007aff;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
}

.ks-cube-slider {
    width: 80%;
    height: 70%;
    top: 15%;
}

.ks-coverflow-slider {
    height: 60%;
    top: 20%;
}

.ks-coverflow-slider .swiper-slide {
    width: 65%;
}

.ks-cube-slider .swiper-slide,
.ks-coverflow-slider .swiper-slide {
    background-size: cover;
    color: #fff;
    -webkit-backface-visibility: hidden;
}

.ks-fade-slider .swiper-slide {
    background-size: cover;
    background-position: center;
}

.page[data-page="swiper-gallery"] {
    background: #000;
}

.ks-swiper-gallery-top {
    height: 70%;
}

.ks-swiper-gallery-thumbs {
    margin-top: 10px;
    height: 20%;
    height: -webkit-calc(30% - 20px);
    height: -moz-calc(30% - 20px);
    height: -ms-calc(30% - 20px);
    height: calc(30% - 20px);
}

.ks-swiper-gallery-thumbs .swiper-slide {
    width: 25%;
}

.ks-swiper-gallery-thumbs .swiper-slide-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    -webkit-transition: 300ms;
}

.ks-swiper-gallery-thumbs .swiper-slide-active .swiper-slide-pic {
    opacity: 1;
}

.ks-swiper-gallery-top .swiper-slide,
.ks-swiper-gallery-thumbs .swiper-slide,
.ks-swiper-gallery-top .swiper-slide-pic,
.ks-swiper-gallery-thumbs .swiper-slide-pic {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.ks-parallax-slider {
    height: 100%;
}

.ks-parallax-slider .swiper-parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.ks-parallax-slider .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    color: #fff;
}

.ks-parallax-slider .swiper-slide-title {
    font-size: 41px;
    font-weight: 300;
}

.ks-parallax-slider .swiper-slide-subtitle {
    font-size: 21px;
}

.ks-parallax-slider .swiper-slide-text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}

.page[data-page="virtual-list"] .virtual-list li {
    height: 73px;
}

#ks-picker-date-container .picker-item {
    color: #999;
}

#ks-picker-date-container .picker-selected {
    color: #000;
}

.layout-dark #ks-picker-date-container .picker-selected {
    color: #fff;
}

@media (max-width: 767px) {
    #ks-picker-date-container .picker-items {
        font-size: 21px;
    }
    #ks-picker-date-container .picker-item {
        height: 36px;
        line-height: 36px;
        padding: 0 6px;
    }
}

img.ks-demo-lazy {
    display: block;
    width: 100%;
    height: auto;
}

div.ks-demo-lazy {
    background: #aaa;
    -webkit-background-size: cover;
    background-size: cover;
    height: 300px;
    height: 60vw;
}

.ks-layout-theme {
    height: 44px;
    cursor: pointer;
}

.ks-layout-theme.ks-layout-default {
    background: #f3f3f3;
}

.ks-layout-theme.ks-layout-dark {
    background: #000;
}

.ks-layout-theme.ks-layout-white {
    background: #fff;
}

.ks-color-theme {
    height: 44px;
    cursor: pointer;
    margin-bottom: 10px;
}

.ks-card-header-pic .card-header {
    height: 40vw;
    background-size: cover;
    background-position: center;
}

.ks-facebook-card .card-header {
    display: block;
    padding: 10px;
}

.ks-facebook-card .ks-facebook-avatar {
    float: left;
}

.ks-facebook-card .ks-facebook-name {
    margin-left: 44px;
    font-size: 14px;
    font-weight: 500;
}

.ks-facebook-card .ks-facebook-date {
    margin-left: 44px;
    font-size: 13px;
    color: #8e8e93;
}

.ks-facebook-card .card-footer {
    background: #fafafa;
}

.ks-facebook-card .card-footer a {
    color: #81848b;
    font-weight: 500;
}

.ks-facebook-card .card-content img {
    display: block;
}

.ks-facebook-card .card-content-inner {
    padding: 15px 10px;
}

form .material-icons {
    color: #757575;
}

.ks-demo-icon {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333;
}

.ks-demo-icon .icon-name {
    margin-top: 5px;
    font-size: 11px;
    color: #666;
}

code {
    background: #f3f3f3;
    padding: 5px;
}



/*custom*/


.logoSIP {	
    background: url(../img/PBB-SIPADE.png) no-repeat center left;
    height: 50px;
    width: 132px;
    text-indent: -50px;
    margin-left: 10px;
    margin-bottom: -5px;
    padding-bottom: 0;
}

.message-received .message-text {background:#f1f1f1;}
.message-received .message-text:before {border-bottom: 8px solid #f1f1f1;}

.tabs-swipeable-wrap {
	height:initial;
}

/*padding*/
.no-padding-top {
padding-top:0;
}
.no-padding-bottom {
padding-bottom:0;
}
.no-padding-left {
padding-left:0;
}
.no-padding-right {
padding-right:0;
}

.no-padding-lr {
padding-right:0;
padding-left:0;
}

.no-padding-tb {
padding-top:0;
padding-bottom:0;
}

/*margin*/
.no-margin-top {
margin-top:0;
}
.no-margin-bottom {
margin-bottom:0;
}
.no-margin-left {
margin-left:0;
}
.no-margin-right {
margin-right:0;
}
.no-margin-lr {
margin-right:0;
margin-left:0;
}

.no-margin-tb {
margin-top:0;
margin-bottom:0;
}

.input-border-bottom {
	border-bottom: 2px #2196f3 solid; 
}
.item-after-custom {
margin-top: 10px;
color: #212121;
font-size: 16px;
font-family: inherit;
margin-left: 0;
height:36px;

}

.error{
border-bottom: 1px solid red;
}

.color-red {
	color:red;
}

 

.speed-dial-left { 
/*left: 43%;
right: initial;
bottom: 5%;*/
bottom:85px;
}
.notifications {
	bottom:initial;
    top: 56px;
}
.notifications.list-block > ul {
	    background: #018276;
		color:#fff;
}
a.button.close-notification {
		color:#fff;	
}
.padding-add-bottom {
	padding-bottom:100px;
}

.keyfilter {
	display:none;
}

.page.page-on-center.bg-pr {
    background-color: #e6e2d6;
}