@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/Helvetica.otf")
}

@font-face {
    font-family: 'roboto';
    src: url(../fonts/Roboto-Regular.ttf);
}

body {
    font-family: roboto, HelveticaNeue, sans-serif;
    color: #4d4e53;
    background-image: url("img/bg.png");
}
.main-container {
    min-height: 60vh;
    margin-bottom: 60px;
}
a {
    color: #4d4e53
}

.bg-white {
    background: #ffffff
}

.msg-box, .msg-box-warning {
    background: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.msg-label {
    background: #ffffff;
    width: auto;
    height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-right: 3px;
    -webkit-box-shadow: -5px 1px 92px 22px rgb(92, 184, 92);
    -moz-box-shadow: -5px 1px 92px 22px rgb(92, 184, 92);
    box-shadow: -5px 1px 92px 22px rgb(92, 184, 92);
    padding: 10px !important;
    text-align: center;
    position: relative;
}

.msg-label-warning {
    position: absolute;
    background: #ffffff;
    width: auto;
    height: 40px;
    top: 40%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-right: 3px;
    -webkit-box-shadow: -5px 1px 92px 22px rgb(240, 173, 78);
    -moz-box-shadow: -5px 1px 92px 22px rgb(240, 173, 78);
    box-shadow: -5px 1px 92px 22px rgb(240, 173, 78);
    padding: 10px !important;
    text-align: center;
}

.close-msg {
    position: absolute;
    background: red;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    top: -16px;
}

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

.margin-0 {
    margin: 0;
}

.top-3 {
    margin: 0;
}

.top-3 img {
    width: 100%
}

.top-3 > .col-md-4 {
    padding-left: 0;
    padding-right: 1px;
    padding-top: 0;
    height: 230px;
}

.top-3 > .col-md-4:last-child {
    padding-right: 0;
}

.top-3 > .col-md-4 > div {
    width: 100%;
    height: 230px;
    padding-left: 20px;
    background-size: cover;
}

.top-3 > .col-md-4 > div > h2 {
    font-style: italic;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 180px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-3 > .col-md-4 > div > ul {
    list-style: none;
}

.top-3 > .col-md-4 > div > ul > li {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.7;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-100 {
    margin-top: 100px;
}

.manufacturer .list-group-item {
    border-left: 0;
    border-right: 0;
}

.manufacturer .list-group-item:first-child {
    border-top: 0;
}

.manufacturer .list-group-item:last-child {
    border-bottom: 0;
}

.border-bottom-gray {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
}

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

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

.price-original {
    color: red;
    font-size: 18px;
    display: inline-block;
    width: 100px;
}

.price-discount {
    color: gray;
    font-size: 16px;
}

.product-title {
    font-size: 20px;
}

.feature .thumbnail {
    border: none;
}

.feature .thumbnail:hover {
    background: rgba(0, 0, 0, 0.06);
    cursor: pointer
}

.required {
    color: red !important;
}

.color-title {
    color: #434649
}

.color-position {
    color: #66696A
}

.margin-right-10 {
    margin-right: 10px;
}

.color-gray {
    color: gray
}

.profile-info {

}

.profile-info > ul {
    list-style: none;
    margin-top: 15px;
    padding-left: 12px;
}

.profile-info > ul > li {
    line-height: 30px
}

.profile-info > ul > li > span {
    display: inline-block;
    width: 200px;
}

.profile-info > ul > li > label {
    color: #66696A
}

.profile-info > h3 {
    background: #ffffff none repeat scroll 0 0;
    left: 20px;
    padding: 5px;
    position: absolute;
    top: -50px;
}

.profile-info .btn-edit-profile {
    position: absolute;
    top: 15px;
    right: 15px;
}

.mg-container {
    padding-top: 10px;
    padding-left: 28px;
    margin-top: 50px;
}

.mg-container > h3 {
    background: #ffffff none repeat scroll 0 0;
    left: 20px;
    padding: 5px;
    position: absolute;
    top: -30px;
}

.mg-container > button {
    background: #ffffff none repeat scroll 0 0;
    padding: 5px;
    position: absolute;
    right: -14px;
    top: -33px;
}

.location {
    padding-top: 10px;
    padding-left: 27px;
    margin-top: 30px;
    padding-bottom: 15px;
}

.location > h3 {
    background: #ffffff none repeat scroll 0 0;
    left: 20px;
    padding: 5px;
    position: absolute;
    top: -50px;
}

.mg-container .add-mg, .mg-container .add-mg:hover {
    color: #000000;
    background: #f2f2f2;
    margin-right: 15px;
    text-decoration: none
}

.mg-container .add-mg:hover {
    background: #abe65c;
    color: #FFFFFF
}

.mg-container .edit {
    border-bottom: 1px solid #D3D6DB;
    padding: 10px 0 20px 0;
}

.mg-container > .row {
    margin: 0;
}

.mg-container > .row:last-child > .edit {
    border-bottom: none
}

footer {
    background: #ededed;
    margin: 0;
    height: 50px;
}

footer .row {
    margin: 0 !important;
    padding-top: 16px;
}

footer a {
    width: 60px;
    display: inline-block;
    text-align: center;
}

#map-canvas {
    height: 400px;
    margin: 0;
    padding: 0;
}

#tree {
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #F5F5F5;
    overflow-x: auto;
}

.no-padding {
    padding: 0;
}

/***************** Treed node *********/
#tree-container {
    height: 700px;
    width: 100%;
    margin-top: 10px;
}

