/*===================================*/
/*  Fonts                            */
/*===================================*/
/* ng4asans-regular */
@font-face {
    font-family: "GE-SS-Two-Bold";
    src: url('../fonts/jf-flar-regular/JFFlat-Regular.eot');
    src: url('../fonts/GE-SS-Two-Bold/JFFlat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GE-SS-Two-Bold/JFFlat-Regular.woff') format('woff'),
    url('../fonts/GE-SS-Two-Bold/JFFlat-Regular.ttf') format('truetype'),
    url('../fonts/GE-SS-Two-Bold/JFFlat-Regular.svg#JFFlat-Regular') format('svg');
}

/* ng4asans-regular */
@font-face {
    font-family: "JF-Flat-regular";
    src: url('../fonts/Jf-flat/JF-Flat-regular.eot');
    src: url('../fonts/Jf-flat/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Jf-flat/JF-Flat-regular.woff') format('woff'),
    url('../fonts/Jf-flat/JF-Flat-regular.ttf') format('truetype'),
    url('../fonts/Jf-flat/JF-Flat-regular.svg#GE-SS-Two-Light') format('svg');
}



/* ==========================================================================
  General Tags
   ========================================================================== */
body {
    overflow-x:hidden;
    font-family: 'JF-Flat-regular', 'serif';
    color: #272729;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    background: #F5F5F5;
}

img {
    max-width: 100%; /* used to Achieve responsive images */
}
a {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    color: #25225b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'JF-Flat-regular', 'serif';
}

/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 * And text-decoration none for all browsers
 */

a:focus {
    outline: 0;
    text-decoration: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 */

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

.btn-default{
    background: #25225b;
    color: #fff;
    border:1px solid #25225b;
}
.bg-white{
    background: #fff;
    overflow-y: hidden;
}
.btn-default:hover{
    background: #25225b;
    opacity: 0.8;
    transition: 0.4s;
    color: #fff;
}
.input-lg{

}
.btn-primary-first{
    background: #005D90;
    border-color: #005D90;
    padding: 12px 50px;
    /*border-radius: 0;*/
}
.btn-primary-second, .btn-primary-second:hover{
    background: #70AF78;
    border-color: #70AF78;
    padding: 12px 50px;
    /*border-radius: 0;*/
}
.mg-b-60{
    margin-bottom: 60px;
}
.mg-t-15{
    margin-top: 15px;
}
.mg-t-35{
    margin-top: 35px;
}
.label-color{
    color: #F4892C;
    font-size: 26px;
}
.mg-b-30{
    margin-bottom: 30px;
}
/* =============================================================================
   General Classes
   ========================================================================== */

.global-header{
    border-top: 12px #25225b solid;
    /* padding-top: 40px; */
    padding-bottom: 10px;
}
.bg-orange{
    border-top: 7px #6062b1 solid;
}
.logo{
    float: right;
    margin-top: 25px;
}
.top_list{
    margin-top: 20px;
    margin-bottom: 13px;
    /* text-align: center; */
}
.top_list li{
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
}
.list-sign{
    margin-top: 5px;
    margin-bottom: 30px;
}
.list-sign li{
    border-right: 1px solid #ccc;
    display: inline-block;
    padding-right: 20px;
    font-size: 12px;
}
.list-sign li:last-child{
    border-right: none;
    padding-left: 10px;
}
.list-sign li a:hover{
    border-bottom: 1px solid #244D9C;
    transition: 0.4s;
}
.item-link{
    position: absolute;
    top: 0;
    bottom: 100%;
    right: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
//border-radius: 30px 0  30px 0;
}
.item-box{
    position: relative;
}
.item-link:hover{
    opacity: 0.8;
    background: rgba(0,0,0,0.7);

}
.bg-white_{
    overflow: hidden;
    padding: 20px;
    border:1px solid #ECECEC;
    background: #fff;
}
.contact-info h4{
    margin-bottom: 20px;
}
.title__section{
    background: #27479E;
    color: #fff;
    font-size: 18px;
    padding: 12px;
    margin-bottom: 30px;
    margin-top: 0;
}
/*
   footer
*/
footer{
    background: #25225b;
    padding-top: 38px;
    padding-bottom: 70px;
}
.footer__list{
    list-style: none;
    padding-left: 0
}
.footer__list li {
    margin-bottom: 10px;
}
.footer__list li a{
    display: block;
    color: #fff;
}
.footer__list li a:hover{
    color: #F6892A;
    transition: 0.4s;
}
/*.footer__list li a:before{
   content: "m";
   font-family: "link-card";
   display: inline-block;
   position: relative;
   top: 3px;
   font-size: 16px;
}*/
.form-login input{
    text-align: center;
    border-radius: 0;
    box-shadow: none;
}
.form-login button{
    border-radius: 0;
}
.mg-t-15{
    margin-top: 15px;
}
.bg-white{
    padding: 20px 0 90px;
    overflow: visible;
}
.item-box{
    margin-bottom: 35px;
    min-height: 264px;
    background: #e5ecda;
}
.title-footer{
    font-size: 18px;
    color: #fff;
    margin-top: 0;
}
.breadcrumb{
    padding-left: 0;
    margin-bottom: 60px;
}
.custome_input{
    box-shadow: none;
    border:1px solid #E7E7E7;
    text-align: center;
}
.custome_input2{
    box-shadow: none;
    border:1px solid #E7E7E7;
    border-radius: 0;
    height: 60px;
    margin:0 0 10px 0;
    font-size: 20px;
}
/*
  asasa
*/
.box-message span.date{
    float: right;
    overflow: hidden;
    display: inline-block;
    clear: both;
}
.box-message__content{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.cart-single__img{
    position: absolute;
    left: 20px;
}
.color{
    color: #25225b;
}
.cart-single{
    background: #fff;
    padding: 20px 20px 20px 310px;
    position: relative;
    margin-bottom: 30px;
}
.cart-single__details_top{
    padding-bottom: 20px;
    border-bottom: 2px dotted #25225b;
    margin-bottom: 23px;
}
.cart-single__details_top h4{
    margin-bottom: 15px;
}
.cart-related h2{
    border-bottom: 1px dotted #539D51;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 20px;
}
.cart-item{
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}
.cart-item__img img{
    width: 100%;
}
.cart-item a{
    display: block;
}
/*
   PHONE & TABLET
*/
@media (max-width: 768px) {
    .cart-single{
        padding-left: 20px;
    }
    .top_list{
        text-align: center;
    }
}

@media only screen and (max-device-width: 480px) {

}

/*
   custaome buttom
*/


.accepted_content{
    position: relative;
}
.accepted_content input[type="checkbox"]{
    display: none;
}
.accepted_content label:before:not(for="terms_and_conditions") {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 3px solid #ABABAB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 8px;
}
.accepted_content input[id="terms_and_conditions"]{
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 3px solid #ABABAB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 8px;
}

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 30px;
    width: 6px;
    height: 14px;
    border: solid #ABABAB;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    font-weight: bold;
}
.form-group input:checked + label[for="terms_and_conditions"]:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 30px;
    width: 6px;
    height: 14px;
    border: solid #ABABAB;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    font-weight: bold;
}
.mg-b-20{
    margin-bottom: 30px !important;
}
.f-18{
    font-size: 18px;
}

