.price{
    text-align: right;
    margin-right: 30px;
}

.status_bar{
    width: 100%;
    padding: 10px;
    background-color: lightgrey;
}

.status_bar > div{
    float: left;
    width: 35%;
    /*text-align: right;*/
}
.type-master-display{
    background: #BD9967 !important;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
    max-width: 180px;
}
.type-master-display-done{
     background: #35AC19 !important;
     color: #fff !important;
     font-size: 17px;
     font-weight: bold;
     text-align: center;
     text-transform: uppercase;
 }

.plans .row>[class*=col-]{
    margin-bottom: 2.5px;
}

.bg-grey{
    background: #eee;
}

.bg-black{
    background: #000;
    color: #fff;
}
#recipebookfilesuccess{
    background: darkgreen;
    color: white;
    text-align: center;
    padding: 15px;
}
#recipebookfile{
    color: black;
}
.no-pad{
    padding: 0!important;
}

.pad-top-bot-25{
    padding-top: 25px;
    padding-bottom: 25px;
}

.pad-bot-45{
    padding-bottom: 45px;
}

.scroll-on-left{
    overflow: hidden;
    overflow-y: scroll;
    /*height: 45.5vw;*/
    /*height: 845px;*/
    height: 925px;
}


.user-div{
    margin-top: 23px;
}

.row-cancel{
    margin: 0;
    padding: 20px 0;
}
.user-img img{
    height: 130px;
}

#userimage{
    height: 110px;
    width: 110px;
    border-radius: 80px;
    background-size: cover;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
}

.allergies-hldr{
    /*border-top: 2px solid #676767b3;*/
    /*border-bottom: 2px solid #676767b3;*/
    color: #b8b8b8;
    font-weight: 900;
    /*width: 320px;*/
}

.pad-left-right-5{
    padding: 0 5px;
}

.rank-hldr{
    /*height: 120px;*/
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 5px 0;
}

.summary-inner{
    display: inline-block;
    padding: 15px .25vw;
}

.summary-txt{
    padding-bottom: 10px;
}

.owl-carousel .owl-item .rank-hldr img{
    height: 20px;
    width: auto !important;

    margin-bottom: -20px;
}

.rank-span-txt{
    font-size: 10px;
}

.rank-span-num{
    font-size: 11px;
    font-weight: 900;
}

.allergies-top-txt{
    font-size: 15px;
    padding: 10px 0;
}

.allergies-btm-txt{
    font-size: 12px;
}


.packages{
    margin: -15px 0 25px 0;
    font-weight: normal;
}

.packages-type{
    font-weight: bolder;
}

.pad-top-50{
    padding-top: 50px;
}

.allergies-div{
    background: rgba(234, 22, 22,0.7);
    color: #fff;
    height: 100px;
    max-height: 100px;
    padding: 5px 10px;
    border-radius: 20px;
    box-shadow: 4px 4px 4px #00000045;
}

.padding-top-30{
    padding-top: 30px;
}

.bdr-wht-bot-rgt{
    border-bottom: 10px solid #fff;
    border-right: 5px solid #fff;
}

