﻿html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}
body {
    width: 100%;
    margin: 0;
    font-weight: bolder;
}

ul {
    padding: 0;
}

header {
    background: #363d44;
    /*color: #f38d0a; #d88720*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    box-sizing: border-box;
    overflow: hidden;
}

nav {
    text-align: center;
    color: #fff;
    background-color: inherit;
}

    nav .nav-content {
        display: inline-block;
    }

    nav ul, #side-nav-blade ul {
        list-style: none;
        margin: 0;
        background-color: inherit;
    }

        nav ul li {
            display: inline-block;
            padding: 10px;
        }


    nav a, nav a:visited {
        color: #fff;
        display: block;
    }

        nav a:hover, nav a:focus {
            text-decoration: none;
            color: orange;
            cursor: pointer;
        }

    nav .nav-user-group {
        padding-top: 0;
        padding-bottom: 0;
    }

#nav-dropdown a, #nav-dropdown a:visited {
    color: #000;
}

img.user-lg, img.user-md, img.user-sm {
    overflow: hidden;
    background-color: #fafafa;
}

img.user-lg {
    height: 128px;
    width: 128px;
}

img.user-md {
    height: 64px;
    width: 64px;
}

img.user-sm {
    border-radius: 50px;
    height: 32px;
    width: 32px;
    /*border: 1px solid;*/
    background-image: url(images/user_icon_32.png)
}

.user-sm-round {
    border-radius: 50px;
    height: 22px;
    width: 22px;

    overflow: hidden;
    background-color: #fafafa;
    background-image: url(images/user_icon_32.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: lightgray;
}

div.shops, div.products, div.purchases, div.auctions, div.auctions-won,div.sales, div.my-shops, div.recharge-cards, div.my-bank-accounts, div.my-products {
    overflow: hidden;
    background-color: #fafafa;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: lightgray;
    text-align: center;

    border-radius: 50px;
    height: 64px;
    width: 64px;
}
div.plain{
    border-radius: 0px;
    background-color: #ffffff;
}
div.sales {
    
    background-image: url('../img/icons/sales_many_vert.png');
}
div.auctions-won {

    background-image: url('../img/icons/auctions_won.png');

}
div.auctions {

    background-image: url('../img/icons/auctions.png');
}
div.purchases {
    

    background-image: url('../img/icons/purchases_cart.png');
}
div.my-products {
    
    background-image: url('../img/icons/products_bag_with_shopping_cart.png');
}
div.products {
    
    background-image: url('../img/icons/products_bag_sale_tag.png');
}

div.my-bank-accounts {
   
    background-image: url('../img/icons/bank_deepskyblue_bg.png');
}

div.recharge-cards {
   
    background-image: url('../img/icons/recharge_cards_coins.png');
}
div.shops {
    
    background-image: url('../img/icons/all_shops_open.png');
}


div.my-shops {
    
    background-image: url('../img/icons/shops_home.png');
}

div.divider-row {
    
    background-image: url('');
}
img.user-sm-box {
    height: 32px;
    width: 32px;
    /*border: 1px solid;*/
    background-image: url('images/seekerfit_logo_32.png');
}
.add-product-thumb {
    min-height: 240px;
    width: 100%;
    /*border: 1px solid;*/
    background-image: url('../img/cam1_thumb.png');
    background-size: 120px;
    background-repeat:no-repeat;
    background-position: center;
    background-color: lightgray;
    text-align: center;
}
.update-thumb {
    min-height: 320px;
    width: 100%;
    /*border: 1px solid;*/
    background-image: url('../img/icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: blue;
    text-align: center;

}
.bottom-clear{
    min-height: 70px;
}

#nav-logo {
    position: absolute;
    top: 0;
    left: 35%;
    right: 35%;
    padding: 5px;
    height: 50px;
    z-index: 0;
}

    #nav-logo #logo-text {
        margin-top: 0;
    }

    #nav-logo img {
        margin-top: 5px;
        vertical-align: text-bottom;
    }

#nav-left, #nav-right {
    z-index: 1;
    background-color: inherit;
}

#nav-left, .float-left {
    float: left;
}

#nav-right, .float-right {
    float: right;
}

.clear {
    clear: both;
}

.quote {
    font-size: 60px;
    margin: 0;
    line-height: 30px;
}

    .quote.quote-left {
        float: left;
    }

    .quote.quote-right {
        float: right;
    }