.node {
    cursor: pointer;
}

.overlay {
    background-color: #fff;
}

.node circle {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 1.5px;
}

.node text {
    font-size: 10px;
    font-family: sans-serif;
    /*text-transform: uppercase;*/
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}

.templink {
    fill: none;
    stroke: red;
    stroke-width: 3px;
}

.ghostCircle.show {
    display: block;
}

.ghostCircle, .activeDrag .ghostCircle {
    display: none;
}

.position {
    fill: gray;
}

.ministry {
    fill: red;
}

/***************** End Treed node *********/

.edit-mg {
    background: #dcdcdc;
    margin-left: 10px;
    font-size: 14px;
    padding: 2px;
    display: none;
    color: black
}

.edit-mg:hover {
    background: #abe65c;
    cursor: pointer;
    color: #FFFFFF
}

.mg-container:hover .edit-mg {
    display: inline-block
}

.list-group-sub-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 35px;
    position: relative;
    color: darkgrey;
    text-decoration: none;
}

.list-group-item:hover {
    cursor: pointer
}

.list-group-sub-item.active {
    color: #ff0000;
}

.list-group-sub-item:hover {
    color: #ff0000;
    text-decoration: none;
}

.float-right {
    float: right
}

.edit {
    margin-bottom: 5px;
}

.edit small {
    color: #8E8E8E
}

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

.lbl-org {
    font-size: 20px;
    color: #000000 !important;
}

.publish {
    float: right;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    color: #434649
}

.publish:hover {
    text-decoration: none
}

.padding-right-0 {
    padding-right: 0
}

.org-public {
    cursor: pointer;
    text-transform: capitalize
}

.org-public:hover {
    text-decoration: none
}

#slide {
    margin-top: 10px;
}

#slide img {
}

#slide {
    padding: 10px;
    background: #717075
}

#slide .right, #slide .left {
    background: none;
    opacity: 1
}

#slide .glyphicon-menu-right, #slide .glyphicon-menu-left {
    background: #717075;
    width: 60px;
    height: 60px;
    top: 47%;
    padding-top: 10px;
    color: #ffffff;
}

#slide .glyphicon-menu-left {
    left: 20px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

#slide .glyphicon-menu-right {
    right: 20px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

#slide .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(77, 78, 83, 0.6);
    font-size: 16px;
    text-align: left;
    padding: 5px;
    text-transform: uppercase;
}

.news {
    height: 344px;
    background: #717075;
    margin-top: 10px;
    overflow-y: auto;
}

.news img {
    width: 100px;
}

.news .media {
    margin: 10px;
}

.news .media .media-heading {
    color: #8DC63F
}