.pdf-head{
    font-size: 1.07142857rem;
    font-weight: 900;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pdf-hldr{
    width: 50%;
    text-align: left;
    padding: 0;
}

.pdf-hldr-img{
    width: 50px;
    height: 50px;
}

.pdf-txt{
    font-size: 11px;
}

.pdf-button{
    width: 95px;
    height: 25px;
    background: #b8b8b8;
    border: 0;
    margin-top: 5px;
}

.trainer-div{
    /*max-height: 100px;*/
    padding: 5px 10px;
    /*box-shadow: 4px 4px 4px #00000045;*/
}

.trainer-top{
    /*background: #696969;*/
    /*background: #b8b8b8;*/
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 45px;
    color: #000;
}

.trainer-top .progress{
    height: 7px;
    border-radius: 15px;
    margin-bottom: 5px;
}
.trainer-top .progress .progress-bar{
    background-color: #676767b3;
    color: #fff;
}

.completion{
    font-size: 10px;
    color:#5c5c5c;
}
.completion strong{
    font-weight: 900;
}

.trainer-bottom{
    /*background: #bb9667;*/
    /*background: #cecece;*/
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    /*color: #fff;*/
    color: #000;
    padding-top: 20px;
}

.trainer-btm-txt{
    font-size: 9px;
    color:#5c5c5c;
    padding: 5px 0;
}

.trainer-btm-txt img{
    padding-right: 5px;
}

.trainer-btm-txt strong{
    font-weight: 900;
    color: #676767b3;
}



.trainer-heading{
    padding-bottom: 15px;
}

.allergies-div h4, .trainer-div h4{
    /*font-weight: 600;*/
}

.allergies-txt{
    font-size: 11px;
    /*font-weight: 600;*/
}

.tbl-fnt-sz{
    font-size:12px;
}

.tbl-lnk{
    color: rgba(0,0,0,0.5);
}

.tbl-lnk:hover,.tbl-lnk:focus{
    color: #000;
    text-decoration: none;
}

.select-pad{
    padding: 5px;
}

.activities-txt{
    font-size: 20px;
    font-weight: 900;
    color: #3d3e3e;
    padding-top: 10px;
}

/*.tr-bdr-btm{*/
    /*border-bottom:2px solid #ddd;*/
/*}*/

.week-days-rows{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    padding-top: 5px;
}

/*.week-days-trainer{*/
    /*border-top: 2px solid #fff;*/
    /*border-right: 2px solid #fff;*/
    /*border-left: 2px solid #fff;*/
/*}*/

.week-days-rows-trainer .col-lg-11, .week-days-rows-trainer .col-lg-1 {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

/*.week-days-trainer .flex-item:hover{*/
    /*-ms-transform: scale(1.2);*/
    /*-webkit-transform: scale(1.2);*/
    /*transform: scale(1.2);*/
/*}*/

.separator{
    height: 2px;
    background: #fff;
}
.days-holder{
    border-bottom: 1px solid #000;
    width: 100%;
    overflow-x: scroll;
}

.holder-box{
    width:50px;
    height: 50px;
    float: left;
    border: 1px solid #000;
    font-size: 7px;
    margin: 2px;
}

.td-div{
    border: 1px solid #ababab;
    padding: 10px 2px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    font-weight: 600;
    width: 4.5vw;
    height: 55px;
}

.mar-0{
    margin: 0 !important;
}

.pad-0{
    padding: 0 !important;
}

.tbl-top-hdr{
    color: #000;
    font-weight: 700;
}

.tbl-clr{
    background: linear-gradient(to bottom, #B8B8B8, #B8B8B8 50%, #CECECE 50%);
}

.tbl-bdr-lft{
    border-left: 2px solid #fff;
}

/*.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {*/
    /*padding: 1px;*/
/*}*/
.tbl-nbr{
    border: 1px solid;
    /*border-radius: 65px;*/
    /*width: 40px;*/
    width: 50px;
    height: 40px;
    text-align: center;
    /*font-size: 25px;*/
    font-size: 10px;
    line-height: 15px;
    /*right: -5px;*/
    /*top: -15px;*/
    /*position: absolute;*/
}
/*VUE PLAN ASSIGN*/
.new-tbl-nbr{
    border: 1px solid;
    /*border-radius: 65px;*/
    /*width: 40px;*/
    width: 65px;
    height: 40px;
    text-align: center;
    /*font-size: 25px;*/
    font-size: 10px;
    line-height: 15px;
    /*right: -5px;*/
    /*top: -15px;*/
    /*position: absolute;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.tbl-hdr{
    color: #fff;
    padding: 10px 0;
    font-weight: 700;
}

/*.days-table table tr {*/
    /*border-bottom: 2px solid #ababab;*/
/*}*/

.days-table table td {
    border: 0;
}

.voyager .days-table .table>tbody>tr>td, .voyager .days-table .table>tbody>tr>th, .voyager .days-table .table>tfoot>tr>td, .voyager .days-table .table>tfoot>tr>th {
    border: 0;
}

.plan-heading{
    font-size: 24px;
    font-weight: 600;
    padding: 5px 0;
}

.plan-heading-clr-a{
    /*color: #696969;*/
    color: #000;
}

.plan-heading-clr-b{
    /*color: #bb9667;*/
    color: #000;
}

.plan-div{
    /*width: 20%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
}

.nutritions-img-hldr{
    padding: 15px 0;
    background: #fff;
    min-height: 370px;
    /*min-height: 285px;*/
    /*min-height: 255px;*/
    /*min-width: 199px;*/
}

.nutritions-img-hldr button:disabled, .img-hldr-vid button:disabled{
    background:#5c5c5c;
    border:0;
    padding:5px;
    border-radius:4px;
    color:#fff;
}

.nutritions-img-hldr button:disabled, .img-hldr-vid button:disabled{
    background:#b8b8b8;
    color:#000;
    margin: 5px;
}

.img-hldr{
    padding: 15px 0;
    background: #fff;
    min-height: 385px;
    /*min-height: 255px;*/
    /*min-width: 199px;*/
}
/*.two-img-hldr:nth-child(7)*/
/*.nutritions-img-hldr , .nutritions-img-hldr .add-div-inner-div:nth-child(7), .img-hldr-vid .add-div-inner-div:nth-child(7){*/
/*    margin-left:25%;*/
/*}*/

.plan-txt-head-a{
    /*background: #696969;*/
    background: #b8b8b8;
}

.plan-txt-head-tbl{
    /*background: #696969;*/
    /*background: #b8b8b8;*/
    background:  linear-gradient(to bottom, #B8B8B8, #B8B8B8 49%, #CECECE 50%);
}

.table-mar{
    margin-bottom: 50px;
}
.new-table-mar {
    margin-top: 25px;
    margin-bottom: 60px;
}

.img-txt-head{
    text-align: left;
    position: relative;
}

.edit-hldr{
    position: absolute;
    height: 100%;
    width: 25px;
    background: #838383;
    right: 0;
    cursor: initial;
}

.edit-img{
    width: 20px !important;
    height: 20px;
    border: 1px solid #fff;
    padding: 3px;
    margin-top: 13px !important;
}

#save_workout, .margin-top-10{
    margin-top: 10px;
}

.img-txt-head-img-hldr{
    display: inline-block;
    height: 44px;
    padding-left: 5px;
}
a .carousel-head-txt{
    color:black !important;
}

/*************************************/

.caro-img-hldr{
    width: 27%;
    vertical-align: top;
}

.caro-fields-hldr{
    width: 70%;
    vertical-align: top;
    margin-top: 8px;
}

.caro-field{
    width: 80%;
    display: inline-block;
}

.caro-input{
    width: 100%;
    border-top: 0;
}

.caro-edit{
    width: 16%;
    display: inline-block;
}

/*************************************/

.carousel-head-icon{
    /*height: 44px;*/
    /*width: 44px !important;*/
    /*!*float: left;*!*/
    /*display: inline-block !important;*/
    height: 34px;
    width: 34px !important;
    display: inline-block !important;
    border-radius: 30px;
}

.carousel-head-icon-selected-img-margin{
    /*margin: -11px 0 0 -13px !important;*/
    margin: -5px 0 0 -8px !important;
}

.carousel-head-txt{
    /*float: left;*/
    /*padding: 10px 0 0 1vw;*/
    /*padding-top: 10px;*/
    display: inline-block;
    padding: 0.5vw 1vw 0 1vw;
    font-size: 11px;
}

.plan-txt-head-b{
    /*background: #bb9667;*/
    background: #cecece;
    /*cursor:url('../images/drag-left.png'),auto;*/
}

.workout-drag-cursor{
    cursor:url('../images/drag-left.png'),auto;
    /*padding-right: 32px;*/
    /*padding-left: 0px;*/
    /*padding-top: 12px;*/
    /*padding-bottom: 20px;*/
}
.plan-txt{
    font-size: 15px;
    font-weight: 500;
    color: #000;


    /*background: #ababab;*/
}

.plan-txt-cntstnt{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close-button{
    position: absolute;
    top: -9px;
    right: -6px;
    color: #fff !important;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    background: brown;
    border-radius: 25px;
    width: 13px;
}

.close-btn-week{
    right: 8px;
}

.two-img-hldr{
    padding: 2px 10px;
    width: 50%;
    float: left;
    text-align: center;
    font-size: 9px;
    margin-bottom: 24px;
    position: relative;
}

.edit-ckbox{
    position: absolute;
    left: 22%;
    top: 0;
}

.edit-nutri-ckbox{
    position: absolute;
    left: 12%;
    top: 0;
}

.btn-delete{
    background-color: #d10000;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 5px 15px 5px 5px;
}

.del-img {
    width: 20px !important;
    height: 20px;
    padding: 3px;
    display: inline-block !important;
    margin-top: -5px !important;
}

.input-hide{
    display: none;
}

.two-img-hldr2{
    padding: 2px 10px;
    width: 50%;

    float: left;
    text-align: center;
    font-size: 9px;

    /*margin-bottom: 15px;*/
    margin-bottom: 24px;
    background-position: center;
}

.input-hide .index-p{
    margin: 5px 0 0;
}

.index-p strong{
    font-weight: 900;
}

.two-img-hldr p{
    min-height: 30px;
    max-height: 2.857em !important;
}

.diet-slider-bottom .two-img-hldr{
    margin-bottom: -6px;
}

.diet-slider-bottom .two-img-hldr img {
    height: 60px;
    width: 60px;
}

.diet-slider-bottom .two-img-hldr p{
    font-size: 12px;
    font-weight: 900;
}

.workout-diet-slider .two-img-hldr{
    height: 98px;
}

.food-img{
    height: 30px;
    /*width: 60px;*/
    /*margin: 2px 0;*/
    border: 1px solid #fff;
    box-shadow: 0 0 5px #00000045;
}
.training-thumbnail{
    border: 1px solid #fff;
    box-shadow: 0 0 5px #00000045;
}

.owl-carousel .owl-item img {
    margin: 0 auto;
}

.owl-carousel .owl-item .user-img img, .user-img img{
    border-radius: 90px;
    height: 130px;
    width: 130px;
}

.tbl-fnt-sz table tr img{
    width: auto !important;
    height: 20px !important;
}

.chat-box-pad{
    padding-left: 5.7%;
    padding-right: 5.5%;
}

.chat-hldr{
    background: #fff;
    padding: 8px 20px;
    height: 230px;
}

#comments-container{
    min-height: 158px !important;
    max-height: 158px !important;
}

.media-hldr{
    background: #fff;
    /*height: 309px;*/
    height: 310px;

}

.media-arc-heading{
    padding: 8px 20px 5px;
}


.w-100-h-200{
    width: 100%;
    height: 6vw;
    background: #f7f7f7;
}

.txt-w-100{
    width: 90%;
    background: #eeeeee;
    border-radius: 10px;
    height: 40px;
    float: left;
}

.btn-div{
    width: 9%;
    margin-left: 1%;
}

.icon-btn{
    width: 100%;
    border: none;
    background: #696969;
    padding: 5px 0;
    color: #aeaeae;
    border-radius: 10px;
    height: 40px;
    font-size: 20px;
}

.txt-btn{
    width: 100px;
    border: none;
    background: #aeaeae;
    color: #fff;
    padding: 5px 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.bg-wht{
    background: #fff;
}

.media-head{
    background: #f7f7f7;
    padding: 3px 5px;
    color: #76838f;
    margin: 0 auto;
}

.media-icons{
    /*margin-right: 1.2vw;*/
    margin-right: 1.5vw;
    display: inline-block;
    font-size: 8px;
    padding: 5px;
}

.media-icons-last{
    display: inline-block;
    font-size: 8px;
}

.inner-vid-txt{
    font-size: 8px;
}

.media-vid-txt{
    font-size: 8px;
}

.delete_video_icon{
    text-align: right;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
    padding-right: 3px;
}

.media-icons:hover, .media-icons-last:hover{
    background: #696969;
    color:#fff;
}

.folderimage{
    max-width: 50px;
    max-height: 50px;
    cursor: pointer;
}
.media-fldr-hldr{
    padding: 0 20px 80px;
    overflow: hidden;
    overflow-y: scroll;
    /*height: 207px;*/
    height: 210px;

}
.app-container{padding-bottom:0 !important;}

.media-lib{
    margin-bottom: 5px;
    border-bottom: 1px solid #ababab;
    padding-top: 5px;
}

#gobackbutton{
    float: right;
    font-weight: 900;
    border-radius: 5px;
    padding: 0 2px;
    background: #b8b8b8;

}

#gobackbutton a{
    color: #000;
}

.overflow-hide{
    overflow: hidden;
}

.fldr-size{
    font-size: 4vw;
    line-height: 5vw;
}

.owl-carousel{
    position: relative;
}

.diet-slider .owl-nav .owl-prev, .diet-slider .owl-nav .owl-next{

    font-size: 90px !important;
    position: absolute;
    top: 40%;
    color: #000 !important;

}

.cal-top-txt{
    color: #000;
    font-weight: 800;
    font-size: 13px;
    line-height: 2;
}

.cal-btm-txt{
    color: #000;
    font-size: 11px;
    line-height: 0;
}

.trainer-right-div .diet-slider .owl-nav .owl-prev{
    left: -50px;
}

.trainer-right-div .diet-slider .owl-nav .owl-next{
    right: -50px;
}

.diet-slider .owl-nav .owl-prev{
    left: -25px;
}

.diet-slider .owl-nav .owl-next{
    right: -25px;
}

.diet-slider-top{
    min-height: 299px;
}

.diet-slider-bottom{
    min-height: 286px;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    /*border: 1px solid silver;*/
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 10px;
}

.nowrap  {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex-item {
    background: #fff;
    padding-top: 5px;
    width: 15%;
    height: 30px;
    margin: 5px;
    color: #76838f !important;
    /*   line-height: 100px;
    font-weight: bold; */
    font-size: 16px;
    text-align: center;
    position: relative;
}

.workout-week-day-img{
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.flex-item .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #76838f;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -60px;
    border: 1px solid #76838f;
    bottom: 35px;
}

.flex-item .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #76838f transparent transparent transparent;
}

.flex-item:hover .tooltiptext {
    visibility: visible;
}

.text-pop{
    width: 700px;
}

.plan-div-clickable{
    cursor: pointer;
}

.upload-hldr{
    position: relative;
    height: 35px;
}

.voyager .food-pop-form input[type=file]{
    padding: 5px;
    width: 103px;
    position: absolute;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

.preview-img{
    width: 50px;
    height: 50px;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 5px;
}

.upload-file-button{
    position: absolute;
    z-index: 4;
}

.img-hide{
    display: none;
}

/*****************Add Div**********************/

.add-div-mar{
    margin: 6px 8px 6px;
}

.add-div-icon{
    background: #fff;
    border-radius: 80px;
    font-size: 7px;
    text-align: center;
    font-weight: 900;
    height: 33px;
    width: 33px;
    line-height: 11px;
    padding: 5px 0px 5px 3px;
    box-shadow: 0px 0px 10px #000;
}

/*.add-div-icon img{*/
    /*top: 12px !important;*/
    /*left: 15px !important;*/
/*}*/

.add-div-head-btn{
    background: #fff;
    border: 0;
    position: relative;
    top: -5px;
    font-size: 15px;
}

.add-div-head-btn-span{
    /*cursor:pointer;*/
    /*border-left: 1px solid #fff;*/
    /*padding-left: 5px;*/
    /*color: #fff;*/
    /*margin-left: 2vw;*/
    /*font-weight: 800;
    padding: 2px 5px;
    */
    cursor: pointer;
    border-left: 1px solid #fff;

    color: #fff;
    margin-left: -3px;
    font-weight: 800;
    background: rgba(0,0,0,0.5);
    padding: 1px 0px 1px 3px;
    font-size: .7vw;
}

.icon-img-hldr{
    width: 600px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.nutri-ico{
    opacity: 0;
}

.icon-radio {
    display: inline-block;
    padding: 10px;
    height: 70px;
    width: 95px;
}

.icon-radio img{
    margin-bottom: 12px;
}

.add-div-inner-div{
    cursor:pointer;
    padding: 7px 4px;
    width: 43%;
    margin: 0 3%;
    float: left;
    text-align: center;
    font-size: 9px;
    margin-bottom: 15px;
    box-shadow: 0 0 2px #000;
    height: 60px;
    line-height: 12px;
}

.add-div-inner-btn{
    background: linear-gradient(to right, #B8B8B8, #B8B8B8 69%, #ffffff 25%);
    position: relative;
    top: -5px;
    font-size: 7px;
    margin-top: 8px;
    color: #fff;
    /* width: 40px; */
    width: 60px;
    padding: 3px 2px;
    border: 1px solid #aaa;
    text-align: left;
}

.add-div-inner-btn-txt{
    display: inline-block;
    width: 36px;
    text-align: center;
}

.add-div-inner-btn-txt-span{
    /*padding-left: 2px;*/
    color: #b8b8b8;
    /*margin-left: 0.1vw;*/
    margin-left: 6px;
    font-weight: 800;
    display: inline;
}

/*.img-hldr-vid{*/
    /*min-height: 345px;*/
/*}*/

/*********************************************/


/****************** Modal for Nutrition Popup **************************/

/*.popup-head-pad{*/
/*    padding: 20px 40px;*/
/*}*/
.popup-head-pad{
    padding: 10px 40px;
}

.popup-head-clr{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.popup-edit-btn{
    margin: 0;
    width: 100%;
}

/* For Removal of Input Number type increment arrows */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
/****************************************************/


.popup-form .row>[class*=col-] {
    margin-bottom: 0;
}

.input-width{
    width: 100%;
    height: 32px;
    background: #DFDFDF;
    border: 0;
    /*padding-left: 15px;*/
}
.ingredient-input-width{
    background: white !important;
    border: 1px solid #ccd0d2 !important;
}
.button-width{
    font-size: 10px;
    padding-left: 5px;
}

.textarea-width{
    width: 100%;
    height: 120px;
    background: #DFDFDF;
    border: 0;
    padding-left: 15px;
    padding-top: 10px;
}

.prog-bg{
    background-color: #dfdfdf;
    height: 2px;
}

.work-prog-bg{
    width: 70%;
    height: 5px;
    background: #dfdfdf;
    margin-top: 10px;
    text-align: left;
}

.pad-btm-10 progress::-webkit-progress-value, .mainDiv progress::-webkit-progress-value{
    background: rgb(189, 153, 103);
}

.pad-btm-10 progress::-moz-progress-bar, .mainDiv progress::-moz-progress-bar {
    background: rgb(189, 153, 103);
}

.pad-top-25{
    padding-top: 25px;
}
.pad-left-right-0{
    padding-left: 0;
    padding-right: 0;
}
.add-nutri{
    display: flex;
}

.row-bdr-btm{
    border-bottom: 2px solid #dfdfdf;
}

.recipie-txt-area{
    height: 120px;
    padding-top: 10px;
}

.pad-btm-25{
    padding-bottom: 10px;
}

/*.btn-add-sub{*/
/*    width: 100%;*/
/*    font-size: 20px;*/
/*    font-weight: 800;*/
/*    background: #b9b8b9;*/
/*    border: none;*/
/*    color: #fff;*/
/*    height: 33px;*/
/*}*/

.btn-add-sub{
    width: 90px;
    font-size: 20px;
    font-weight: 800;
    background: #b9b8b9;
    border: none;
    color: #fff;
    height: 33px;
    margin-top: 25px;
    margin-right: 10px;
}

.content-tabs .content{
    max-width: 100%;
    height: auto;
    overflow: visible;
}

.wizard > .content > .body{
    height: 100%;
    float: none;
    position: inherit;
}

.wizard > .content > .body .select2-container--default .select2-search--inline .select2-search__field{
    border: none;
}
.wizard > .content > .body ul {
    margin-bottom: 3px;
}

.wizard > .content > .body .select2-container{
    width: 100% !important;
}

.add-all{
    background: #ddd;
    padding: 15px;
    margin-bottom: 10px;
}

.pad-top-btm-15{
    padding: 15px 0;
}

.exer-det-hldr{
    padding-bottom: 20px;
}

.m-mf-hldr{
    padding: 10px 15px;
    box-shadow: 0px 0px 4px rgba(0,0,0, 0.7);
}

.img-txt-hldr{
    font-weight: 900;
    padding-bottom: 10px;
}

.img-txt-hldr img{
    margin-right: 8px;
}

.exer-unit-hldr{
    padding: 5px;
    background: #fafafa;
}

.btn-save{
    font-size: 15px;
    background: #b9b8b9;
    border: none;
    color: #fff;
    height: 33px;
    width: 100px;
}

.cls-btn{
    position: absolute;
    right: 3px;
    background: #b9b8b9;
    border: 0;
    color: #fff;
    border-radius: 80px;
    font-size: 16px;
    top: 3px;
}
.cls-btn-meals{
    right: 3px;
    background: #b9b8b9;
    border: 0;
    color: #fff;
    border-radius: 80px;
    font-size: 16px;
    top: 3px;
}

.inner-recipie-hldr{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    border: 0.4px solid #ccc;
    padding: 15px;
    background: #fff;
    margin: 15px auto;
    line-height: 11px;
}

.inner-recipie-hldr h4, .inner-recipie-hldr h5{
    margin: 0 0 10px 0;
}

.inner-recipie-hldr img{
    height: 80px;
    width: 80px !important;
}

.inner-recipie-ingr-img-div {
    padding-right: 15px;
}

.popup-head-pad .owl-nav .owl-prev, .popup-head-pad .owl-nav .owl-next {
    font-size: 90px !important;
    position: absolute;
    top: 35%;
    color: #000 !important;
}

.popup-head-pad .owl-nav .owl-next {
    right: -30px;
}

.popup-head-pad .owl-nav .owl-prev {
    left: -30px;
}

.nutrition-add-det-holder{
    max-width: 600px;
    margin: 0 auto;
}

.nutri-add-img-hldr-slide{
    width: 100px;
}

.nutri-add-txt-hldr-slide{
    float: left;
    width: 440px;
    height: 150px;
    padding-right: 5px;
    overflow-y: auto;
}

.ingr-disp-img{
    width: 230px;
    float: left;
}

.ingr-disp-txt-hldr{
    width: 310px;
    float: left;
}

.ingr-disp-txt{
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}

.add-nutri-slide{
    width: 450px;
    margin: 0 auto;
}

.owl-carousel-c .owl-item img{
    width: 110px !important;
    height: 60px;
}

.owl-carousel-c .owl-nav .owl-prev, .owl-carousel-c .owl-nav .owl-next {
    top: 15%;
}

.owl-carousel-c .owl-nav .owl-next {
    right: 15px;
}

.owl-carousel-c .owl-nav .owl-prev {
    left: 15px;
}

.img-txt-ln-hgt{
    line-height: 12px;
}

.fancybox-content .owl-carousel .owl-nav button.owl-prev, .fancybox-content .owl-carousel .owl-nav button.owl-next, .fancybox-content .owl-carousel button.owl-dot {

    height: 65px;
    top: 45px;
}

.fancybox-container .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    /*background: rgba(0, 0, 0, 0.3);*/
}

.fancybox-show-thumbs .fancybox-inner{
    right: 0 !important;
    bottom: 95px;
}

.fancybox-container .fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
    bottom: 95px;
}

.ingr-div .float-left div, .ingr-div .float-right div{
    margin-bottom: 5px;
}

.disp-inl-blk{
    display: inline-block;
}

/******************************************/


.modal-cst{
    display: none;
    /*width: 100%;*/
    /*max-width: 80%;*/
    /*width: 700px !important;*/
    width: 100%;
    max-width: 700px !important;
    background: rgba(0,0,0, 0.01) !important;
}

.modal-cst2{
    display: none;
    /*width: 100%;*/
    /*max-width: 80%;*/
    /*width: 700px !important;*/
    /*width: 100%;*/
    /*max-width: 700px !important;*/
    background: rgba(0,0,0, 0.01) !important;
    padding: 0 !important;
}

.modal-cst > div {

    overflow: auto;
}

.mdl-hd-clr{
    color: #fff;
}

.recipie-hldr{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    border: 0.4px solid #ccc;
    padding: 30px;
    background: #fff;
    /*width: 605px;*/
    width: 100%;
    margin: 15px auto;
}

.ingr-img-div{
    padding-right:30px;
}

.day-img-anchor{
    color: #000;
    font-size: .48vw;
    background: rgba(255,255,255,0.8);
    font-weight: 800;
    text-decoration: none;
    cursor:url('../images/drag-left.png'),auto;
}
.day-img-anchors{
    color: #000;
    font-size: .48vw;
    background: rgba(255,255,255,0.8);
    font-weight: 800;
    text-decoration: none;
}

.flex-item a:focus, .flex-item a:hover {
    color: #000;
    text-decoration: none;
}

.comments form{
    text-align: right;
}

.ui.blue.button, .ui.blue.buttons .button {
    background-color: #b8b8b8 !important;
}

.no-content-div{
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    background: #fff;
}

.no-content-div i{
    color: #f00;
}

.no-content-div-top{
    min-height: 299px;
    padding-top: 150px;
}

.no-content-div-btm{
    padding-top: 143px;
    min-height: 286px;
}

.plan-txt-head-hgt{
    min-height: 40px;
}

.reply .icon{
    width: inherit;
    height: inherit;
}

.contestant-mobile {
    padding-top: 25px;
}

/*.upload-folder{*/
/*    padding: 40px;*/
/*}*/

/*.upload-folder input{*/
/*    border: 1px solid #cecece;*/
/*    padding: 10px 15px;*/
/*    border-radius: 8px;*/
/*    margin-bottom: 15px;*/
/*}*/

.upload-folder{
    padding: 5px 0px;
}

.upload-folder input{
    border: 1px solid #cecece;
    padding: 10px 15px;
    border-radius: 8px;
    /*margin-bottom: 15px;*/
}

.bdr-wht-btm{
    border-bottom: 10px solid #fff;
}

.pdf-bg{
    background: #cecece;
}

.app-container .content-container .side-menu {
    width: 52px;
}

.app-container.expanded .content-container .side-menu {
    width: 242px;
}

.btn.btn-primary, .voyager .btn.btn-warning, .voyager .btn.btn-danger, .voyager .btn.btn-success, .voyager .pagination .active>a, .voyager .pagination .active>a:focus, .voyager .pagination .active>a:hover, .voyager .pagination .active>span:focus, .voyager .pagination .active>span:hover, .voyager .pagination .active span, .voyager .btn.btn-info, #toolbar .btn.btn-primary, .voyager .alert.alert-info, .btn-warning, .btn-danger, .voyager .side-menu .navbar-header {
    background: #B8B8B8;
    border-color: #B8B8B8;
}

.btn-primary.active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,.btn-warning.active, .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover,.btn-danger.active, .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover, #toolbar .btn.btn-primary:hover,#files li .file_link.selected, #files li .file_link:hover,#files li .file_link.selected, #files li .file_link:hover, .database-tables tr .btn-danger:hover, .widget .btn-primary:focus, .widget .btn-primary:hover, .widget .btn-primary:active, .widget .btn-primary.active, .widget .btn-primary:active:focus, .btn-warning.focus, .btn-warning:focus, .btn-warning:hover, .voyager .alert.alert-warning, .ss-main .ss-multi-selected .ss-values .ss-value, .select2-container--default .select2-results__option--highlighted[aria-selected], .ss-main .ss-content .ss-list .ss-option.ss-highlighted, .ss-main .ss-content .ss-list .ss-option:hover, .input-width option:hover, .btn-new-relationship,.voyager .panel.panel-primary .panel-heading, .row-dd-relationship .delete_relationship {
    background-color: rgb(189, 153, 103) !important;
    border-color: rgb(189, 153, 103) !important;
}

.row-dd-relationship{
    border-left-color: rgb(189, 153, 103) !important;
}

.voyager .panel.panel-primary .panel-heading, .row-dd-relationship i.voyager-heart{
    color: rgb(189, 153, 103) !important;
    border-color: rgb(189, 153, 103) !important;
}

.voyager .breadcrumb a, .voyager .side-menu.sidebar-inverse .navbar li.active>a, .voyager .navbar.navbar-default .navbar-nav>li:hover>a, .voyager .navbar .navbar-nav>li:hover>a, .voyager .side-menu.sidebar-inverse .navbar li>a:hover, table th a:hover, table th a, .table>tfoot>tr>th, .table>thead>tr>th, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, p a, p a:hover, .row-dd-relationship .voyager-relationship-details-btn {
    color: rgb(189, 153, 103) !important;
}

.table>thead>tr>th.tbl-fnt-clr{
    color: #76838f !important;
}

.voyager .table>thead>tr>th.th-bg1{
    background: #c6c6c6;
}

.voyager .table>thead>tr>th.th-bg2{
    background: #bbbbbb;
}

.tr-bg1{
    background: #e2e2e2;
}

.tr-bg2{
    background: #d4d4d4;
}

.ss-main .ss-content .ss-search input:focus {
    box-shadow: 0 0 5px rgb(189, 153, 103) !important;
}

#hidefolder{
    text-align: left;
}

.pad-rite-15{
    padding-right: 15px;
}

.ui.comments .comment .avatar img, .ui.comments .comment img.avatar{
    width: 35px;
    height: 31px;
}

.owl-user-slider .owl-nav button.owl-prev, .owl-user-slider .owl-nav button.owl-next, .owl-user-slider button.owl-dot {
    background: #cecece;
    color: inherit;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 5px !important;
    font: inherit;
    margin-right: 5px;
}

.owl-user-slider .owl-nav{
    display: none;
}

.owl-user-slider .owl-dots{
    text-align: center;
}

.owl-user-slider .trainer-btm-txt img{
    width: inherit;
    display: inline-block;
}

.owl-user-slider button.active{
    background: rgb(189, 153, 103) !important;
}

.app-container .content-container .side-menu .navbar-nav li a {
    padding: 0 5px;
    margin-right: 5px;
    font-size: 12px;
}

.app-container .content-container .side-menu .navbar-nav li.dropdown ul li a {
    padding: 0 10px;
    margin-right: 5px;
}

/************** New Selection Panel *********************/

.full-width-100{
    width: 100%;
}

.pad-15{
    padding: 15px;
}

.pad-l-r-15{
    padding: 0 15px;
}

.pop-tab-1{
    background-color: #efefef;
}

.pop-tab-2{
    background-color: #e0e0e0;
}

.pop-tab-3{
    background-color: #d5d5d5;
}

.pop-tab-4{
    background-color: #c5c5c5;
}

.pop-tab-5{
    background-color: #fff;
}

.pop-first-three-div{
    width: 16%;
    min-height: 50px;
    float: left;
}

.pop-fourth-div{
    width: 20%;
    min-height: 50px;
    float: left;
}

.pop-fifth-div{
    width: 30%;
    min-height: 50px;
    float: left;
}

.pop-fifth-div .pop-ingr-img-div img{
    width: 100%;
}

.pop-bdr-btm{
    border-bottom: 1px solid #000;
    text-align: left;
}

.pop-list{
    height: 260px;
}

/*.pop-ul{*/
/*    list-style-type: none;*/
/*    padding-left: 0;*/
/*    height: 100%;*/
/*    overflow-y: scroll;*/
/*    margin-bottom: 0;*/
/*    padding-bottom: 15px;*/
/*    text-align: left;*/
/*}*/

.pop-ul,.pop-ul-2,.pop-ul-3,.pop-ul-4{
    list-style-type: none;
    padding-left: 0;
    height: 100%;
    overflow-y: auto;
    margin-bottom: 0;
    padding-bottom: 15px;
    text-align: left;
}

.pop-ul-5{
    height: 100%;
    margin-bottom: 0px;
    padding-bottom: 10px;
    display: block;
    overflow-y: auto;
}

.pop-ul-no{
    display: none;
}

.pop-link-parent{
    background: url('/public//storage/images/pop-right-arrow.png') no-repeat center right 10px;
}

.pop-link-parent:hover{
    background-color: #fff !important;
}

.pop-link-pad{
    padding: 5px 15px;
}

.pop-link, .pop-link:hover, .pop-link:focus{
    text-decoration: none;
    color: #000;
    font-size: 11px;
}

.pop-recipie-hldr{
    height: 365px;
    padding: 15px 0;
}

.pop-ingr-img-div {
    padding-right: 2%;
    width: 40%;
    float: left;
}

.pop-recipie-img{
    width: 100%;
}

.pop-ingr-disp-txt-hldr {
    float: left;
    width: 60%;
    padding: 0 2%;
}

.pop-ingr-disp-txt {
    padding-bottom: 3px;
    font-size: 10px;
    height: 315px;
    overflow-y: auto;
}

.pad-btm-10{
    padding-bottom: 10px;
}

.font-12{
    font-size: 12px;
}

.font-10{
    font-size: 10px;
}

.pop-selection-panel.fancybox-content{
    background-color: transparent;
    padding: 0;
}

.pad-top-bot-27{
    padding-top: 27px;
    padding-bottom: 27px;
}

.start-timer-hldr{
    width: 380px;
    margin: 0 auto;
    border: 1px solid #a0a0a0;
    padding: 10px 0;
}

.date-edit{
    color: #a0a0a0;
    margin-left: 15px;
}

.date-edit:hover, .date-edit:focus{
    color: #a0a0a0;
    text-decoration: none;
}

.start-timer{
    background-color: #fff;
    color: #a0a0a0;
    display: -webkit-flex;
    display: flex;
    margin-top: 7px;
    margin-bottom: 7px;
    justify-content: center;
    justify-items: center;
}

.start-time{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
}

.time-bdr-right{
    border-right: 1px solid #aaa;
}

.days, .hours, .minutes, .seconds{
    font-weight: 900;
    font-size: 20px;
}

.plan-assigns .ui-widget-header .ui-icon, .plan-assigns .ui-state-hover .ui-icon, .plan-assigns .ui-state-focus .ui-icon, .plan-assigns .ui-button:hover .ui-icon, .plan-assigns .ui-button:focus .ui-icon {
    background-image: url(../storage/images/ui-icons_444444_256x240.png);
}

.input-container {
    position: relative;
    /*width: 150px;*/
}
.input-container input {
    width: 100%;
}

.input-container .unit {
    position: absolute;
    display: block;
    top: 3px;
    right: 0px;
    background-color: grey;
    color: #ffffff;
    /*padding-left: 5px;*/
    width: 45px;
    text-align: center;
}

.no-mar{
    margin: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice img{
    height: 35px;
}

.panel.widget.bgimage {
    max-height: 320px;
}

.panel.widget h4 {
    font-size: 16px;
    height: 40px;
}

.panel-body table{
    font-size: 12px;
}

.panel-body table tr td:last-child{
    width: 205px;
}

#dataTable #bread-actions a, .actions a.btn {
    padding: 5px 4px;
    font-size: 12px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 5px;
}

.dropdown.profile #app{
    position: relative;
    top: 25px;
}

#app .dropdown-container{
    right: 0px;
    left: inherit;
}

