/* BASIC STYLINGS
============================================================================= */
body                            { padding-top:20px; }
pre                             { margin-bottom:20px; }

/* form styling */
#form-container                { background:#ececec;
    border-radius:5px; }
#form-container .page-header   { background: #3E6CDC;; margin:0; padding:30px;
    border-top-left-radius:5px; border-top-right-radius:5px; }


#status-buttons a               { color:#FFF; display:inline-block; font-size:12px; margin-right:10px; text-align:center; text-transform:uppercase; }
#status-buttons a:hover         { text-decoration:none; }
#status-buttons span            { background:#080808; display:block; height:30px; margin:0 auto 10px; padding-top:5px; width:30px;
    border-radius:50%; }

/* Home page */
.header-background{
    background-image: url("../../img/header.png");
    background-color: #cccccc;
    max-width: 100%;
    height: 230px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding:30px;
    top: -3px
}


.header-background .company-name {
    color: #fff;
    font-weight: 800;
    margin-top: 10px;
}

.header-background .welcome {
    color: #fff;
    font-weight: 800;
    font-size: 45px;
    margin-top: 15px;
}

.home-body{
    padding: 15px;
}

.title-sub{
    color: #3e82e6;
    font-weight: 800;
    font-size: 20px;
}

.row-separator{
    margin-top: 15px;;
}

.task-thumbnail{
    border: 5px solid #3E6CDC;
    border-radius: 15px;
    margin: 10px;
    padding: 10px;
}

.task-thumbnail .task-title{
    color: #3e82e6;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    margin-top: 10px
}


.task-thumbnail .task-image{
    max-width: 200px;
}

.task-thumbnail .task-discription .discription-heading{
    text-align: center;
}

.task-thumbnail .task-discription .discription-steps{
    text-align: left;
}

.task-thumbnail .task-discription .btn-description{
    border-radius: 30px;
    width: 68%;
}

.task-thumbnail .task-discription a:hover { 
    text-decoration:none; 
}

.input-group{
    position: relative;
    display: table;
    border-collapse: separate;
}

/* -------------------------- */

/* active buttons */

