﻿/*Table Style*/

.blue_table thead {
    background: #1fb5ad;
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    text-shadow: 0px 0px 1px #010404;
}

.blue_table tbody {
    /*font-weight: bold!important;*/
    color: #696868 !important;
}

.blue_table > thead > tr > th, .blue_table > tbody > tr > th, .blue_table > tfoot > tr > th, .blue_table > thead > tr > td, .blue_table > tbody > tr > td, .blue_table > tfoot > tr > td {
    border: 1px solid #1fb5ad !important;
}

.blue_table {
    border: 1px solid #1fb5ad !important;
}



/* height*/
.height-35 {
    height: 35px !important;
}

/* border */
.border-bottom {
    border-bottom: 1px solid #ddd;
}

/* padding */
.padding-bottom-2 {
    padding-bottom: 2px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-0 {
    padding: 0px !important;
}

.color-red {
    color: red !important;
}


/* lable */
.vs-radio-sec label {
    font-weight: normal;
    margin-left: 10px;
}



label, .lbl-main {
    width: 100% !important;
}

.lbl-checkbox {
    display: inline-flex;
}

    .lbl-checkbox .span-right {
        margin-left: 10px !important;
    }

    .lbl-checkbox .span-left {
        margin-right: 10px !important;
    }


/* select */
.vs-select {
    width: 100%;
    border: 1px solid rgba(33, 150, 243, 0.38);
    padding: 7px;
    outline: none;
}

    .vs-select:focus {
        border-color: #2196F3;
    }

/* background */
.bg-transparent {
    background: transparent !important;
}

/* text */
.wraptext {
    word-wrap: break-word !important;
}

/* margin */
.margin-top-6 {
    margin-top: 6px;
}

.margin-0 {
    margin: 0px !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.line-height-42 {
    line-height: 42px;
}

.line-height-34 {
    line-height: 34px;
}

/* input textbox */
.vs-txt {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid rgba(33, 150, 243, 0.38);
    width: 100%;
    font-weight: normal !important;
}

    .vs-txt:focus {
        outline: none;
        border-bottom: 2px solid #2196F3;
    }

/* top */
.top-40 {
    top: 40px !important;
}


/* button */

.vs-icon-btn {
    background: rgb(76, 175, 80);
    color: #fff;
    border: 1px solid transparent;
    padding: 8px 16px;
    font-size: 1.2em;
    box-shadow: 0px 1px 2px #2E7D32;
}

.btn-small {
    height: 35px !important;
    font-size: 1em !important;
}

.vs-btn {
    padding: 5px 10px;
    font-size: 1.3em;
    border-radius: 4px;
    outline: none;
    height: 45px;
    width: 100%;
}

    .vs-btn:focus {
        -webkit-animation-name: animJelly;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 1.5s;
        /* Safari 4.0 - 8.0 */
        animation-name: animJelly;
        animation-duration: 1.5s;
        animation-iteration-count: 1;
    }

.a-animjelly:active, .a-animjelly:focus {
    -webkit-animation-name: animJelly;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.5s;
    /* Safari 4.0 - 8.0 */
    animation-name: animJelly;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
}

.btn-green-1 {
    background: #2ecc71;
    border: none;
    color: white;
    border: 1px solid rgba(38, 169, 93, 0.49);
    box-shadow: rgba(46, 204, 113, 0.49) 0px 1px 3px;
}

.btn-blue-1 {
    background: #3498db;
    border: none;
    color: white;
    border: 1px solid rgba(52, 152, 219, 0.49);
    box-shadow: rgba(52, 152, 219, 0.49) 0px 1px 3px;
}


.btn-black-1 {
    background: #000000;
    border: none;
    color: white;
    border: 1px solid #fff7f7;
    box-shadow: #fff7f7 0px 1px 3px;
}

.btn-lightgrey-1 {
    background: #ffffff;
    border: none;
    color: black;
    border: 1px solid #000000;
    box-shadow: #000000 0px 1px 3px;
}


.btn-red-1 {
    background: #e74c3c;
    border: none;
    color: #fff;
    border: 1px solid #cc4334;
    box-shadow: rgba(231, 76, 60, 0.48) 0px 1px 3px;
}



.btn-width-49pr {
    width: 49% !important;
}

.btn-chat {
    height: 35px !important;
    font-size: 1em !important;
    color: white;
    background-color: royalblue;
    border-color: royalblue;
    border-radius: 15px;
    width: 50px;
}


/*nav style*/

.nav-tabs > li > a {
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    color: darkblue;
}

.navigation-menu-sec {
    min-width: 223px !important;
    float: left !important;
}

.img_icon_menu {
    height: 17px;
    width: 17px;
    margin-right: 5px;
}

.nav-tabs > li > a {
    border-radius: 0;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:hover {
    background: none;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: none !important;
        border-bottom: 2px solid #F2325C !important;
        color: #F2325C !important;
        background-color:;
    }

.nav-tabs > li > a:hover {
    background: none !important;
    border: none !important;
}

.nav-tabs > li {
    width: 50%;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.wraptext {
    word-break: break-all;
}


.add-button {
    border: none;
    bottom: 50px;
    right: 50px;
    position: fixed;
    z-index: 1;
    font-size: 1.9em;
    height: 63px;
    width: 63px;
    border-radius: 50%;
    background-color: #4caf50;
    border-color: #4caf50;
    /* line-height: 3px; */
    color: white;
    /* padding: 5px 5px 5px 5px; */
    line-height: 10px;
    box-shadow: 0px 2px 4px #211010;
}

.add-button1 {
    border: none;
    bottom: 150px;
    right: 50px;
    position: fixed;
    z-index: 1;
    font-size: 1.9em;
    height: 63px;
    width: 63px;
    border-radius: 50%;
    background-color: #4caf50;
    border-color: #4caf50;
    /* line-height: 3px; */
    color: white;
    /* padding: 5px 5px 5px 5px; */
    line-height: 10px;
    box-shadow: 0px 2px 4px #211010;
}



/* Home Page Styles*/


.row-col-days {
    margin-right: 30px;
    height: 162px;
    width: 16% !important;
}

.row .row-col-days:first-child {
    margin-left: 9% !important;
}

.span-days {
    font-size: 1.3em;
    color: white;
}

.imageclass {
    /*height: 15%;*/
    background-color: #E91E63;
    /* padding-top: 15px; */
    background: #E91E63;
    width: 50px;
    /* border-radius: 50%; */
    position: absolute;
    height: 50px;
    left: 47%;
    top: -22px;
    box-shadow: 0px 1px 1px 1px #fff;
    border-bottom-right-radius: 45%;
    border-bottom-left-radius: 45%;
}

.cht_count {
    line-height: 19px;
    display: grid;
}

.cssload-loader {
    position: relative;
    left: calc(50% - 31px);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 780px;
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

    .cssload-inner.cssload-one {
        left: 0%;
        top: 0%;
        animation: cssload-rotate-one 1.15s linear infinite;
        -o-animation: cssload-rotate-one 1.15s linear infinite;
        -ms-animation: cssload-rotate-one 1.15s linear infinite;
        -webkit-animation: cssload-rotate-one 1.15s linear infinite;
        -moz-animation: cssload-rotate-one 1.15s linear infinite;
        border-bottom: 3px solid rgb(0,0,0);
    }

    .cssload-inner.cssload-two {
        right: 0%;
        top: 0%;
        animation: cssload-rotate-two 1.15s linear infinite;
        -o-animation: cssload-rotate-two 1.15s linear infinite;
        -ms-animation: cssload-rotate-two 1.15s linear infinite;
        -webkit-animation: cssload-rotate-two 1.15s linear infinite;
        -moz-animation: cssload-rotate-two 1.15s linear infinite;
        border-right: 3px solid rgb(0,0,0);
    }

    .cssload-inner.cssload-three {
        right: 0%;
        bottom: 0%;
        animation: cssload-rotate-three 1.15s linear infinite;
        -o-animation: cssload-rotate-three 1.15s linear infinite;
        -ms-animation: cssload-rotate-three 1.15s linear infinite;
        -webkit-animation: cssload-rotate-three 1.15s linear infinite;
        -moz-animation: cssload-rotate-three 1.15s linear infinite;
        border-top: 3px solid rgb(0,0,0);
    }







@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}




@keyframes text_space_animate {
    from {
       opacity:0;
    }

    to {
        opacity:1;
    }
}