/*---------------------------------------------------------------------------Popup---------------------------------------------------------------------------------------------/* The Modal (background) */

:root {
    font-size: 12px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@media (min-width: 992px) {
    .modal-lg {
        width: 91%;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        /*width: 600px;*/
        /*margin: 90px auto;*/
    }
}

.modal{
    overflow: auto;  /*Enable scroll if needed*/
    background-color: rgb(0,0,0);  /*Fallback color*/
    background-color: rgba(0,0,0,0.6);  /*Black w/ opacity*/
}

.signinHeader {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.signinHeader:hover,
.signinHeader:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

table.popupTable {
    margin-left: auto;
    margin-right: auto;
}

.filter-img{
    width: 38px;
    height: auto;
}

.filter-ul{
    margin-bottom: 0px;
    margin-left: -6px;
}

.hide-div{
    display: none;
}

.verticalLine {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 12px 0 12px;
}

.preview-table{
    border: 1px solid #e8e8e8;
    padding: 12px;
    border-radius: 5px;
    /*background-color: #FAFAFA;*/
    border-collapse: separate;
}

.preview-td{
    padding: 8px 12px 8px 5px;
}


.preview-subhead {
    padding: 4px 4px 0px 8px;
}

.delete-popup {
    max-width: 350px;
    min-width: 280px;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    /*background: #FFF;*/
    border-radius: 3px;
}

.appurl-popup {
    max-width: 470px;
    min-width: 280px;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    /*background: #FFF;*/
    border-radius: 3px;
}

@media (min-width: 768px) {
    .modal-dialog-d {
        width: 360px;
        margin: 130px auto
    }
}
@media (min-width: 768px) {
    .modal-dialog-a {
        width: 470px;
        margin: 130px auto
    }
}

.scroll-ul-filter{
    margin-left: 0px;
    width: 615px;
    /*overflow: auto;*/
    white-space: nowrap;
    padding-left: 4px;
}

@media (max-width: 992px) {
    .scroll-ul-filter{
        margin-left: 0px;
        width: 280px;
        overflow: auto;
        white-space: nowrap;
        padding-left: 4px;
    }
}

.fix-filter-header {
    position: absolute;
    margin-left: -86px;
    margin-top: 10px;
    background-color: #FFFFFF;
}

@media (max-width: 992px) {
    .fix-filter-header {
        position: absolute;
        margin-left: -84px;
        margin-top: 10px;
        background-color: #FFFFFF;
    }
}

#screenshot-sets{
    padding-right:20px!important;
}
@media (max-width: 992px) {
    #screenshot-sets{
        padding-right:140px!important;
    }

}

/*#screenshot-sets a{*/
    /*color: #ff5a5f;*/
    /*font-size: 16px;*/
/*}*/

span.projectTitle{
    border-bottom: 1px dotted !important;
    display: inline-block;
    font-size: 15px !important;
    font-weight: 300 !important;
    padding: 7px 10px !important;
}

.upgrade-info{
    width: 73em;
    height: auto;
}

.label-header{
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid #DAE2E6;
    padding: 0 0 8px 0;
    margin-bottom: 14px;
    color: #91969B !important;
    font-weight: 500;
    text-align: left;
    line-height: 1;
    font-size: 15px;
}