.active-button   { background:#00BC8C !important; }

.navbar{
    margin-bottom: 0px;
}

.navbar-toggle .icon-bar .icon-bar{
    background-color: #fff;
}

#status-buttons a.active span   { background:#00BC8C; }

.breadcrum-item{
    padding-left: 0px !important;
    font-size: 15px;
}

.breadcrum-item a{
    color: #FFF;
}

.breadcrum-separator{
    color: #FFF;
    padding-right: 5px;
    font-weight: bold;
}

.navbar{
    background: #3E6CDC;
}

.theem-color-basic{
    color:#00BC8C !important;
}

.theem-color-light{
    color:#0df4b9;
}

.form-title{
    color:#fff;
    font-weight: 700;
}

.background-danger{
    background: #b11e14 !important;
}

.scheema-form-calendar-button{
    margin-top: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    background-color: #ffffff;
}

.scheema-form-calendar-button:hover{
    text-decoration:none;
}



.button-group-right-align{
    float: right;
    margin-top: 15px;
}


/* .picker__button--clear{
    display: none;
} */

.cursor-pointer{
    cursor: pointer;
}

.circle-pic {
    position: static;
    left: 0;
    right: -100%;
    top: -145%;
    bottom: -100%;
    margin: auto;
    margin-top: -13px;
    max-width: 35px;
    width: 50px;
    border-radius: 50%;
    -webkit-clip-path: circle(at 50% 50%);
    clip-path: circle(at 50% 50%);
    background-color: transparent;
    border-color: cadetblue;
    margin-right: 10px;
    border-width: thick;
    font-size: 14px;
    font-weight: 600;
    color: white;
    /*background: url('/app/img/sample_user.jpg');*/
    background-size: cover;
}

.square-pic{
    max-width:200px;
    max-height:200px;
    width: auto;
    height: auto;
}


.btn-outline-primary{
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.btn-outline-success {
    color: #00BC8C ;
    background-color: transparent;
    background-image: none;
    border-color: #00BC8C ;

}

.input-group-block{
    width: 100%;
    margin-bottom: 10px;
}

.no-results{
    background: #fff;
    border: 2px solid #05be8f;
    border-radius: 10px;
}

.no-results .inner-box{
    text-align: center;
    padding: 30px 30px;
    color: #24846b;
    font-size: 20px;
    font-weight: 400
}

.no-results .inner-box-two{
    text-align: left;
    padding: 30px 30px;
    color: #24846b;
    font-size: 15px;
    font-weight: 200
}

.title-text{
    color: #3E6CDC ;
    font-weight: 700;
    margin-top:20px;
}

.sub-title-text{
    color: #3E6CDC ;
}

/* ANIMATION STYLINGS
============================================================================= */
#signup-form            { position:relative; min-height:300px; overflow:hidden; padding:30px; }

/* basic styling for entering and leaving */
/* left and right added to ensure full width */
/* #form-views.ng-enter,
#form-views.ng-leave      { position:absolute; left:30px; right:30px;
    transition:0.5s all ease; -moz-transition:0.5s all ease; -webkit-transition:0.5s all ease;
} */

/* enter animation */
/* #form-views.ng-enter            {
    -webkit-animation:slideInRight 0.5s both ease;
    -moz-animation:slideInRight 0.5s both ease;
    animation:slideInRight 0.5s both ease;
} */

/* leave animation */
/* #form-views.ng-leave            {
    -webkit-animation:slideOutLeft 0.5s both ease;
    -moz-animation:slideOutLeft 0.5s both ease;
    animation:slideOutLeft 0.5s both ease;
} */

/* ANIMATIONS
============================================================================= */
/* slide out to the left */
@keyframes slideOutLeft {
    to 		{ transform: translateX(-200%); }
}
@-moz-keyframes slideOutLeft {
    to 		{ -moz-transform: translateX(-200%); }
}
@-webkit-keyframes slideOutLeft {
    to 		{ -webkit-transform: translateX(-200%); }
}

/* slide in from the right */
@keyframes slideInRight {
    from 	{ transform:translateX(200%); }
    to 		{ transform: translateX(0); }
}
@-moz-keyframes slideInRight {
    from 	{ -moz-transform:translateX(200%); }
    to 		{ -moz-transform: translateX(0); }
}
@-webkit-keyframes slideInRight {
    from 	{ -webkit-transform:translateX(200%); }
    to 		{ -webkit-transform: translateX(0); }
}
.btn-info {
    color: #fff;
    background-color: #2196f3;
    border-color: #0000;
}
.icon-space-right {
    padding-right: 5px;
}
.icon-space-left {
    padding-left: 5px;
}
.padding-15 {
    padding: 15px;
}
.well {
    background-color: #ececec;
}
.navbar-default .navbar-brand {
    color: #fff;
}
page-header {
    padding-bottom: 5px;
    margin: 0px 0 15px;
    border-bottom: 1px solid #eee;
}
.no-margin {
    margin: 0;
}
.top-15 {
    padding-top: 15px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}



.list_with_thumbnails .list{
    padding-inline-start: 0px;
}

.list_with_thumbnails .list .item{
    display: table;
    border-collapse: collapse;
    width: 100%;
    padding: 10px 0;
}

.list_with_thumbnails .list .item .boundary{
    border: 2px solid #3e6cdc;
    border-radius: 15px;
    margin: 10px;
    padding:10px;
    background:#ffffff;
}

.list_with_thumbnails .list .item .item-image{
    display: table-cell;
    vertical-align: middle;
    width: 64px;
    padding-right: 16px;
    margin: 0 auto;
}


.list_with_thumbnails .list .item .top-allign{
    display: table-cell;
    vertical-align: top;
    padding-top: 10px;
}


.list_with_thumbnails .list .item .item-image .thumbnail{
    display: block;
    width: 64px;
}

.list_with_thumbnails .list .item .item-image .thumbnail-rounded{
    display: block;
    max-width:  64px;
}

.list_with_thumbnails .list .item .item-text{
    vertical-align: middle;
    width: 100%;
    display: table-cell;
    text-align: left;
}

.list_with_thumbnails .list .item .item-text .heading{
    font-size: 20px;
    font-weight: bold;
    color: #00BC8C;
} 

.list_with_thumbnails .list .item .item-text .heading-small {
    font-size: 15px;
    font-weight: bold;
    color: #00BC8C;
    margin-bottom: 1px;
    margin-right: 5px;
    display: inline-block;
}

.list_with_thumbnails .list .item .item-text .heading-specialization{
    font-size: 12px;
    display: inline-block;
    color: #ffffff;
    background: #4a77dd;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 2px;
    margin-right: 5px;
    border-radius: 5px;
} 

.list_with_thumbnails .list .item .item-text .highlight-label{
    font-size: 12px;
    display: inline-block;
    color: #ffffff;
    background:  #3ca635;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 2px;
    margin-right: 5px;
    border-radius: 5px;
} 

.list_with_thumbnails .list .item .item-text .sub-heading{
    font-size: 12px;
    color: #42a288;;
} 

.list_with_thumbnails .list .item .item-text .sub-heading-two{
    font-size: 15px;
    display: inline-block;
    color: #ffffff;
    background: #4a77dd;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 2px;
    margin-right: 5px;
    border-radius: 5px;
} 




.list_with_thumbnails .list .item .item-text .content-body .description-group{
    display: inline-block;
    margin-right: 15px;
}



.list_with_thumbnails .list .item .item-text .content-body .description-group-button{
    display: inline-block;
    vertical-align: top;
    margin-top:5px;
    margin-bottom: 10px;
}

.list_with_thumbnails .list .item .item-text .content-body .description-group .description-multiple{
    font-size: 15px;
    color: #06946d;
    margin-bottom: 2px;
} 

.list_with_thumbnails .list .item .item-text .description{
    font-size: 15px;
    color: #a2adaa;
} 

.list_with_thumbnails .list .item .item-category{
    vertical-align: middle;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-top: 10px;

} 

.list_with_thumbnails .list .item .item-category .description-category{
    font-size: 12px;
    color:#00BC8C;
    font-weight: bold;

}

.list_with_thumbnails .list .item .item-category .description-text{
    font-size: 13px;
    color:#00BC8C;
    font-weight: bold;

}

.list_with_thumbnails .list .item .item-category .content-body {
    width: 100%;
    height: 150px;
    overflow: auto;
}

.list_with_thumbnails .list .item .item-category .content-body .slot-group{
    margin-left: 10px;
}

.list_with_thumbnails .list .item .item-category .content-body .slot-group .slot-group-text{
    color: #06946d;
    font-size: 15px;
    margin-bottom: 2px;
}

.list_with_thumbnails .list .item .item-category .content-body .slot-group .slot-item{
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    background: #06946d;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    max-width: 130px;
}

.list_with_thumbnails .list .item .item-category .content-body .slot-group .slot-item .description{
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
}


.list_with_thumbnails .list .item .item-category .content-body .slot-group .slot-item .splitter{
    margin-top: 2px;
    margin-bottom: 5px;
}


.boundary-shadow{
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.boundary-green{
    border: 2px solid #0e911f !important;
}

.list-scroll{
    width: 100%;
    max-height: 400px;
    overflow: auto;
}

.list-scroll-biometrics{
    width: 100%;
    max-height: 300px;
    overflow: auto;
}

.item-selected{
    border: 4px solid #3e6cdc !important;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.item-selected-green{
    outline: rgb(204 247 44) solid 4px;
    outline-offset: -3px;
}

.thumbnails{
    margin: 15px;
}

.thumbnails .thumbnail{
    border-radius: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    
}

.thumbnails .thumbnail .thumbnail-rounded{
    max-width: 128px;
    width: 128px;
    margin-top: 0px;
}

.thumbnails .thumbnail .thumbnail-rounded-view{
    max-height: 40px;
    height: 40px;
    max-width: 40px;
    margin-top: 0px;
}

.thumbnails .thumbnail .thumbnail-title{
    margin-top:10px;
    font-size: 12px;
    color: #06946d;
}

.thumbnails .thumbnail .close-button{
    right: 0px;
    width: 100%;
    color: rgb(209, 8, 8);
}

.thumbnails .thumbnail .download-button{
    right: 0px;
    width: 100%;
    color: rgb(60 148 2);
}

.msg-box{
    text-align: center;
    position: relative;
}

.msg-box .msg-box-title{
    font-weight: 800;
}



.msg-box .msg-box-title-success{
    color: #06946d;
}

.msg-box .msg-box-title-error{
    color: #ad0731;
}

.border-left-curved{
    border-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.button.remove-focus:focus {
    outline: none;
}

.date-available button span {
    background-color: limegreen;
    border-radius: 40px;
    color: black;
    border: 5px solid limegreen;
  }


/* @media all and (min-width: 640px) {
    .list{
        padding: 8px;
        margin: 0 auto;
        overflow: hidden;
    }

    .list .item{
        width: 50% !important;
        float: left;
        display: block !important;
        width: 33.33333% !important;
      }
      
    .list .item .item-image{
        display: block !important;    
        width: 64px !important;
        text-align: -webkit-center;
    }

    .list .item  .item-text{
        display: block !important;
        text-align: center !important;
    }
} */


/* @media all and (min-width: 960px) {
    
    .list{
        max-width: 1120px;
    }


} */

@media all and (min-width: 768px) {
    
    .form-serach-button{
        margin-top: 25px;
    }

    .schema-form-fixed-height{
        height: 84px;;
    }

    .task-thumbnail{
        min-height: 420px;
    }

    .calendar-size table{
        width: 350px;
    }

    .equal-height{
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) and (min-width: 425px){
    .hidden-xs-tab {
        display: none !important;
    }

    .form-serach-button{
        text-align: center;
    }

    .form-serach-button-full-width{
        width: 100%;
    }

    .calendar-size table{
        width: 350px;
    }

}

@media (max-width: 424px){
    .hidden-xs-mobile {
        display: none !important;
    }

    #form-container .page-header   { margin:0; padding:5px 20px 20px 20px;
        border-top-left-radius:0px; border-top-right-radius:0px; }

    

    .form-serach-button{
        text-align: center;
    }

    .form-serach-button-full-width{
        width: 100%;
    }

    .header-background .company-name{
        font-size: 30px;
    }

    .header-background .welcome {
        font-size: 35px;
    }

    .header-background{
        height: 200px;
    }
}

.no-padding{
    padding: 0;
}

.display-inline{
    display: inline-block
}