                                                                                        /*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 /* Global Styles */

 @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
 body {
    margin-top: 100px;
    background-color: #fff;
}
/*my own css starts*/
.toUpper {
    text-transform: uppercase;
}
.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
}
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
}
}


.upload-bgs.up-bgs{width:100%; height:240px;}
.upload-bgs.up-bgs .up-bgs-img img{display: block; width: 100%;height: 240px;}
.control {
	font-size: 18px;
	position: absolute;
	display: block;
	margin-bottom: 15px;
	padding-left: 30px;
	cursor: pointer;
	z-index:9999;
	top: 10px;
	left:10px;
}

ul.events-list li:hover{background:#f5f5f5; border:1px solid #ccc;}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}


.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 24px;
	height: 24px;
	
	border-radius:3px;
	border:2px solid #c64598;
}

.control--radio .control__indicator {
	border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	/*background: #c64598;*/
}

/* Checked state */
.control input:checked ~ .control__indicator {
	background: #c64598;
	border:2px solid #c64598;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #c64598;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
	pointer-events: none;
	opacity: .6;
	background: #c64598;
}

/* Check mark */
.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
	display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
	top: 4px;
	left: 8px;
	width: 3px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}


.fc-toolbar button:focus{outline:none; color:#333;}
label{font-family:"Montserrat" !important;}
.no-date-list{font-size:18px; text-align: center; color: #333 }
.no-date-list h4{font-size: 48px; color:#3F0E77; margin-top: 30px; }
.otp{width:200px;}
h2.no-up-photo{
    color: #3f0e77;
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: center;
    padding:10% 0;
    border:2px solid #e4e4e4;
    border-radius:4px;
}
h2.up-load-photo{
    color: #3f0e77;
    font-size: 18px;
    background:#f2f2f2; 
    padding: 10px 10px;

}
h2.review-heading{
    color: #B91880;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0px 15px;
    margin-top:0;
}
.review-section p{margin-top:0px; padding:10px 20px;}
.review-section p span{ position: relative; right:6px;}
.review-section{border:2px solid #e4e4e4; padding:10px; }
h2.up-load-photo span{color: #c64598; font-weight: bold; padding: 0 10px; }
.review-section p span i.fa.fa-chevron-right{font-size: 12px; color:#deca71 ;}
a.image-name { 
    position: absolute;
    top: 10px;
    right: 10px;
    background: #c64598;
    padding: 5px 5px;
    border-radius: 4px;
    display: block !important;
    color: #fff;
    text-transform: uppercase;
}
a.image-details { 
    position: absolute;
    bottom: 10px;
    left: 20%;
    background: #3f0e77;
    padding: 5px 5px;
    border-radius: 4px;
    display: block !important;
    color: #fff;
   // text-transform: uppercase;
}
.upload-bgs:hover a.image-name {display: block; cursor: pointer !important; z-index: 999;}
.upload-bgs:hover .img-overlay{background: #000 !important; display: block; width: 100%; height: 100%; position: absolute; z-index: 999; top: 0; opacity:.3;}
.upload-bgs:hover .album-chk-box .control{display:block !important;}
#albumPhotosInput-error.error{position: relative; left: 40.5%;}

#loginFormId .has-error .control-label,
#loginFormId .has-error .help-block,
#loginFormId .has-error .form-control-feedback {
    color: #deca71;
}
.photo-preview .carousel.slide .carousel-inner .item {
    width: 100%;
    height: 480px;
}

.photo-preview .carousel.slide .carousel-inner .item img {
    width: 100%;
    /* height: 100%;*/
    display: block;
}
.preview-img img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.profile-img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.ownUser{
    color:#B91880 !important;
}
.photographer-sidebar-fixed-color {
    background-color: #3f0e77 !important;
    color: #FFF !important;
}
.fc-event, .fc-event:hover, .ui-widget .fc-event {
    color: rgb(63, 14, 119) !important;
    text-decoration: none;
}
/*my own css ends*/
td.fc-day.fc-widget-content.fc-sat.fc-today::before {
    content: "Today";
    color: #fff!important;
    position: relative;
    display: inline-block;
    top: 50px;
    left: 50px;
}
/*profile */
.other-links {
    background: #EEE;
    overflow: auto;
    padding: 10px;
}
.other-links p {
    margin: 0;
    padding: 5px;
}
.other-links ul {
    margin: 0;
    float: right;
}
ul.social-icons {
    margin-top: 0px;
    text-align: right;
    padding: 0;
}
.social-icons li {
    vertical-align: top;
    display: inline;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.social-icon {
    color: #fff;
}
.fa-facebook {
    padding: 10px 14px 7px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #3d5b99;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding: 10px 10px 7px 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #00aced;
}
.fa-twitter:hover {
    background-color: #00aced;
}
.fa-linkedin {
    padding: 10px 11px 8px 11px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #0073a4;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-pinterest {
    padding: 10px 14px 7px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #bd081c;
}
.fa-pinterest:hover {
    background-color: #bd081c;
}
.fa-instagram {
    padding: 10px 14px 7px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #8a3ab9;
}
.fa-instagram:hover {
    background-color: #8a3ab9;
}

.col-lg-4.col-xs-12.selct-tm {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    }.order-id {
        color: #b91880 !important;
    }

    /*for footer bottom*/
    div#wrapper {
        min-height:calc(100vh - 89px);
    }
    .no_order{text-align: center;
        font-size: 28px;
        border: dashed #ccc 1px;
        padding: 30px;}
        .no-orders-row-sp i {
            font-size: 30px;
        }
        .no-orders-row-sp p {
            font-size: 18px;
        }
        .no-orders-row-sp {
            margin-top: -25px;
            margin-bottom: -15px;
        }
        /*for footer bottom end*/


        .footer-fixied-custom {
            position: fixed;
            bottom: 0px;
            width: 100%;
        }

        p.invalid {
            color: #3f0e77 !important;
            font-size: 16px !important;
            display: none;
            text-align: center;
        }

        .content-forgot a {
            color: #3F0E77;
            font-size: 18px;
            padding: 15px 15px;
            border: 2px dashed;
            border-radius: 50px;
            margin-bottom: 20px;
        }

        #loginFormId p.invalid {
            color: #ddca71 !important;
            font-size: 14px !important;
            display: none;
        }

        .click-track-select button {
            background: #fff none repeat scroll 0 0;
            border: medium none;
            color: #3f0e77;
            text-align: left;
            width: 100%;
        }
        #indexTable td a{
            color: #deca71;
        }
        #indexTable th {
            color: #3f0e77;
            text-transform: uppercase;
        }
        .click-track-select .dropdown-menu {
            border-radius: 0;
            margin: 0;
            padding: 0 8px;
            width: 100%;
        }

        .click-track-select .dropdown-menu li {
            padding: 6px 4px;
            float: left;
            width: 100%;
            padding: 10px;
            border-bottom: 1px dashed #ccc;
        }

        .click-track-select .dropdown-menu li span {
            display: block;
            font-size: 12px;
            color: #231F20;
            text-transform: uppercase;
        }

        .click-track-select {
            margin: 10px 0;
            position: relative;
        }

        .check-bt-o {
            margin-top: 23px;
            position: absolute;
            right:80px;
        }

        .click-track-select .dropdown img {
            float: right;
            margin-top: 5px;
        }

        .click-track-select button {
            text-align: left;
            width: 100%;
            border: 4px solid #f1f1f1;
            padding: 10px;
            font-size: 18px;
        }

        .collapse-arrow {
            margin-left: 10px;
        }

        .click-track-select button:focus {
            color: #3f0e77;
        }

        .click-track-select .dropdown ul.dropdown-menu {
            position: static !important;
        }

        .breadcrumb>li+li:before {
            content: "\003e";
            color: #8c8c8c;
            font-size: 12px;
            font-weight: bold;
        }

        th,
        td {
            white-space: nowrap;
        }

        div.dataTables_wrapper {
            width: 100%;
        }

        table.dataTable.select tbody tr,
        table.dataTable thead th:first-child {
            cursor: pointer;
        }

        table.dataTable.display tbody tr.even.selected > .sorting_1,
        table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
            background: #f4f4f4 !important;
        }

        table.dataTable tbody tr.selected {
            background: #f4f4f4 !important;
        }

        table.dataTable.display tbody tr.odd.selected > .sorting_1,
        table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
            background: #f4f4f4 !important;
        }

        table.dataTable.display tbody tr.odd.selected > .sorting_1 {
            background: #f4f4f4 !important;
        }

        .dataTables_wrapper.no-footer .dataTables_scrollBody {
            border-bottom: #efefef 1px solid !important;
        }

        .dataTables_scrollHead {
            width: 90% !important;
        }

        .dropdown-menu.factory_menu.factory.ser-vi {
            width: 230px;
        }

        .my-class-hd {
            border: 1px solid #ddd;
            border-radius: 5px;
            padding-top: 15px;
        }

        .new_order_view {
            color: #3f0e77;
            font-size: 12px;
            font-weight: bold;
        }

        .new_orders {
            background: #ffffff none repeat scroll 0 0;
            border: 1px solid #f1f1f1;
            margin-bottom: 30px;
            padding: 1%;
        }

        .photographer-sidebar .panel-heading a:hover {
            text-decoration: none;
        }

        .photo-preview {
            position: relative;
        }

        .photographer-intro {
            bottom: 20px;
            position: absolute;
            width: 100%;
        }

        .photographer-intro .media img {
            border: 5px solid rgba(0, 0, 0, 0.5);
            border-radius: 100px;
            margin-left: 10%;
            width: 120px;
            height: 120px;
        }

        .photographer-intro .media h2 {
            color: #ffffff;
            margin-left: 10px;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        }

        .photographer-intro .media h2 {
            color: #ffffff;
            margin-left: 10px;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        }

        .photographer-intro .media p {
            color: #ffffff;
            margin-left: 10px;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        }

        .about-photographer p {
            color: #333333;
            font-size: 13px;
            padding: 5px 15px;
        }

        .carousel-control {
            width: 5% !important;
        }

        .photographer-sidebar {
            background: #f5f5f5;
            border: 1px solid #EEE;
        }

        .photographer-sidebar h4 {
            font-size: 16px;
            padding: 0 10px;
        }

        .new_orders {
            background: #ffffff none repeat scroll 0 0;
            border: 1px solid #f1f1f1;
            margin-bottom: 20px;
            overflow: hidden;
            padding: 1%;
        }

        .ad-pd-right {
            margin-bottom: 10px;
            padding-left: 0;
            padding-right: 10px;
        }

        .rev-bg {
            background: #f5f5f5 none repeat scroll 0 0;
            padding: 5px 15px;
        }

        .rev-bg h4 {
            color: #222222;
            font-size: 14px;
            margin-bottom: 0;
        }

        .rev-bg h5 {
            color: #777777;
            font-size: 12px;
            margin-top: 2px;
        }
        .terms-contnt h5 {
            font-weight: bold;
        }
        .terms-contnt p{ font-size:14px;}
        .terms-contnt h4 {
            font-weight: bold;
            margin: 20px 0 15px;
            font-size:18px;
        }
        .uli-tems {
            list-style: outside none none;
            padding: 0;
        }
        .uli-tems > li {
            margin: 8px 0;
        }
        .fr-opsnr {
            float: left;
            padding: 0 10px 0 30px;
            width: auto;
        }
        .next-spn-n {
            display: table;
            overflow: hidden;
        }
        .terms-contnt {
            margin-top: 15px;
        }
        .top_btn_custom.pull-right.ac-pt {
            background: #e3c488 none repeat scroll 0 0;
            border: 2px solid #e3c488;
        }


        .ac-pt {
            margin-left: 10px;
        }

        .new_orders.reviwe-ad.no-mr-b {
            margin-bottom: 20px;
        }

        .photographer-sidebar .panel-heading {
            background: #eeeeee;
            border: 0;
            border-radius: 0;
            padding: 0;
        }

        .photographer-sidebar .panel-heading a {
            display: block;
            padding: 10px;
        }

        .photographer-sidebar .panel-heading a:hover,
        .photographer-sidebar .panel-heading a:focus {
            text-decoration: none;
            background-color: #EEE;
        }

        .photographer-sidebar .panel-heading a:hover {
            background-color: #3f0e77;
            color: #FFF;
        }

        .photographer-sidebar .panel-heading a[aria-expanded="true"] {
            background-color: #3f0e77;
            color: #FFF;
        }


        .photographer-sidebar .panel {
            border: 0;
            border-radius: 0;
        }

        .photographer-sidebar .panel-heading h5 {
            color: #999;
            font-size: 14px;
        }

        .photographer-sidebar .panel-body {
            background-color: #f5f5f5;
        }

        .photographer-sidebar .panel ul {
            margin: 0;
            padding: 0 10px;
        }

        .photographer-sidebar .panel ul li {
            list-style-type: disc;
        }

        .panel-group .panel+.panel {
            margin-top: 2px;
        }

        .photographer-sidebar .panel-heading a i {
            float: right;
        }

        .about-photographer {
            background: #ffffff none repeat scroll 0 0;
            border: 1px solid #f1f1f1;
            margin-bottom: 25px;
            margin-top: 0;
        }

        .pro-fed {
            border: 1px solid #f1f1f1;
            padding-bottom: 15px;
            padding-top: 15px;
        }

        .about-photographer h3 {
            color: #333333;
            font-size: 22px;
            padding: 0 15px;
        }

        .view-rating {
            /*margin-left:10px;*/
        }

        .view-rating > label {
            margin-bottom: 0;
        }

        .view-rating > label:before {
            margin: 2px;
            font-size: 1.25em;
            font-family: FontAwesome;
            display: inline-block;
            content: "\f005";
            color: #999;
        }

        .view-rating > label.on:before {
            margin: 2px;
            font-size: 1.25em;
            font-family: FontAwesome;
            display: inline-block;
            content: "\f005";
            color: #ddca71;
        }

        .rating {
            border: none;
            float: left;
        }

        .rating > input {
            display: none;
        }

        .rating > label:before {
            margin: 5px;
            font-size: 1.25em;
            font-family: FontAwesome;
            display: inline-block;
            content: "\f005";
        }

        .rating > .half:before {
            content: "\f089";
            position: absolute;
        }

        .rating > label {
            color: #ddd;
            float: right;
        }

        .dataTables_paginate.paging_simple_numbers {
            border: 1px solid #eeeeee !important;
            border-radius: 5px !important;
            font-weight: normal !important;
            margin-bottom: 30px !important;
            margin-top: 20px !important;
            padding: 0 !important;
        }
        /***** CSS Magic to Highlight Stars on Hover *****/

        .rating > input:checked ~ label,
        /* show gold star when clicked */

        .rating:not(:checked) > label:hover,
        /* hover current star */

        .rating:not(:checked) > label:hover ~ label {
            color: #FFD700;
        }
        /* hover previous stars in list */

        .rating > input:checked + label:hover,
        /* hover current star when changing rating */

        .rating > input:checked ~ label:hover,
        .rating > label:hover ~ input:checked ~ label,
        /* lighten current selection */

        .rating > input:checked ~ label:hover ~ label {
            color: #FFED85;
        }

        .carousel-control {
            width: 5% !important;
        }

        .gear_left_tab {
            background: #f5f5f5 none repeat scroll 0 0;
            margin: 0;
            padding: 0;
        }

        .add_text {
            float: left;
            height: 36px;
            margin-right: 10px;
            width: 85.7%;
        }

        .add_checklist .alert {
            background: #f5f5f5 none repeat scroll 0 0;
            border: 1px solid #f5f5f5;
            border-radius: 0;
            color: #666666;
        }

        .page-header.h1_heading.my-hd-2 {
            font-size: 18px;
            margin-top: 5px;
        }

        .tabs-left > li.active > a,
        .tabs-left > li.active > a:focus,
        .tabs-left > li.active > a:hover {
            background: #3f0e77 none repeat scroll 0 0!important;
            border-radius: 1px solid!important;
            color: #ffffff;
        }

        .tabs-left > li {
            padding: 1.4% 2%;
            width: 100%;
        }

        .tabs-left > li > a {
            border-radius: 0 !important;
        }

        .tabs-left > li > a {
            background: #ffffff none repeat scroll 0 0;
            color: #666666;
            font-size: 14px;
            padding: 8px 15px;
        }

        .tabs-left > li > a:focus,
        .tabs-left > li > a:hover {
            background: #eeeeee none repeat scroll 0 0 !important;
            font-size: 14px;
            padding: 9px 16px!important;
            border-radius: 1px solid!important;
        }

        .h4-hdi {
            color: #3f0e77;
            margin-bottom: 15px;
            margin-top: 0;
        }

        .tabs-left {
            border-bottom: 0 none;
            padding-bottom: 4px;
            padding-top: 3px;
        }

        .search_icon {
            color: #dfdfdf;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 12px;
        }

        .form-control {
            border: 1px solid #dfdfdf;
            box-shadow: none;
        }

        .tab-content.gear-tb {
            background: #f5f5f5 none repeat scroll 0 0;
            margin-bottom: 0px;
            margin-top: 0px;
            padding: 10px;
            width: 100%;
        }

        .tab-pane .alert {
            background: #ffffff none repeat scroll 0 0;
            border: 1px solid #ffffff;
            border-radius: 0;
            color: #666666;
        }

        .close {
            color: #ffffff;
            opacity: 1;
            text-shadow: none;
        }

        .new_product {
            background: #ddca71 none repeat scroll 0 0;
            color: #ffffff;
            margin-left: 10px;
            padding: 2px 5px;
        }

        .gear_edit {
            margin-left: 15px;
        }

        .gear_edit .fa-pencil,
        .gear_edit_anchor {
            color: #ddca71;
            text-decoration: none !important;
        }

        .gear-tb .tab-pane .alert {
            margin: 10px 0px;
        }

        .gear-tb .tab-pane .alert:last-child {
            margin-bottom: 0;
        }

        .tab-search {
            border: 1px solid #dfdfdf;
            margin-bottom: 0px;
            width: 100%;
        }

        .feedback {
            background: #fafafa none repeat scroll 0 0;
            border: 1px solid #e7e7e7;
            margin-top: 10px;
            padding: 2px 15px;
            overflow: auto;
        }

        .ev-bg-main .feedback {
            margin-bottom: 15px;
            margin-top: 0;
        }

        .ev-bg-main .feedback:last-child {
            margin-bottom: 0;
        }

        .top-pro-page {
            margin-top: 15px;
        }

        .ser_pro_box1.bg_color_a {
            background: #29b6f6 none repeat scroll 0 0;
        }

        .ser_pro_box1.bg_color_b {
            background: #7e57c2 none repeat scroll 0 0;
        }

        .ser_pro_box1.bg_color_c {
            background: #6e8cd7 none repeat scroll 0 0;
        }

        .ser_pro_box1.bg_color_d {
            background: #33b86c none repeat scroll 0 0;
        }

        .review-list .rat-date {
            color: #888888;
            margin: 5px 0 0;
        }

        .ser_pro_box1 {
            margin-bottom: 30px;
            padding: 5%;
        }

        .serv_ptag {
            color: #ffffff;
            font-size: 30px;
            font-weight: bolder;
            line-height: normal;
            margin: 0;
            padding: 0;
            text-align: right;
        }

        .serv_ptag-small {
            color: #ffffff;
            font-size: 16px;
            margin: 0;
            padding: 0;
            text-align: right;
        }

        .serv_provider_user p.serv_user_name {
            color: #ffffff;
            font-size: 14px;
            margin: 0;
            padding-top: 10%;
        }

        .edit {
            float: right;
            font-size: 15px;
            line-height: 15px;
            margin: 5px;
            outline: medium none;
            padding: 4px;
            color: #b91880;
        }

        .delete {
            color: #b91880;
            float: right;
            font-size: 15px;
            line-height: 15px;
            margin: 5px;
            outline: medium none;
            padding: 4px;
        }

        .event-input input {
            border: 1px solid #dfdfdf;
            border-radius: 4px;
            height: 36px;
            padding: 6px 12px;
            width: 100%;
        }

        .event-input {
            padding-right: 0;
        }

        .addbt-margin {
            margin-bottom: 10px;
            width: 100%;
        }

        .tab-content-custom-ab {
            background: #f1f1f1 none repeat scroll 0 0;
            margin-top: 20px;
        }

        .evt-list-tab.nav-tab-custom-a {
            border: medium none;
        }

        .evt-list-tab.nav-tab-custom-a {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        }

        .evt-list-tab.nav-tab-custom-a > li.active > a,
        .evt-list-tab.nav-tab-custom-a > li.active > a:focus,
        .evt-list-tab.nav-tab-custom-a > li.active > a:hover {
            background: #F5F5F5 !important;
            color: #3F0E77;
        }

        .evt-list-tab.nav-tab-custom-a li.active {
            background: #F5F5F5;
        }

        .evt-list-tab.nav-tab-custom-a > li {
            padding: 0px;
            border: 0px;
        }

        .evt-list-tab.nav-tab-custom-a > li {
            border: 1px solid #D4D4D4;
            color: #e3c488;
            font-size: 20px;
            margin-right: 0;
            padding: 10px 15px;
            width: 40%;
            border-radius: 4px;
            border-left: 1px;
            margin: 0 15px;
        }

        .evt-list-tab.nav-tab-custom-a > li a {
            color: #B91880;
        }

        .evt-list-tab.nav-tab-custom-a li:last-child {
            border-left: 1px solid #d4d4d4;
            border-right: 1px solid #d4d4d4;
        }

        .evt-list-tab.nav-tab-custom-a {
            margin: 0 0 0 16%;
        }

        .evt-list-tab.nav-tab-custom-a > li:first-child {
            border-left: 1px solid #D4D4D4;
        }

        .modal-header {
            background: #b91880 none repeat scroll 0 0;
            color: #ffffff;
            text-align: center;
            text-transform: uppercase;
        }
        .modal{z-index: 99999;}

        .create-event {
            background-color: #f5f5f5;
            overflow: auto;
            padding: 20px 40px;
        }

        .bd-g {
            background: #f5f5f5 none repeat scroll 0 0;
            overflow: hidden;
        }

        .selct-tm-1 {
            text-align: center;
        }

        .album-prc a {
            background: #b91880 none repeat scroll 0 0;
            border-radius: 5px;
            color: #ffffff;
            float: right;
            margin-left: 15px;
            padding: 8px 10px;
            text-decoration: none;
            font-size: 12px;
        }

        .t-1 {
            text-align: center;
            width: auto;
        }

        .al-h {
            font-size: 18px;
            font-weight: bold;
        }

        .ev-name {
            float: left;
            width: 100%;
        }

        .ev-name h4 {
            float: left;
        }

        .ev-name span {
            margin: 15px 0px;
            float: right;
        }

        .ev-name {
            width: 100%;
        }

        .eb-bg {
            background: #ffffff none repeat scroll 0 0;
            margin: 0;
            padding: 0;
        }

        .list-evm {
            margin-bottom: 0;
            padding: 10px 15px;
            border-bottom: 1px solid #ccc;
        }

        .ev-bg-list {
            background: #f5f5f5 none repeat scroll 0 0;
        }

        .evnt-hds {
            background: #e7e7e7 none repeat scroll 0 0;
            margin: 0;
            padding: 10px 15px;
        }

        .list-evm:last-child {
            border-bottom: 0px;
        }

        .list-evm button.close {
            right: 0px;
        }

        .evtn-div-bg {
            margin: 20px 0 30px;
        }

        .panel-heading > h4 {
            color: #3f0e77;
            font-size: 16px;
            margin: 0;
            text-transform: uppercase;
        }
        .sscroll {
            height: 320px;
            overflow-y: scroll;
            padding-right: 5px;
            overflow-x: hidden;
        }

        .section-hd {
            border: 1px solid #e8e8e8;
            margin: 15px 0;
        }

        .section-hd h3 {
            margin-top: 10px;
        }

        .section-hd {
            background: #fafafa none repeat scroll 0 0;
            border: 1px solid #e8e8e8;
            margin: 0 0 10px;
        }

        .section-hd:last-child {
            margin-bottom: 0px;
        }

        .section-hd h4 span {
            color: #666666;
            float: right;
            font-size: 14px;
        }

        .msg-space {
            margin-top: 30px;
        }

        .section-hd2 form span {
            color: #888888;
            font-size: 10px;
        }

        .section-hd2 {
            background: #fafafa none repeat scroll 0 0;
            border: 1px solid #e7e7e7;
            padding-top: 15px;
        }

        .events-list {
            margin: 0;
            padding: 0;
        }

        .events-list li {
            background-color: #ffffff;
            border: 1px solid #eeeeee;
            margin-bottom: 5px;
            padding: 10px;
        }

        .events-list header {
            padding-bottom: 5px;
        }

        .event-title h3 {
            font-size: 15px;
            margin: 0;
        }

        .event-title p {
            color: #999999;
            font-size: 14px;
            margin: 0;
        }

        .btn-review {
            background-color: #ffffff;
            border: 2px solid #b91880;
            color: #b91880;
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            padding: 3px 8px;
            text-transform: uppercase;
        }

        .btn-review:hover {
            background-color: #b91880;
            color: #ffffff;
            transition: all 0.5s ease 0s;
            text-decoration: none;
        }

        .events-list section p {
            background-color: #eeeeee;
            border-radius: 4px;
            color: #666666;
            display: inline-block;
            font-size: 11px;
            margin: 5px 0 0;
            padding: 5px 26px;
        }

        .sscroll::-webkit-scrollbar-track {
            background-color: #f1f1f1;
        }

        .sscroll::-webkit-scrollbar {
            width: 5px;
            background-color: #f1f1f1;
        }

        .sscroll::-webkit-scrollbar-thumb {
            background-color: #E3C488;
        }

        .events-list section span {
            display: block;
        }

        .review-list {
            margin: 0;
            padding: 0;
        }

        .review-list li {
            background: #ffffff none repeat scroll 0 0;
            border: 1px solid #f1f1f1;
            margin-bottom: 5px;
            padding: 10px;
        }

        .review-title {
            overflow: auto;
        }

        .review-list h3 {
            font-size: 15px;
            margin: 0;
        }

        .review-list h3 span {
            color: #999999;
            font-size: 13px;
            font-weight: 400;
        }

        .rating {
            border: none;
            float: left;
        }

        .rating > input {
            display: none;
        }

        .rating > label:before {
            margin: 5px;
            font-size: 1.25em;
            font-family: FontAwesome;
            display: inline-block;
            content: "\f005";
        }

        .rating > .half:before {
            content: "\f089";
            position: absolute;
        }

        .rating > label {
            color: #ddd;
            float: right;
        }
        /***** CSS Magic to Highlight Stars on Hover *****/

        .rating > input:checked ~ label,
        /* show gold star when clicked */

        .rating:not(:checked) > label:hover,
        /* hover current star */

        .rating:not(:checked) > label:hover ~ label {
            color: #FFD700;
        }
        /* hover previous stars in list */

        .rating > input:checked + label:hover,
        /* hover current star when changing rating */

        .rating > input:checked ~ label:hover,
        .rating > label:hover ~ input:checked ~ label,
        /* lighten current selection */

        .rating > input:checked ~ label:hover ~ label {
            color: #FFED85;
        }
        /****** Style Star Rating static *****/

        .rating-static {
            border: none;
            float: left;
            position: relative;
        }

        .rating-static > label:before {
            margin: 5px;
            font-size: 1.25em;
            font-family: FontAwesome;
            display: inline-block;
            content: "\f005";
        }

        .rating-static > .half:before {
            content: "\f089";
            position: absolute;
        }

        .rating-static > label {
            color: #ddd;
            float: right;
        }

        .rating-static > label.on {
            color: #FFD700;
        }

        .review-list {
            margin: 0;
            padding: 0;
        }

        .review-list li {
            padding: 10px;
            background: #FFF;
            border: 1px solid #f1f1f1;
            margin-bottom: 5px;
        }

        .review-list li:hover {
            border: 1px solid #ccc;
            background-color: #f5f5f5;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

        .review-list h3 {
            font-size: 15px;
            margin: 0;
        }

        .review-list h3 span {
            font-size: 13px;
            color: #B91880;
            font-weight: 400;
        }

        .review-list p {
            font-size: 13px;
            margin: 0;
        }

        .panel-footer {
            background-color: #F5F5F5;
        }

        .cr-sts {
            margin: 8px 10px 4px 0;
        }

        .cr-sts a {
            color: #3f0e77;
            font-size: 12px;
            text-transform: uppercase;
        }

        .more {
            color: #b91880;
            display: block;
            font-size: 12px;
            padding: 10px;
            text-align: center;
            text-decoration: underline;
            text-transform: uppercase;
        }

        .more:hover {
            background-color: #f5f5f5;
            text-decoration: none;
        }

        .status-1 a {
            color: #fff;
        }

        .status-2 a {
            color: #fff;
        }

        .status-3 a {
            color: #fff;
        }

        .status-4 a {
            color: #fff;
        }

        a:hover {
            text-decoration: none;
        }

        .photo-head {
            background: #f2f2f2 none repeat scroll 0 0;
            color: #3f0e77;
            font-size: 18px;
            margin-bottom: 0;
            padding: 10px 15px;
            margin-top: 0px;
        }

        .panel {
            box-shadow: none;
        }

        .gear_right_tabcontent {
            padding-right: 0;
        }

        .sp-btn {
            margin: 0 8px;
        }

        .btn-align.btn-margn {
            display: block;
            padding: 20px 0;
        }

        .pull-right.od-id {
            display: flex;
            font-size: 12px;
            text-transform:uppercase;
        }

        .pull-right.od-id h4 {
            color: #3f0e77;
            font-size: 14px;
            margin: 0 0 0 4px;
            text-transform:none;
        }

        .modal-footer button.btn.btn-default{padding: 5px 12px;}
        .close:focus, .close:hover{ color: #fff; opacity:1;}
        .od-id {
            color: #b91880;
        }

        .cancl-hd.photo-head {
            float: left;
            margin-bottom: 0;
            margin-top: 30px;
            width: 100%;
        }

        .cancl-hd {
            background: #F5F5F5;
            color: #ffffff;
            margin: 10px 0;
            padding: 5px 8px;
        }

        .paid2 {
            background: #f9f9f9 none repeat scroll 0 0;
            line-height: 26px;
            overflow: auto;
            padding: 10px;
            overflow-wrap: break-word;
        }

        .paid {
            background: #fff;
            border: 1px solid #e7e7e7;
            padding: 10px;
            padding: 10px;
            min-height: 75px;
            overflow-wrap: break-word;
        }

        .srach-msg {
            display: flex;
            margin: 0 10px;
        }

        .srach-msg label {
            margin-right: 5px;
            margin-top: 6px;
        }

        .od-id span.id_i {
            color: #3f0e77;
            margin-left: 5px;
        }

        .od-id.top-id {
            margin-top: 8px;
        }

        .img_paid {
            border: 1px solid #e7e7e7;
            background:#29b6f6 none repeat scroll 0 0 !important;
            color:#fff !important;
        }

        .mang_pag_a .paid{
          background:#7e57c2 none repeat scroll 0 0 !important;
          color:#fff !important;
      }

      .mang_pag_b .paid{
          background:#6e8cd7 none repeat scroll 0 0 !important;
          color:#fff !important;
      }
      .mang_pag_c .paid{
          background:#33b86c none repeat scroll 0 0 !important;
          color:#fff !important;
      }

      .paid-img-m {
        float: left;
        margin: 0px;
        padding-right: 0;
    }

    .img_paid {
        background: #ffffff none repeat scroll 0 0;
        border: 1px solid #e7e7e7;
        padding: 15px;
    }

    .mang_pag {
        padding-right: 0;
    }

    .img_paid h4 {
        font-size: 16px;
        margin-bottom: 3px;
        margin-top: 0;
    }

    .img_paid h5 {
        font-size: 12px;
        margin-top: 0;
    }

    .paid td {
        padding: 10px 30px 10px 0;
    }

    .paid2 b {
        color: #666666;
    }

    .paid2 h4 {
        font-size: 16px;
        margin: 10px 0;
    }

    .paid2 p {
        line-height: 21px;
    }

    .choose-ab {
        margin: 20px 0 0;
    }

    .choose-ab h4 {
        font-weight: bold;
        margin: 18px 0;
    }

    .form-group.selct-tm {
        text-align: center;
    }

    .form-group.selct-tm a {
        color: #ffffff;
    }

    .bottom-space {
        margin-bottom: 15px;
    }

    .select-order select {
        border-radius: 4px;
        font-size: 12px;
        height: 34px;
        padding: 3px 12px;
    }

    .control-label label {
        margin-top: 5px;
    }

    #event-datepicker5 {
        border-radius: 0;
        border-right: 0 none;
        color: #444444;
        font-size: 10px;
        height: 25px;
        padding: 0 4px;
    }

    #event-datepicker6 {
        border-left: 0 none;
        border-radius: 0;
        color: #444444;
        font-size: 10px;
        height: 25px;
        padding: 0 4px;
    }

    .input-group-addon {
        padding: 3px 6px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        text-align: center;
        background-color: rgba(34, 36, 38, 0.15);
        border: 1px solid rgba(34, 36, 38, 0.15);
        border-radius: 4px;
    }

    .panel-heading2 h4 {
        color: #3f0e77;
        /*float: left;*/
        font-size: 15px;
        margin: 8px 0px 5px 0px;
    }

    .btn-manage4 {
        background: #e74c3c;
        border: 2px solid #e74c3c;
        border-radius: 5px;
        color: #fff;
        font-size: 13px;
        margin-bottom: 0;
        padding: 4px 10px;
    }

    .btn-manage4:hover {
        background-color: #f96353;
        border: 2px solid #f96353;
        color: #ffffff;
        transition: all 0.5s ease 0s;
    }

    .btn-manage2 {
        background: #3f0e77;
        border: 2px solid #3f0e77;
        border-radius: 5px;
        color: #fff;
        font-size: 13px;
        margin-bottom: 0;
        padding: 4px 10px;
    }

    .btn-manage2:hover {
        background-color: #5e23a3;
        border: 2px solid #5e23a3;
        color: #ffffff;
        transition: all 0.5s ease 0s;
    }

    .btn-manage3 {
        background-color: #ffffff;
        border: 2px solid #3498db;
        color: #3498db;
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        padding: 3px 8px;
        text-transform: uppercase;
    }

    .btn-manage3:hover {
        background-color: #2980b9;
        border: 2px solid #2980b9;
        color: #ffffff;
        transition: all 0.5s ease 0s;
    }

    .panel-heading2 {
        margin-bottom: 0px;
        background: #f2f2f2 none repeat scroll 0 0;
        border-color: #eeeeee;
        color: #ffffff;
        font-size: 14px;
        overflow: hidden;
        padding: 5px 15px;
        text-transform: uppercase;
    }

    .pannel-sec-bg {
        background: #fafafa none repeat scroll 0 0;
        color: #333333;
    }

    .no-evt-padding {
        margin: 5px 0px;
    }

    .order-ex-1 {
        background: #ddca71 none repeat scroll 0 0;
        color: #ffffff;
        padding: 8px 20px;
    }

    .order-ex-1 > h3 {
        font-size: 18px;
        margin-bottom: 2px;
        margin-top: 5px;
    }

    .order-ex-2 {
        background: #FAFAFA none repeat scroll 0 0;
        color: #555555;
        padding: 8px 20px;
        border: 1px solid #e7e7e7;
    }

    .order-ex-2 > h3 {
        font-size: 18px;
        margin-bottom: 2px;
        margin-top: 5px;
    }

    .fed-btm {
        margin: 20px 0;
    }

    .img-mgmt-1 {
        background: #fff none repeat scroll 0 0;
        margin-bottom: 10px;
        padding: 10px;
        width: 100%;
        border: 1px dashed #cccccc;
    }

    .img-mgmt-1 h4 {
        font-size: 16px;
    }

    .no-ex-m {
        margin: 0;
    }

    .mgmt-date {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 3px;
        color: #b91880;
        font-size: 14px;
        margin-left: 5px;
        padding: 5px 10px;
    }

    .upload-bgs img {
        background: #fff none repeat scroll 0 0;
        border: 4px solid #f1f1f1;


    }

    .ev-bg-main {
        background: #FAFAFA;
        padding: 15px;
    }

    .photo-head h4 {
        color: #3f0e77;
    }

    .evnt-bt-sp {
        margin-bottom: 30px;
    }

    .portlet-s {
        margin-top: 20px;
    }

    .check {
        margin: 10px 0 20px;
    }

    .mg-table {
        background: #FAFAFA;
        border: 4px solid #f1f1f1;
        margin: 10px 0px 20px 0px;
        padding: 10px 15px;
    }

    .order-mgmt-table td {
        color: #777777;
    }

    .bold-color {
        color: #222222 !important;
    }

    table.dataTable.od-view tbody tr {
        background-color: #F9F9F9!important;
    }

    table.dataTable.od-view {
        border: 0px!important;
    }

    table.dataTable.od-view tbody th,
    table.dataTable.od-view tbody td {
        border: 0px!important;
        padding: 5px 8px;
    }

    #myTable.table-striped tr th {
        background: #eeeeee none repeat scroll 0 0;
        border-bottom: 0 none;
        color: #6d6d6d;
    }

    .mg-table tr {
        border-bottom: 1px solid #cccccc;
    }

    .mg-table td {
        padding: 5px 8px;
    }

    .mg-table tr:last-child {
        border-bottom: medium none;
    }

    .mg-table h4 {
        margin-top: 3px;
    }

    .order-mgmt-table > tbody > tr > td,
    .order-mgmt-table > tbody > tr > th,
    .order-mgmt-table > tfoot > tr > td,
    .order-mgmt-table > tfoot > tr > th,
    .order-mgmt-table > thead > tr > td,
    .table > thead > tr > th {
        padding: 5px 8px;
        background: #F9F9F9;
    }

    .recent-msgs {
        border: 1px solid #e8e8e8;
        padding-bottom: 15px;
    }

    .recent-msgs input {
        margin: 15px 0;
    }

    .bod {
        border-bottom: 1px solid #e8e8e8;
        margin: 10px 0;
    }

    .sscroll-1 {
        height: 350px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-right: 5px;
    }

    .msg-content {
        padding-left: 0;
        color: #333333;
    }

    .msg-content h4 {
        font-size: 12px;
        margin: 0;
    }

    .msg-content h5 {
        font-size: 12px;
        margin: 5px 0;
    }

    .msg-content h5 span {
        font-size: 12px;
    }

    .msg-content p {
        color: #888888;
        font-size: 11px;
        margin-bottom: 0;
    }

    .recp-mange {
        background: #fafafa none repeat scroll 0 0;
        margin-bottom: 20px;
        margin-top: 15px;
        overflow: auto;
        padding-bottom: 15px;
        padding-top: 5px;
    }

    .mg-table.m-tb {
        background: #ffffff none repeat scroll 0 0;
        margin-bottom: 0;
    }

    .paid h4 {
        font-size: 16px;
        margin-bottom: 3px;
        margin-top: 0;
    }

    .paid h5 {
        font-size: 12px;
        margin-top: 0;
    }

    .whit-bg {
        background: #fff;
        padding: 10px;
        margin: 0px;
        border: 4px solid #f1f1f1;
        margin-bottom: 20px;
        overflow: hidden;
        border-top: 0px;
    }

    .hd_custom {
        margin-bottom: 0px;
    }

    .gry-bg {
        background: #fafafa !important;
        overflow: auto;
        margin: 0 15px 0px 15px;
    }

    .albm-suc {
        background: #fafafa none repeat scroll 0 0;
        border: 1px solid #e7e7e7;
        margin-bottom: 10px;
        padding: 10px;
    }

    .albm-suc:last-child {
        margin-bottom: 0;
    }

    .albm-suc td {
        padding: 10px 30px 10px 0;
    }

    .albm-suc h4 {
        margin: 0 0 10px;
    }

    .checkbox .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #a9a9a9;
        border-radius: .25em;
        width: 1.3em;
        height: 1.3em;
        float: left;
        margin-right: .5em;
    }

    .checkbox .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .checkbox label input[type="checkbox"] {
        display: none;
    }

    .checkbox label input[type="checkbox"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr {
        opacity: .5;
    }

    .checkbox.chk-style {
     float: left;
     margin: 0;
     width: auto;
     padding-bottom: 20px;

 }

 .checkbox.chk-style label {
    padding: 0;
    font-size: 13px;
}

.checkbox span.cr i {
    margin-left: -1px;
}

.breadcrumb.bg-profile-b {
    margin-bottom: 20px;
}

.grid-item {
    width: 310px;
    margin: 5px;
    border: 4px solid #FFF;
    overflow: hidden;
    cursor: pointer;
}

.grid-item img {
    width: 100%;
    border: 1px solid #DDCA71;
    object-fit: contain;
    height: 200px;
    background-size: cover;
}

.grid-item--width2 {
    width: 400px;
}

.btn-groups {
    margin: 8px 0;
}

.grid-item.active {
    border: 4px solid #DDCA71;
}

.grid-item .select {
    width: 32px;
    height: 32px;
    position: absolute;
    background: url(../images/select.png) no-repeat;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    font-size: 0;
    line-height: 0;
    display: none
}

.grid-item .deselect {
    width: 32px;
    height: 32px;
    position: absolute;
    background: url(../images/deselect.png) no-repeat;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    font-size: 0;
    line-height: 0;
    display: none
}

.grid-item:hover {
    border-color: #DDCA71;
}

.grid-item:hover img,
.grid-item.active img {
    -webkit-filter: brightness(50%);
    /* Chrome, Safari, Opera */
    filter: brightness(50%);
}

.grid-item:hover .select,
.grid-item.active .select {
    display: block;
}

.grid-item.active:hover {
    border-color: #eb6d6d;
}

.grid-item.active:hover .deselect {
    display: block;
}

.grid-item.active:hover .select {
    display: none;
}

.selected-photo .grid-item.active {}

.selected-photo .grid-item:hover {
    border-color: #eb6d6d;
}

.selected-photo .grid-item:hover .deselect {
    display: block;
}

.login-img3-body {
    background: rgba(0, 0, 0, 0) url("../images/bg-banner.jpg") no-repeat fixed center center / cover;
}

.login-img3-body .login-form {
    background: #512da8 none repeat scroll 0 0;
    border: 1px solid #512da8;
}

.login-img3-body .login-form label {
    color: #fff;
}

.login-img3-body .login-form input {
    border-radius: 0px;
}

.login-form {
    margin: 100px auto 0;
    max-width: 320px;
}

.login-wrap {
    padding: 15px;
}

.login-img3-body .login-form p,
.login-img2-body .login-form p {
    color: #1bb070;
}

.login-form .login-img {
    margin: 0 auto 10px;
    width: 160px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.login-form .checkbox {
    font-weight: 400;
}

.login-form .checkbox {
    margin-bottom: 14px;
}

.login-form p {
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.login-form .input-group {
    padding-bottom: 15px;
}

.login-form .input-group-addon {
    background-color: #ffffff;
    border: medium none;
    border-radius: 0;
    color: #8b9199;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
}

.login-form .form-control {
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}

.login-form .input-group-addon {
    background-color: #ffffff;
    border: medium none;
    border-radius: 0;
    color: #8b9199;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}

.login-form .btn {
    border-radius: 0;
}

.btn-primary_b {
    background-color: #512da8;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
}

.forget-pwd a {
    color: #ffffff;
    text-decoration: underline;
}

.reply-bt button {
    padding: 5px 10px;
    width: 100%;
    margin-top:15px;
    margin-bottom:0px;
}

.reply-bt {
    padding-left: 0;
}

.btn-primary_b:hover {
    background: #330863;
    border-color: #330863;
    color: #ffffff;
}

.btn-info {
    background-color: #e3c488;
    border-color: #e3c488;
    color: #ffffff;
}

.btn-info:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #e3c488;
    color: #e3c488;
}

input.upload {
    bottom: 0;
    cursor: inherit;
    font-size: 1000px !important;
    margin: 0;
    opacity: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

.browse-wrap {
    background: #b91880 none repeat scroll 0 0;
    border: 2px solid #b91880;
    cursor: pointer;
    left: 0;
    margin: 10px auto;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    top: 0;
    width: 120px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;

}

.browse-wrap:hover {
    background: #a1387c;
    border: 2px solid #a1387c;
}

.title {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

.whit-bg-album {
    background: #fafafa none repeat scroll 0 0;
    border: 4px solid #f1f1f1;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 10px;
}

.btn-width {
    text-align: center;
    width: 128px;
}

.top_btn_custom_m.btn-no-padding {
    padding: 0 8px;
}

.btn-align_n {
    display: block;
    margin: -6px 0 0;
    overflow: hidden;
    float: right;
}

.browse-wrap.edit-p {
    float: right;
    width: auto;
    margin: 0;
}

.profile-tab.nav li.active a,
.profile-tab.nav li.active a:focus {
    background: #ddca71 none repeat scroll 0 0;
    border: 0px;
    color: #fff;
}

.profile-tab.nav > li > a {
    font-size: 14px;
    padding: 10px 15px;
    border: 0px;
    color: #333;
}

.profile-tab a:hover {
    padding: 10px 15px;
    color: #333;
}

.personal-dt {
    margin: 20px 0;
}

.personal-dt h4 {
    margin: 15px 0 40px;
    text-align: center;
}

.cent {
    text-align: center;
}

.top-gear-sp {
    margin-top: 25px;
    overflow: hidden;
}

.form-horizontal.nxt-sp {
    margin-top: 20px;
}

.profile-img {
    margin-top: 15px;
}

.browse-wrap.wrap_p {
    width: 100%;
}

.border-checklist {
    border-bottom: 1px solid #f1f1f1;
    clear: both;
    margin: 0;
}

.add-professional {
    display: flex;
    padding: 0;
}

.add-professional a {
    margin: 0;
}

.prfossion-t {
    float: left;
    margin: 10px 0;
    width: 100%;
}

.add-style-l {
    float: left;
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.add-style-l ul {
    list-style: none;
    padding: 0px;
}

.add-style-l .alert {
    border: 1px solid #f3f3f3;
}

.checkbox-pdtt {
    /*margin: 15px 0;*/
    display: inline-block;
}

.create-evnt-evt {
    border: 1px solid #f1f1f1;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 0px 15px;
}

.checkbox-pdtt .checkbox {
    margin: 7px 0;
}

.profile-section {
    margin-bottom: 20px;
}

.preview-img {
    margin: 10px 0;
    cursor: pointer;
}

.h4_txt {
    margin: 0px !important;
}

#yourId {
    width: 200px;
    height: 150px;
    position: relative;
    /* or fixed or absolute */
}

.preview-img p {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #231f20;
    padding: 4px 0;
    text-align: center;
}

.bgm {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    padding: 15px 15px;
    text-align: center;

}

.weeding-style {
    margin-top: 20px;
}
/******* new***********/

#acpt-order label.checkbox-inline {
    margin-top: 15px;
}

.feedback > h4 {
    float: left;
    margin-bottom: 0;
}

.feedback h4 span {
    font-size: 12px;
    margin-left: 8px;
    color:#B91880;
}

.fed-back-ph {
    color: #b91880;
    float: right;
    margin: 12px 0;
}

.feedback p {
    overflow-wrap: break-word;
    width: 100%;
    clear:both;
}

.fed-back-ph {
    color: #b91880;
    float: right;
    margin: 12px 0 5px;
}

.view-rating {
    float: left;
    width: 100%;
}

.evt-go_o button {
    float: left !important;
    padding: 2px 0;
    width: 45px;
    height: 34px !important;
}

.evt-go {
    padding: 0;
}

.evt-go button {
    float: left !important;
    padding: 5px 0;
    width: 40px;
}

.evt-go_o button {
    float: right !important;
    margin: 10px 0 0;
    padding: 2px 0;
    width: 45px;
}

.evt-go_o {
    float: left;
    width: 100%;
}

.mng-chnge {
    color: #b91880;
    font-size: 13px;
    padding: 5px 10px;
}

.mng-chnge:hover {
    color: #3F0E77;
}

.fillter {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    margin: 15px 0px;
    padding: 10px;
}

.fillter label {
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    text-align: left;
    color: #3f0e77;
}

.fillter select {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    font-size: 14px;
    height: 36px;
    padding: 2px;
    width: 181px;
    margin: 0 2px 5px 0;
}

.fillter .clear-filter {
    display: block;
    float: right;
    margin: 0px 4px 4px 4px;
    padding: 8px;
    text-align: center;
    width: 100px;

}

.clear-filter {
    background: #e3c488 none repeat scroll 0 0;
    border-radius: 6px;
    color: #ffffff;
}
.clear-filter:hover{color: #fff;}
.photographer-box .prev-img .carousel.slide .carousel-inner .item{width: 100%; height: 180px;}
.photographer-box .prev-img .carousel.slide .carousel-inner .item img{width: 100%; height: 100%;}

.photographer-box {
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    margin: 10px 0;
    padding: 5px;
    min-height: 228px;
}
.wholeDiv a.left.carousel-control {
    margin-top: 75px;
    background: none;
}
.wholeDiv a.right.carousel-control {
    margin-top: 75px;
    background: none;
}

.photographer-info {
    padding: 10px 0;
}

.photographer-info .photographer-meta img {
    border-radius: 50%;
    float: left;
    width: 64px; 
    height: 64px; 
    display: block;
    margin-right: 10px;

}

.photographer-info .photographer-meta .photographer-title {
   /* float: left;*/
   padding: 10px;
}

.photographer-info .photographer-meta .photographer-title a {
    color: #333333;
    font-size: 16px;
    margin: 0;
}

.photographer-info .photographer-meta .photographer-title p {
    color: #666666;
    font-size: 14px;
}

.photography-type {
    text-align: left;
}

.photography-type span {
    border: 2px solid #cccccc;
    border-radius: 5px;
    color: #333333;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    padding: 2px 5px;
}

.select-btn {
    background: #e3c488 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    padding: 5px 20px;
    text-transform: uppercase;
}

.load-more-btn {
    background-color: #cccccc;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    margin: 10px auto;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}

.load-more-btn:hover {
    background-color: #999999;
    color: #ffffff;
    text-decoration: none;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #999;
    border-radius: 0.25em;
    color: #512da8;
    display: inline-block;
    float: left;
    height: 1.3em;
    margin-right: 0.5em;
    position: relative;
    width: 1.3em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.checkbox.chk-style_sb {
    float: right;
    font-size: 14px;
}

.checkbox.chk-style_sb .cr,
.radio .chk-style_sb .cr {
    border: 1px solid #ccc;
}

.checkbox.chk-style_e {
    float: right;
    font-size: 14px;
}

.checkbox.chk-style_e .cr,
.radio .chk-style_e .cr {
    border: 1px solid #ccc;
}

.ok-ph {
    margin-left: 10px;
}

.photo-hover:hover {
    border: 2px solid #DECA71;
    padding: 4px;
}

.photo-hover {
    border: 2px solid #DECA71;
    padding: 4px;
}

.checkbox.add-mem {
    margin-bottom: 0;
    overflow: hidden;
}

.all-ph-msgs ul {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}

.ms-n_m span {
    color: #999999;
    font-size: 12px;
}

.ms-n_m {
    color: #b91880;
    float: left;
    font-size: 16px;
    margin: 0;
}
.pec-pink {
    color: #b91880 !important;
    font-weight: bold !important;
}

.all-ph-msgs li {
    background: #f8f8f8 none repeat scroll 0 0;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #eeeeee;
    margin: 0 0 10px;
    width: 100%;
}

.all-ph-msgs li:last-child {
    margin-bottom: 0px;
}

.no-msg-l {
    background: #3f0e77 none repeat scroll 0 0;
    border-radius: 100%;
    color: #ffffff;
    height: 30px;
    padding: 6px;
    width: 30px;
}

.read-m_s {
    color: #ff0000;
    padding: 0 20px 0 0;
}

.date-msg {
    color: #999999;
    padding: 0 20px;
}

.read-m {
    color: #5cb85c;
}

.pagination-msg > nav ul {
    float: right;
    margin: 0;
}

.pagination-msg ul li.active a {
    background: #deca71 none repeat scroll 0 0;
    border: 1px solid #decb71;
}

.checkbox.chk-style_e {
    font-size: 20px;
    margin: 0;
    text-align: right;
    width: 100%;
}

.ph-cal {
    margin: 20px 0;
}

.ph-cal .fc-left h2 {
    color: #b91880;
    font-size: 20px;
}

.date-cal {
    margin: 20px 0;
}

.date-cal .fc-left h2 {
    color: #b91880;
    font-size: 20px;
}

.date-cal table .fc-head th {
    background: #3f0e77 none repeat scroll 0 0;
    color: #ffffff;
    padding: 10px 5px;
}

.date-cal .fc-unthemed .fc-today {
    background: #b91880 none repeat scroll 0 0;
    color: #fff;
    border-color: #b91880;
}

.ph-cal .fc-head th {
    background: #3f0e77 none repeat scroll 0 0;
    color: #ffffff;
    padding: 10px 5px;
}

.ph-cal .fc-unthemed .fc-today {
    background: #b91880 none repeat scroll 0 0;
    color: #fff;
    border-color: #b91880;
}

.bg-track {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-bottom: 5%;
    overflow: hidden;
    padding: 10px;
}

.bg-track-sub {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px;
}

.message-preview > a:hover .text-muted {
    color: #fff;
}

.edit-ed-od {
    color: #444444;
    float: right;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: underline;
}

.edit-ed-od:hover {
    text-decoration: underline;
}

.edit-ed-od:focus {
    color: #333;
}

.m-pl-od {
    color: #666666;
    font-size: 11px;
    text-transform: none;
}

a:focus {
    /*color: #333;*/
    text-decoration: none;
}

a button:focus {
    color: #fff;
    text-decoration: none;
}

button:focus {
    color: #fff;
    text-decoration: none;
}

.checkbox.chk-style-po {
    float: left;
    margin: 0;
    width: auto;
    padding: 10px 0px;
}

.checkbox.chk-style-po > label {
    padding: 0 5px 0 0;
}

.checkbox.chk-style-po span.cr i {
    color: #555555;
}

.checkbox.chk-style-po label span.cr {
    border: 1px solid #dddddd;
}

.tokenize-sample.Tokenize {
    margin-bottom: 140px;
    margin-top: 15px;
    padding: 0;
    width: 100%;
}

.timing-p p {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
}

.timing-p span {
    font-weight: normal;
    margin-left: 4px;
}

.chnge-pwd {
    margin: 6% auto;
    width: 320px;
}

.content-forgot {
    font-size: 18px;
    margin: 50px auto 0;
    text-align: center;
    width: 500px;
}

h3.ch-pd {
    font-size: 36px;
    margin-top: 70px;
    text-align: center;
    color: #B91880;
}

.sub-chnd-p {
    margin-top: 40px;
}

.succ-ico-g i {
    color: #51c100;
    font-size: 40px;
}

.chnge-pwd.top-sp-no-p {
    margin-top: 4%;
}
.mg-tiy span {
    float: right;
}

@media(max-width:1199px) {
    .bg-track #wrap{ width:100% !important}

}
@media(min-width:768px) {
    body {
        margin-top: 50px;
        font-family: "Montserrat";
        font-size: 13px;
        font-weight: normal;
    }
}

#wrapper {
    margin: 0 auto;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        /*padding-left: 225px;*/
    }
    #page-wrapper {
        padding: 10px;
    }
}
/* Top Navigation */

.navbar-header,
.navbar-right,
.navbar {
    background: #3F0E77;
    height: 58px;
}

.top-nav {
    padding: 0 9px;
}

.top-nav>li {
    display: inline-block;
    float: left;
    margin-top: 8px;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #B91880;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 9px;
    border: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}
/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }
    .side-nav>li>a {
        width: 225px;
    }
    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}
/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}
/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}
/************************************************************/

