body.login_admin {
  background: url('https://darepublic.com/darwin/media/darwin_login_cover7.jpg') repeat center top fixed; /* The full image url*/
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
}

body.authentication {
  background: url('https://darepublic.com/darwin/media/darwin_login_cover7.jpg') repeat center top fixed; /* The full image url*/
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
}

body.customers_login {
  background: url('https://darepublic.com/darwin/media/darwin_customers_login_cover5.jpg') repeat center top fixed; /* The full image url*/
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
}



body #menu .liveUsers {
    margin-left: 8px !important;
    text-transform: capitalize;
    background-color: #191919;
    border: 1px solid #7b7b7b;
    border-radius: 2px;
}

body #menu .liveClients {
    color: #333333 !important;
    background-color: #E3E8EE;
    border: 1px solid #333333;
    border-radius: 2px;
}

/*--------START EVA BUTTON DASHBOARD--------*/
    body.show-sidebar .eva-screen-options-area,
    body.show-sidebar .eva-screen-options-btn {
        display: none !important;
    }
    
.eva-screen-options-area {
    background: #fff;
    padding: 10px 30px 10px 30px;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    display: none;
    border: 1px solid #ddd;
}

.eva-screen-options-btn {
    position: absolute;
    background: #ffffff;
    color: #636363;
    padding: 5px 15px;
    display: inline-block;
    right: 140px;
    z-index: 98;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    margin-top: -1px;
}

.fa-c_pin {
    font-size:0.63em;
}

.crossed-out:after{
        content: '|';
        color: red;
        display: block;
        font-weight: bold;
        text-align: center;
        font-size: 2.5em;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
}

/*--------STOP EVA BUTTON DASHBOARD--------*/

/*--------START some design please--------*/

@media (max-width: 768px) {
    ul.mobile-icon-menu>li, ul.mobile-icon-menu>li:last-child {
        border: 0;
    }
}

#top_search_button button, #mobile-search #top_search_button button {
color:#ffffff !important;
}

#mobile-search #top_search_button button {
    color: #151516 !important;
    height: 42px;
    border-right: 0;
    margin-right: 17px;
}

#top_search input:active,
#top_search input:focus,
#top_search input:hover {
    border: 0;
    background-color: #21201E;
    color: #fff;
    -webkit-transition: background-color 0.2s ease-out 0.2s;
    transition: background-color 0.2s ease-out 0.2s;
}

.form-control::-webkit-input-placeholder {
    color: #717274;
    font-size: 14px;
}
.admin #wrapper {
background: #f1f3f6;
background: -moz-linear-gradient(left,  #f1f3f6 70%, #e3e8ee 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(70%,#f1f3f6), color-stop(100%,#e3e8ee));
background: -webkit-linear-gradient(left,  #f1f3f6 70%,#e3e8ee 100%);
background: -o-linear-gradient(left,  #f1f3f6 70%,#e3e8ee 100%);
background: -ms-linear-gradient(left,  #f1f3f6 70%,#e3e8ee 100%);
background: linear-gradient(to right,  #f1f3f6 70%,#e3e8ee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f6', endColorstr='#e3e8ee',GradientType=1 );

}
/* Example
body.someclass #wrapper .mydiv {
    applycss
    
}
*/
#top_search input {
    border-radius: 30px;
    background: transparent;
    height: 63px;
    border: 0px solid #000000 !important;
    border-color: #21201E;
    width: 100%;
    color: #000000;
    font-size: 15px;
}

a._timer:focus {
    background: transparent !important;
    color: #000000 !important;
}

#task-modal .modal-title + small {
font-size:100%;
}

.small,
small {
    font-size: 100%;
}

.pinned-separator {
    border-bottom: 1px solid #E3E8EE !important;
}



#side-menu.nav>li.pinned_project:last-child {
    border-bottom: 1px solid #E3E8EE;
}


#header {
background: #191919;
background: -moz-linear-gradient(-45deg,  #191919 0%, #3b3c3d 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#191919), color-stop(100%,#3b3c3d));
background: -webkit-linear-gradient(-45deg,  #191919 0%,#3b3c3d 100%);
background: -o-linear-gradient(-45deg,  #191919 0%,#3b3c3d 100%);
background: -ms-linear-gradient(-45deg,  #191919 0%,#3b3c3d 100%);
background: linear-gradient(135deg,  #191919 0%,#3b3c3d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#3b3c3d',GradientType=1 );

    display: block;
    height: 63px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
}

#newsfeed {
    /* Gradient pentru gen discussions */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.8) 70%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0.8) 70%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0.8) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */

    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    padding: 30px;
}

.task-info-created small {
    font-size: 100%;
}

#newsfeed .close_newsfeed {
    position: absolute;
    right: 30px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ffffff;
    border: none;
    outline: none;
    color: #868686;
    font-size: 36px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#newsfeed .close_newsfeed:hover,
#newsfeed .close_newsfeed:active {
    color: #868686;
    background: #cfd6de;
}


