/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *











 */



.search-control{
    height:32px;
    font-size:17px;
    color:#222;
}
.search-button{
    height:32px;
    font-size:17px;
    color:#fff;
    font-weight: normal;
    background-color: #00c0ef;
}

.content-header{
    margin-top:-12px;
}

.table-condensed>tbody>tr>td{
    font-size:16px;
}

.red{
    color:red;
}
.green{
    color:green;
}

/* Basic formatting for the dropdown */
.emoji-list {
    min-width: 255px !important;
    height: 292px;
    padding: 5px;
    overflow: scroll;
}

/* Styles for the clickable images */
.emoji-list * {
    margin: 1px;
    display: inline-block;
    cursor: pointer;
}

/* Add more space around images so they're easier to select on small devices. */
@media (max-width:600px) {
    .emoji-list * {
        margin: 3px;
    }
}

.justify{
    text-align: justify;
}

.digital-signiture{
    position: relative;
    display: block;
    min-height: 50px;
    background-color: cyan;
    text-align: center;
    padding: 20px;
    border: 1px solid white;
    border-radius: 10px;
}

.ext-databasic {
    position: relative;
    display: block;
    min-height: 50px;
    background-color: cyan;
    text-align: center;
    padding: 20px;
    border: 1px solid white;
    border-radius: 10px;
}

.ext-databasic p {
    color: white;
    font-size: 1.2em;
    margin: 0;
}


.sidebar-mini.sidebar-collapse .main-sidebar {
    width: 60px !important;
    z-index: 850;
    text-align: center;
}

.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a {
    font-size: 19px;
    text-align: right;
}

.menu-caption {
    margin-left: 10px;
    margin-right: -8px;
    text-align: right;
    font-size: 12px;
}

.sidebar-mini.sidebar-collapse .main-sidebar {
    width: 60px !important;
    z-index: 850;
    text-align: center;
}

.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a {
    font-size: 19px;
    text-align: right;
}

.menu-caption {
    margin-left: 10px;
    margin-right: -8px;
    text-align: right;
    font-size: 12px;
}


.box-header{
    background-color:#018ccf;
    color:#fff;
}

.brighter{
    background-color:#fff;
}

.text-small{
    font-size:13px;
}
.text-english{

    direction: ltr;
}

.text-hebrew{

    direction: rtl;
}
.text-left{
    float: left;
    text-align: left;
}

.text-right{
    float: right;
    text-align: right;
}

.dataTables_paginate {
    float: left !important;
}

.dataTables_filter {
    float: left !important;

}

.box-header{ font-weight: bold}

.navbar-nav > li > .dropdown-menu {
    background-color:#333;
    color: #fff;
    border-top:0px;
}
li.menu-item , li.menu-item > a {
    background-color: #333;
    color: #fff;
}

::-webkit-scrollbar { 
    display: none; 
}

.skin-green .main-header .logo,.skin-green .main-header .logo:hover{
    background-color: #333;
}
.skin-green .main-header .navbar { background-color: #333; }


.skin-green .wrapper, .skin-green .main-sidebar, .skin-green .left-side {
    background-color: #333;
}
.breadcrumb{
    background-color:#ecf0f5;
    float : right;
}

.widget-user .widget-user-image > img {
    width: 90px;
    height: 90px;
    border: 3px solid #fff;
}


html {
    position: relative;
    min-height: 100%;
    background-color:#ecf0f5;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 5px;
}
.footer {
    /*border-top: 4px salmon solid;*/
    padding:0.4em;
    /*margin-bottom: 4px;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    background-color: #018ccf;
    color:#fff;
}





/*.content-wrapper{height:800px;}*/


.color-office{
    color:#f7ecb5;
}

.color-trading{
    /*color:#f0ad4e;*/
    color:#abc6f2;
}


.color-sales{
    color:#56f442;
    /*color:#abc6f2;*/
}
.color-alert{
    color:#f012be;
}

.sidebar-menu > li > a {
    padding: 12px 15px 12px 15px;
    display: block;
}

.scrollable-tab-content{
    height :700px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}


.label-status-closed{
    background-color:#990000;
}

.label-status-open{
    background-color:#018ccf;
}
.label-status-pending{
    background-color:#00c0ef;
}
.label-status-approved{
    background-color:#00c0ef;
}
.label-joint{background-color:#018ccf;}
.label-organization{background-color:#0063dc;}
.label-individual{background-color:#00c0ef;}