main {
    position: fixed;
    top: 50px;
    bottom: 0;
    padding: 20px;
    overflow: auto;
    width: 100%;
    font-size: 18px;
}

#side-nav-blade {
    background-color: #bec4ca;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 5px;
    width: 180px;
}

    #side-nav-blade li {
        margin: 10px 0;
        cursor: pointer;
        white-space: nowrap;
    }

        #side-nav-blade li:last-of-type {
            margin-bottom: 0;
        }

    #side-nav-blade a:hover, #side-nav-blade a:focus {
        text-decoration: none
    }

    #side-nav-blade .nav-blade-icon {
        padding: 5px;
        margin-right: 5px;
    }

    #side-nav-blade .nav-blade-text {
        vertical-align: bottom;
        display: inline-block;
        margin: 0 10px;
    }

.blade-open {
    width: 120px;
}

.main-maxi-box {
    width: 700px;
    margin: 0 auto;
}

.main-mini-box {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

    .main-mini-box > article,
    .main-mini-box > section {
        margin-bottom: 30px;
    }

.margin-top-0 {
    margin-top: 0;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-sides-0 {
    margin-left: 0;
    margin-right: 0;
}

.margin-right-10 {
    margin-right: 10px;
}

#main-sky-caption {
    background-image: url(/Content/images/blue_sky.jpg);
    background: #888;
    background-size: cover;
    height: 300px;
    color: #fff;
    margin-top: 40px;
    padding: 20px;
    -moz-box-shadow: 0 1px 5px #000;
    -webkit-box-shadow: 0 1px 5px #000;
    box-shadow: 0 1px 5px #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.main-sky-text {
    line-height: 1.4;
}

#sign-up-text {
    color: orange;
}


#main-content-full, #main-content {
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 180px;
    right: 0;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}
#main-content-tight {
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}
#main-content-full {
    left: 0;
}

.nav-in-page {
    margin: 30px 0;
    position: relative;
}

    .nav-in-page i.slider {
        border-bottom: 3px solid orange;
        width: 50%;
        position: absolute;
        bottom: 0;
    }

    .nav-in-page ul {
        list-style: none;
        overflow: auto;
        border-bottom: 1px solid #ccc;
    }

        .nav-in-page ul li {
            padding: 10px;
            width: 50%;
            float: left;
            text-align: center;
            text-transform: uppercase;
        }

    .nav-in-page li a {
        display: block;
        color: black;
    }

        .nav-in-page li a:focus, .nav-in-page li a:hover {
            text-decoration: none;
        }

.tile {
    padding: 10px 15px;
    margin-bottom: 30px;
    -moz-box-shadow: 0 1px 3px;
    -webkit-box-shadow: 0 1px 3px;
    box-shadow: 0 1px 3px;
    overflow: auto;
    background-color: #fff;
}
.titler {
    padding: 10px 15px;
    margin-bottom: 10px;
    -moz-box-shadow: 0 1px 0px;
    -webkit-box-shadow: 0 1px 0px;
    box-shadow: 0 1px 0px;
    overflow: auto;
}
.chatbox {
    
    margin-bottom: 30px;
    -moz-box-shadow: 0 1px 3px;
    -webkit-box-shadow: 0 1px 3px;
    box-shadow: 0 1px 3px;
    overflow: auto;
    background-color: #fff;
}
.scrollable {
    
    overflow: auto;
    background-color: #fff;
}
.ng-invalid.ng-touched {
    border-color: red;
}

input, select {
    margin-bottom: 10px;
}

.fullscreen {
    overflow: auto;
    overflow-y: scroll;
    display: block;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 1050;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
}

.fullscreen-open {
    overflow: hidden;
}

.fullscreen-dialog, .fullscreen-dialog-sm {
    position: relative;
    -webkit-transition: all .2s cubic-bezier(.215,.61,.355,1);
    -moz-transition: all .2s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .2s cubic-bezier(.215,.61,.355,1);
    transition: all .2s cubic-bezier(.215,.61,.355,1);
    /* media all and (min-width:768px)*/
    margin-top: 0;
    transform: translateY(0);
    margin: 30px auto;
    width: 720px;
}

.fullscreen-dialog-sm {
    width: 400px;
}

.fullscreen-content {
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
    top: 30px;
    min-height: 60vh;
}

.fullscreen-body {
    position: relative;
    padding: 15px;
}

i.arrow {
    border: solid;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    vertical-align: bottom;
}

.arrow-right {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    -webkit-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
}