#side-menu.nav>li.pinned_project>a:hover,
#side-menu.nav>li.pinned_project>a:focus,
#side-menu.nav>li.pinned_project.active,
#side-menu.nav>li.pinned_project.active>a {
    background: transparent;
    color: #6872E5;
}


/*--------END some design please--------*/


/*--------START customers progress css--------*//*--------START customers progress css--------*//*--------START customers progress css--------*/
ol.cpprogress[data-steps="2"] li { width: 49%; }
ol.cpprogress[data-steps="3"] li { width: 20%; }
ol.cpprogress[data-steps="4"] li { width: 25%; }
ol.cpprogress[data-steps="5"] li { width: 20%; }
ol.cpprogress[data-steps="6"] li { width: 16%; }
ol.cpprogress[data-steps="7"] li { width: 14%; }
ol.cpprogress[data-steps="8"] li { width: 12%; }
ol.cpprogress[data-steps="9"] li { width: 11%; }

.cpprogress {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 0px 0 0px 0;
    margin-bottom: 30px;
    padding: 0;
    padding-bottom: 30px;
}

.cpprogress li {
    float: left;
    text-align: center;
    position: relative;
}

.cpprogress .name {
    display: block;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 0.2em;
    color: black;
    opacity: 1;
}

.cpprogress .step {
    color: #333333;
    vertical-align: middle;
    border: 2px solid #c0c0c0;
    background-color: #F9FAFB;
    border-radius: 50%;

    width: 1.8em;
    height: 1.8em;
    display: inline-block;
    z-index: 0;
}

.cpprogress .step span {
    opacity: 0.5;
}

.cpprogress .active .name,
.cpprogress .active .step span {
    opacity: 1;
}

.cpprogress .step:before {
    content: "";
    display: block;
    background-color: #E5E5E5;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.6em;
    left: 0;
    z-index: -1;
}

.cpprogress .step:after {
    content: "";
    display: block;
    background-color: #E5E5E5;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.6em;
    right: 0;
    z-index: -1;
}

.cpprogress li:first-of-type .step:before {
    display: none;
}

.cpprogress li:last-of-type .step:after {
    display: none;
}

.cpprogress .done .step,
.cpprogress .done .step:before,
.cpprogress .done .step:after,
.cpprogress .active .step,
.cpprogress .active .step:before {
    background-color: #6DC900;
}

.cpprogress .done .step,
.cpprogress .active .step {
    color: #ffffff;    
    border: 3px solid #6DC900;
}
/*--------STOP customers progress css--------*//*--------STOP customers progress css--------*//*--------STOP customers progress css--------*/




.top_stats_wrapper_wallet {
    padding: 5px 15px 15px 15px;
    background-image: linear-gradient(to right, rgb(182, 244, 146), rgb(51, 139, 147));
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.08);
    box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.08);
    border: 1px solid #dce1ef;
    margin-bottom: 15px;
}

.dataTables_empty {
    padding-top: 25px !important;
    padding-bottom: 180px !important;
    text-align: left !important;
    color: #777777;
    font-size: 15px;
    background: url(../images/my-table-no-data.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 161px;
}

hr.style-dar-shadow {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.gradient-icon {
    background: -webkit-gradient(linear, left top, right bottom, from(#000000), to(#0069D9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}


/*--------start-3-7-18-design--------*/

.tab-content.right-bareva td h5 {
    text-align: left;
}
.tab-content.right-bareva td h3 {
    margin: 0;
}
.tab-content.right-bareva td img {
    float: none;
    display: inline-block;
}
.tab-content.right-bareva td {
    padding: 0 10px;
    width: 33%;
}
.content-text {
    text-align: left;
    padding: 2px 0px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.profile-ttb {
    padding: 7px 1px;
}
.pofile-inner {
    padding: 0px 0px;
}
.right-bareva-tab {
    padding: 7px 4px;
}
#eva {
    padding: 7px 0px;
}
.wallet-inner .nav-tabs>li>a {
    padding: 9px 13px 11px 15px;
}
div#coffeebreak .table-responsive {
    padding: 0;
}
.brief-tab:last-child {
    padding-bottom: 0;
    height: auto;
}
.wallet-inner .nav-tabs{
    margin-bottom: 0;
}
.brief-tab {
    height: auto;
    overflow: hidden;
    padding: 4px 10px 13px 0;
}
#box1 .content-text {
    padding: 2px 2px;
}
#time .content-text {
    margin-top: 15px;
    display: inline-block;
    padding: 2px 2px;
}
div#earning .text-dark {
    margin: 18px 0 0;
}
#summary .text-dark {
    margin-top: 18px;
}
.top_stats_wrapper .text-dark {
    margin: 0;
}
.top_profile .text-dark {
    margin: 0;
}
.text-dark.text-uppercase p {
    font-size: 13px;
}
.profile-cartain {
    margin-bottom: 20px;
}
.top_stats_wrapper {
    display: inline-block !important;
    width: 100%;
}

