
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}
img {
    width: 100%;
}

ul{
    list-style: none;
    padding: 0;
}

a,button{
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover,button:hover{
    text-decoration: none;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:focus{
    text-decoration: none;
}


.advanced label{
    font-weight: 600;
    font-size: 13px;
}
.advanced  .form-group  .form-control{
    border-radius: 0 !important;
    border-color: #ddd;
}
.padding-right-0{
    padding-right: 0;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.advanced .form-group{
    margin-bottom: 25px;
}
.side-menu{
    background-color: #222222;
    height: 50vh;
    padding: 0 0px;
}
.advanced_right{
    margin-top: 20px;
}

.side-menu ul{
    margin: 0px;
}
.side-menu ul li{
    margin: 0px;
    list-style: none;
}
.side-menu ul li a{
    color: #c6c6c6;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 14px 20px;
    width: 100%;
}
.side-menu ul li a > span{
    margin-right: 10px;
}
.side-menu ul li a > i{
    float: right;
    margin: 4px 0px;
}
.side-menu ul li .active_new{
    background-color: #3b3a3a;
    color: #fff;
}
.red_btn{
    background-color: #df494a;
    /*border-radius: 50px;*/
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 7px 12px;
    border: none;
}

.red_btn:hover{
    background-color: #CA393A;
    color: #fff;
}
.red_btn:focus{
    background-color: #df494a;
    color: #fff;
}



.green_btn{
    background-color: #35ad95;
    border: medium none;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 7px 12px;
    cursor: pointer;
}
.green_btn:hover{
    background-color: #21917B;
    color: #fff;
}
.green_btn:focus{
    background-color: #35AD95;
    color: #fff;
}
.cancel{
    background-color: #DDDDDD;
    /*border-radius: 50px;*/
    color: #3e3e3e;
    font-size: 11px;
    font-weight: 600;
    padding: 7px 12px;
    border: none;
}
.cancel:hover{
    background-color: #d5d2d2;
    color: #3e3e3e;
}
.cancel:focus{
    background-color: #DDDDDD;
    color: #3e3e3e;
}
.anytime{
    margin-bottom: 30px;
}

.pro_pic{
    width: 80px;
    height: 80px;
    margin: 0px auto;
}
.pro_pic span{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #F0F0F0;
    color: #818181;
    text-align: center;
    font-size: 2em;
    float: left;
    padding: 19px 0;
}
.profile_info{
    text-align: center;
}
.name{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #5d5d5d;
}
.profile_info p{
    /*text-align: center;*/
    margin-bottom: 5px !important;
}
.profile_info h3{
    font-size: 17px;
    margin-bottom: 15px;
}
.profile_info i{
    color: #df494a;
    margin-right: 6px;
}
.view_area{
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}
.advanced_right textarea{
    resize: none;
}
.add_sec{
    margin-bottom: 10px;
}

/*.phone > .input-group input.error{*/
    /*margin-top: 0px;*/
    /*padding: 0;*/
/*}*/
.my_profile{
    margin: 0;
    display: table;
    height:100%;
    width: 100%;
}
.profile_left , .profile_right{
    display: table-cell;
    height:100%;
}
.pro_nav{
    margin: 0;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    height: 100%;
}

.pro_nav ul{
    margin: 0px;
}
.pro_nav ul li{
    margin: 0px;
    list-style: none;
}
.pro_nav ul li a{
    color: #3e3e3e !important;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 14px 20px;
    width: 100%;
}
.pro_nav ul li a > span{
    margin-right: 10px;
}
.pro_nav ul li a > i{
    float: right;
    margin: 4px 0px;
}
.pro_nav ul li .active_new{
    background-color: #e0e0e0;
    color: #fff;
}
.profile_main{
    margin: 0;
}
.profile_bg{
    background-image: url("../img/brofile_bg.jpg");
    padding: 30px;
    background-size: 100%;
    margin-bottom: 30px;
}

.profile_main_info{
    margin: 0;
}
.profile_pic{
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 15px;
}
.profile_pic img{
    width: 100%;
    border-radius: 50%;
}
.user_details{
    margin: 14px 20px 0 0;
    padding: 0 20px 0 0;
    float: left;
    border-right: 1px solid #6b6570;
}
.user_details:last-child{
    border-right: none;
}
.user_details h2{
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 8px;
}
.user_details h3{
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.user_details a{
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.user_details i{
    color: #35ad95;
    margin-right: 8px;
    width: 10px;
    text-align: center;
    line-height: 16px;
}
.margin_bottom_10{
    margin-bottom: 10px;
}
.view_area span{
    color: #5f5f5f;
}
.input-group-addon{
    border-radius: 0;
    background-color: #dddddd;
}



.profile_left{
    float: none;
    vertical-align: top;
}

.add_pic{
    cursor: pointer;
    background-color: #eae8e5;
    background-image: url("../img/user.png");
    background-position: 30px 25px;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.add_pic_main {
    cursor: pointer;
    background-color: #df494a;
    background-image: url("../img/user2.png");
    background-position: 8px 7px;
    background-repeat: no-repeat;
    background-size: 50% auto;
    border-radius: 50%;
    height: 30px;
    position: absolute;
    width: 30px;
    z-index: 99;
}







/********************************************************************** Cropping*/

/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
    direction: ltr;
    text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
    background: #ffffff url("../img/Jcrop.gif");
    font-size: 0;
    position: absolute;
}
.jcrop-vline {
    height: 100%;
    width: 1px !important;
}
.jcrop-vline.right {
    right: 0;
}
.jcrop-hline {
    height: 1px !important;
    width: 100%;
}
.jcrop-hline.bottom {
    bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
    height: 100%;
    width: 100%;
    /* "turn off" link highlight */
    -webkit-tap-highlight-color: transparent;
    /* disable callout, image save panel */
    -webkit-touch-callout: none;
    /* disable cut copy paste */
    -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
    background-color: #333333;
    border: 1px #eeeeee solid;
    width: 7px;
    height: 7px;
    font-size: 1px;
}
.jcrop-handle.ord-n {
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    top: 0;
}
.jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -4px;
    margin-left: -4px;
}
.jcrop-handle.ord-e {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 50%;
}
.jcrop-handle.ord-w {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 50%;
}
.jcrop-handle.ord-nw {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 0;
}
.jcrop-handle.ord-ne {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 0;
}
.jcrop-handle.ord-se {
    bottom: 0;
    margin-bottom: -4px;
    margin-right: -4px;
    right: 0;
}
.jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -4px;
    margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px;
}
.jcrop-dragbar.ord-n {
    margin-top: -4px;
}
.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0;
}
.jcrop-dragbar.ord-w {
    margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
    background: #ffffff;
    filter: alpha(opacity=70) !important;
    opacity: .70!important;
}
.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000000;
    border-color: #ffffff;
    border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
    background: #000000;
    filter: alpha(opacity=70) !important;
    opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
    border-color: #000000;
    border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
    background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
    max-width: none;
}



#fileInput{
    width:0;
    height:0;
    overflow:hidden;
}