.arrow-left {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    -webkit-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
}

.arrow-down {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    -webkit-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
}

.arrow-up {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    -webkit-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
}

.playlist {
    height: 480px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #000;
    border-left: 5px solid orange;
}

.playlist-content {
    padding: 5px 0;
}

aside.nav-aside {
    position: fixed;
    top: 50px;
    bottom: 0;
    right: -360px;
    z-index: 1;
    padding: 10px;
    width: 360px;
    background-color: #fff;
    border: 2px dotted #000;
    box-shadow: -5px 0 30px #777;
    overflow: hidden;
}

aside.open {
    right: 0;
    transition: right .2s ease-in-out;
}

aside.close {
    right: -100%;
    transition: right .2s ease-in-out;
}

.nav-aside-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    padding: 0 15px;
    color: #000;
    background-color: #fafafa;
}

.nav-aside-content {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 30px;
    overflow: hidden;
    overflow-y: scroll;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.text-clip {
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cursor-pointer {
    cursor: pointer
}

.inline-block {
    display: inline-block;
}

.label-normal {
    font-weight: normal;
}



/* old styles */
.anchor, .anchor-inline {
    position: absolute;
    top: 4em;
    margin-left: 5px;
    opacity: 0.3;
    cursor: pointer;
}

    .anchor:hover {
        opacity: 0.5;
    }

.anchor-inline {
    top: 0;
}

.applied-icons {
    float: right
}

    .applied-icons > div {
        margin: 0;
        margin-left: 15px;
        color: #ffa500;
    }

.applied-text {
    float: left;
    width: 60%;
    margin: 0;
}

.pos-relative {
    display: block;
    position: relative;
}

#iframe-appearin {
    height: 480px;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid;
}

.glyph-button {
    color: #ffa500; /*#d88720;*/
    margin-right: 5px;
    cursor: pointer;
}

.jb-c-logo {
    display: inline-block;
    vertical-align: top;
    width: 64px;
    max-width: 20%;
    margin: 10px;
    margin-left: 0;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
}

    .jb-c-logo img {
        width: 64px;
        height: 64px;
        border: 2px solid grey;
        padding: 1px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.img-attachment-wrapper {
    margin-right: 5px;
    width: 70px;
}

.img-attachment {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    /*min-height: 60px;
    max-height: 60px;
    min-width: 100px;
    max-width: 100px;
    border: 1px solid #ddd;*/
}

.add-window {
  min-width: 350px;
  position: fixed;
  bottom: 0px;
  right: 20px;
 
  border: 0px solid black;
  background-color: white;
  
}

.add-window .header {
  background-color: #333;
  color: white;
  padding: 10px;
  height: 40px;
}
.add-window .inner{
     padding: 10px 10px;
}
.no-border-textbox{
    border: 0;
    box-shadow: none;
}
.input-htmlbody{
    min-height:240px;
}
.email-row{
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #F2EEEE;
}
.email-row [class*="col-"]{
    padding: 0px;
    margin-left: -5px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    
}
.sticky-bottom-60px {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #100202;
  padding-top: 10px;
}
.height-60px{
    height: 60px;
}
.width-100px{
    width: 100px;
    vertical-align: middle;
}
.bg-deep-sky-blue{
    color: white;
    /* 00BFFF is deepskyblue */
    background-color:  #010000;
}
/*body {
    font-family: "Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    padding-top: 50px;
    padding-bottom: 20px;
}

footer {
    background-color: black;
    color: white;
    position: relative;
    bottom: -20px;
    margin-top: 10px;
    padding: 20px 30px;
}
 datepopup 
.full button span {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
}

.partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
}

 fonts and text, background
div.side a {
    border-bottom: 1px solid;
    padding-bottom: 15px;
    padding-top: 15px;
}

a.no-border-bottom {
    border-bottom: none !important;
}

.color-white {
    color: white;
}

.color-addisira {
    color: #d88720 !important;
}

.color-grey {
    color: #6f6c6c;
}

.bold {
    font-weight: bold;
}

.v-align-text-top {
    vertical-align: text-top;
}

.v-align-text-bottom {
    vertical-align: text-bottom;
}

.ws-pre {
    white-space: pre-line;
}

.btn-addisira, .btn-black {
    background-color: #d88720;
    color: white;
}

.btn-black {
    background-color: black;
}

.chevron-dwn-lg {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
}

.chevron-centered {
    margin: 0 auto;
    position: relative;
    top: -40px;
    margin-bottom: -100px;
}

.bg-img {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-image: url('images/20160920_105245_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-grey {
    background-color: #6f6c6c;
}

.bg-white {
    background-color: white !important;
}

.bg-red {
    background-color: darkred !important;
}

.bg-green {
    background-color: green !important;
}

.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.side {
    position: fixed;
    background-color: black; #f7f7f7;
    color: white !important;
    height: 100%;
    width: 180px;
    left: 0;
    top: 50px;
    border-right: 3px solid #ef9d06;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
    -moz-box-shadow: rgba(0,0,0,0.4) 0 5px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.4) 0 5px 5px;
    box-shadow: rgba(0,0,0,0.4) 0 5px 5px;
}

    .side a {
        color: white;
    }

.glyph-side {
    color: #d88720;
    font-size: x-large;
    vertical-align: text-bottom;
    margin-right: 15px;
}

.glyph-button {
    color: #d88720;
    margin-right: 5px;
}



 overwrites 

.form-control, .btn-lg {
    height: 50px;
}

.form-control {
    font-size: 16px;
    border-radius: 0;
}

.max-width-height-100p {
    max-width: 100%;
    max-height: 100%;
}

.block {
    display: block;
    clear: both;
}

 images 
.dp-img {
    height: 10em;
    width: 10em;
}

.dp-img-sm {
    height: 5em;
    width: 5em;
}

.jb-c-thumb {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    max-width: 20%;
    margin: 10px;
    margin-left: 0;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
}
.jb-c-thumb img {
        width: 32px;
        height: 32px;
        border: 1px solid grey;
        padding: 1px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.jb-c-logo {
    display: inline-block;
    vertical-align: top;
    width: 64px;
    max-width: 20%;
    margin: 10px;
    margin-left: 0;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
}

    .jb-c-logo img {
        width: 64px;
        height: 64px;
        border: 2px solid grey;
        padding: 1px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.jb-c-text {
    display: inline-block;
    max-width: 75%;
}

.img-attachment {
    min-height: 60px;
    max-height: 60px;
    min-width: 100px;
    max-width: 100px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
}

.anchor, .anchor-inline {
    position: absolute;
    top: 4em;
    margin-left: 5px;
    opacity: 0.3;
    cursor: pointer;
}

    .anchor:hover {
        opacity: 0.5;
    }

.anchor-inline {
    top: 0;
}

.pos-relative {
    display: block;
    position: relative;
}

.line-rule-bottom {
    margin: 15px 0;
    border-bottom: 1px solid rgba(165,42,42,.5);
}

.exclaim-success, .exclaim-danger {
    padding: 10px;
    border-radius: 50%;
    color: #3c763d;
    border: .2rem solid #3c763d;
}

.exclaim-danger {
    color: #a94442;
    border: .2rem solid #a94442;
}


.tile {
    padding: 1.2em;
    margin-top: 1em;
    margin-bottom: .7em;
    min-height: 20px;
    height: auto;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
    box-shadow: 0 1px 4px rgba(0,0,0,.5);
}

.pointer {
    cursor: pointer;
}

    .pointer:hover {
        color: rgba(0,0,0,.5);
        opacity: 0.4;
    }


.glow {
    color: rgb(0,0,0);
    font-size: x-large;
    transition-property: all;
    transition-duration: .3s;
}

    .glow:hover {
        color: rgba(0,0,0,.5);
        font-size: xx-large;
    }

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.padding-t-b-50 {
    padding: 50px 0;
}

.padding-r-5 {
    padding-right: 5px;
}

.padding-t-10 {
    padding-top: 10px;
}

.padding-b-10 {
    padding-bottom: 10px;
}

.padding-20 {
    padding: 20px;
}

.margin-2 {
    margin: 2px;
}

.margin-r-5 {
    margin-right: 5px;
}

.margin-r-20 {
    margin-right: 20px;
}

.margin-b-10 {
    margin-bottom: 10px;
}

.margin-t-0 {
    margin-top: 0;
}

.margin-t-35 {
    margin-top: 35px;
}

.fullscreen {
    display: block;
    position: fixed;
    padding: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1200;
    background-color: rgba(61, 61, 61, 0.50);
}

.fullscreen-ct {
    width: 80%;
    margin: 0 auto;
}

#iframe-appearin {
    height: 480px;
    padding-left: 0;
    padding-right: 0;
}

.mob, .side-hide {
    display: none !important;
}





@media only screen and (max-width : 767px) {
    .side, .navbar-hide, .navbar-collapse.collapse.in {
        display: none;
    }

    .mob-side, .mob {
        display: block !important;
    }

    .mob-side {
        left: 0;
        width: 180px;
        transition: left linear 5s;
    }
}*/

.mobile, .mobile-inline {
    display: none;
}
/*and (min-width : 320px)*/
@media only screen and (max-width : 480px) {
    .main-maxi-box, .main-mini-box {
        width: 100%;
    }

    .fullscreen-dialog, .fullscreen-dialog-sm {
        width: 90%;
    }

    .playlist {
        height: auto;
        overflow: hidden;
    }

    #iframe-appearin {
        height: 320px;
    }

    .desktop, #side-nav-blade {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mobile-inline {
        display: inline-block;
    }

    header {
        overflow: visible;
    }

    #dropdown-button {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 50px;
        padding: 10px 15px;
        display: block;
    }

    /* show nav in mobile */
    nav ul {
        overflow: hidden;
    }

        nav ul.mobile {
            background-color: #cabfac;
            position: absolute;
            top: 50px;
            left: 0;
            z-index: 1;
            overflow: visible;
            display: block;
            width: 100%;
            text-align: left;
            border-top: 1px solid grey;
        }

            nav ul.mobile li {
                display: block;
            }

        nav ul li {
            padding-right: 0;
        }

            nav ul li a span {
                margin-right: 10px;
            }

    #nav-logo {
        left: 20%;
        right: 20%;
    }

    .mobile.nav-closed, .nav-closed {
        display: none;
    }

    aside.nav-aside {
        width: 100%;
    }

    #main-content {
        left: 0;
    }

    .glyph-button {
        margin-right: 15px;
    }
}

