/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700');*/

@media (min-width: 1200px) {
    .container-fluid {
        width: 1120px;
    }
}
html{
    min-height:100%;
    position:relative;
}

.DocSection .DocSection-btn {
        position: relative;
        height:35px;
}
.DocSection .DocSection-btn span{
            position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
vertical-align: middle;
cursor: pointer;
padding-top: 8px;
}

/*PopBookings Customer Loader*/
#pb-overlay {
    display: none;
    z-index:9998;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
}
#pb-PleaseWait {
    display:none;
    z-index:9999;
    position: fixed;
    left: 0;
    top: 40%;
    width: 100%;
    height: 100%;
}
#pb-PleaseWait .pb-loaderWrapper{
    margin:auto;
    text-align:center;
    background-color:#fff;
    border:0px solid #000;
    border-radius:50%;
    width:150px;
    height:150px;
    padding:20px 10px;
}
#pb-PleaseWait .pb-loaderImage {
    height:110px;
}
#pb-PleaseWait .pb-loaderText {
    letter-spacing: 1px;
    opacity: .6;
    font-family: Arial;
    font-size: 14px;
    padding-top: 10px;
}

/* Old ajax Loader */
#ajaxLoading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background-color:#666;*/
    opacity: .8;
}

.ajax-loader  {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    max-height:50px;
}


/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    background-color: #f9f9f9;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    margin-bottom:40px;
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
    color: #1bbee8;
}

.btn:focus, .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}


/*Bootstrap overrides form placholder color*/
.form-control::-moz-placeholder {
  color: #dcdcdc !important;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #dcdcdc !important;
}
.form-control::-webkit-input-placeholder {
  color: #dcdcdc !important;
}

.form-control.watermark {
    color: #dcdcdc;
}

.dropdown-toggle .filter-option{
    color:#dcdcdc;
}
.dropdown-toggle .filter-option-selected, .filter-option-selected{
    color:#555 !important;

}

/*.attr.edit .bootstrap-select > .dropdown-toggle, 
.attr.edit .btn-group.open > .dropdown-toggle, 
.attr.edit .btn-group.open > .dropdown-toggle:hover {
   color: #dcdcdc !important;
}*/


::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td,
.table > .thead > div, .table > .tbody > .row > div {
    border-top: none;
    padding: 6px 0;
}

.table .row {
    margin-right: 0;
    margin-left: 0;
}


.table > thead > tr > th,
.table > .thead > div {
    border-bottom: 1px solid #1bbee8;
    font-size: 12px;
    color: #1bbee8;
    font-weight: 700;
}


.dropdown-menu {
    border-radius: 0 0 4px 4px;
    margin-top: 0px;
    border-top: 2px solid #1bbee8;
    padding: 0px;
}

    .dropdown-menu > li > a {
        padding-left: 15px;
    }

.dropdown-toggle .caret {
    width: 13px;
    height: 8px;
    border: none;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -2px;
    vertical-align: middle;
    background: transparent url("/Content/v2/images/icon-dropdownarrow.png") no-repeat scroll left center;
}


.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 0;
}

.modal-header, .modal-footer {
    padding: 10px 15px;
}

    .modal-header .close {
        margin-top: 2px;
    }

.modal-backdrop {
    background-color: #b5b5b5;
}


.footer {
    background-color:#333;
    bottom:0;
    height:40px;
    position:absolute;
    width:100%;
}

.pb-footer-text{
    padding:10px;
    /*height:40px;*/
    text-align:center;
}




.main {
}

.body, .progress-sidebar, .body-content {
    background-color: white;
    padding: 0;
}

.progress-sidebar {
    border: 1px solid #dcdcdc;
}

.body-content {
    padding: 40px;
}

    .body-content > h1 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 24px;
        color: #1abee8;
        font-weight: 300;
    }

    .body-content > p {
        font-size: 14px;
    }


.nav-sidebar > li > a.glyphicon, .nav .dropdown-menu > li > a.glyphicon {
    font-family: 'Open Sans', sans-serif;
}

.navbar .nav > li > .dropdown-menu:after {
    border-bottom: 6px solid #1e1e1e;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: -6px;
}

.nav .dropdown-menu {
    background-color: #1e1e1e;
    border: none;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

    .nav .dropdown-menu > li > a {
        font-size: 16px;
        color: #7e7e7e;
        padding-left: 60px;
        margin: 5px 0;
        padding-right: 0;
    }

        .nav .dropdown-menu > li > a:hover, .nav .dropdown-menu > li > a:focus {
            color: white;
            background-color: transparent;
        }

        .nav .dropdown-menu > li > a.glyphicon {
            background-repeat: no-repeat;
            background-position: 15px center;
        }

            .nav .dropdown-menu > li > a.glyphicon::before {
                background-image: url("/Content/v2/images/icons-header.png");
                content: "";
                height: 21px;
                left: 20px;
                position: absolute;
                top: 4px;
                width: 21px;
            }

        .nav .dropdown-menu > li > a.glyphicon-cog:hover::before {
            background-position: 0 -26px;
        }

        .nav .dropdown-menu > li > a.glyphicon-log-out::before {
            background-position: -30px 0;
        }

        .nav .dropdown-menu > li > a.glyphicon-log-out:hover::before {
            background-position: -30px -26px;
        }


#navbar {
}

.navbar {
    background-image: url('/Content/v2/images/icon-circles.png');
    /*background-image: url('/Content/v2/images/icon-circles-beta.png');*/
    background-repeat: no-repeat;
    background-position: center 7px;
}

    .navbar .dropdown-toggle {
        text-indent: -9999px;
        display: inline-block;
        line-height: 20px;
        width: 22px;
        background-image: url("/Content/v2/images/icons-header.png");
        background-repeat: no-repeat;
        height: 21px;
        margin: 15px 0 14px 15px;
        padding: 0;
        background-color: transparent;
    }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #1bbee8;
}



    .navbar-inverse .navbar-nav > .dropdown > a#settings:hover,
    .navbar-inverse .navbar-nav > .open > a#settings, .navbar-inverse .navbar-nav > .open > a#settings:hover, .navbar-inverse .navbar-nav > .open > a#settings:focus {
        background-position: 0px -53px;
        background-color: transparent;
    }

.navbar-inverse .navbar-nav > .dropdown > a#notifications {
    background-position: -56px 0;
    background-color: transparent;
}

    .navbar-inverse .navbar-nav > .dropdown > a#notifications:hover,
    .navbar-inverse .navbar-nav > .open > a#notifications, .navbar-inverse .navbar-nav > .open > a#notifications:hover, .navbar-inverse .navbar-nav > .open > a#notifications:focus {
        background-position: -56px -53px;
    }

.navbar-inverse .navbar-nav > .dropdown > a.new#notifications,
.navbar-inverse .navbar-nav > .dropdown > a.new#notifications:hover,
.navbar-inverse .navbar-nav > .open > a.new#notifications, .navbar-inverse .navbar-nav > .open > a.new#notifications:hover, .navbar-inverse .navbar-nav > .open > a.new#notifications:focus {
    background-position: -56px -79px;
}


.navbar-inverse .container-fluid {
    text-align: center;
}


.navbar .dropdown-toggle {
}

.navbar .dropdown-toggle {
}

.navbar .dropdown-toggle {
}




.sidebar {
    padding: 0 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}



.alert-top {
    background-color: white;
    border-color: #dcdcdc;
    color: #1bbee8;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
    margin: 10px -15px 10px -5px;
    border-radius: 0px;
}
    .alert-top .close {
        color: #dfdfdf;
        opacity: 1;
    }

.alert-top-danger {
    background-color: #FFECF3;  /*#FFD9E7;*/
    border-color: #FFC4D9;
    color: #E10055;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    margin: 10px -15px 10px -5px;
    border-radius: 0px;
}

    .alert-top-danger .btn {
        background-color: #fff;
        border-color: #FFC4D9;
        color: #1bbee8;
        opacity:.5;
        font-weight: 700;
        font-size: 14px;
    }
        .alert-top-danger .btn:hover {
            color:white;
        }