#modal{
    z-index: 10;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    display: none;
}

#preview{
    z-index: 11;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    border: 4px solid #fff;
    /*border-radius: 4px;*/
    float: left;
    font-size: 0px;
    line-height: 0px;
}

#preview .buttons{
    width: 36px;
    position: absolute;
    bottom:-4px;
    right: -44px;
    cursor: pointer;
}

#preview .buttons .ok{
    border: 4px solid #fff;
    /*border-radius: 4px;*/
    width: 28px;
    height: 28px;
    line-height: 0px;
    padding: 0;
    font-size: 0px;
    background-image: url('../img/Ok.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
#preview .buttons .ok:hover{
    background-image: url('../img/OkGreen.png');
}

#preview .buttons .cancel{
    /*margin-bottom: 4px;*/
    border: 4px solid #fff;
    /*border-radius: 4px;*/
    width: 28px;
    height: 28px;
    line-height: 0px;
    font-size: 0px;
    padding: 0;
    background-image: url('../img/Cancel.png');
    background-repeat: no-repeat;
    background-size: 100%;

}

#preview .buttons .cancel:hover{
    background-image: url('../img/CancelRed.png');
}


/********************************************************************** End Cropping*/





.menuz {
    float: left;
    width: 100%;
    outline: 0;
    position: relative;
}

.menuz * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.menuz .menuz-footer {
    background: #414956;
    color: #f0f0f0;
    float: left;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    font-size: 6px;
    width: 100%;
    text-align: center;
}