.news .media p, .news .media small {
    margin: 0;
    color: #ffffff
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-0 {
    padding: 0;
}

.separate-title {
    padding-right: 0;
    padding-left: 0;
}

.separate-title > h3 {
    color: #4d4e53;
}

.separate-title > h3 > a {
    font-size: 15px;
    margin-top: 10px;
}

.organization > .col-md-4 {
    padding-left: 0;
    padding-right: 2px;
}

.map {
    width: 80%;
    height: 200px;
    background: blanchedalmond;
}

.member {
    margin-top: 20px;
}

.member > .col-md-4 {
    padding-left: 0;
    padding-right: 2px;
}

.member > .col-md-4 > .media img {
    border-radius: 50%;
    width: 100px;
}

.profile {
    background: #ffffff!important;
    border: 1px solid #D3D6DB;
    position: relative;
    border-top: none;
    border-radius: 3px;
}

.profile .cover-shadow {
    background: red;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(231, 55, 40, 0) 10%, rgba(0, 0, 0, 0.5)); /* Standard syntax */
}

.profile ul.menu {
    margin: 0 0 0 110px;
}

.profile ul.menu > li:first-child {
    border-left: 1px solid #E9EAED
}

.profile ul.menu > li {
    list-style: none;
    display: inline-block;
    padding: 0 9px;
    font-size: 13px;
    border-right: 1px solid #E9EAED;
    margin-left: -5px;
    text-align: center;
}

.profile ul.menu > li:hover {
    background: #f6f7f8;
}

.profile ul.menu > li.menu-active {
    background: #f6f7f8;
}

.profile ul.menu > li.menu-active > a {
    color: #8dc63f
}

.profile ul.menu > li:hover > a {
    color: #8dc63f
}

.profile ul.menu > li > a {
    color: #66696A;
    font-weight: 500
}

.profile ul.menu > li > a:hover {
    text-decoration: none
}

.profile > .photo {
    width: 150px;
    background: #ffffff;
    padding: 3px;
    border: 1px solid #D3D6DB;
    border-radius: 3px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    cursor: pointer;
}

.profile > .photo > .box-photo {
    position: relative
}

.profile > .photo > .box-photo > img {
    width: 100%
}

.profile > .photo > .box-photo > .bg-bottom {
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-left: 10px;
    padding-top: 10px;
}

.profile > .photo > .box-photo > .bg-bottom:hover {
    background: rgba(24, 34, 22, 0.5);
}

.profile > .photo > .box-photo > .bg-bottom:hover > img {
    width: 26px;
}

.profile > .full-name {
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    left: 175px;
    bottom: 60px;
    color: #ffffff;
    background: rgba(0,0,0,0.1);
    box-shadow: 1px 1px 3px rgba(255,255,255,0.23);
}

.profile > .full-name > h4 {
    font-size: 16px;
}

.update-photo {
    background: #dddddd;
    height: 400px;
    padding-top: 75px
}

.update-photo > #croppic {
    left: 28%
}

.update-photo > #croppic > .cropControls {
    right: -22px;
    top: -36px;
    width: 245px;
    background: #dddddd;
}

.update-photo > #croppic > .cropControls i.cropControlRemoveCroppedImage {
    margin-left: 24px;
}

.update-photo > #cropContainerHeaderButton {
    margin-left: 160px;
}

#myModal .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

.menu-active, .menu-active > a {
    color: #c10000 !important;
    font-weight: 500!important;
}

.header-active {
    border-bottom: 4px solid rgba(153, 255, 102, 1) !important;
}

.search-box {
    background: #8DC63F;
    border: 1px solid #8DC63F;
    border-radius: 4px;
    position: relative;
    padding: 18px 10px 18px 10px;
    display: block;
}

.search-box:after, .search-box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.search-box:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #8DC63F;
    border-width: 10px;
    margin-top: -10px;
}

.search-box span {
    line-height: 0;
    display: block;
    color: #ffffff;
    font-size: 16px;
}

.search {
    display: none
}

.member-login .btn-danger {
    border-radius: 0;
    background: #A72436;
}

.btn-sign-in {
    width: 130px;
}

.box-sign-up {
    border-radius: 0;
    position: relative;
    padding: 15px 15px 15px 50px;
}

.sub-box {
    background: #fff;
    padding: 15px 20px;
}