.help-block{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.section-heading{
    margin-left: 5px;
}

.pro-heading{
    background-color: #00ACFF;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    border-radius: 4px;
    padding: 8px
}

.help-msg{
    color: #91969B;;
    font-size: 12px;
    font-family: inherit;
    font-weight: 500;
}

.pro-mark:after{
    position: absolute;
    top: 19px;
    right: 6px;
    padding: 0.2em 0.7em 0.2em 0.7em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background: #36a5e5 ;
    content: "Pro";
    border-radius: 5px;
}

.pro-mark-preview:after{
    position: relative;
    top: -212px;
    right: -1200px;
    padding: 0.2em 0.7em 0.2em 0.7em;
    font-size: 120%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background: #36a5e5 ;
    content: "Pro";
    border-radius: 5px;
}


@media (min-width: 1600px) {
    .pro-mark-preview:after{
        top: -243px;
        right: -1437px;
    }
}


@media (min-width: 1900px) {
    .pro-mark-preview:after{
        top: -270px;
        right: -1640px;
    }
}


.pro-mark-preview-exc:after{
    position: relative;
    top: -242px;
    right: -1200px;
    padding: 0.2em 0.7em 0.2em 0.7em;
    font-size: 120%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background: #36a5e5 ;
    content: "Pro";
    border-radius: 5px;
}


@media (min-width: 1600px) {
    .pro-mark-preview-exc:after{
        top: -280px;
        right: -1437px;
    }
}


@media (min-width: 1900px) {
    .pro-mark-preview-exc:after{
        top: -310px;
        right: -1640px;
    }
}


.pro-mark-preview-info{
    position: relative;
    top: 1px;
    right: 0px;
    padding: 0.2em 0.7em 0.2em 0.7em;
    font-size: 90%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background: #FF5A5F ;
    content: "Pro";
    border-radius: 5px;
}

.pro-mark-one-line:after{
    position: absolute;
    top: 2px;
    right: 78px;
    padding: 0.2em 0.7em 0.2em 0.7em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background: #36a5e5 ;
    content: "Pro";
    border-radius: 5px;
}

.beta-mark:after{
    position: absolute;
    top: -4px;
    right: -15px;
    padding: 0.2em 0.7em 0.2em 0.7em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background: #36a5e5 ;
    content: "Beta";
    border-radius: 5px;
}

.pro-mark-save:after{
    position: absolute;
    top: -4px;
    right: -15px;
    padding: 0.2em 0.7em 0.2em 0.7em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background: #36a5e5 ;
    content: "Pro";
    border-radius: 5px;
}


.pro-mark-img{
    position: absolute;
    top: -2px;
    right: -12px;
    padding: 0.2em 0.7em 0.2em 0.7em;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fbbe28 ;
    border-radius: 5px;
}

.pro-mark-star-save{
    position: absolute;
    top: -7px;
    right: -25px;
    padding: 0.2em 0.7em 0.2em 0.7em;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fbbe28!important;
    border-radius: 5px;
}

.pro-mark-star-cat{
    position: absolute;
    top: -8px;
    right: -23px;
    padding: 0.2em 0.7em 0.2em 0.7em;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fbbe28!important;
    border-radius: 5px;
}


/* sigin modal */

.signin-submit-btn{
    font-weight: 400;
    border: 1px solid #ff5a5f;
    display: block;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
}

.show-div{
    display: block;
}

.input-style{
    padding: 10px 10px 10px 10px;
    height: auto;border: 1px solid #B5B9BC;
    margin-bottom: 15px;
    display: inline-block;
    width: 294px;
}

.warning{
    background-color: #ffcccc;
}

.account-p{
    font-size: 12px;
    color: #747474;
    margin: 0px;
}

.account-a{
    color: #FF5A5F;
    font-size: 12px
}

.sigin-popup {
    max-width: 360px;
    min-width: 280px;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
}

@media (min-width: 768px) {
    .modal-dialog-sigin {
        width: 380px;
        margin: 130px auto
    }
}

.alertText{
    color: #5CB85C
}

.errorMsg{
    color: #DC143C
}

.hide-span{
    display: none;
}

.help-a{
    display:inline-block;
    width: 20px;
}

.login-outer-div{
    max-width: 340px;
}

/* sigin modal */


.pro-mark:after{
    position: absolute;
    top: 19px;
    right: 6px;
    padding: 0.2em 0.7em 0.2em 0.7em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background: #36a5e5  ;
    content: "Pro";
    border-radius: 5px;
}

.btn-outline-primary{
    color: #FF5A5F;
    background-image: none;
    background-color: transparent;
    border-color: #FF5A5F;
}

.logo {
    background-image: url('https://d3nm0oeg13p33h.cloudfront.net/assets/website/logo_black.png');
    height: 32px;
    width: 230px;
    transition: background 0.5s;
    background-size: 230px 32px;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .logo{
        height: 27px;
        width: 178px;
        transition: background 0.5s;
        background-size: 178px 27px;
        background-repeat: no-repeat;
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-style{
    padding: 12px 15px 12px 15px !important;
}

.pro-box {
    margin-top: 10px;
    margin-left: auto !important;
    margin-right: 0px !important;
    width: 496px;
    height: 309px;
}

.download-box {
    margin-top: 10px;
    margin-right: 24px !important;
    margin-left: 4px !important;;
    width: 492px;
    height: 309px;
}

#preview-all-scr{
    display: block;
}

.preview-canvas{
    /*width: 13em;*/
    height: auto;
}

@media (max-device-width : 1024px){
    .pro-box {
        margin-top: 10px;
        margin-left: auto;
        margin-right: 0px;
        width: 382px;
        height: 309px;
    }

    .download-box {
        margin-top: 10px;
        margin-right: 24px;
        margin-left: 4px;
        width: 377px;
        height: 309px;
    }

    #preview-all-scr{
        display: block;
    }

    .preview-canvas{
        width: 9em;
        height: auto;
    }
}

#free-download{
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .pro-box {
        margin-top: 10px;
        margin-left: auto;
        margin-right: 0px;
        width: 326px;
        height: 309px;

    }

    .download-box {
        margin-top: 10px;
        margin-right: 24px;
        margin-left: 4px;
        width: 326px;
        height: 309px;
    }

    #preview-all-scr {
        display: none;
    }

    .preview-canvas {
        width: 4em;
        height: auto;
    }

    .btn-download{
        font-size: 16px !important;
    }

    .preview-scr-header{
        font-size: 16px !important;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .pro-box {
        margin-top: 10px;
        margin-left: auto;
        margin-right: 0px;
        width: 246px;
        height: 349px;

    }

    .download-box {
        margin-top: 10px;
        margin-right: 24px;
        margin-left: 4px;
        width: 246px;
        height: 349px;
    }

    #preview-all-scr {
        display: none;
    }

    .preview-canvas {
        width: 4em;
        height: auto;
    }

    .btn-download{
        font-size: 16px !important;
    }

    .preview-scr-header{
        font-size: 16px !important;
    }}