.menuz .menuz-header {
    background: #414956;
    color: #f0f0f0;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}

.menuz ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menuz ul li {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.menuz ul li a {
    background: #414956;
    color: #f0f0f0;
    float: left;
    font-size: 13px;
    overflow: hidden;
    padding: 14px 22px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}

.menuz ul li a i {
    float: left;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    width: 34px;
}

.menuz ul li .menuz-label {
    background: #f0f0f0;
    border-radius: 100%;
    color: #555555;
    font-size: 11px;
    font-weight: 800;
    line-height: 18px;
    min-width: 20px;
    padding: 1px 2px 1px 1px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 14px;
}

.menuz ul .submenuz {
    display: none;
    position: static;
    width: 100%;
}

.menuz ul .submenuz .submenuz-indicator { line-height: 16px; }

.menuz ul .submenuz li {
    clear: both;
    width: 100%;
}

.menuz ul .submenuz li ul.submenuz {
    display: none;
    position: static;
    width: 100%;
    overflow: hidden;
}

.menuz ul .submenuz li a {
    background: #383838;
    border-left: solid 6px transparent;
    border-top: none;
    float: left;
    font-size: 11px;
    position: relative;
    width: 100%;
}

.menuz ul .submenuz li:hover > a { border-left-color: #414956; }

.menuz ul .submenuz li .menuz-label {
    background: #f0f0f0;
    border-radius: 100%;
    color: #555555;
    font-size: 11px;
    font-weight: 800;
    line-height: 18px;
    min-width: 20px;
    padding: 1px 2px 1px 1px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 12px;
    top: 14px;
}

.menuz ul .submenuz > li > a { padding-left: 30px; }

.menuz ul .submenuz > li > ul.submenuz > li > a { padding-left: 45px; }

.menuz ul .submenuz > li > ul.submenuz > li > ul.submenuz > li > a { padding-left: 60px; }

.menuz .submenuz-indicator {
    -moz-transition: "transform .3s linear";
    -o-transition: "transform .3s linear";
    -webkit-transition: "transform .3s linear";
    transition: "transform .3s linear";
    float: right;
    font-size: 20px;
    line-height: 19px;
    position: absolute;
    right: 22px;
}

.menuz .submenuz-indicator-minus > .submenuz-indicator {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menuz > ul > li.active > a {
    background: #3b424d;
    color: #ffffff;
}

.menuz > ul > li:hover > a {
    background: #3b424d;
    color: #ffffff;
}

.menuz > ul > li > a { border-bottom: solid 1px #3b424d; }

.ink {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    display: block;
    position: absolute;
    transform: scale(0);
}

.animate-ink {
    -moz-animation: ripple .3s linear;
    -ms-animation: ripple .3s linear;
    -o-animation: ripple .3s linear;
    -webkit-animation: ripple .3s linear;
    animation: ripple .3s linear;
}
@-moz-keyframes 'ripple' {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
@-webkit-keyframes 'ripple' {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
@keyframes 'ripple' {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.blue.menuz .menuz-footer { background: #4a89dc; }

.blue.menuz .menuz-header { background: #4a89dc; }

.blue.menuz ul li > a { background: #4a89dc; }

.blue.menuz ul ul.submenuz li:hover > a { border-left-color: #3e82da; }

.blue.menuz > ul > li.active > a { background: #3e82da; }

.blue.menuz > ul > li:hover > a { background: #3e82da; }

.blue.menuz > ul > li > a { border-bottom-color: #3e82da; }

.white.menuz .menuz-footer {
    background: #ffffff;
    color: #555555;
}

.white.menuz .menuz-header {
    background: #ffffff;
    color: #555555;
}

.white.menuz ul li a {
    background: #ffffff;
    color: #555555;
}

.white.menuz ul ul.submenuz li:hover > a { border-left-color: #f0f0f0; }

.white.menuz ul ul.submenuz li a { color: #f0f0f0; }

.white.menuz > ul > li.active > a { background: #f0f0f0; }

.white.menuz > ul > li:hover > a { background: #f0f0f0; }

.white.menuz > ul > li > a { border-bottom-color: #f0f0f0; }

.white.menuz > ul > li > a > .ink { background: rgba(0, 0, 0, 0.1); }



.error{
    color: #f00;
    font-size: 13px;
    margin: 5px 0 15px;
    float: left;
    width: 100%;
}
span.error{
    color: #f00;
    font-size: 13px;
    margin: 5px 0 15px;
    float: left;
    width: 100%;
}
input.error{
    margin: 0 !important;
}


.download_certificate{
    background-color: #df494a;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.download_certificate:hover{
    background-color: #ca393a;
    color: #fff;
}
.download_certificate:focus{
    background-color: #df494a;
    color: #fff;
}
.my_page_section{
    display: block !important;
}

@media only screen and (min-width:992px) and (max-width: 1199px){
    .my_page_section{
        display: block !important;
    }
    .certificate_logo{
        height: 117px !important;
        margin: 25px auto 0 !important;
        width: 560px !important;
    }
    .certificate_heading{
        font-size: 55px !important;
    }
    .certificate_text{
        font-size: 26px !important;
        line-height: 39px !important;
        margin-top: 15px !important;
    }
    .certificate_membership{
        font-size: 28px !important;
        margin: 0 0 30px !important;
    }
    .certificate_signature{
        width: 300px !important;
        margin-top: -20px !important;
    }
    .certificate_footer_logo{
        width: 97px !important;
    }
    .certificate_footer_logo div{
        height: 81px !important;
        margin: 20px auto 67px !important;
        width: 73px !important;
    }
    .certificate_signature p{
        font-size: 15px !important;
        line-height: 19px !important;
        margin-top: 6px !important;
    }
    .certificate_signature p span{
        font-size: 13px !important;
    }
    .signature1 img{
        margin: 10px 0 0 18px !important;
        width: 120px !important;
    }
    .signature2 img{
        margin: -13px 0 0 50px !important;
        width: 60px !important;
    }
}
@media only screen and (min-width:720px) and (max-width: 992px){
    .my_page_section{
        display: block !important;
        margin-bottom: 20px;
    }
    .certificate_logo{
        height: 117px !important;
        margin: 25px auto 0 !important;
        width: 560px !important;
    }
    .certificate_heading{
        font-size: 55px !important;
    }
    .certificate_text{
        font-size: 26px !important;
        line-height: 39px !important;
        margin-top: 15px !important;
    }
    .certificate_membership{
        font-size: 28px !important;
        margin: 0 0 30px !important;
    }
    .certificate_signature{
        width: 296px !important;
        margin-top: -20px !important;
    }
    .certificate_footer_logo{
        width: 97px !important;
    }
    .certificate_footer_logo div{
        height: 81px !important;
        margin: 20px auto 67px !important;
        width: 73px !important;
    }
    .certificate_signature p{
        font-size: 15px !important;
        line-height: 19px !important;
        margin-top: 6px !important;
    }
    .certificate_signature p span{
        font-size: 13px !important;
    }
    .signature1 img{
        margin: 10px 0 0 18px !important;
        width: 120px !important;
    }
    .signature2 img{
        margin: -13px 0 0 50px !important;
        width: 60px !important;
    }
    .my_page_section{
        display: block !important;
    }
    #pro_menuz{
        display: none;
    }
    .profile_left{
        display: none;
    }
    .profile_right{
        display: table;
    }
    .menuz ul li{
        padding: 0;
        margin: 0;
    }
    .profile_right{
        width: 100%;
    }
    .menuz{
        margin-bottom: 20px;
    }
    .profile_bg{
        background-size: 100% 100%;
    }
    .my_profile{
        width: 100%;
    }
}

@media only screen and (min-width:320px) and (max-width: 720px){
    .my_page_section{
        display: block !important;
        margin-bottom: 20px;
    }
    .certificate_block{
        display: none;
    }
    #pro_menuz{
        display: none;
    }
    .profile_left{
        display: none;
    }
    .profile_right{
        display: table;
    }
    .menuz ul li{
        padding: 0;
        margin: 0;
    }
    .profile_right{
        width: 100%;
    }
    .menuz{
        margin-bottom: 20px;
    }
    .profile_bg{
        background-size: auto 100%;
    }
    .my_profile{
        width: 100%;
    }
    .profile_pic{
        margin: 0px 0 20px;
        /*float: left;*/
    }
    .user_details {
        border-right: medium none;
        float: left;
        margin: 0 0 10px;
        padding: 0;
        /*text-align: center;*/
        width: 100%;
    }
    .user_details:first-child{
        margin-bottom: 10px !important;
    }
}