/*
  profile
*/


/*
    file STYLING
*/
#fileselector {
    margin-top: 5px;
}
#upload-file-selector {
    display:none;
}

#fileselector{
    margin-bottom: 15px;
    overflow: hidden;
    display: inline-table;
}
.fileselector label b{
    color: #FDD512;
}
.desc-section{
    font-size: 14px;
}
.btn-second{
    border: 1px solid #ccc;
}
.img-profile > img{
    width: 150px;
    height: 150px;
}

/*
  chat page
*/



#frame {
    /* width: 95%; */
    /* min-width: 360px; */
    /* max-width: 1000px; */
    /*height: 92vh;*/
    /* min-height: 300px; */
    max-height: 720px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
}
@media screen and (max-width: 360px) {
    #frame {
        width: 100%;
        height: 100vh;
    }
}
#frame #sidepanel {
    float: right;
    min-width: 280px;
    max-width: 340px;
    width: 40%;
    height: 100%;
    background: #2c3e50;
    color: #f5f5f5;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel {
        width: 58px;
        min-width: 58px;
    }
}
#frame #sidepanel #profile {
    width: 80%;
    margin: 25px auto;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0 0;
        background: #32465a;
    }
}
#frame #sidepanel #profile.expanded .wrap {
    height: 210px;
    line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
    margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    -moz-transition: 0.3s height ease;
    -o-transition: 0.3s height ease;
    -webkit-transition: 0.3s height ease;
    transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap {
        height: 55px;
    }
}
#frame #sidepanel #profile .wrap img {
    width: 50px;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #e74c3c;
    height: auto;
    float: right;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap img {
        width: 40px;
        margin-right: 4px;
    }
}
#frame #sidepanel #profile .wrap img.online {
    border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
    border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
    border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
    border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
    float: right;
    margin-right: 15px;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap p {
        display: none;
    }
}
#frame #sidepanel #profile .wrap i.expand-button {
    float: left;
    margin-top: 23px;
    font-size: 0.8em;
    cursor: pointer;
    color: #435f7a;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap i.expand-button {
        display: none;
    }
}
#frame #sidepanel #profile .wrap #status-options {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    margin: 70px 0 0 0;
    border-radius: 6px;
    z-index: 99;
    line-height: initial;
    background: #435f7a;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options {
        width: 58px;
        margin-top: 57px;
    }
}
#frame #sidepanel #profile .wrap #status-options.active {
    opacity: 1;
    visibility: visible;
    margin: 75px 0 0 0;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options.active {
        margin-top: 62px;
    }
}
#frame #sidepanel #profile .wrap #status-options:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #435f7a;
    margin: -8px 24px 0 0;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options:before {
        margin-right: 23px;
    }
}
#frame #sidepanel #profile .wrap #status-options ul {
    overflow: hidden;
    border-radius: 6px;
}
#frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 18px 30px 0;
    display: block;
    cursor: pointer;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li {
        padding: 15px 22px 35px 0;
    }
}
#frame #sidepanel #profile .wrap #status-options ul li:hover {
    background: #496886;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
        width: 14px;
        height: 14px;
    }
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -3px -3px 0 0;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
        height: 18px;
        width: 18px;
    }
}
#frame #sidepanel #profile .wrap #status-options ul li p {
    padding-right: 12px;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li p {
        display: none;
    }
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
    background: #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
    border: 1px solid #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
    background: #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
    border: 1px solid #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
    background: #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
    border: 1px solid #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
    background: #95a5a6;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
    border: 1px solid #95a5a6;
}
#frame #sidepanel #profile .wrap #expanded {
    padding: 100px 0 0 0;
    display: block;
    line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
    float: right;
    clear: both;
    margin: 0 0 5px 8px;
    padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
    border: none;
    margin-bottom: 6px;
    background: #32465a;
    border-radius: 3px;
    color: #f5f5f5;
    padding: 7px;
    width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
    outline: none;
    background: #435f7a;
}
#frame #sidepanel #search {
    border-top: 1px solid #32465a;
    border-bottom: 1px solid #32465a;
    font-weight: 300;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #search {
        display: none;
    }
}
#frame #sidepanel #search label {
    position: absolute;
    margin: 10px 20px 0 0;
}
#frame #sidepanel #search input {
    font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
    padding: 10px 46px 10px 0;
    width: calc(100% - 25px);
    border: none;
    background: #32465a;
    color: #f5f5f5;
}
#frame #sidepanel #search input:focus {
    outline: none;
    background: #435f7a;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
    color: #f5f5f5;
}
#frame #sidepanel #search input::-moz-placeholder {
    color: #f5f5f5;
}
#frame #sidepanel #search input:-ms-input-placeholder {
    color: #f5f5f5;
}
#frame #sidepanel #search input:-moz-placeholder {
    color: #f5f5f5;
}
#frame #sidepanel #contacts {
    height: calc(100% - 177px);
    overflow-y: scroll;
    overflow-x: hidden;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts {
        height: calc(100% - 149px);
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #frame #sidepanel #contacts::-webkit-scrollbar {
        display: none;
    }
}
#frame #sidepanel #contacts.expanded {
    height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
    width: 8px;
    background: #2c3e50;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
    background-color: #243140;
}
#frame #sidepanel #contacts ul li.contact {
    position: relative;
    padding: 10px 0 15px 0;
    font-size: 0.9em;
    cursor: pointer;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact {
        padding: 6px 8px 46px 0;
    }
}
#frame #sidepanel #contacts ul li.contact:hover {
    background: #32465a;
}
#frame #sidepanel #contacts ul li.contact.active {
    background: #32465a;
    border-left: 5px solid #435f7a;
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
    border: 2px solid #32465a !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
    width: 88%;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap {
        width: 100%;
    }
}
#frame #sidepanel #contacts ul li.contact .wrap span {
    position: absolute;
    right: 0;
    margin: -2px -2px 0 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #2c3e50;
    background: #95a5a6;
}
#frame #sidepanel #contacts ul li.contact .wrap span.online {
    background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
    background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
    background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
    width: 40px;
    border-radius: 50%;
    float: right;
    margin-left: 10px;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap img {
        margin-left: 0px;
    }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
    padding: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap .meta {
        display: none;
    }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
    font-weight: 600;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
    margin: 5px 0 0 0;
    padding: 0 0 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
    position: initial;
    border-radius: initial;
    background: none;
    border: none;
    padding: 0 0 0 2px;
    margin: 0 1px 0 0;
    opacity: .5;
}
#frame #sidepanel #bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
}
#frame #sidepanel #bottom-bar button {
    float: right;
    border: none;
    width: 50%;
    padding: 10px 0;
    background: #32465a;
    color: #f5f5f5;
    cursor: pointer;
    font-size: 0.85em;
    font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button {
        float: none;
        width: 100%;
        padding: 15px 0;
    }
}
#frame #sidepanel #bottom-bar button:focus {
    outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
    border-left: 1px solid #2c3e50;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button:nth-child(1) {
        border-left: none;
        border-bottom: 1px solid #2c3e50;
    }
}
#frame #sidepanel #bottom-bar button:hover {
    background: #435f7a;
}
#frame #sidepanel #bottom-bar button i {
    margin-left: 3px;
    font-size: 1em;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button i {
        font-size: 1.3em;
    }
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button span {
        display: none;
    }
}
#frame .content {
    float: left;
    width: 60%;
    height: 610px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 735px) {
    #frame .content {
        width: calc(100% - 58px);
        min-width: 300px !important;
    }
}
@media screen and (min-width: 900px) {
    #frame .content {
        width: 100%;
    }
}
#frame .content .contact-profile {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
}
#frame .content .contact-profile img {
    width: 40px;
    border-radius: 50%;
    float: right;
    margin: 9px 9px 0 12px;
}
#frame .content .contact-profile p {
    float: right;
}
#frame .content .contact-profile .social-media {
    float: left;
}
#frame .content .contact-profile .social-media i {
    margin-right: 14px;
    cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
    margin-left: 20px;
}
#frame .content .contact-profile .social-media i:hover {
    color: #435f7a;
}
#frame .content .messages {
    height: auto;
    min-height: calc(100% - 93px);
    max-height: 571px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}