.sub-box input {
    border-radius: 0;
    height: 38px;
    margin-bottom: 15px;
}

.sub-box span {
    display: block;
    margin-bottom: 5px;
}

.box-sign-up .stamp::after {
    border: 25px solid #005B9C;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    content: " ";
    border-bottom: 25px solid #fff;
}

@keyframes slidein {
    from {
        margin-right: -36px;
    }

    to {
        margin-right: 15px;
    }
}

.flag {
    padding-right: 19px;
    margin: 0;
}

.contact-info p {
    padding-left: 20px
}

.thumbnail-news {
    padding-left: 0;
}

.captcha img {
    display: block;
}

.captcha {
    margin-bottom: 15px
}

.captcha input {
    margin-top: 20px;
    margin-bottom: 0;
}

.captcha ul {
    padding: 0;
    list-style: none
}

.captcha ul li {
    color: #ff0000
}

.color-white {
    color: #fff;
}

.page-title {
    position: absolute;
    background: #fc7d0e;
    padding: 9px 20px 7px;
    color: #fff;
    top: 0;
    left: 0;
    font-size: 13px;
    margin: 0;
}

.panel-custom {
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
    background: #fff;
}

.page-toolbar {
    position: absolute;
    top: 15px;
    right: 15px;
    /*padding: 9px 20px 7px;*/
}

.page-toolbar .button {
    font-size: 12px;
    background: #f2f2f2;
    border-radius: 3px;
    padding: 3px 20px;
    /*visibility: hidden;*/
    background-image: none;
    box-shadow: none;
    border: none;
}

.page-toolbar .button:hover {
    background: #00a0dc;
    color: #fff;
    text-decoration: none;
}

.panel-custom:hover .button {
    /*visibility: visible;*/
}

.required-msg {
    display: none;
}

.has-error .required-msg {
    display: inherit;
    color: red;
}

.select-no-choice {
    padding: 3px;
}

.select-no-choice .btn-primary {
    /*background-color: #3875d7;*/
    border-color: transparent;
    color: #fff;
}

.form-control {
    background-color: #f7f7f7;
}

.form-control:focus {
    background-color: #fff;
}

.select2-container .select2-choice {
    background-color: #f7f7f7;
    border-radius: 4px
}

/*.step {*/
/*text-align: center;*/
/*margin: 15px auto 25px;*/
/*}*/
/*.step ul {*/
/*padding: 0;*/
/*list-style: none;*/
/*}*/
/*.step ul li {*/
/*display: inline-block;*/
/*}*/
/*.step ul li a {*/
/*padding: 7px 15px;*/
/*background-color: #fc7d0e;*/
/*border: 1px solid transparent;*/
/*margin-right: 15px;*/
/*color: #fff;*/
/*position: relative;*/
/*}*/
/*.step ul li a .polygon {*/
/*position: absolute;*/
/*right: -29px;*/
/*top: 0;*/
/*height: 0;*/
/*border-left: 15px solid #fc7d0e;*/
/*border-top: 13px solid transparent;*/
/*border-right: 15px solid transparent;*/
/*border-bottom: 15px solid transparent;*/
/*z-index: 2;*/
/*}*/

.step {
    border: 2px solid #fc7d0e;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 15px;
}

.step .step-heading {
    padding: 10px 20px;
    position: relative;
}

.step .action-button {
    position: absolute;
    right: 15px;
    top: 15px;
}

.step .step-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

.step .step-body {
    border-top: 1px solid #d9d9d9;
    padding: 8px 16px 4px 16px;
    position: relative;
    text-align: center;
}

.step .step-body .step-page {
    text-align: center;
    display: inline-block;
    padding: 10px 0 15px;
}

.step .step-body .step-page .step-page-container {
    border-radius: 2px 0 0 2px;
    overflow: hidden;
}

.step .step-body .step-page .step-page-container ol {
    margin: 0;
    padding: 0;
}

.step .step-body .step-page .step-page-container li {
    background: #e5e5e5;
    color: #90949c;
    float: left;
    height: 31px;
    margin: 2px 2px 0 0;
    list-style: none;
}

.step .step-body .step-page .step-page-container li:hover {
    cursor: pointer;
}