.navbar-brand {
    height: 60px;
    padding: 15px 10px;
    position: relative;
    border: #3F0E77;
}

.top-nav-active {
    color: #deca71 !important;

}

.page-header {
    margin-top: 30px;
}

h1.page-header {
    font-size: 24px;
    color: #3F0E77;
    border-bottom: 1px solid #3F0E77;
}

.breadcrumb {
    background: transparent;
    padding: 0px;
    margin-bottom: 0px;
    float: left;
}

.breadcrumb >li >a {
    color: #0357ac;
    text-decoration: none;
}

.breadcrumb >li >a.active {
    color: #3F0E77;
}

.top_btn_custom {
    padding: 6px 10px;
    margin-bottom: 20px;
    color: #fff;
    border: 2px solid #B91880;
    font-size: 13px;
    background: #B91880;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.top_btn_custom:hover {
    background-color: #a1387c;
    color: #FFF;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 2px solid #a1387c;
}

.top_btn_custom_m {
    padding: 4px 10px;
    margin-bottom: 0px;
    color: #fff;
    border: 2px solid #B91880;
    font-size: 13px;
    background: #B91880;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.top_btn_custom_m:hover , .top_btn_custom_m:focus , .top_btn_custom_m:visited , .top_btn_custom_m:active {
    background-color: #a1387c;
    color: #FFF !important  ;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 2px solid #a1387c;
}