/* smartphones 320px e.g. iPhone 5 */
@media only screen and (max-width : 320px) {
    #logo-text {
        display: none;
    }
}


/* direct messages views and directives*/
.sticky-container {
    position:relative;
}
.bottom-sticky-inside {
    position: absolute;
    bottom: 0;
}


.h0 {
  font-weight: 600;
  font-size: 14px;
}
.odd-card-bg{
    background-color: #00BFFF;
    color: White;
    font-variant-caps: all-petite-caps;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50%;
    margin-left: -50vw;
}
.even-card-bg{
    background-color: White;
    color: #00BFFF;
    font-variant-caps: all-petite-caps;
    border-style: solid;
    border-width: thin;
    border-left-width: 0px;
    border-right: 0px;
    border-top: 1px solid Gray;
    
    padding-left: 20px;

    width: 100%;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50%;
  margin-left: -50vw;
}
.card-bordered {
    font-variant-caps: all-petite-caps;
    border-style: solid;
    border-width: thin;
    border: 1px solid Gray;
    border-radius: 3px 4px;

    padding-left: 20px;

    width: 100%;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50%;
  margin-left: -50vw;
}
.full-row-list-item {

    font-variant-caps: all-petite-caps;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50%;
    margin-left: -50vw;
}
.full-row-list-item-bordered {

    font-variant-caps: all-petite-caps;
    border-style: solid;
    border-width: thin;
    border: 1px solid Gray;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50%;
    margin-left: -50vw;
}
.full-row-list-item .left-img{
    
}
.full-row-list-item .title{
    margin-left: 5px;
    float: left;
}
.full-row-list-item .sub-title{
    float: left;
}
.row-bordered-odd {
    background-color: white;
    font-variant-caps: all-petite-caps;
    border-style: solid;
    border-width: thin;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border: 1px solid Gray;
    border-radius: 3px 4px;

    padding-left: 20px;

    width: 100%;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50%;
  margin-left: -50vw;
}

.middle-item{
	position:absolute;
	top:0;
	bottom:0;
	right: 0;
	left: 0;
	margin: auto; 
    max-width: 100%;
	max-height: 100%;
    height: auto;
    width: auto;
}
.logo-on-login {
    min-width: 100px;
    min-height: 42px;
    background-image: url('../img/soibi_text.png');
    background-repeat: no-repeat;
}

/* hr styles -- horizontal rule style - be sure to test before use on production */

hr.style1{
	border-top: 1px solid #8c8b8b;
}


hr.style2 {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}


hr.style11 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}


hr.style12 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
    border: 0;
}

hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

hr.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 18px; 
}


hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.style17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}

/* no-gutters Class Rules attaching content to the right and left edges */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}
