* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #EEE;
    font-size: 16px;
    line-height: 25px;
    resize: both;
    margin: 0 auto;
}

input,
textarea,
button,
select {
    outline: none;
    font-size: 14px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}

.pt-wrapper {
    /*width: 100%;*/
    /*margin: 0 10px 0 10px !important;*/
}

.pt-box {
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.13);*/
    background-image: url("/public/uploads/site/leather.png");
    background-attachment: fixed;
    background-repeat: repeat;
    background-color: lightgrey;
    /*width: 574px;*/
    border-radius: 3px;
    /*margin: 100px auto 48px auto;*/
}

.pt-login h3 {
    border-bottom: 1px solid #EEE;
    margin: 0 24px;
    padding: 48px;
    font-size: 30px;
}

.pt-login .pt-social-login {
    margin: 0 48px;
    border-bottom: 1px solid #EEE;
    padding: 24px 0;
}

.pt-login .pt-social-login a {
    display: block;
    height: 48px;
    border-radius: 3px;
    color: #FFF;
    margin-bottom: 6px;
    line-height: 48px;
    padding: 0 24px;
    font-size: 14px;
}

.pt-login .pt-social-login a:last-child {
    margin: 0;
}

.pt-login .pt-social-login a i {
    margin-right: 6px;
}

.pt-login .pt-new {
    float: right;
    height: 48px;
    line-height: 48px;
}

.pt-login .pt-new a {
    color: #666;
}

.pt-form {
    display: block;
    padding: 24px 48px;
}

.pt-form input[type=text],
.pt-form input[type=password],
.pt-form select {
    background: #FFF;
    height: 48px;
    display: block;
    border-radius: 3px;
    border: 1px solid #EEE;
    margin-bottom: 6px;
    width: 100%;
    color: #666;
    padding: 0 12px;
    font-weight: 200;
}

.pt-form hr {
    margin: 24px 0;
    border: 0;
    border-bottom: 1px solid #EEE;
}

.pt-form .pt-input {
    position: relative;
}

.pt-form .pt-input input {
    padding-left: 48px;
}

.pt-form .pt-input i {
    position: absolute;
    left: 18px;
    top: 16px;
}

.pt-sm {
    padding: 24px 24px 24px 24px;
}

.pt-tree {
    /*width: 960px;*/
    position: relative;
}

.pt-tree.pt-full {
    width: 100%;
}

.pt-tree .pt-details {
    position: absolute;
    right: 48px;
    top: 48px;
}

.pt-tree .pt-details a {
    background: #f95318;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    color: #FFF;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
}

.pt-tree a {
    position: relative;
}

.pt-tree a .pt-dead {
    background: transparent;
    font-size: 18px;
    /*line-height: 18px;*/
    top: 16px;
    position: relative;
    width: 100%;
    left: 2.4%;
    text-align: center;
    max-height: 32px;
}

.circleIcon {
    border-radius: 50%;
    padding: 2px;
    width: 30px;
    height: 30px;
    font-weight: bold;
    font-size: 17px;
    margin: 0 1px 0 0;
    display: inline-flex;
    border: 2px solid black;
    cursor: pointer;
}

.circleIcon:hover {
    transform: scale(1.5);
    z-index: 999;
    position: relative;
}

.pt-tree a .pt-thumb {
    width: 125px;
    height: 125px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 3px solid #FFF;
    margin: 0 auto;
}

.pt-tree a .pt-thumb img {
    width: 100%;
    height: 100%;
    min-height: 111px;
    object-position: center;
    padding: 1px;
    background-color: rgba(255, 255, 255, .5);
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid white;
}

.pt-tree a strong {
    display: block;
    border-top: 1px solid #F7F7F7;
    margin-top: 8px;
}

.pt-tree a .pt-options {
    position: absolute;
    left: -25px;
    top: 0;
    background: white;
    color: black;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 10;
    padding: 3px;
}

.pt-tree a .pt-options i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 22px;
    text-align: center;
    font-size: 10px;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
    margin: 0 auto;
}

.pt-tree a .pt-options i:hover {
    transform: scale(1.2);
    border-width: 0;
}

.pt-tree a .pt-options i:last-of-type {
    border-bottom: 0;
}

.pt-tree a.partner {
    margin: 0 5px 0 5px;
    background: #F7F7F7;
}

.pt-tree a.partner .pt-thumb {
    width: 110px;
    height: 110px;
}

.pt-tree a.partner .pt-thumb img {
    min-height: 96px;
}

.pt-tree a:hover .pt-options {
    visibility: visible;
    opacity: 1;
    left: -2px;
}

#myTree a {
    color: #f95318;
    font-weight: bold;
}