.step .step-body .step-page .step-page-container li .step-page-number {
    font-size: 12px;
    padding: 7px 13px 7px 23px;
    position: relative;
    text-align: center;
}

.step .step-body .step-page .step-page-container li .step-page-number .polygon {
    border-bottom: 16px solid transparent;
    border-left: 10px solid #e5e5e5;
    border-top: 15px solid transparent;
    display: block;
    height: 0;
    left: 100%;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 3;
}

.step .step-body .step-page .step-page-container li .step-page-number .polygon- {
    border-bottom: 16px solid transparent;
    border-left: 10px solid #fff;
    border-top: 15px solid transparent;
    display: block;
    height: 0;
    left: 100%;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
    margin-left: 2px;
}

.step .step-body .step-page .step-page-container li.active {
    background: #fc7d0e;
    color: #fff;
}

.step .step-body .step-page .step-page-container li.active .polygon {
    border-left-color: #fc7d0e;
}

.step .step-body .step-page .step-page-container li.disabled {
    background: #acacac;
    color: #f0f5ff;
    float: left;
    height: 31px;
    margin: 2px 2px 0 0;
    list-style: none;
}

.step .step-body .step-page .step-page-container li.disabled:hover {
    cursor: not-allowed;
}

.step .step-body .step-page .step-page-container li.disabled .step-page-number .polygon {
    border-left: 10px solid #acacac;
}

.tab-content-title {
    border-bottom: 1px solid #fc7d0e;
    padding-bottom: 10px;
}

.tab-content-footer {
    border-top: 1px solid #dddd;
    padding: 15px 0;
}

.box-shadow {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.24);
}

.mt-50 {
    margin-top: 50px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top:10px;
}

.mt-15 {
    margin-top: 15px;
}