@media screen and (max-width: 735px) {
    #frame .content .messages {
        max-height: calc(100% - 105px);
    }
}
#frame .content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
    display: inline-block;
    clear: both;
    float: right;
    margin: 15px 15px 5px 15px;
    width: calc(100% - 25px);
    font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
    margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
    margin: 6px 0 0 8px;
}
#frame .content .messages ul li.sent p {
    background: #D5E2F3;
    color: #000;
    float: right;
}
#frame .content .messages ul li.replies img {
    float: left;
    margin: 6px 8px 0 0;
    border: 2px solid #ccc;
}
#frame .content .messages ul li.replies p {
    background: #f5f5f5;
    float: left;
}
#frame .content .messages ul li img {
    width: 60px;
    border-radius: 50%;
    float: right;
}
#frame .content .messages ul li p {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
    max-width: 205px;
    line-height: 130%;
}
@media screen and (min-width: 735px) {
    #frame .content .messages ul li p {
        max-width: 300px;
    }
}
#frame .content .message-input {
    position: absolute;
    bottom: 0;
    width: 98%;
    z-index: 99;
    background: #fff;
}
#frame .content .message-input .wrap {
    position: relative;
}
#frame .content .message-input .wrap input {
    font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
    float: left;
    border: none;
    width: calc(100% - 79px);
    padding: 11px 8px 10px 23px;
    font-size: 0.8em;
    color: #32465a;
    margin-left: 20px;
}
@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap input {
        padding: 15px 8px 16px 32px;
    }
}
#frame .content .message-input .wrap input:focus {
    outline: none;
}
#frame .content .message-input .wrap .attachment {
    position: absolute;
    left: 60px;
    z-index: 4;
    margin-top: 10px;
    font-size: 1.1em;
    color: #435f7a;
    opacity: .5;
    cursor: pointer;
}
@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap .attachment {
        margin-top: 17px;
        left: 65px;
    }
}
#frame .content .message-input .wrap .attachment:hover {
    opacity: 1;
}
#frame .content .message-input .wrap button {
    float: right;
    border: none;
    width: 50px;
    padding: 8px 0;
    cursor: pointer;
    background: #32465a;
    color: #f5f5f5;
}
@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap button {
        padding: 16px 0;
    }
}
#frame .content .message-input .wrap button:hover {
    background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
    outline: none;
}
.message-input .wrap > input{
    background: #FCFCFC;
    height: 56px;
}
.message-input .wrap{
    padding-bottom: 6px;
    overflow: hidden;
    padding-top: 15px;
}
.login-label-color{
    color: #000;
    font-size: 26px;
}
.top-nav .nav>li>a{
    color:#fff;
    background: #25225b;
    padding: 6px 5px 8px;
    font-size: 14px;
    line-height: 16px;
    min-width: 178px;
}
.top-nav .nav>li>a:hover, .top-nav .nav>li>a:focus{
    background: #25225b;
}
.top-nav .nav>li>a>.caret{
    float: right;
    margin: 8px 0;
}
.top-nav .nav.navbar-nav{
    min-width: 178px;
}
.top-nav .nav.navbar-nav .dropdown-menu{
    width: 178px;
    background: #1F1F1F;
}
.top-nav .nav.navbar-nav .dropdown-menu>li>a{
    color:#fff;
    padding: 5px 7px;
    margin-bottom: 5px;
}
.top-nav .nav.navbar-nav .dropdown-menu>li>a:hover{
    background: #3e3e3e;

}