#myTree .thumb {
    overflow: hidden;
    width: 125px;
    height: 125px;
    border-radius: 3px;
    box-shadow: 0 1px 3px #DDD;
}

#myTree .thumb img {
    width: 100%;
    min-height: 110px;
}

#myTree .media {
    margin-bottom: 24px;
    padding: 12px 0;
}

#myTree .media p {
    margin: 0;
    font-size: 13px;
    line-height: 22px;
}

#myTree .media p a {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #f95318;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    margin-top: 6px;
    margin-right: 3px;
}

.pt-forms label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 12px;
}

.pt-forms label.pt-inline {
    display: inline-block;
    margin-right: 12px;
}

.pt-forms input[type=text],
.pt-forms select,
.pt-forms textarea {
    outline: none;
    background: #FFF;
    border: 1px solid #EEE;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    border-radius: 3px;
    font-weight: 400;
    padding: 0 12px;
    display: block;
    width: 100%;
    margin-top: 3px;
    resize: none;
}

.pt-forms .tab-pane {
    padding: 24px 0;
}

.pt-forms .pt-birth input {
    display: inline-block;
    width: 62px;
    text-align: center;
}

.pt-footer {
    text-align: center;
    font-size: 12px;
    color: #777;
    margin-bottom: 48px;
}

.pt-footer a {
    color: #333;
}

.pt-button {
    display: inline-block;
    height: 48px;
    border-radius: 3px;
    color: #FFF;
    border: 0;
    padding: 0 24px;
    line-height: 48px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}

.pt-button i {
    margin-right: 6px;
}

.bg-0 {
    background: #f95318;
}

.bg-facebook {
    background: #3B5999;
}

.bg-twitter {
    background: #00BBF5;
}

.bg-google {
    background: #D71627;
}

.bg-youtube {
    background: #cc181e;
}

.bg-instagram {
    background: #c80182;
}

.bg-banned {
    background: #fff3f4;
}

.bg-unread {
    background: #F9F9F9;
    background-border: 1px solid #EEE;
}

@media screen and (max-width: 480px) {
    .pt-wrapper {}

    .pt-tree,
    .pt-box {
        width: 100% !important;
    }

    .pt-form {
        padding: 12px;
    }

    .pt-button,
    .pt-login .pt-new {
        padding: 0 12px;
        height: 38px;
        line-height: 38px;
    }

    .pt-login .pt-new {
        padding: 0;
        font-size: 13px;
    }

    .pt-login h3 {
        padding: 24px 12px;
        font-size: 24px;
    }

    .pt-tree .pt-details {
        right: 32px;
        top: 22px;
    }

    .pt-sm {
        padding: 24px 12px 24px 12px;
    }

    .pt-tree a .pt-options {
        visibility: visible;
        opacity: 1;
        /*left: 0;*/
        border-radius: 3px;
    }

    #myModal .pt-forms {
        padding: 0;
    }

    .nav-tabs>li>a {
        font-size: 13px;
    }
}

#myModaladd input:optional,
#myModal input:optional,
#myModalLabelcopy input:optional {
    border-bottom: 5px solid palegreen;
    height: auto;
}

#myModaladd select:optional,
#myModal select:optional,
#myModalLabelcopy select:optional {
    border-bottom: 5px solid palegreen;
    height: auto;
}

#myModaladd textarea:optional,
#myModal textarea:optional,
#myModalLabelcopy textarea:optional {
    border-bottom: 5px solid palegreen;
    height: auto;
}

.tileview .timage {
    position: relative;
    z-index: 5;
    width: 75px;
    max-width: min(100%, 75px);
    height: 75px;
    min-height: min(100%, 75px);
    margin: 0 auto;
    border-radius: 50%;
    background-color: white !important;
    padding: 5px;
    box-shadow: 0 0 10px gray;
}

.tileview .timage:hover {
    transform: scale(1.5);
    transition-duration: 50ms;
}

.tileview .tmaincard {
    z-index: 0;
    position: relative;
    border-radius: 5px;
    padding: 18px 4px 25px 4px;
    margin-top: -15px;
    background-color: white !important;
    font-size: small;
    min-height: 100px;
    box-shadow: 0 0 10px gray;
}

.tileview .tdeath {
    position: absolute;
    background-color: transparent;
    width: 15px;
    height: 15px;
    top: -1px;
    right: -1px;
    background-image: url(/public/uploads/site/toprightblacksign.png) !important;
    border-radius: 0 10px 0 0;
}

.tileview .tlegend {
    padding: 1px 1px 1px 1px;
    position: absolute;
    bottom: 1px;
    left: 1%;
    right: 1%;
    width: 98%;
    text-align: left;
}