@media (max-width: 375px) {
    .pro-box {
        margin-top: 10px;
        margin-left: auto;
        margin-right: 0px;
        width: 292px;
        height: 309px;

    }

    .download-box {
        margin-top: 10px;
        margin-right: 24px;
        margin-left: 4px;
        width: 292px;
        height: 309px;
    }

    #preview-all-scr {
        display: none;
    }

    .preview-canvas {
        width: 4em;
        height: auto;
    }

    .btn-download{
        font-size: 16px !important;
    }

    .preview-scr-header{
        font-size: 16px !important;
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 127px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li {
    border-bottom: 1px solid #dde8ed;
    position: relative;
}

.dropdown-menu > li > a {
    display: block;
    /*padding: 3px 20px;*/
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    padding: 6px 55px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 10px;
        left: auto;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    padding: 5px 0px 5px 0px;
}

/*nanobar*/
#my-id .bar{ height: 3px; background-color: #02b875; }

#myProgress {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #ddd;
}

#myBar {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: #02b875;;
}

.btn-twitter {
    background: white;
    border: 1px solid #B5B9BC;
    color: #FF5A5F;
}

#preview-template > .col-sm-6{
    padding-top: 15px;
    padding-bottom: 15px;
}

#highlight-cv{
    border: 2px solid #676e8b;
    /*padding: 1px;*/
}

#selectCv{
    border: 2px dashed #676e8b;
    padding: 3px;
}

.horizontal-align{
    display:inline-block;
    float: none;
    vertical-align: top;
    height: inherit;
}