.alert-dismissable .close, .alert-dismissible .close {
    right: -30px;
    top: -15px;
}

.alert-top .btn-link {
    border: none;
}

    .alert-top .btn-link:hover,
    .alert-top .btn-link:focus,
    .alert-top .btn-link.focus,
    .alert-top .btn-link:active,
    .alert-top .btn-link.active,
    .alert-top a.open > .dropdown-toggle.btn-primary {
        background-color: transparent;
        color: #1bbee8;
    }




.v-align {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.v-top {
    vertical-align: top;
}

.btn {
    background-color: white;
    border-color: #1bbee8;
    color: #1bbee8;
    font-weight: 700;
    font-size: 12px;
}

.btn-primary {
    padding: 4px 10px;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-color: #1bbee8;
        border-color: #1bbee8;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 7px 14px;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 4px;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border: medium none;
}

    .btn-link:hover,
    .btn-link:focus,
    .btn-link.focus,
    .btn-link:active,
    .btn-link.active {
        background-color: transparent;
        color: #1bbee8;
    }


.tooltip .tooltip-inner {
    color: #fff;
    background-color: #1bbee8;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 6px;
    max-width: 150px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #1bbee8;
}




.update-photos {
    background-color: rgba(0, 0, 0, .6);
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 37px;
    /*width: 44px;*/
    /*padding: 0;*/
    position: relative;
    z-index: 6;
    /*text-indent: 99px;*/
        padding-left: 43px;
        width: auto;
        padding-right: 10px;
}

    .update-photos:after {
        background: transparent url("/Content/v2/images/icon-photo.png") no-repeat scroll 9px center;
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    .update-photos:hover {
        color: white;
        text-decoration: none;
        text-indent: 0;
        padding-left: 43px;
        width: auto;
        padding-right: 10px;
    }











.nav-sidebar {
    border-right: 2px solid #dcdcdc;
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 1px;
    margin-left: -20px;
}

    .nav-sidebar > li > a {
        border-left: 3px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        padding: 16px 15px 16px 50px;
        color: #333333;
    }

        .nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus, .nav-sidebar > li > a:hover {
            background-color: white;
            color: #333333;
            border-left-color: #1bbee8;
        }

        .nav-sidebar > li > a.glyphicon {
            background-repeat: no-repeat;
            background-position: 15px center;
        }

            .nav-sidebar > li > a.glyphicon::before {
                content: "";
            }

        .nav-sidebar > li > a.glyphicon-user {
            background-image: url('/Content/v2/images/icon-profile.png');
        }

        .nav-sidebar > li > a.glyphicon-file {
            background-image: url('/Content/v2/images/icon-documents.png');
        }

        .nav-sidebar > li > a.glyphicon-calendar {
            background-image: url('/Content/v2/images/icon-events.png');
        }

        .nav-sidebar > li > a.glyphicon-usd {
            background-image: url('/Content/v2/images/icon-payments.png');
        }

        .nav-sidebar > li > a.glyphicon-tower {
            background-image: url('/Content/v2/images/icon-agencies.png');
        }

        .nav-sidebar > li > a.glyphicon-database {
            background-image: url('/Content/v2/images/icon-database.png');
        }

        .nav-sidebar > li > a.glyphicon-settings {
            background-image: url('/Content/v2/images/icon-settings-dark.png');
        }

        .nav-sidebar > li > a.glyphicon-jobboard {
            background-image: url('/Content/v2/images/icon-jobboard.png');
        }


.cover-photos {
    position: relative;
}

.cover-photos-bg {
    /*background: rgba(0, 0, 0, 0) url("/Content/v2/images/cover-bg-4.png") repeat scroll 0 0;*/
    /*background: rgba(0, 0, 0, 0) url("/Content/v2/images/coverphotobackground.png") scroll 0 0;*/
    background: rgba(0, 0, 0, 0) url("/Content/v2/images/ProfileCover_BoxesBackground.png") scroll 0 0;
}

.cover-photos .upload-thumbnails {
    height: 240px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
}

.cover-photos:not(.cover-edit) .upload-thumbnails > li > div {
    height: 120px;
}

    .cover-photos:not(.cover-edit) .upload-thumbnails > li > div.col-md-4 {
        height: 240px;
    }

    .cover-photos:not(.cover-edit) .upload-thumbnails > li > div img {
        height: 100%;
        outline: medium none;
        position: absolute;
        width: 100%;
    }

#am-container {
    height: 235px;
    overflow: hidden;
    width: 100%;
}

.am-wrapper {
    /*cursor: default;*/
    float: left;
    overflow: hidden;
    position: relative;
    width:233px; 
    height:235px; 
    margin:0px;
}

    .am-wrapper img {
        outline: medium none;
        position: absolute;
        display: block; 
        width: 235px; 
        height: 235px; 
        left: 0px; 
        top: 0px;
    }

.cover-photos .update-photos {
    bottom: 7px;
    position: absolute;
    right: 0;
}

.cover-photos.cover-edit .upload-thumbnails {
    list-style: outside none none;
    margin: 0 4px 0 0;
    padding: 0;
    width: 100%;
}

.cover-photos .upload-thumbnails .thumbnail {
    border: medium none;
    border-radius: 0;
    margin: 0;
}

.cover-photos:not(.cover-edit) .upload-thumbnails .thumbnail {
    padding: 0;
}

.cover-photos.cover-edit .upload-thumbnails .thumbnail img {
    background-color: transparent;
    border: 2px dashed #efefef;
    height: auto;
    margin: 0;
    max-height: 116px;
    width: 100%;
}

.cover-photos.cover-edit .upload-thumbnails .thumbnail-fill {
    border: medium none;
    padding: 0;
}

    .cover-photos.cover-edit .upload-thumbnails .thumbnail-fill img, .cover-photos .upload-thumbnails .thumbnail-fav img {
        border: medium none;
    }

.cover-photos.cover-edit .upload-thumbnails .thumbnail-fav::after {
    background-image: url("/Content/v2/images/icon-addfav.png");
    content: "";
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 35px;
}

.cover-photos .photo-required img {
    border-color:#1bbee8 !important;
}

.cover-photos.cover-edit .upload-thumbnails .addphoto {
    overflow: hidden;
    position: relative;
}

    .cover-photos.cover-edit .upload-thumbnails .addphoto img {
        border-color: #1bbee8;
    }

    .cover-photos.cover-edit .upload-thumbnails .addphoto input {
        background: white none repeat scroll 0 0;
        cursor: pointer;
        display: block;
        font-size: 100px;
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        outline: medium none;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
        z-index: 100;
    }

    .cover-photos.cover-edit .upload-thumbnails .addphoto span {
        background: transparent url("/Content/v2/images/icon-addphoto.png") no-repeat scroll center 40%;
        color: #1bbee8;
        font-size: 14px;
        font-weight: 700;
        height: 100%;
        left: 0;
        padding-top: 53%;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
    }

.cover-photos.cover-edit .upload-thumbnails .thumbnail-fill img {
    min-height: 116px;
}

.cover-photos.cover-edit .upload-thumbnails .thumbnail-fill .tools, .cover-photos.cover-edit .upload-thumbnails .thumbnail-fill .delete-dialog {
    color: white;
    display: none;
    font-size: 26px;
    font-weight: 300;
    left: 0;
    line-height: 26px;
    margin-top: -18px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.cover-photos.cover-edit .upload-thumbnails .thumbnail-fill:hover .tools {
    display: block;
}

.cover-photos.cover-edit .upload-thumbnails .thumbnail-fill:hover img {
    filter: brightness(0.6);
}

.cover-photos.cover-edit .upload-thumbnails .thumbnail-fill .tools .btn {
    background: transparent url("/Content/v2/images/icons-favstar.png") no-repeat scroll left top;
    border: medium none;
    height: 18px;
    padding: 0;
    text-indent: -9999px;
    width: 18px;
    float:none !important;
}

    .cover-photos.cover-edit .upload-thumbnails .thumbnail-fill .tools .btn:hover {
        background-position: 0 -18px;
    }

.cover-photos.cover-edit .upload-thumbnails .thumbnail-fill .tools .btn-del {
    background-image: url("/Content/v2/images/icons-x.png");
}

    .cover-photos.cover-edit .upload-thumbnails .thumbnail-fill .tools .btn-del + .tooltip .tooltip-inner {
        background-color: #ff5792;
        font-size: 9px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cover-photos.cover-edit .upload-thumbnails .thumbnail-fill .tools .btn-del + .tooltip {
        margin-left: -20%;
    }

        .cover-photos.cover-edit .upload-thumbnails .thumbnail-fill .tools .btn-del + .tooltip .tooltip-arrow {
            left: 76% !important;
        }

        .cover-photos.cover-edit .upload-thumbnails .thumbnail-fill .tools .btn-del + .tooltip.bottom .tooltip-arrow {
            border-bottom-color: #ff5792;
        }

.cover-photos.cover-edit .upload-thumbnails .thumbnail-fill .tools .btn-addfav + .tooltip {
    margin-left: 13%;
}

    .cover-photos.cover-edit .upload-thumbnails .thumbnail-fill .tools .btn-addfav + .tooltip.bottom .tooltip-arrow {
        left: 31% !important;
    }

.cover-photos.cover-edit .upload-thumbnails .thumbnail-fill .tools {
}

.cover-photos.cover-edit .upload-thumbnails .thumbnail-fill .delete-dialog {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

    .cover-photos.cover-edit .upload-thumbnails .thumbnail-fill .delete-dialog .btn {
        background-color: #ff5792;
        border-color: #ff5792;
        color: #fff;
        font-size: 10px;
        line-height: 16px;
        padding: 3px 15px;
    }

    .cover-photos.cover-edit .upload-thumbnails .thumbnail-fill .delete-dialog .btn-group > .btn:last-child:not(:first-child) {
        border-left: 1px solid rgba(255, 255, 255, 0.47);
        z-index: 3;
    }

.cover-edit > .tools {
    /*background-color: #262626;*/
    background-color:#1bbee8;
    /*border-radius: 0 0 7px 7px;*/
    border-radius:3px;
    display: block;
    position: absolute;
    right: 10px;
    /*top: 0;*/
    bottom:0;
    z-index: 101;
}

    .cover-edit > .tools a {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 32px;
        padding: 5px 11px;
    }

        .cover-edit > .tools a:first-child {
            border-right: 1px solid #333333;
        }

#cropper img {
    height: 100%;
    max-width: 100%;
    max-height:100%
    /*width: 100%;*/
}
.cropperwrapper {
    display:block;
    max-height:300px;
    /*width:300px;*/
}



.profile {
    padding: 0 20px;
}

    .profile .row-brief {
        margin-bottom: 15px;
    }

        .profile .row-brief .thumbnail {
            border-radius: 0;
            display: inline-block;
            margin-top: -20px;
            padding: 3px;
            margin-bottom: 0;
        }

            .profile .row-brief .thumbnail img {
                width: 106px;
                height: 106px;
                background-color: #efefef;
            }

        .profile .row-brief .col-md-3 {
            width: 130px;
            padding-right: 0;
        }

        .profile .row-brief h1 {
            font-size: 24px;
            margin-top: 15px;
            margin-bottom: 4px;
        }

        .profile .row-brief p {
            font-weight: 700;
            margin-bottom: 0;
            text-transform: uppercase;
            font-size: 12px;
        }

        .profile .row-brief .attr.edit .form-control {
            min-width: 25%;
            max-width: 40%;
            width: 130px;
        }



    .profile .row-details {
        padding: 0 20px 20px;
    }

fieldset.row-details legend {
    font-size: 12px;
    border-bottom: 1px solid #1bbee8;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

fieldset.row-details h4 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
}

fieldset.row-details p, .tab-content .tab-pane p {
    margin: 15px 0;
    line-height: 25px;
}

.attr {
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    margin: 8px 0 2px 0;
    min-height: 40px;
}

    .attr label {
        display: block;
        font-size: 12px;
        font-weight:normal;
        line-height: 16px;
        padding-left:1px;
    }
    .experience .attr label {
        padding-top:3px;
    }
.experience .panel {
    margin-top:10px;
}
    .required label{
        /*color: #1193B3;*/
        /*display:none;*/
    }
    .required label:before {
        color: #e32;
        content: '*';
        display:inline;
    }

    .attr[class*='attr-'] {
        background-position: 7px 35%;
        background-repeat: no-repeat;
        background-size: 25px 25px;
        padding-left: 45px;
    }
    .attr-wrap {
        padding-right:10px;
    }

     .attr-age, .attr-weight, .attr-shoesize, .attr-ethnicity, .attr-gender, .attr-gender-f, .attr-gender-m,
     .attr-height, .attr-tattoos, .attr-language, .attr-haircolor, .attr-haircolor-m, .attr-haircolor-f,
     .attr-shirtsize, .attr-piercings, .attr-experience
      {
        /*display:inline-block;*/
        background-image: url('/Content/v2/images/ProfileIcons.png');
        background-repeat: no-repeat;
        height:35px;
        width:40px;
        float:left;
     }
    .attr-input {
        float:left; 
        width:70%;
    }
    .attr-input-short {
        float:left; 
        width:25%;
    }
    .attr-secured {
        float:left;
        width:20px;
    }
        .attr-secured img {
            height:20px;
        }
    .attr-age {
        background-position: 0px 5px;
    }
    .attr-weight {
        background-position: -35px 5px;
    }
    .attr-shoesize {
        background-position: -70px 5px;
    }
    .attr-ethnicity {
        background-position: -105px 5px;
    }
    .attr-gender {
        background-position: -175px 5px;
    }
    .attr-gender-m {
        background-position: -140px 5px;
    }
    .attr-gender-f {
        background-position: -175px 5px;
    }
    .attr-height {
        background-position: -210px 5px;
    }
    .attr-tattoos {
        background-position: -245px 5px;
    }
    .attr-language {
        background-position: -280px 5px;
    }
    .attr-haircolor {
        background-position: -315px 5px;
    }
    .attr-haircolor-m {
        background-position: -350px 5px;
    }
    .attr-haircolor-f {
        background-position: -315px 5px;
    }
    .attr-shirtsize {
        background-position: -385px 5px;
    }
    .attr-piercings {
        background-position: -420px 5px;
    }
    .attr-experience {
        background-position: -490px 5px;
    }




    .attr.attr-age {
        background-image: url('/Content/v2/images/icon-dob.png');
    }

    .attr.attr-weight {
        background-image: url('/Content/v2/images/icon-gender.png');
    }

    .attr.attr-shoesize {
        background-image: url('/Content/v2/images/icon-shoe.png');
    }

    .attr.attr-ethnicity {
        background-image: url('/Content/v2/images/icon-ethnicity.png');
    }

    .attr.attr-gender {
        background-image: url('/Content/v2/images/icon-gender.png');
    }
    .attr.attr-gender-m {
        background-image: url('/Content/v2/images/icon-gender.png');
    }
    .attr.attr-gender-f {
        background-image: url('/Content/v2/images/icon-gender.png');
    }

    .attr.attr-height {
        background-image: url('/Content/v2/images/icon-height.png');
    }

    .attr.attr-tattoos {
        background-image: url('/Content/v2/images/icon-tattoos.png');
    }

    .attr.attr-language {
        background-image: url('/Content/v2/images/icon-language.png');
    }

    .attr.attr-haircolor {
        background-image: url('/Content/v2/images/icon-hcolor.png');
    }

    .attr.attr-haircolor-m {
        background-image: url('/Content/v2/images/icon-hcolor.png');
    }

    .attr.attr-haircolor-f {
        background-image: url('/Content/v2/images/icon-hcolor.png');
    }

    .attr.attr-shirtsize {
        background-image: url('/Content/v2/images/icon-dress.png');
    }

    .attr.attr-piercings {
        background-image: url('/Content/v2/images/icon-piercings.png');
    }

    .attr.attr-experience {
        background-image: url('/Content/v2/images/icon-experience.png');
    }

    .attr.attr-eyecolor {
        background-image: url('/Content/v2/images/icon-eye.png');
    }



    .attr.attr-dresssize {
        background-image: url('/Content/v2/images/icon-dress.png');
    }

    .attr.attr-date {
        background-image: url('/Content/v2/images/icon-date.png');
    }

    .attr.attr-location {
        background-image: url('/Content/v2/images/icon-location.png');
    }

    .attr.attr-rate {
        background-image: url('/Content/v2/images/icon-rate.png');
    }

    .attr.attr-address {
        background-image: url('/Content/v2/images/icon-address.png');
    }


    /* Edit mode */
    .attr.edit {
        margin-top: 14px;
        margin-bottom: 14px;
    }

        .attr.edit .form-control ~ label {
            margin-bottom: 0;
        }

        .attr.edit .form-control {
            /*
        height: 35px;
        line-height: 35px; 
    */
            height: 32px;
            line-height: 29px;
            padding: 0px;
            font-size: 24px;
            border: medium none;
            border-radius: 0px;
            border-bottom:2px solid #fff;
            box-shadow: none;
            width: auto;
            display: inline-block;
            min-width: 50%;
            max-width: 100%;
        }

            .attr.edit .form-control.watermark {
            }

            .attr.edit .form-control:focus, .attr.edit .form-control:hover,
            .attr.edit .bootstrap-select:focus, .attr.edit .bootstrap-select:hover {
                border-bottom: 2px solid #1bbee8;
            }

.control-disabled {
    background: none !important;
    color: #c6c5c5;
}

    .control-disabled:focus, .control-disabled:hover,
    .control-disabled .bootstrap-select:focus, .control-disabled .bootstrap-select:hover {
        border-bottom: none !important;
    }

.attr.edit .form-control:focus ~ label {
}

.attr.edit .form-control:focus ~ label, .attr.edit .form-control:hover ~ label,
.attr.edit .bootstrap-select:focus ~ label, .attr.edit .bootstrap-select:hover ~ label {
    color: #1bbee8;
}

.attr.edit {
}

    /* -Edit mode */

    /* Custom select */
    .attr.edit .bootstrap-select {
        position: relative;
        border-bottom: 2px solid white;
    }

        .attr.edit .bootstrap-select > .dropdown-toggle, .attr.edit .btn-group.open > .dropdown-toggle, .attr.edit .btn-group.open > .dropdown-toggle:hover {
            border: none;
            background: transparent;
            font-weight: 300;
            height: 31px;
            padding: 0px;
            font-size: 24px;
            color: #333;
            line-height: 24px;
            border-radius: 0;
            width: 100%;
            padding: 0 0 0 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .attr.edit .bootstrap-select.btn-group .dropdown-menu {
            width: 100%;
            min-width: none;
            border: 1px solid #dcdcdc;
            border: 1px solid rgba(0, 0, 0, .15);
            border-radius: 0px 0px 4px 4px;
            -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .175);
            box-shadow: 0 2px 5px rgba(0, 0, 0, .175);
            z-index: 1035;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .attr.edit .bootstrap-select .dropdown-menu.inner {
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .attr.edit .bootstrap-select .dropdown-menu > li > a {
            display: block;
            padding: 3px 12px;
        }

        .attr.edit .bootstrap-select .dropdown-toggle.gray, .attr.edit .btn-group.open > .dropdown-toggle.gray {
            color: #c6c5c5;
        }

        .attr.edit .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
            width: 100%;
        }

        .attr.edit .bootstrap-select.btn-group .dropdown-toggle .caret {
            visibility: hidden;
        }

        .attr.edit .bootstrap-select.btn-group .dropdown-toggle .filter-option {
            overflow: visible;
        }

        .attr.edit .bootstrap-select.open {
            border-bottom: 2px solid #1bbee8;
        }

            .attr.edit .bootstrap-select.open ~ label {
                color: #1bbee8;
            }

        .attr.edit .bootstrap-select.btn-group .dropdown-toggle:hover .caret, .btn-group.open > .dropdown-toggle .caret {
            visibility: visible;
        }
/* -Custom select */











.specialties {
    list-style: none;
    padding: 0;
}

    .specialties > li {
        float: left;
    }

        .specialties > li > a, .specialties > li > span {
            font-size: 10px;
            text-transform: uppercase;
            text-decoration: none;
            color: #0da98d;
            background-color: #cfeee8;
            line-height: 24px;
            border-radius: 12px;
            display: inline-block;
            font-weight: 700;
            padding: 0 18px;
            margin-right: 18px;
            margin-bottom: 10px;
        }

            .specialties > li > span > .del {
                background-color: transparent;
                border-radius: 13px;
                color: #0da98d;
                display: inline-block;
                font-size: 13px;
                line-height: 25px;
                padding: 0 8px;
                position: relative;
                right: -8px;
            }

        .specialties > li > span {
            padding-right: 8px;
        }

            .specialties > li > span:hover > .del {
                background-color: #0da98d;
                color: white;
            }

    .specialties li a.add {
        border: 1px solid #0da98d;
        color: #0da98d;
        font-size: 21px;
        line-height: 22px;
        padding: 0 5px;
    }

    .specialties li .addform {
        background-color: #0da98d;
        border-radius: 12px;
    }

    .specialties li .addform {
    }

        .specialties li .addform .form-control {
            font-weight: 700;
            font-size: 10px;
            border: medium none;
            background-color: transparent;
            padding: 0px 0px 0px 10px;
            margin: 0px;
            color: #9eddd1;
            width: auto;
            display: inline-block;
            line-height: 25px;
            height: 25px;
            width: 120px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .specialties li .addform .btn {
            border: medium none;
            background-color: transparent;
            font-weight: 400;
            font-size: 24px;
            padding: 0px 5px 0 0;
            margin: 0px;
            color: #FFF;
            height: 21px;
            line-height: 22px;
            vertical-align: top;
        }


.filter-details {
    list-style: none;
    padding: 0;
    width: 100%;
}

    .filter-details li {
        display: inline-block;
    }

        .filter-details li a {
            font-size: 10px;
            text-transform: uppercase;
            text-decoration: none;
            color: #1bbee8;
            line-height: 22px;
            border-radius: 11px;
            display: inline-block;
            font-weight: 700;
            padding: 0 12px;
            margin-right: 9px;
            margin-left: 9px;
            margin-bottom: 5px;
        }

        .filter-details li.active a {
            background-color: #1bbee8;
            color: white;
        }

.filter-details {
}

.filter-details {
}




.experience {
}

    .experience .item {
        clear: both;
    }

    .experience .btn-add {
        margin-top: 24px;
    }

    .experience .item .tools {
        float: right;
        margin-top: 15px;
        display: none;
    }
    .experience .item .move-hint{
        display:none;
        /*float:right;*/
        position:absolute;
        bottom:5px;
        right:15px;
        font-size:10px;
        color:#666;
    }
    .experience .item:hover .tools {
        display: block;
    }
   .experience .item:hover .move-hint {
        display: block;
    }
    .experience .item:hover {
        cursor:move;
    }
    .experience .btn-add-ex {
        margin-top: 5px;
    }

    .experience ul {
        list-style: outside none none;
        padding-left: 0;
    }

    .experience .viewmore {
        color: #1BBEE8;
        font-size: 10px;
        text-transform: uppercase;
        display: inline-block;
        background: transparent url("/Content/v2/images/icon-dropdownarrow.png") no-repeat scroll center bottom;
        line-height: 20px;
        padding-bottom: 9px;
        font-weight: 700;
    }

        .experience .viewmore:hover {
            text-decoration: none;
        }

.contact {
}

    .contact .btn-verify {
        /* vertical-align: top;*/
        margin-left: 10px;
    }

    .contact .row-phone {
        margin-left: 0;
        margin-right: 0;
    }

        .contact .row-phone .attr.edit .form-control {
            max-width: 170px;
            min-width: 170px;
        }

        .contact .row-phone .col-resend {
        }

            .contact .row-phone .col-resend .attr.edit .form-control {
                min-width: 70px;
                max-width: 70px;
            }

    .contact .row-phone {
    }

.contact {
}

.contact {
}

.contact {
}

    .contact .row-phone .attr.edit .form-control {
        max-width: 220px;
        min-width: 170px;
    }

    .contact .row-phone .col-resend .attr.edit .form-control {
        max-width: 70px;
        min-width: 70px;
    }

.social {
    list-style: none;
    padding-left: 0;
    height: 33px;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .social li {
        float: left;
    }

        .social li a {
            display: inline-block;
            line-height: 33px;
            width: 33px;
            margin-right: 20px;
            background: transparent url("/Content/v2/images/icons-social.png") no-repeat scroll left top;
            text-indent: -9999px;
            outline: none;
        }

            .social li a.disabled {
                background-position-y: bottom;
            }

    .social .fb {
    }

    .social .tw {
        background-position: -34px 0px;
    }

    .social .in {
        background-position: -68px 0px;
    }

    .social .gplus {
        background-position: -102px 0px;
    }

    .social .inst {
        background-position: -136px 0px;
    }

    .social .fb.disabled {
        background-position: 1px -33px;
    }

    .social .tw.disabled {
        background-position: -34px -33px;
    }

    .social .in.disabled {
        background-position: -68px -33px;
    }

    .social .gplus.disabled {
        background-position: -102px -33px;
    }

    .social .inst.disabled {
        background-position: -136px -33px;
    }

.arrow-sec {
    float: left;
    margin: 0 0 4px 7px;
}

.social {
    margin-bottom: 0;
}

.arrow-twt {
    margin: 0 0 4px 61px;
}

.arrow-in {
    margin: 0 0 4px 113px;
}

.arrow-ins {
    margin: 0 0 4px 166px;
}

.arrow-inst {
    margin: 0 0 4px 219px;
}

.social-input {
    clear: both;
}
.div-social{
    display:none;
}

.dropdown-notifications {
    min-width: 370px;
    padding: 0px 20px;
}

    .dropdown-notifications .top {
        font-size: 12px;
        clear: both;
        line-height: 30px;
    }

        .dropdown-notifications .top a {
            font-weight: 700;
        }

        .dropdown-notifications .top .viewall {
        }

        .dropdown-notifications .top .markall {
            float: right;
        }

    .dropdown-notifications .notifications .item {
        color: #7e7e7e;
        font-size: 13px;
        border-top: 1px solid #333333;
        padding: 15px 0;
        clear: both;
        width: 100%;
        display: block;
    }

        .dropdown-notifications .notifications .item:hover {
            color: #fefefe;
        }

        .dropdown-notifications .notifications .item .company {
            margin-bottom: 0;
            font-weight: 700;
            line-height: 12px;
        }

        .dropdown-notifications .notifications .item .info {
            font-size: 10px;
        }



.circliful {
    position: relative;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
    top: -7px;
    font-weight: 200;
}

.circle-info, .circle-info-half {
    color: #333;
    font-size: 12px;
    padding-top: 2px;
    font-weight: 700;
}

.circliful .fa {
    margin: -10px 3px 0 3px;
    position: relative;
    bottom: 4px;
}





.progress-sidebar {
}

    .progress-sidebar .circliful {
        margin: 20px auto;
    }

    .progress-sidebar h3 {
        font-size: 16px;
    }

    .progress-sidebar .list-group {
        margin-bottom: 0;
    }

        .progress-sidebar .list-group .list-group-item {
            background: transparent url("/Content/v2/images/icon-plus.png") no-repeat scroll 10px center;
            font-size: 14px;
            border: none;
            color: #333;
            padding-left: 40px;
            border-top: 1px solid #DCDCDC;
            border-radius: 0;
        }

        .progress-sidebar .list-group .todo-item{
            background: transparent url("/Content/v2/images/icon-checked-gray.png") no-repeat scroll 10px center !important;
        }
        .progress-sidebar .list-group .todo-item-complete{
            background: transparent url("/Content/v2/images/icon-checked.png") no-repeat scroll 10px center !important;
        }

    .progress-sidebar .list-group {
    }

    .progress-sidebar .list-group {
    }

.progress-sidebar {
}

.progress-sidebar {
}

.progress-sidebar {
}














/*
 * Sidebar
 */

/* Hide for mobile, show later */
.navbar-inverse .navbar-brand {
    padding-left: 0;
    color: white;
    font-size: 17px;
}

.navbar-inverse {
    background-color: #333;
}



/* BLOCKS SPECIFIC STYLES */
.add-experience {
}

    .add-experience textarea.description {
        width: 100%;
        border: none;
        min-height: 100px;
        border: medium none;
        border-radius: 0px;
        box-shadow: none;
        padding: 0;
    }

    .add-experience .position-company {
        color: #C6C5C5;
        font-weight: 300;
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 20px;
    }

        .add-experience .position-company .attr {
            display: inline-block;
            vertical-align: top;
            min-height: auto;
            margin: 0;
            min-width: 100px;
        }

        .add-experience .position-company label {
            color: #1bbee8;
            font-weight: 300;
            padding: 0 5px;
        }

        .add-experience .position-company .attr.edit .form-control {
            min-width: 100px;
        }

    .add-experience .attr-experience.edit .form-control {
        min-width: 90px;
        max-width: 220px;
        width: 70%;
    }

    .add-experience .btn-primary {
        margin-top: 20px;
    }







.table-events .thead .dropdown-toggle .caret {
    visibility: visible;
}

.table-events .thead .dropdown-toggle {
    min-width: 145px;
    display: inline-block;
    text-align: left;
}

.table-events .thead .dropdown-menu {
    right: 0px;
    left: auto;
}

.table-events .thead .dropdown.open .dropdown-toggle .caret {
    visibility: hidden;
}

.table-events .tbody .status, .table-events .thead .status {
    text-align: right;
    overflow: visible;
}

.table-events h3 {
    font-size: 20px;
    margin: 0;
}

.table-events .tbody > .row {
    border-bottom: 1px solid #dddcdc;
    padding: 25px 0;
}

.table-events .status {
    font-size: 20px;
}

.table-events .status-pending {
    color: #f7941d;
}

.table-events .status-booked {
    color: #02d602;
}

.table-events address {
    margin-bottom: 0;
    font-size: 14px;
}

.table-events date {
    font-size: 14px;
    font-weight: 700;
}

.table-events .status date {
    background: transparent url("/Content/v2/images/icon-clock.png") no-repeat scroll left center;
    padding-left: 22px;
    color: #ED1C24;
    font-size: 11px;
    line-height: 16px;
    display: inline-block;
    height: 18px;
    margin-top: 10px;
}

.table-events label {
    font-size: 11px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    color: #333;
}

.table-events .status label {
    color:#666;
    font-weight:normal;
}
.table-agencies .contact {
}

    .table-agencies .contact .dropdown-toggle {
        position: relative;
    }

    .table-agencies .contact .dropdown-menu {
        right: 0;
        left: auto;
        top: 40%;
    }

    .table-agencies .contact .dropdown-toggle .caret {
        visibility: hidden;
        top: 14%;
    }

    .table-agencies .contact:hover .dropdown-toggle .caret, .table-agencies .contact.open .dropdown-toggle .caret {
        visibility: visible;
    }

.table-agencies .tbody > .row {
    border-bottom: 1px solid #dddcdc;
    padding: 10px 0;
}

    .table-agencies .tbody > .row p {
        font-size: 24px;
        font-weight: 300;
        margin-top: 15px;
    }


.table-docs {
}

    .table-docs > .tbody > .row > div {
        padding: 15px 0px 0px 38px;
            margin-bottom: 40px;
    }
        /*.table-docs > .tbody > .row > div:first-child {
    border-right: 1px solid #1BBEE8;
    padding-left: 0;
    padding-right: 38px;
}*/
        .table-docs > .tbody > .row > div:nth-child(2n+1) {
            border-right: 0px solid #1bbee8;
            clear: both;
            padding-left: 0;
            padding-right: 38px;
        }

    .table-docs h3 {
        font-size: 24px;
        margin-top: -5px;
        margin-bottom: 4px;
        font-weight: 400;
        padding: 0px;
        line-height: 24px;
    }

    .table-docs p, .table-docs .requestedby label {
        font-size: 12px;
        font-weight: 700;
    }

    .table-docs p {
        margin-bottom: 15px;
    }

    .table-docs .requestedby {
        border-top: 1px solid #dcdcdc;
        font-size: 14px;
        padding-top: 10px;
        margin-top: 10px;
        margin-bottom:10px;
    }

        .table-docs .requestedby label {
            display: block;
        }

    .table-docs .requestedby {
    }


ul.table-docs {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

    ul.table-docs li {
        border-top: 1px solid #DDDCDC;
        padding: 20px 0px;
    }

        ul.table-docs li:first-child {
            border-top: none;
        }

        ul.table-docs li .file {
            font-size: 14px;
        }

        ul.table-docs li small {
            font-size: 12px;
        }

.file {
    color: #333;
    font-size: 12px;
}

    .file small {
        font-size: 10px;
        display: block;
        font-weight: 700;
    }

        .file small a {
            color: #333;
        }

    .file .label {
        float: left;
        margin: 2px 10px 10px 0px;
        background-color: #1BBEE8;
        padding: 0.4em 0.6em 0.5em;
        font-size: 10px;
        font-weight: 700;
        min-width: 35px;
    }

    .file .label-pdf {
        background-color: #ff5792;
    }

.table-docs .dropdown-toggle {
    position: relative;
}

.table-docs .dropdown-menu {
    right: 0;
    left: auto;
    top: 10%;
}

.table-docs .dropdown-toggle .caret {
    visibility: hidden;
    top: 12%;
}

.table-docs .dropdown-toggle:hover .caret, .table-docs .tbody > .row > div.open .dropdown-toggle .caret {
    visibility: visible;
}


.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    float: left;
    margin-top: 10px;
    padding: 0;
    width: 100%;
}

    .breadcrumb > li + li::before {
        content: "";
        padding: 0;
    }

    .breadcrumb > li a {
        border-top: 5px solid #dcdcdc;
        color: #dcdcdc;
        display: inline-block;
        font-size: 10px;
        line-height: 10px;
        font-weight: 700;
        line-height: 16px;
        text-align: center;
        width: 100%;
        padding-top: 1px;
    }

    .breadcrumb > li.active a, .breadcrumb > li.done a {
        border-color: #0da98d;
    }

    .breadcrumb > li.active a {
        color: #0da98d;
    }

    .breadcrumb > li {
        float: left;
        margin: 0 2px 0 0;
        width: 24.6%;
    }



.top-link, .top-link:hover, .top-link:active {
    clear: both;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    margin-top: -18px;
    display: inline-block;
}

.top-link-disable, .top-link-disable:hover, .top-link-disable:active {
    color: #dcdcdc;
}



.headline-dropdown {
    display: inline-block;
    position: relative;
}

    .headline-dropdown h1 {
        font-size: 24px;
        font-weight: 400;
        display: inline-block;
        position: relative;
        padding-right: 25px;
        margin-bottom: 4px;
    }

    .headline-dropdown .dropdown-menu {
    }


.sub-headline {
    font-size: 12px;
    text-transform: uppercase;
    color: #1bbee8;
    font-weight: 700;
    margin-bottom: 20px;
}

.label-booked, .label-launched {
    color: #ff5792;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ffdde8;
    padding: 10px 14px;
    border-radius: 0.50em;
}

.label-launched {
    background-color: #cfeee8;
    color: #0da98d;
}


.collapse-trigger, .collapse-trigger:hover, .collapse-trigger:active, .collapse-trigger:link {
    color: #c6c5c5;
    font-size: 10px;
    padding-top: 10px;
    background: transparent url(/Content/v2/images/icon-dropdownarrowup.png) no-repeat scroll center top;
    display: inline-block;
}

    .collapse-trigger.collapsed {
        padding-top: 0px;
        padding-bottom: 10px;
        background: transparent url(/Content/v2/images/icon-dropdownarrowdown.png) no-repeat scroll center bottom;
    }

.adddoc, .adddoc:link,
.icolink, .icolink:link {
    display: inline-block;
    padding-right: 30px;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    color: #c6c5c5;
    background: transparent url(/Content/v2/images/icon-plus-gray.png) no-repeat scroll right bottom;
    font-weight: 700;
}

    .icolink.icolink-unbook, .icolink.icolink-chat, .icolink.icolink-plus {
        padding-right: 0;
        padding-left: 30px;
        background-position: left center;
    }

    .icolink.icolink-unbook {
        background-image: url(/Content/v2/images/icon-x-gray.png);
    }

    .icolink.icolink-chat {
        background-image: url(/Content/v2/images/icon-chat-gray.png);
    }

    .icolink.icolink-plus {
        background-image: url(/Content/v2/images/icon-plus-gray.png);
    }



.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav-tabs > li > a {
    color: #333;
    font-size: 24px;
    font-weight: 300;
    line-height: 18px;
    padding: 5px 12px 10px 12px;
    border-color: #dcdcdc;
    border-radius: 0;
    border-bottom: 4px solid #dcdcdc;
    margin-right: 0px;
    border-left-width: 0px;
}

.nav-tabs > li.active:first-child > a, .nav-tabs > li.active:first-child > a:hover, .nav-tabs > li.active:first-child > a:focus,
.nav-tabs > li:first-child > a {
    border-left-width: 1px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: #1bbee8;
    border-left-width: 1px;
}

.nav-tabs > li > a span {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    text-align: center;
    font-weight: 700;
}

.nav-tabs > li > a strong {
    font-size: 17px;
    font-weight: 400;
}

.nav-tabs > li {
    margin-bottom: -4px;
}

.nav-tabs {
    border-bottom: 4px solid #dcdcdc;
    margin-top: -4px;
}

.tab-content .tab-pane p {
}



.panel {
    margin: 20px 0 0 0;
    width: 100%;
    background-color: #e8f8fd;
    /*border-radius: 5px;*/
    border-color: #e8f8fd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .panel .panel-heading {
        color: #1bbee8;
        font-size: 16px;
        padding: 15px 20px;
        line-height: 20px;
    }

        .panel .panel-heading b {
            font-size: 12px;
        }

    .panel .panel-body {
        text-align: right;
    }

.panel-green {
    background-color: #cfeee8;
    border-color: #cfeee8;
}

    .panel-green .panel-heading {
        color: #0da98d;
    }

.panel-gray {
    background-color: #f7f7f7;
    border-color: #ededed;
}

    .panel-gray .panel-heading {
        color: #333;
    }



ul.thumbnails {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

    ul.thumbnails li, ul.thumbnails li .thumbnail img {
        display: inline-block;
    }

        ul.thumbnails li .thumbnail {
            width: 40px;
            height: 40px;
            padding: 0;
            border-width: 0;
            margin-left: 15px;
            background-color: #1bbee8;
            font-size: 14px;
            font-weight: 700;
            text-align: center;
            line-height: 37px;
            color: white;
            margin-bottom: 0;
            position: relative;
        }

            ul.thumbnails li .thumbnail img {
                border-radius: 4px;
            }

        ul.thumbnails li .thumbnail-on:before, ul.thumbnails li .thumbnail-off:before {
            width: 19px;
            height: 19px;
            position: absolute;
            bottom: -9px;
            left: -9px;
            background: transparent url(/Content/v2/images/icon-checked.png) no-repeat scroll left top;
            display: block;
            content: "";
        }

        ul.thumbnails li .thumbnail-off:before {
            background-image: url(/Content/v2/images/icon-unchecked.png);
        }


.event-talents {
    margin-left: 0;
    margin-right: 0;
}

    .event-talents > div {
        padding-left: 0;
        padding-right: 0;
    }

    .event-talents .item {
        border: 1px solid #dcdcdc;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .event-talents > div:nth-child(3n+0) .item {
        margin-right: 0px;
    }

    .event-talents .item .thumbnail {
        width: 100%;
        height: auto;
        min-height: 190px;
        line-height: 190px;
        font-size: 44px;
        font-weight: 700;
        text-align: center;
        background-color: #efefef;
        border-radius: 0px;
        padding: 0px;
        border-width: 0px 0px 1px 0px;
        border-color: #dcdcdc;
        margin-bottom: 0;
    }

    .event-talents .item-booked .thumbnail:before {
        position: absolute;
        left: 1px;
        top: 1px;
        background-color: #ff5792;
        font-size: 10px;
        font-weight: 700;
        color: white;
        line-height: 28px;
        height: 28px;
        display: block;
        content: "BOOKED";
        padding: 0 10px;
        border-radius: 0 0 7px 0;
    }

    .event-talents .item .thumbnail img {
        width: 100%;
        max-height: 190px;
    }

    .event-talents .item a.thumbnail, .event-talents .item a.thumbnail:link {
        color: #dcdcdc;
    }

    .event-talents .item .details {
        clear: both;
        padding: 0 10px 5px 10px;
        margin-left: 0;
        margin-right: 0;
        font-size: 16px;
        line-height: 30px;
        min-height: 64px;
        text-align: center;
    }

        .event-talents .item .details p {
            margin: 0;
            line-height: 30px;
            text-align: left;
        }

        .event-talents .item .details .icolink.icolink-plus {
            margin: 20px auto 0px auto;
        }

    .event-talents .item {
    }

.event-talents {
}








/* PAGE SPECIFIC STYLES */
.page-profile-edit textarea.bio {
    width: 100%;
    border: none;
    min-height: 40px;
    border: medium none;
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
    margin-top: 0px;
}

    .page-profile-edit textarea.bio:focus, .page-profile-edit textarea.jobdesc:focus {
        /*border:1px solid #ccc;*/
        background-color:#eee;
    }
    
.page-talent-events .table-events, .page-agency-connections .table-agencies, .page-documents .table-docs {
    margin-top: 40px;
}

.page-agencyevents-details .body-content > .label,
.page-agencyevents-livestaffing .body-content > .label,
.page-agencyevents-booktalent .body-content > .label {
    float: right;
    margin-top: 25px;
}

.page-agencyevents-details .collapse-trigger,
.page-agencyevents-booktalent .collapse-trigger {
    margin: 20px 0;
}

.page-agencyevents-details .adddoc,
.page-agencyevents-livestaffing .adddoc,
.page-agencyevents-booktalent .adddoc {
    float: right;
}

.page-agencyevents-details ul.thumbnails {
    /*float: right;*/
}

.page-agencyevents-details .navbar,
.page-agencyevents-livestaffing .navbar {
    background-image: none;
}

.specialities-tags label {
    display: inline;
}



/* Registration page styling*/

.page-registration {
    padding-top: 0;
    /*padding-top: 200px;*/
}

    .page-registration > .container-fluid {
        max-width: 560px;
        min-width: 330px;
    }

    .page-registration .navbar {
        /*min-height: 200px;*/
        background-image: none !important; /*url(../images/registration-brand.png);*/
        background-position: center 20px;
        border: none;
    }

    .page-registration .navbar-inverse {
        /*background-color: #74ac62;*/
        border-radius: 0;
    }

    .page-registration .poweredby {
        height: 56px;
        border: 1px solid #dcdcdc;
        border-width: 0px 1px 1px 1px;
        background: #e8e6e6 url(/Content/v2/images/poweredby.png) no-repeat center center;
        border-radius: 0 0 5px 5px;
        margin-bottom: 22px;
    }

    .page-registration .navbar .container-fluid {
        line-height: 200px;
        min-height: 200px;
    }

    .page-registration .navbar container-fluid > span {
        font-family: Arial;
        font-size: 24px;
        font-weight: 600;
    }

.page-registration {
}





/*renamed "PAGE" styles to "thisPG" for attempted bug fix on Galaxy S3 mobile devices*/
/* PAGE SPECIFIC STYLES */
.thisPG-profile-edit textarea.bio {
    width: 100%;
    border: none;
    min-height: 40px;
    border: medium none;
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
    margin-top: 0px;
}

    .thisPG-profile-edit textarea.bio:focus, .thisPG-profile-edit textarea.jobdesc:focus {
        /*border:1px solid #ccc;*/
        background-color:#eee;
    }
    
.thisPG-talent-events .table-events, .thisPG-agency-connections .table-agencies, .thisPG-documents .table-docs {
    margin-top: 40px;
}

.thisPG-agencyevents-details .body-content > .label,
.thisPG-agencyevents-livestaffing .body-content > .label,
.thisPG-agencyevents-booktalent .body-content > .label {
    float: right;
    margin-top: 25px;
}

.thisPG-agencyevents-details .collapse-trigger,
.thisPG-agencyevents-booktalent .collapse-trigger {
    margin: 20px 0;
}

.thisPG-agencyevents-details .adddoc,
.thisPG-agencyevents-livestaffing .adddoc,
.thisPG-agencyevents-booktalent .adddoc {
    float: right;
}

.thisPG-agencyevents-details ul.thumbnails {
    /*float: right;*/
}

.thisPG-agencyevents-details .navbar,
.thisPG-agencyevents-livestaffing .navbar {
    background-image: none;
}


/* Registration page styling*/

.thisPG-registration {
    padding-top: 0;
    /*padding-top: 200px;*/
}

    .thisPG-registration > .container-fluid {
        max-width: 560px;
        min-width: 330px;
    }

    .thisPG-registration .navbar {
        /*min-height: 200px;*/
        background-image: none !important; /*url(../images/registration-brand.png);*/
        background-position: center 20px;
        border: none;
    }

    .thisPG-registration .navbar-inverse {
        /*background-color: #74ac62;*/
        border-radius: 0;
    }

    .thisPG-registration .poweredby {
        height: 56px;
        border: 1px solid #dcdcdc;
        border-width: 0px 1px 1px 1px;
        background: #e8e6e6 url(/Content/v2/images/poweredby.png) no-repeat center center;
        border-radius: 0 0 5px 5px;
        margin-bottom: 22px;
    }

    .thisPG-registration .navbar .container-fluid {
        line-height: 200px;
        min-height: 200px;
    }

    .thisPG-registration .navbar container-fluid > span {
        font-family: Arial;
        font-size: 24px;
        font-weight: 600;
    }

.thisPG-registration {
}


















.registration {
    background-color: white;
    border: 1px solid #dcdcdc;
    border-radius: 5px 5px 0 0;
    margin-top: 22px;
    padding: 30px 40px 20px 40px;
}

    .registration > h1 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 24px;
        color: #333;
        font-weight: 300;
    }

    .registration > p {
        font-size: 14px;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 20px;
    }

    .registration form .g-recaptcha {
        margin-top: 10px;
    }

    .registration form .btn-lg {
        min-width: 140px;
        margin-top: 20px;
    }

    .registration .hint {
        font-size: 12px;
        margin-top: 15px;
    }

        .registration .hint a {
            color: #333;
        }

    .registration .attr.inline {
        min-height: auto;
    }

        .registration .attr.inline label {
            font-size: 24px;
            font-weight: 300;
            line-height: 15px;
            display: inline-block;
            margin-right: 40px;
        }

            .registration .attr.inline label .form-control {
                min-width: 0px;
                height: auto;
                vertical-align: middle;
                margin: 0 5px 0 0;
            }

    .registration .attr.inline-small label {
        font-size: 12px;
    }

        .registration .attr.inline-small label.error, .registration .attr .jq-radio label.error {
            font-weight: 700;
            margin-top: -15px;
            font-size: 12px;
        }

    .registration .addphoto {
        width: 110px;
    }

    .registration.registration-login > p {
        border-bottom: none;
        padding-bottom: 10px;
    }

.step-indicators {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0;
    line-height: 10px;
}

    .step-indicators li {
        list-style: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .step-indicators li a {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0px 1px;
            text-indent: -999px;
            background-color: transparent;
            border: 1px solid #1bbee8;
            border-radius: 10px;
            overflow: hidden;
        }

        .step-indicators li.active a {
            border-color: #98e2f5;
            background-color: #98e2f5;
        }

.validation-summary-errors {
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
}

.field-validation-error {
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
}


.pop {
    display: none;
    height: 100%;
    left: 0;
    /*opacity: 0.9;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.closeVerifyPopup {
    opacity: 1;
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

    .closeVerifyPopup:hover, .closeVerifyPopup:focus {
        opacity: 1;
    }

.messagepop {
    background-color: #f4f4f4;
    border: 1px solid #999999;
    cursor: default;
    margin-left: 34%;
    margin-top: 15%;
    opacity: 1;
    padding: 10px 25px 20px;
    position: absolute;
    text-align: left;
    width: 394px;
    z-index: 50;
}

    .messagepop p, .messagepop.div {
        border-bottom: 1px solid #EFEFEF;
        margin: 8px 0;
        padding-bottom: 8px;
    }

.error-check {
    border: 1px solid #FF0000 !important;
}

.error-experience-label{
    display: none;
}

.error-experience-span {
    color: #e80c4d;
}

.footer-full{
    display:block;
}
.footer-mobile {
    display:none;
}
.profile fieldset.row-details {
    border-top:20px solid #f9f9f9;
    margin-left:-20px;
    margin-right:-20px;
}
.profile fieldset.no-divider {
    border-top:5px solid #ffffff !important;
}
.profile fieldset.row-details legend {
    padding-top: 10px;
}

#footer-slideup, #footer-dashboard {
    display:none;
}

/* RESPONSIVE STYLES */

@media (max-width: 767px) {
    .alert-top {
        margin-right: -5px;
    }


    /* MOBILE VERSION OF COVER PHOTOS*/
    .cover-photos:not(.cover-edit) .upload-thumbnails > li > div {

    }
    .cover-photos:not(.cover-edit) .upload-thumbnails > li > div.col-md-4 {
        height: 120px;
    }
    #am-container{
        height:120px;
    }
    .am-wrapper {
        width:33%; 
        height:100%; 
    }
    .am-wrapper img{
        width: 100%; 
        height: 100%; 
    }
    .profile {
        padding:0 10px;
    }

    .pb-footer-text{
        text-align:right;
    }

    .attr.edit .bootstrap-select > .dropdown-toggle, .attr.edit .btn-group.open > .dropdown-toggle, .attr.edit .btn-group.open > .dropdown-toggle:hover {
        font-size:18px;
    }
    .attr.edit .form-control {
        font-size:18px;
    }
    .profile .row-details {
        padding: 0 5px 10px;
    }

    .table-docs > .tbody > .row > div:nth-child(2n+1) {
        border-right: 0px solid #1bbee8;
    }
    .table-docs>.tbody>.row>div {
    padding: 0px;
    margin-bottom: 60px;
}

}

@media (max-width: 991px) {
    .navbar .nav > li > .dropdown-menu:after {
        display: none;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding-left: 60px;
    }

    .navbar .dropdown-toggle {
        text-indent: 35px;
    }

    .navbar-inverse .navbar-brand {
        padding-left: 15px;
    }

    .table-events .tbody .status {
        text-align: left;
    }

    /*.table-docs > .tbody > .row > div, .table-docs > .tbody > .row > div:first-child {
        padding: 38px 0;
        border-bottom: 1px solid #1BBEE8;
        border-right: none;
    }*/


        .table-docs > .tbody > .row > div:first-child {
            padding-top: 0;
        }

    .table-docs .dropdown-menu {
        top: 22%;
    }


    .breadcrumb > li {
        width: 49.6%;
        margin-bottom: 10px;
    }

    .panel .panel-heading, .panel .panel-body ul.thumbnails {
        text-align: center;
        padding-bottom: 0;
    }

        .panel .panel-body ul.thumbnails li .thumbnail {
            margin-bottom: 15px;
        }


    /* MOBILE VERSION OF SIDE NAVBAR*/
    .navbar-right {
        text-align:left;
        /*background-color:#444;*/
        margin-right: -10px; /* only 10 px for mobile viewing */
    }
    .nav-sidebar {
        border-right: 2px solid #dcdcdc;
        margin-right: -10px; /* only 10 px for mobile viewing */
        margin-bottom: 1px;
        margin-left: -10px;
        background-color:#eee;
        text-align:left;
    }

    .registration{
        /*background-color:red;*/
        min-height:600px;
        padding:15px;
        max-width:95%;
    }
    .col-xs-12 {
        padding-left:10px;
    }


}
@media (min-width: 768px) and (max-width: 991px) {
    .alert-top {
        margin-right: -5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

@media (max-width: 640px) {
    .breadcrumb > li {
        width: 100%;
        margin-bottom: 10px;
    }
    #addExperienceWrapper, .add-experience {
        margin-bottom:20px;
    }

    .cover-photos:not(.cover-edit) .upload-thumbnails > li > div.col-xs-4 {
        height: 50%;
    }
    .cover-photos:not(.cover-edit) .upload-thumbnails > li > div img {
        height: auto;
        width: 100%;
        top:-10px;
    }
    .cover-photos.cover-edit .upload-thumbnails .thumbnail img {
        height: auto;
        max-height: 100%;
    }
    .cover-photos.cover-edit .upload-thumbnails .thumbnail-fill img {
        min-height: 100px;
    }
    .cover-photos .upload-thumbnails {
        height: auto;
        min-height:200px;
    }

}
@media (max-width: 420px) {
    .attr-input {
        width:60%;
    }
    .attr-wrap {
        padding-right:5px;
    }
    .attr.edit .form-control {
        width:100%;
    }
   .registration{
        /*background-color:red;*/
        height:100%;
        padding:4px;
        margin-top:1px;
        max-width:99%;
    }
   .navbar{
       margin-bottom:5px;
   }
    .col-xs-12 {
        padding-left:2px;
    }
    .page-registration, .container-fluid, #RegistrationContent{
        position:relative; 
        height:100%;

    }
    .thisPG-registration{
        position:relative; 
        height:100%;

    }
    .row-full-height{height:100%;position:relative; }

    .body-content > h1 {
        font-size: 18px;
    }

    .body-content > p {
        font-size: 12px;
    }

    .table-events .thead .dropdown-toggle {
        min-width: 110px;
    }
    .table-events h3, .table-events .status {
        font-size:16px;
    }
    .contact .row-phone {
        margin-left: 15px;
    }
    .alert-top-danger {
        font-size:14px;
        padding-right:15px;
        padding-left:10px;
        margin: 10px -5px 10px 0px;

    }
    .profile-name h2{
        font-size:18px;
    }
    .profile-name h4{
        font-size:12px;
    }
    .footer-full{
        display:none;
    }
    .footer-mobile {
        display:block;
        border-top:1px solid #000;
        text-align:left;
        position: fixed;
        -webkit-backface-visibility: hidden;
        height: 55px;
        bottom: 0;
        width: 100%;
    }
    .footer-mobile .container-fluid{
        margin-left:0px;
        margin-right:0px;
        padding:0px;
    }
    .footer-mobile .pb-footer-text{
        padding:5px;
        text-align:left;
    }
    .pb-footer-text .nopadding {
        padding:0px;

    }
    .freshwidget-theme{
        display:none;   /*turn off support widget button on mobile*/
    }
    .profile-strength-badge {
        border:3px solid #0DA98D;
        text-align:center;
        height:30px; 
        width:30px;
        border-radius:50%;
        padding-top:5px;
        background-color:#fff;
        color:#666;
        font-size:11px;
        font-family:Helvetica, Arial, sans-serif;
    }

    #footer-slideup, #footer-dashboard {
        background-color:#333333;
        position:absolute;
        bottom:0;
        width: 100%;
        min-height:150px;
        padding-bottom:5px;
        z-index: 800;
        margin-left:-5px;
        padding-left:10px;
        }
    #footerDashContent {
        max-height:180px;
        overflow:scroll;
        padding-right:10px;
    }

}