.identity-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.identity-list li {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.identity-list li a {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    position: relative;
    display: block;
    margin-right: 5px;
    text-decoration: none;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    line-height: 50px;
}

.identity-list li.new-identity a {
    width: 60px;
    height: 60px;
    border: 1px dashed #00403F;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.identity-list .new-identity input {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

li.new-identity a:before {
    content: "Browse";
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}

.border-radius-3 {
    border-radius: 3px;
}

label.error {
    color: red;
    font-size: 13px;
}

.vertical-align-top {

}

.vertical-align-top td {
    vertical-align: top;
}

.remove-attachment {
    display: none;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    color: #fff;
    background: red;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 0;
    top: -10px;
    text-align: center;
    font-size: 11px;
}

.remove-attachment:hover {
    background: #e90000;
    text-shadow: 1px 2px 1px #000;
}

.identity-list li:hover .remove-attachment {
    display: block;
}

.color-red {
    color: red !important;
}

.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.id-card-info td {
    padding-right: 15px;
    font-size: 12px;
    line-height: 22px;
}
.id-card-photo {
    height: 70px;
    width: 70px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.share {
    position: absolute;
    right: 15px;
    z-index: 2;
    top: 15px;
}
.share a {
    border-radius: 3px;
    color: #fff;
    background-color: #4267b2;
    border-color: #4267b2;
    line-height: 26px;
    padding: 5px 10px;
    transition: 200ms cubic-bezier(.08,.52,.52,1) background-color, 200ms cubic-bezier(.08,.52,.52,1) box-shadow, 200ms cubic-bezier(.08,.52,.52,1) transform;
    text-decoration: none;
}

.share a:hover {
    background-color: #365899;
    border-color: #365899;
}

.share a.btn-refresh {
    background-color: #0ab2a9;
}

.share a.btn-refresh:hover {
    background-color: #0a8b82;
    border-color: #365899;
}

.pd-15 {
    padding: 15px;
}
.full-name td label {
    color: #ff0000;
    background: #fff;
    padding: 0 5px;
}

.gcm-container {
    position: absolute;
    left: 180px;
    bottom: 65px;
    background: rgba(255,255,255,0.7);
    z-index: 1;
    right: 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px;
}
.gcm-container ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.gcm-container ul li {
    display: inline-block;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    margin-right: 10px;
    vertical-align: top;
}
.gcm-container ul li:last-child {
    border-right: transparent;
}
.gcm-container ul li p{
    margin-bottom: 0;
}
.gcm-container ul li p .label-gcm {
    font-size: 12px;
    color: #0fb2a9;
}
.gcm-container ul li p .value-gcm {
    display: block;
    margin-left: 13px;
}
.gcm-container hr{
    margin: 10px 0;border-color: #fff
}
ul.vgcm-info {
    margin: 0;
    list-style: none;
    padding: 15px;
    border: 1px solid #ddd;
    display: block;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.07);
}
ul.vgcm-info li {
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}
ul.vgcm-info li:last-child {
    border-bottom: transparent;
}
ul.vgcm-info li span.pull-right {
    font-size: 18px;
}
.error ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}
.error ul li {
    color: red;
    font-size: 14px;
}
.update-cover {
    font-size: 13px;
    cursor: pointer;
    padding: 5px;
    background: #fc7d0e;
    color: #fff;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    display: none;
}
.profile:hover .update-cover {
    display: inline-block;
}
.preview-cover {
    height: 300px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.alert button.close {
    right: 0 !important;
    top: 0 !important;
}
.loading {
    position: fixed;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8) url("../img/loading.gif") no-repeat center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none;
}
.text-link {
    color: #2D00AB;
}
.ui-autocomplete {
    z-index: 99999!important;
}
.custom-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.continue-shopping {
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 99999;
}
.move-left {
    left: -500px;
}
.hr-mobile {
    display: none;
}
@media screen and (max-width: 992px) {
    .cover, .cover-shadow {
        display: none;
    }
    .profile > .full-name,
    .profile > .photo
    {
        position: static;
    }
    .profile {
        background: transparent;
        border: none;
    }

    .navbar-toggle {
        background: #fff;
    }

    span.icon-bar {
        background: #abe65b;
    }
    .profile ul.menu {
        margin: 0;
    }

    .profile ul.menu > li {
        display: block;
        width: auto;
        text-align: left;
    }

    .navbar-header {
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

    .profile ul.menu > li:first-child {
        border-left: 1px solid transparent;
    }

    .profile ul.menu > li {
        border-right: 1px solid transparent;
    }

    div#bs-example-navbar-collapse-1 {
        background: #fff;
    }

    .profile > .photo {
        margin: 20px auto;
    }

    .profile > .full-name {
        color: #333333;
        background: #fff;
    }

    .share {
        position: static;
        margin-bottom: 15px;
    }

    .share a {
        display: block;
        margin-top: 15px;
        text-align: center;
    }

    .profile > .full-name {
        padding: 10px 15px;
    }
    footer.navbar-fixed-bottom .col-md-6 {
        text-align: center;
    }
    footer.navbar-fixed-bottom {
        position: static;
    }
    body {
        padding-bottom:0;
    }

    footer {
        height: 70px;
    }

    label.label-danger {
        color: #fff;
    }

    .update-photo > #cropContainerHeaderButton {
        margin: 20px auto;
    }
    #croppic {
        margin: 0 auto;
    }
    .update-photo > #croppic {
        left: auto;
    }

    .gcm-container {
        position: static;
        background: #fff;
    }

    .gcm-container ul li {
        border-bottom: 1px solid #ddd;
        display: block;
        padding: 10px 0;
        border-right: none;
    }
    .gcm-container ul li:last-child {
        border-bottom: transparent;
    }
    .gcm-container hr{
        border-color: #ddd;
    }
    .hr-mobile {
        display: block;
    }
}

/*/Todo: for middle scree modal/*/
.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/*End*/
fieldset {
    border: 1px solid #cccccc !important;
    padding: 0 15px !important;
}

fieldset legend {
    width: auto;
    padding: 10px;
    margin: 0 0 0 10px;
    border: none;
    font-size: 16px !important;
}
.custom-backdrop{
    background: #262c3761;
}
.custom-thumbnail{
    width: 100%;
    height: auto;
}
.my-drop-zone { border: dotted 3px lightgray; }
.nv-file-over { border: dotted 3px red; } /* Default class applied to drop zones on over */
.another-file-over-class { border: dotted 3px green; }
canvas {
    background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
    height: 100px;
    margin: 6px 0 0 6px;
}