.webapp .btn-a-sm{
    padding:.6rem 1.5rem;
    font-weight: 400;
    font-size: 1.1rem;
}

.webapp .btn-one{
    color: #676e8b;
    background-color: transparent;
    background-image: none;
    border: 1px solid #dadada;
    border-radius: .25rem;
    line-height: 1.5;
    -webkit-font-smoothing: inherit;
    box-shadow: rgba(59, 79, 162, 0.05) 0px 2px 4px;
    animation: 500ms ease-out 0s 1 normal forwards running animation-1acbpvw;
}

.webapp .btn-one:hover{
    background-color:#f9f9f9;
    color: #676e8b;
    border-color: #676e8b;
}

.webapp .btn-one-active{
    background-color:#f9f9f9;
    color: #222222;
    border-color: #222222;
}

.webapp .btn-one-color:hover{
    background-color: #ff5a5f;
    color: #FFFFFF;
    border-color: #ff5a5f;
}

.webapp .btn-one i{
    margin-right: .7rem;
    color: #000;
}

.webapp .btn-a-icon{
    padding:.6rem 1rem;
    font-weight: 400;
    font-size: 1.1rem;
}

.webapp .btn-a-icon i{
    margin-right: 0px;
}

.webapp .btn-one :active,
.webapp .btn-one :focus,
.webapp .btn-one :hover,
.webapp .btn-one :visited {
    outline:none !important;
    box-shadow: none !important;
    color: #000 ;
}


.webapp .btn-two{
    color: #FFFFFF;
    background-color: #ff5a5f;
    background-image: none;
    border: 1px solid #ff5a5f;
    border-radius: .25rem;
    line-height: 1.5;
    -webkit-font-smoothing: inherit;
    box-shadow: rgba(59, 79, 162, 0.05) 0px 2px 4px;
    animation: 500ms ease-out 0s 1 normal forwards running animation-1acbpvw;
}

#myModal> .modal-backdrop {
    opacity: 0;
    max-height: 100%;
}

.webapp .btn-three{
    color: #ff5a5f;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ff5a5f;
    border-radius: .25rem;
    line-height: 1.5;
    -webkit-font-smoothing: inherit;
    box-shadow: rgba(59, 79, 162, 0.05) 0px 2px 4px;
    animation: 500ms ease-out 0s 1 normal forwards running animation-1acbpvw;
}

.colorpicker-element .add-on i, .colorpicker-element .input-group-addon i{
    height:34px;
    width:45px;
    border-radius: 0 3px 3px 0;
}


#preview-all-scr{
    overflow-x: auto;
    white-space: nowrap;
}

#preview-all-scr > .col-sm-12 > .col-sm-2 {
    display: inline-block;
    float: none;
}


.webapp .cvWrAllSettings .uploadScr-highlight{
    color: #00b300;
}


.webapp .cvWrAllSettings .uploadScr-highlight:hover{
    color: #00b300;
}


.premium{
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
    color: #fbbe28 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    z-index: 3;
    /*padding: 0.2em 0.7em 0.2em 0.7em;*/
}


.pro-ele{
    position: absolute;
    top: 2px;
    right: -1px;
}


.pro-dv-btn{
    position: absolute;
    top: -2px;
    right: -4px;
}


.pro-txt-ele{
    position: absolute;
    top: -5px;
    right: -1px;
}


.pro-save{
    position: absolute;
    top: -5px;
    right: -13px;
}


.pro-move{
    position: relative;
    top: -14px;
}


.premium-dv-btn i:active,
.premium-dv-btn i:focus,
.premium-dv-btn i:hover,
.premium-dv-btn i:visited {
    color: #fbbe28; !important;
}


#proBanner{
    z-index: 9000;
}


.eyeClCv{
    color: #676e8b;
}

.webapp .set1 .set1-ele{
    border: 1px solid #dadada;
    border-radius: 6px;
}

.webapp .set1 .highlight-font-family{
    border: 2px solid #222222;
}

.text-wrapper{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cpTranslate{
    z-index: 1002;
}