.dataTables_paginate.paging_simple_numbers {
    border-radius: 5px;
    border: 1px solid #eee;
    margin-top: 20px;
    margin-bottom: 30px;
}

.dataTables_info {
    margin-top: 10px;
}

thead {
    background: #f9fafb;
    color: #231F20;
    font-size: 13px;
}

.dataTables_filter input,
.dataTables_length select {
    border: 1px solid #dfdfdf;
    height: 32px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: bolder !important;
    font-size: 14px;
    color: #231F20;
}

.main-container {
    margin-bottom: 50px;
}

.dataTables_filter label {
    font-size: 12px !important;
    font-weight: 400;
}

.footer {
    padding: 1% 0 0 0;
    width: 100%;
    background: #3F0E77;
    border-top: 1px solid #ddd;
    /*position: fixed;*/
    bottom: 0px;
}

.footer p {
    font-size: 11px;
    color: #fff;
}

.footer p a,
.footer p a:hover {
    color: #fff;
    text-decoration: none;
}

.footer p span {
    margin-right: 30px;
}
/*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: 50px;
}

.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;
    margin-left: 40px;
}

.checkbox-slider--b-flat input + span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 40px;
    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: 75px;*/
}

.checkbox-slider--b-flat input + span:before {
    border-radius: 20px;
    width: 40px;
    margin-left: 50px;
}