/*
    admin new dashboard
*/

.under_line_breadcrumb{
    border-bottom: 1px solid #000;
    /* margin-bottom: 30px; */
}
.under_line_breadcrumb h1{
    font-size: 20px;
    margin-top: 0;
}
.menu_admin {
    list-style: none;
    padding-left: 0;
    border-right: 1px solid #000;
    padding-top: 39px;
}
.menu_admin li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.menu_admin li span{
    position: absolute;
    top: 2px;
    left: 2px;
}
.title_section{
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 33px;
    font-size: 25px;
}




.table.styled > thead > tr > th, .table.styled > tbody > tr > td{
    text-align:center;
}
.table.styled > thead > tr > th.text-right, .table.styled > tbody > tr > td.text-right{
    text-align:left;
}

.custom-table2 tbody tr td{
    border-top:none;
    padding: 16px;
}
.custom-table2 thead tr th{
    border-bottom: none !important;
}
.custom-table2 tbody tr {
    border: 1px solid #DDDDDD;
    background: #fff;
    margin-bottom: 3px;
}
.btn-primary, .btn-primary[disabled] {
    background: #25225b;
    border-radius: 0;
    border-color: #25225b;
    transition: .4s;
}
.btn-primary:hover{
    opacity: 0.8;
}
.btn-primary:hover, .btn-primary:active,  .btn-primary:focus, .btn-primary[disabled]:hover{
    background: #25225b;
    border-color: #25225b;
}
.message-item{
    margin-bottom: 15px;
}
.message-item > span{
    clear: both;
}
.message-item__content{
    border: 1px solid #E6E6E6;
    padding: 20px;
    display: block;
    background: #FDFDFD;
    border-radius: 9px;
}
.pagination>.active>span{
    background-color: #25225b;
    border-color: #25225b;
}
.pagination{
    color: #25225b;
}


