﻿p {
  margin: 0;
}

fieldset {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
/*
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
*/

/* Sidebar not scrolling fix - start */
.control-sidebar {
       .tab-content {
               height: calc(100vh - 135px);
               overflow-y: scroll;
               overflow-x: hidden;
        }
}

@media (min-width: 768px) {
        .control-sidebar {
               .tab-content {
                       height: calc(100vh - 85px);
                }
        }
}
/* Sidebar not scrolling fix - end */

.progress-bar-grey {
    background-color: grey !important;
}

.label-grey {
    background-color: grey;
}

.bg-grey {
    background-color: grey;
}

.btn-wrap-text {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.lb-sm {
    font-size: 12px;
}

.lb-md {
    font-size: 16px;
}

.lb-lg {
    font-size: 20px;
}

.navbar-default .navbar-nav .nav > li > a:hover,
.navbar-default .navbar-nav .nav > li.dropdown.active.open > a:hover,
.navbar-default .navbar-nav .nav > li.dropdown.active.open > ul.dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .nav > li.dropdown.open > a:hover,
.navbar-default .navbar-nav .nav > li.dropdown.open > ul.dropdown-menu a:hover,
.navbar-default .navbar-nav .nav > li.dropdown.open > a,
.navbar-default .navbar-nav .nav > li.dropdown.open > ul.dropdown-menu a, {
    background-color: #B0BED9;
    border-color: #B0BED9;
}
/* DATATABLES - start */
table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}
.dataTables_wrapper .dataTables_processing {
    /*
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        */
    z-index: 1;
}

/*
.paginate_button {
    color: red;
}
*/

table.dataTable tbody th,
table.dataTable tbody td {
    white-space: nowrap;
}

/* DATATABLES - end */

/* TASKS - start */
.ErpioTasksList li {
    /* background-color: #fcfcfc; */
    /* border-bottom: 1px dotted Gray; */
    margin-bottom: 5px;
}

.ErpioTasksList li.selected {
    /* background-color: #B0BED9 */
}

.ErpioTasksList-box {
    /*
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    */
    padding: 10px;
    height: 250px;
    /* overflow: auto; */
    overflow-y: auto;
    overflow-y: auto;
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 80px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user .widget-user-desc {
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ErpioTasksListTaskTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    margin-left: 5px;
    margin-right: 5px;
}
.ErpioTasksListTaskSecondRow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
    margin-right: 5px;
}

/* TASKS - end */

/* SLIDER - start */
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #3c8dbc;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #3c8dbc;
        cursor: pointer;
    }
/* SLIDER - end */

/* SNACKBAR - START */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1240; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/* SNACBAR - END */

/* SEARCH RESULTS - START */ 
.select2-result-repository {
	padding-top: 4px;
	padding-bottom: 3px
}

.select2-result-repository__title {
	color: black;
	font-weight: 700;
	word-wrap: break-word;
	line-height: 1.1;
	margin-bottom: 4px
}
.e1-main-search-select-result__type, .select2-result-repository__stargazers {
	margin-right: 1em
}
.e1-main-search-select-result__type, .select2-result-repository__stargazers, .select2-result-repository__watchers {
	display: inline-block;
	color: #aaa;
	font-size: 11px
}
.select2-result-repository__description {
	font-size: 13px;
	color: #777;
	margin-top: 4px
}
.select2-results__option--highlighted .select2-result-repository__title {
	color: white
}
.select2-results__option--highlighted .e1-main-search-select-result__type, .select2-results__option--highlighted .select2-result-repository__stargazers, .select2-results__option--highlighted .select2-result-repository__description, .select2-results__option--highlighted .select2-result-repository__watchers {
	color: #c6dcef
}


.select2-search input:first-child {
    background: transparent;
}

/*
.select2-container {
    display: inline;
    background: transparent;
 
}

.select2-container .select2-selection {
    border: none;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
}

.select2-container .select2-selection span:first-child {
    color: white;
    line-height: 40px;
}

.select2-container .selection {
    display: inline-block;
}

.select2-container .selection span .select2-selection__arrow {
    display: inline;
    height: 0;
    top: -5px;
}

.select2-results ul li {
    color: white;
}

.select2-dropdown {
    display: inline;
    width: auto;
    background: rgba(0, 0, 0, 0.2);
}
.select2-search input:first-child {
    background: transparent;
}
*/
/* SEARCH RESULTS - END */

/* EMAILS - START */
.ErpioEmailMessageTableDateColumn {
    width: 16ch;
}
/* EMAILS - END */

.ErpioOverlay{
    /* opacity:0.8; */
    background-color:#ccc;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1100;
}

.ErpioTopCorner{
   position:absolute;
   top:5px;
   right:10px;
  }