.top_profile{display: inline-block !important;
    width: 100%;}
.right-bareva .label {
    margin-top: 20px !important;
}
.text-dark .label {
    float: left;
    margin: 0px -3px 3px;
}
p.daily-text {
    float: left;
    display: inline-block;
    width: 100%;
}
.daily-post1 {
    float: left;
    margin-right: 57px;
}
.daily-text1 {
    float: left;
    padding: 0;
    width: 100px;
}
.earning1 li {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}
.bareva-right1 p {
    margin-top: 19px;
    display: inline-block;
}
.nav-tabs.brief1{
    margin-bottom: 0;
}
.base-text{
    margin-top: 0 !important;
}
.alert-heading {
    font-weight: normal;
}
.bareva-right1 td {
    padding: 0 !important;
}
.wallet-inner .nav-tabs{
    border-bottom: none !important;
}
.wallet-inner.inner {
    padding-left: 15px;
}
.eva-tab-inner .top_stats_wrapper {
    margin-bottom: 0;
}
.info-inner .text-dark .label {
    float: none;
    margin: 0 3px 0px 0px !important;
    display: inline-block !important;
}
.tab-content1 {
    height: 190px !important;
    overflow-y: scroll !important;
}
.tab-content.right-bareva td {
    padding: 0 1px 0 0px;
    width: 33%;
}
.top_stats_wrapper {
    padding: 5px 12px 15px 7px;
}

.profile .top_stats_wrapper{
    padding: 5px 12px 15px 7px;
	margin-bottom:26px;
}



@media (min-width:992px) and (max-width:1199px){
.brief1.nav-tabs>li>a {
    padding: 12px 4px 12px 8px !important;
}
.daily-text1 {
    width: 100% !important;
}
p.daily-text {
    float: none !important;
}
.eva-tab-inner .top_stats_wrapper {
    margin-bottom: 15px;
}
}





@media (min-width:768px) and (max-width:991px){
.wallet-inner .top_stats_wrapper {
    width: 48%;
    float: left;
}
.eva-tab-inner .top_stats_wrapper {
    width: 100%;
    margin-top: 20px;
}
.brief1.nav-tabs>li {
    width: 50% !important;
}
.daily-text1 {
    width: 60%;
}
.daily-text {
    float: none !important;
}
.eva-tab-inner .top_stats_wrapper {
    margin-left: 0 !important;
}
.eva-tab-inner .top_stats_wrapper {
    margin-bottom: 15px;
}
.inner .top_stats_wrapper {
    width: 48%;
    float: right;
    margin: 0px !important;
}

}



@media (max-width: 767px){
.brief1.nav-tabs>li {
    width: 50% !important;
}
.eva-tab-inner .top_stats_wrapper {
    margin-bottom: 15px;
}
.right-bareva-tab td {
    width: 100% !important;
    float: left !important;
    height: auto !important;
    border-bottom: 1px solid #eee !important;
}
.right-bareva-tab td:last-child {
    border-bottom: none !important;
}
.right-bareva-tab {
    text-align: center;
}
.brief-tab {
    height: auto;
    text-align: left;
}
.earning1 .text-dark .label {
    float: none;
    margin: 12px 3px 2px;
    display: inline-block;
}
.profile-ttb {
    text-align: left;
}
.mtop30{
    margin: 0 !important;
}
.wallet-inner h5 center {
    text-align: left;
    margin-left: 47px;
}
.brief-tab center {
    text-align: center !important;
    margin: 0 !important;
}
.daily-text1 {
    width: 62%;
    text-align: left;
}
.quote-heading {
    padding-top: 27px;
}
p.daily-text {
    float: none;
}
.brief1.nav-tabs>li>a {
    padding: 12px 0px 11px 0px;
    font-size: 13px;
}
}

@media (max-width: 480px){
.daily-text1 {
    width: 100%;
    text-align: left;
}
.text-dark .label {
    margin: 0px -3px 2px;
}
.brief1.nav-tabs>li>a {
    padding: 12px 13px 14px 13px;
    font-size: 11px;
}
}

@media (max-width: 380px){
.eva-tab-inner .horizontal-scrollable-tabs .scroller {
    padding: 9px 10px 8px;
}
.brief1.nav-tabs>li>a {
    padding: 13px 0px 11px 0px;
    font-size: 11px;
}
}
/*--------end-3-7-18-design--------*/