/*
    admin new dashboard
*/

.under_line_breadcrumb{
    border-bottom: 1px solid #adabab;
    /* margin-bottom: 30px; */
}
.under_line_breadcrumb h1{
    font-size: 13px;
    margin-top: 0;
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 15px;
}
.menu_admin {
    list-style: none;
    padding-left: 0;
    border-right: 1px solid #d8d8d8;
    padding-top: 20px;
}
.menu_admin li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.menu_admin li img{
    width:25px;
}
.menu_admin li a{
    color: #337ab7;
    font-weight: bold;
    font-size: 13px;
    margin-left:10px;
}
.menu_admin li a:hover, .menu_admin li a:focus{
    color:#23527c;
}
.menu_admin li span{
    position: absolute;
    top: 2px;
    left: 2px;
}
.title_section{
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 33px;
    font-size: 25px;
}

/*
  ******************************************************
*/

.custom_table > thead tr th{
    padding: 18px;
    /*display: inline-block;*/
    background: transparent;
}
.custom_table > tbody tr td{
    padding: 14px;
}
.custom_table > thead tr{
    background: #F5F5F5;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background: #E9E9E9;
    padding: 14px;
}



.add-branch{
    position: relative;
    background: #EBEBEB;
    margin-top: 30px;
    padding: 15px 46px;
    margin-bottom: 40px;
    font-size: 20px;
}
.add-branch span{
    background: #25225b;
    color: #fff;
    left:-50%;
    position: absolute;
    top: 0;
    font-size: 30px;
    padding: 8px 15px;
    margin-left: 42px;
}