#app .dropdown-menu{
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#app .dropdown-notifications .notification .media-body {
    text-align: left;
}

.navbar .dropdown.profile .dropdown-menu {
    position: absolute!important;
}

.dropdown.profile.show .dropdown-menu-animated.show{
    opacity: 1;
    visibility: inherit;
    position: absolute !important;
}

.navbar .dropdown.profile .dropdown-notifications.open .dropdown-menu{
    visibility: visible;
    width: auto;
    padding: 18px 5px;
}

.breadcrumb {
    margin-bottom: 0px;
}

.breadcrumb > li + li:before {
    content: "\E046";
}

.language-selector {
    padding: 25px 10px 0 0;
}

#search-input .form-control {
    height: 28px;
}

/*.select2-container {
    width: auto !important;
}*/

/*Chat CSS*/
.menu-width{
    width:21rem !important;
}
.card-pad-mar{
    margin-bottom:  15px;
}
.side-bar-menu{
    height: 425px;
    width: 26rem !important;
    overflow-y: auto;
    overflow-x: hidden
}

/*VUE PLAN ASSIGN CSS*/
.pad-40-10{
    padding: 40px 10px;
}

.vue-flex-container {
    padding: 0;
    margin: 0;
    -ms-box-orient: horizontal;
    width:85px;
    height:50px;
    display:inline-flex;
    list-style: none;
    /*border: 1px solid silver;*/
    padding-bottom: 10px;
}