.checkbox-slider--b-flat input + span:after {
    background: #ffffff;
    content: "";
    width: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    border-radius: 20px;
    margin-left: 10px;
}

.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: 30px;
    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: #ddca71;
}

.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.checkbox-slider--b-flat {
    margin: 0px;
}
/*** Mega Menu Style ***/

ul.dropdown-menu.factory_menu {
    width: 450px;
    left: 0px;
    top: 53px;
    background: #B91880 !important;
}

ul.dropdown-menu.factory_menu li {
    list-style: none;
    padding-left: 0px;
    padding-bottom: 5px;
}

ul.dropdown-menu.factory_menu li>a {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    padding-left: 8px;
    text-transform: uppercase
}

ul.dropdown-menu.factory_menu p a {
    color: #E3C488;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

ul.dropdown-menu.factory_menu p {
    margin-bottom: 0px;
}

.factory_menu_list_div-line {
    border-right: 1px solid #c64598;
}

ul.dropdown-menu.factory_menu.service_provider {
    width: 300px;
}

ul.dropdown-menu.factory_menu.admin_management {
    width: 300px;
    left: -121px;
}
/*** Header Slanding  Style ***/

.navbar {
    display: inline-block;
    height: 58px;
    width: 100%;
    z-index:99999;
}

.navbar:before {
                                                                                        /* border-bottom: 60px solid red; 
    content: '';
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-top: 58px solid #3F0E77;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 86%;*/
}

.navbar-fixed-custom:after {
    content: '';
    position: absolute;
    top: 58px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #3f0e77;
    border-right: 1000px solid transparent;
}

.notification-circle {
    display: none;
    width: 21px;
    height: 21px;
    margin-left: 2px;
    vertical-align: middle;
    /* border-top: 4px dashed; */
    /* border-right: 4px solid transparent; */
    /* border-left: 4px solid transparent; */
    background: #B91880;
    position: relative;
    top: -34px;
    border-radius: 50px;
    left: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    font-size: 10px !important;
}

.nrc-cus {
    background: #deca71;
    width: 220px;
}

ul.navbar-right > li >a:hover {
    background: transparent;
}

ul.navbar-right>li>a:hover,
ul.navbar-right>li>a:focus,
ul.navbar-right>.open>a,
ul.navbar-right>.open>a:hover,
ul.navbar-right>.open>a:focus {
    background: transparent;
}

.top-nav>li>a.user_profile_div {
    padding: 0px;
}

.top-nav > .open > .dropdown-menu.drop-down-custom {
    left: -112px;
    width: 100px;
}

.top-nav > .open > .dropdown-menu.drop-down-custom.notification {
    width: 300px;
    left: -254px;
    margin-top: -8px
}

.top-nav > .open > .dropdown-menu.drop-down-custom.alret-message {
    width: 250px;
    left: -200px;
    margin-top: -16px
}

.drop-down-custom {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid #B91880 !important;
}

.drop-down-custom>li>a {
    font-size: 12px;
}

.drop-down-custom>li> p {
    font-size: 10px;
    color: #E3C488;
    padding-left: 20px;
}

.drop-down-arrow {
    background: url(../images/dropdown_arrow.png) no-repeat top right;
    position: absolute;
    width: 20px;
    height: 10px;
    top: -10px;
    right: 8px;
}

.user_name_place {
    color: #3F0E77 !important;
    font-weight: 700;
    font-size: 14px !important;
}

.drop-down-custom >li> a:hover {
    background: #B91880;
    color: #fff
}

.drop-down-custom >li> a.active {
    background: #B91880;
    color: #fff;
}

.navbar-toggle {
    background: #B91880;
}

.navbar-inverse {
    border-color: transparent;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background: #E3C488
}

i.fa.fa-envelope-o.fa-env-icon,
i.fa.fa-bell-o.fa-bell-icon {
    font-size: 24px;
}

.nrc-user {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #fff;
    background: #fff;
    position: relative;
    margin-left: 10px;
    margin-top: 6px;
}

.nrc-user img {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50px;
}

.caret.nrc-caret {
    /* display: inline-block; */
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 7px dashed;
    border-top: 4px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: relative;
    top: -6px;
    left: 24px;
}

ul.one-glint-nav > li> a {
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.nrc-cus {
    background: url(../images/slanding-img.png) no-repeat top left #deca71;
    height: 58px;
    display: block;
}

.top-nav>.open>.dropdown-menu.factory_menu.factory {
    margin-top: -3px;
}

.btn-mobile-adddis button.top_btn_custom {
    margin-left: 10px;
}

.photo-preview .carousel slide .carousel-inner .item {
    width: 100%;
    height: 440px;
}

.photo-preview .carousel slide .carousel-inner .item img {
    width: 100%;
    height: 440px;
    display: block;
}


@media only screen and (max-width: 767px) {
	.fed-back-ph {
        float: left;
        width: 100%;
    }
    /* Small devices (tablets, 768px and up) */
    .col-lg-4.col-xs-12.selct-tm {
        margin: 0 auto;
        text-align: center;
    }
    .panel-heading2 span.btn-align a{
      float:right !important;
  }
  .fr-opsnr {
    padding-left: 20px;
}
.btn-align.notifySection {
    display: inline-block;
    float: left !important;
    margin-top: 10px;
    width: 100%;
}
.btn-align.notifySection a {
    float: left !important;
}

.menu-mobile-right {
    width: 110%;
    background: #deca71;
}
.menu-mobile-lft {
    width: 100%;
}
.nav.navbar-right.top-nav.nrc-cus {
    background: #deca71 none repeat scroll 0 0 !important;
    float: right;
    padding-top: 7px;
    width: 144px;
}
.content-forgot{ margin-top:30px;}

.mang_pag_a {
    display: inline-block;
    width: 100%;
}
h1.page-header {
    font-size: 20px !important;
}
#wrapper {
    width: auto;
}
.navbar-collapse {
    width: 100%;
    background: #3F0E77;
    height: 170px;
    overflow-y: scroll;
}
.top-nav > li > a {
    line-height: 14px;
    padding-bottom: 13px;
    padding-top: 13px;
}
.fillter .clear-filter {
    margin: 10px 0px 5px 0px;
    float: left;
}
.fillter select {
    margin: 4px 0px;
}
.navbar-left li {
    display: block !important;
    float: left !important;
    width: 100%;
    text-align:left;
}
.navbar-left li > a {
    font-size: 11px !important;
    font-weight: bold;
}
ul.dropdown-menu.factory_menu li > a {
    font-size: 11px !important;
    font-weight: bold;
}
ul.dropdown-menu.factory_menu p a {
    font-size: 12px !important;
    font-weight: bold;
}
.dropdown-menu factory_menu {
    border-bottom: 1px solid #fff
}
ul.dropdown-menu.factory_menu {
    width: 100% !important;
}
.top-nav > li {
    margin-top: 0px;
}
.drop-down-arrow {
    display: none;
}
.top-nav > .open > .dropdown-menu.drop-down-custom {
    left: -97px;
    width: 100px;
}
.top-nav > .open > .dropdown-menu.drop-down-custom.notification {
    width: 300px;
    left: -114px;
}
.top-nav > .open > .dropdown-menu.drop-down-custom.alret-message {
    width: 250px;
    left: -135px;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .sp-btn{margin-left:0px; margin-right:0px;}
  .pull-right.od-id{clear:left;}
  .col-lg-3.pull-right.btn-mobile-adddis {
    width: 100%;
    margin-top: 10px;
}
.btn-mobile-adddis button.top_btn_custom {
    margin-left: 0px !important;
}
.panel-heading2 span.btn-align a {
 float:left !important;
 width: 100%;
 margin-bottom:10px;
 text-align:center;
}
}
@media only screen and (min-width: 768px) and (max-width:1024px) {
    .one-glint-nav {
        background: #090 !important;
    }

}
}
/************************ Ramdeep ******************************************/
.next-btn-form {
    margin-top: 15px;
    text-align: center;
}
.next-btn-form .btn {
    background: #b91880 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
}
h3.regiter-heading {
    margin-top: 0;
    text-align: center;
}
.add-gear-1 {
    margin-top: 30px;
    color: #333;
}
.add-gear-1 .form-group a {
    color: #333;
}
.i-co {
    float: left;
}
.i-co .fa.fa-info {
    background: #555555 none repeat scroll 0 0;
    border-radius: 100%;
    color: #ffffff;
    font-size: 21px;
    margin: 5px 0;
    padding: 8px 16px;
}
.con-tab h4 {
    float: left;
    text-align: left;
    margin: 5px 0 0 16px;
    color: #B91880;
}
.con-tab h4 span {
    display: block;
    font-size: 13px;
    color: #555;
    margin-top: 6px;
}
.nav-tab-custom-a li.active {
    background: #d4d4d4 none repeat scroll 0 0;
}
.nav-tab-custom-a li {
    padding: 10px 15px;
    border: 1px solid #cccccc;
    border-top: 0px;
}
.done {
    background: none;
    !important;
    border: 0 none !important;
    padding: 0 !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
    !important;
    border: 0 none !important;
}
.i-co1 {
    float: left;
}
.i-co1 .fa.fa-check {
    color: #6C3;
    font-size: 28px;
    padding: 10px 21px;
}
.con-tab1 h4 {
    float: left;
    text-align: left;
    margin: 5px 0 0 16px;
    color: #B91880;
}
.nav-tab-custom-a li.active a h4 {
    color: #3f0e77;
}
.con-tab1 h4 span {
    display: block;
    font-size: 13px;
    color: #555;
    margin-top: 6px;
}
.nav-tab-custom-a li a {
    border: 0 none;
    padding: 0;
}
.nav-tab-custom-a li.active a {
    background: #d4d4d4 none repeat scroll 0 0!important;
    border: 0 none !important;
}
a:focus {
    outline: none !important;
    outline-offset: -2px;
}
.tab-content.tab-content-custom-a {
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.nav-tab-custom-a li:first-child {
    border-left: 0px;
}
.nav-tab-custom-a li:last-child {
    border-right: 0px;
}
.content-tab-1 {
    overflow: hidden;
    padding-bottom: 20px;
}
.register-dt .form-group {
    margin-bottom: 20px;
}
.register-dt .form-group label {
    color: #222222;
    font-size: 13px;
    font-weight: normal;
    line-height: 21px;
    text-transform: uppercase;
}
.tab-pane.fade h3 {
    margin-bottom: 20px;
}
.no-browse-bod input {
    border: 0 none;
    box-shadow: none;
    height: auto;
    padding-left: 0;
}
.play-ico {
    left: 82px;
    position: relative;
    top: 15px;
}
.play-ico.mob-set {
    left: 76px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-4.col-xs-12.selct-tm {
    margin: 0 auto;
    text-align: center;
}
.nav-tab-custom-a li {
    width: 322px;
}
.i-co {
    float: left;
}
.i-co1 {
    float: left;
}
.con-tab h4 {
    color: #b91880;
    float: left;
    font-size: 16px;
    margin: 5px 0 0 4px;
    text-align: left;
}
.con-tab1 h4 {
    color: #b91880;
    float: left;
    font-size: 16px;
    margin: 5px 0 0 4px;
    text-align: left;
}
.play-ico {
    left: 52px;
    position: relative;
    top: 15px;
}
.play-ico.mob-set {
    left: 48px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .mang_pag_b {
        margin-top: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .mang_pag_c {
        margin-top: 15px;
    }
    .col-lg-4.col-xs-12.selct-tm {
        margin: 0 auto;
        text-align: center;
    }

    .menu-mobile-lft{
     background:#300760;
     width: 100%;
 }
 .menu-mobile-lft ul {
     padding:0px 120px  !important;
 }



 .menu-mobile-lft ul li ul.factory.ser-vi{
     padding:0px !important;
 }

 .page-header{margin-top:80px;}


 .nav-tab-custom-a li {
    float: left;
    width: 249px;
}
.i-co {
    text-align: center;
    float: none;
}
.i-co1 {
    text-align: center;
    float: none;
}
.con-tab h4 {
    color: #b91880;
    float: left;
    font-size: 16px;
    margin: 5px 0 0 16px;
    text-align: center;
}
.con-tab1 h4 {
    color: #b91880;
    float: left;
    font-size: 16px;
    margin: 5px 0 0 16px;
    text-align: center;
}
.con-tab h4 span {
    color: #555555;
    display: block;
    font-size: 11px;
    margin-top: 6px;
}
.con-tab1 h4 span {
    color: #555555;
    display: block;
    font-size: 11px;
    margin-top: 6px;
}
.play-ico {
    left: 40px;
    position: relative;
    top: -15px;
}
.play-ico.mob-set {
    left: 56px;
}

}
@media (max-width: 767px) {

	
    .tab-content.tab-content-custom-a {
        margin: 0 15px;
    }
    .nav-tab-custom-a li {
        width: 100%;
    }
    .i-co1 .fa.fa-check {
        color: #66cc33;
        font-size: 28px;
        padding: 14px 0;
    }
    .i-co1 {
        float: left;
        width: 39px;
    }
    .play-ico {
        left: 0;
        position: relative;
        text-align: center;
        top: -53px;
        transform: rotate(92deg);
    }
    .play-ico.mob-set {
        top: -39px;
        left: 0;
    }
    .evt-list-tab.nav-tab-custom-a > li {
        display: block;
        margin: 10px 15px;
        width: 80%;
    }
    .event-input {
        padding-right: 15px;
    }
    .top_btn_custom {
        margin-top: 10px;
    }
    .panel-heading2 span.btn-align a {

        /*width: auto;*/
    }
    .panel-heading2 h4 {
        width: 100%;
    }
    .ex-d {
        margin-top: 10px;
        width: 100%;
    }
    .reply-bt {
        padding-left: 15px;
    }
    .recent-msgs img {
        width: 30%;
    }
    .msg-content {
        color: #333333;
        margin-top: 10px;
        padding-left: 15px;
    }
}

.bio-txt , .sucess-txt{
    padding: 0 20px;
    margin-bottom: 20px;
}
.bio-txt p , .sucess-txt p{
    border: 1px solid #e5e5e5;
    padding:15px;
    background: #fafafa;

}
.bio-txt h5 , .sucess-txt h5{
 margin: 25px 0 5px 1px;
}

.position_btn{
	position:absolute; 
	top:0px;
	right:0px;
}