.custom_input_modal {
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    margin-bottom: 20px;
    border: 2px solid #CCCCCC;
}

.custom_input2{
    border: 1px solid #ccc;
    box-shadow: none;
    height: 50px;
}
.modal-header{
    color: #28469E;
    border-bottom: none;
}
.modal-title{
    font-size: 24px;
    margin-top: 35px;
    font-weight: bold;
}
.color{
    color: #484a9c;
}
.card-item{
    background: #fff;
    padding: 20px;
    margin-bottom: 35px;
}
.card-item__img{
    text-align: center;
    background: #E6F2E6;
    padding: 30px 0;
    /* width: 223px; */
    height: 160px;
}
.card-item .card-body img{
    /* height: 170px; */
    /* width: 100%; */
}
.card-item__img img{
    max-height: 100px;
    max-width: 200px;
}
.card-info h3{
    color: #25225b;
    font-size: 18px;
}
.card-info h5{
    color: #ED9825;
    font-size: 15px;
    margin-bottom: 17px;
}
.title_modal{
    margin-top: 0 !important;
}
.item_modal_body{
    padding: 0;
}
.btn-new{
    background: #7F7F7F;
    color: #fff;
    border-radius: 0;
    padding:10px;
}
.quantity_input{
    border: none;
}
.counter{
    margin-bottom: 30px;
    border:2px solid #B1B1B1;
}
.counter__icon{
    cursor: pointer;
    font-size: 20px;
}
.form-control[readonly]{
    background: #CDEDD5;
}
.border-bottom{
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 10px;
}
.border-bottom:last-child{
    border-bottom: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    text-align: left !important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
    right: 12px !important;
    left: inherit  !important;
}

.col-sm-11.col-xs-10  .bootstrap-select .btn-default{
    background: inherit;
    border-color: #e7e7e7;
    color:#000;
    padding: 15px;
    font-size:20px;
    color: #9a9a9a;
}

.col-sm-11.col-xs-10  .bootstrap-select li a{
    padding: 10px;
    font-size:20px;
}
.selectpicker_style .bootstrap-select .btn-default{
    background: inherit;
    border-color: #ccc;
    color:#000;
    padding: 14px;
    font-size:13px;
    color: #9a9a9a;
}
.selectpicker_style  .bootstrap-select li a, .selectpicker_style  .bootstrap-select .bs-searchbox input{
    padding: 12px;
    font-size:13px;
}
.selectpicker_style  .bootstrap-select .bs-searchbox input{

}
.social__list li{
    opacity: 0.8;
    background-color: #fff;
    border-radius: 30px;
    float:left;
    padding: 2px 4px 3px;
    margin-right: 5px
}
.social__list img{
    height:20px;

}
/*.navbar-collapse{
    padding-left: 0;
}*/
#myNavbar{
    background: #25225b;
    color: #fff;
    transition: 0.4s;
}
#myNavbar ul li a{
    color: #FFFFFF;
}
.nav>li>a:hover{
    background: #484a9c;
    color: #fff;
    transition: 0.4s;
}
.navbar{
    margin-bottom: 0;
    margin-top: 10px;
}
/*#myNavbar li:first-child a{*/
/*padding-right: 0;*/
/*}*/

.nav>li>a:focus {
    text-decoration: none;
    background-color: #484a9c !important;
}
.modal{
    direction: rtl;
    overflow: scroll !important;
}

@media (min-width: 992px){
    .col-md-push-3 {
        right: auto !important;
    }
}
.btn-warning {
    color: #fff;
    background-color: #9698de;
    border-color: #9698de;
}

.btn-warning:hover {
    color: #fff;
    background-color: #6468e2;
    border-color: #6468e2;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #6468e2;
    border-color: #6468e2;
}

btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #6468e2;
    border-color: #6468e2;
}


.head_lang{
    background: #585a9a;
    padding: 9px 4px;
    font-size: 11px;
    text-align: center;
    margin-bottom: -50px;
}
.lang_item{
    padding: 4px 6px;
    color: #fff;
}
.right_lang{
    border-right: 1px solid #7f81bd;
}
.lang_item:hover, .lang_item:focus{
    background: #686aa7 !important;
    color: #a6c4d0;
}

.pull-left{
    float: right !important;
}

.pull-right{
    float: left !important;
}

.navbar-toggle {
    background-color: #6284af;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
}
.navbar-toggle > span{
    background: #fff;
}

.special_select{
    height: 60px !important;
}