.vue-nowrap  {
    /*-webkit-flex-wrap: nowrap;*/
    /*flex-wrap: nowrap;*/
}
.vue-flex-item {
    background: #fff;
    padding-top: 5px;
    width: 100%;
    height: 30px;
    margin: 5px;
    /*color: Black !important;*/
    /*   line-height: 100px; */
    font-weight: bold;
    /*font-size: 8px;*/
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.vue-food-img{
    margin-bottom: 4px;
    height: 40px;
    width: 60px;
    /*margin: 2px 0;*/
    border: 1px solid #fff;
    box-shadow: 0 0 5px #00000045;
}

.vue-day-img-anchors{
    color: #000;
    font-size: 8px;
    background: rgba(255,255,255,0.8) !important;
    font-weight: 800;
    text-decoration: none;
}
.vue-pop-link-pad {
    padding: 9px 15px;
}

.vue-img-txt-head{
    padding: 15px 0 0 15px;
    text-align: left;
    position: relative;
}
.vue-pop-link-parent{
    background: none;
}
.vue-pop-first-three-div{
    width: 17%;
    min-height: 50px;
    float: left;
}
.vue-pop-fifth-div{
    width: 29%;
    min-height: 50px;
    float: left;
}

.vue-pop-fifth-div .pop-ingr-img-div img{
    width: 100%;
}


/************** This to resolve dragging issue of full box ******************/
@media screen and (max-width: 1700px) {
    .carousel-head-txt {
        padding:1vw 0.5vw;
    }
    /*.workout-drag-cursor {*/
        /*padding-right: 25px;*/
    /*}*/
}

/************** This is only for text resizing ******************/
@media screen and (max-width: 1425px){
    .plan-txt {
        font-size: 16px;
    }
}

@media screen and (max-width: 1400px) {
    .carousel-head-txt {
        padding: 1vw;
    }
    /*.workout-drag-cursor {*/
        /*padding-right: 22px;*/
    /*}*/

    .owl-carousel .owl-item .user-img img, .user-img img{
        border-radius: 90px;
        height: 80px;
        width: 80px;
    }

    .user-img{
        padding-top: 20px;
    }

    .summary-inner{
        padding: 15px 1px;
    }
}

@media screen and (max-width: 1200px){
    .trainer-heading {
        padding-top: 15px;
    }

    .trainer-right-div .diet-slider .owl-nav .owl-prev {
        left: -50px;
    }

    .trainer-right-div .diet-slider .owl-nav .owl-next {
        right: -50px;
    }

}

@media (max-width: 1200px) and (min-width: 991px){
    .trainer-right-div .diet-slider .owl-nav .owl-prev {
        left: -15px;
    }

    .trainer-right-div .diet-slider .owl-nav .owl-next {
        right: -15px;
    }

    .day-img-anchors{
        display: none;
    }

    .input-width {
        padding-left: initial;
    }
}

@media screen and (max-width: 991px) {

    .owl-carousel .owl-item .nutritions-img-hldr .two-img-hldr img {
        display: block;
        width: 50%;
    }

    .pop-first-three-div, .pop-fourth-div, .pop-fifth-div {
        width: 100%;
    }

    .pop-list {
        height: auto;
    }

    .pop-recipie-hldr {
        height: auto;
    }

    .pop-bdr-btm{
        text-align: center;
    }


}

@media screen and (max-width: 767px) {

    body.login .login-sidebar {
        border-left: 0;
    }

    .dropdown-menu {
        left: -185px;
    }

    .contestant-mobile {
        padding: 25px 0 0;
    }

    .dropdown.profile #app {
        top: -20px;
    }

    .media-object {
        width: 80px;
    }

    .notification-title, .notification-desc, .notification-meta {
        font-size: 10px;
    }



    /*.fancybox-thumbs {*/
        /*bottom: 0 !important;*/
        /*top: auto !important;*/
        /*width: 100% !important;*/
        /*height: 90px;*/
    /*}*/

    .recipie-hldr {
        padding: 30px 15px;
    }

    .ingr-img-div {
        padding-right: 0px;
    }

    .ingr-disp-img {
        width: 100%;
        float: none;
        text-align: center;
    }

    .ingr-disp-txt-hldr {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 576px){

    .fancybox-show-thumbs .fancybox-inner {
        right: 0 !important;
    }

    .fancybox-slide {
         padding-left: auto;
         padding-right: auto;
    }
}
@media screen and (max-width: 480px){
    .card-width{
        width:42rem !important;
    }
    .menu-width{
        width:40rem !important;
    }
    .card-pad-mar{
        padding: 0;
        margin: auto auto 15px auto;
    }
}
@media screen and (max-width: 414px){
    .card-width{
        width:354px !important;
    }
    .menu-width{
        width:33.5rem !important;
    }
    .card-pad-mar{
        padding: 0;
        margin: auto auto 15px auto;
    }
}
@media screen and (max-width: 375px){
    .card-width{
        width:315px !important;
    }
    .menu-width{
        width:29.5rem !important;
    }
}
@media screen and (max-width: 360px){
    .card-width{
        width:300px !important;
    }
    .menu-width{
        width:28rem !important;
    }
}
@media screen and (max-width: 320px){
    .card-width{
        width:262px !important;
    }
    .menu-width{
        width:24rem !important;
    }
}


