* {
    margin: 0;
    padding: 0;
    border: none;
}
html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font: 300 14px 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    color: #000;
    background: #EAEAEA;
}
.wrapper {
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
a, button{
    -webkit-transition: all .5s ease; /* Firefox */
    -moz-transition: all .5s ease; /* WebKit */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease; /* Standard */
}
img{
    -webkit-transition: all .7s ease; /* Firefox */
    -moz-transition: all .7s ease; /* WebKit */
    -o-transition: all .7s ease; /* Opera */
    transition: all .7s ease; /* Standard */
}
li{
    list-style-type: none;
}
a:focus,input,textarea{
    outline: none;
}
.clear {
    clear: both;
}
/********* header ************/
.header {
    background: #000;
    height: 45px;
}
.header .logo {
    float: left;
    line-height: 45px;
    width: 12%;
}
.header .logo span{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.header .menu-top {
    /*margin-left: 20px;*/
    margin: 0 auto;
    float: left;
    width: 72%;
}
.header .menu-top ul li{
    display: inline-block;
    line-height: 45px;
    padding: 0 10px;
}
.header .menu-top ul li a{
    color: #fff;
}
.header .header-right {
    float: right;
    line-height: 45px;
    width: 15%;
    background: #62a8d1;
    text-align: center;
    overflow: hidden;
}
.header .header-right span{
    color: #fff;
}
.header .header-right:hover .dropdown {
    display: block;
    background: #fff;
    border: 1px solid #909090;
    box-shadow: 0 1px 3px #000;
    border-top-width: 0;
}
.header .header-right .dropdown i{
    margin-right: 10px;
}
.header .header-right .dropdown {
    display: none;
}
/********* header ************/

/******** content ************/
.login-layout {
    background: #3A485C;
}
.login-form {
    text-align: center;
}
.login-layout h1{
    margin-top: 130px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
}
.login-layout h1 span {
    color: #dd5a43;
}
.login-layout form,
.form-styler form{
    border: 5px solid #394557;
    width: 515px;
    padding: 30px 40px;
    background: #fff;
    margin: 0 auto;
}
.login-layout h4,
.form-styler h4 {
    color: #478fca;
    font-weight: 300;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.login-layout input,
.form-styler input,
.form-styler select {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    max-height: 32px;
    border: 1px solid #ccc;
    width: 100%;
    padding-left: 25px;
    font-size: 16px;
}
.form-styler .group-box {
    margin: 30px 0;
}
.dashboard .show-password {
    float: right;
}
.login-layout .form-group,
.form-styler .form-group {
    position: relative;
    margin: 25px 0;
}
#wrapper .navbar-default {
    padding-left: 20px;
}
.login-layout .form-group i,
.form-styler .form-group i {
    position: absolute;
    left: 6px;
    top: 6px;
    font-size: 18px;
    color: #909090;
}
.login-layout .form-button,
.form-styler .form-button {
    text-align: right;
}
.form-button button {
    background: #045e9f;
    color: #fff;
    font-size: 14px;
    padding: 7px 40px;
}
.form-button button:hover,
.form-button button[disabled=""],
.form-button button[disabled="disabled"]{
    background: #5090c1;
}
.form-button button i {
    margin-right: 10px;
}
/******** content ************/

/******** footer  ************/
.footer {
    text-align: center;
}
.footer .container {
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    min-height: 34px;
}
/******** footer  ************/

a {
    color: #337ab7;
    text-decoration: none; }

p {
    margin: 0 0 10px;
    line-height: 1.4285em; }
p:last-child {
    margin-bottom: 10px; }

h1 {
    font-size: 28px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    min-height: 0rem;
    font-weight: 200; }

h3:first-child {
    margin-top: 20px;
    margin-bottom: 10px; }

h4 {
    margin: 0;
    font-weight: normal; }

.smalltext {
    font-size: 10px; }

.grey {
    border-color: grey; }

.movedown {
    margin-top: 20px; }

.topbar {
    background-color: #313d4e;
    width: 100%;
    height: 40px; }

@media (max-width: 991px) {
    .navbar-toggle {
        display: block; } }

@media (min-width: 992px) {
    #wrapper {
        padding-left: 250px; } }

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px; }
@media (min-width: 768px) {
    #page-content-wrapper {
        padding: 20px;
        position: relative; } }
@media (max-width: 768px) {
    #page-content-wrapper {
        padding: 20px;
        position: relative; } }

.boxspace {
    margin-right: 10px;
    padding: 10px; }

.taskcase {
    padding: 5px 5px 15px 20px;
    background-color: #cce5ff; }
.taskcase hr {
    margin-top: 10px;
    margin-bottom: 10px; }

.btn-primary {
    background-color: #3A485C;
    border-color: #3A485C; }

.dropzone {
    border: 2px dotted #008ae6; }

.notification-base, .notification-warning, .notification-success {
    width: 100%;
    height: 50px; }

.notification-warning {
    background-color: rgba(147, 59, 57, 0.8); }

.notification-success {
    background-color: rgba(0, 179, 60, 0.8); }

.notification-icon {
    font-size: 40px;
    display: inline;
    padding: 10px; }

.notification-text {
    margin-top: -40px;
    padding: 0 3.2em;
    font-size: 1.3em;
    color: #efefef; }

.ui.selection.dropdown .menu > .item {
    font-size: 15px; }

.ui.selection.dropdown {
    margin-left: 0; }

.form-inline .form-control {
    margin-bottom: 15px; }
@media (min-width: 768px) {
    .form-inline .form-control {
        width: 100%; } }

.removeleft {
    padding-left: 0; }

.removeright {
    padding-right: 0; }

.panel-header {
    color: #fff !important;
    background-color: #3A485C !important; }

.dropdown {
    display: inline-block;
    margin-left: 20px;
    padding: 10px;
    position: absolute;
    z-index: 10; }

.dropdown-menu {
    background-color: #000; }

.dropdown-menu {
    position: static;
    float: none; }
.dropdown-menu li a {
    height: 40px;
    padding-top: 11px; }
.dropdown-menu .divider {
    margin: 5px 0; }

.menu-title {
    color: #008ae6;
    font-size: 1.1em;
    display: inline-block; }

.notifications-wrapper {
    overflow: auto;
    max-height: 250px; }

.notifications {
    min-width: 420px; }
.notifications a.content {
    text-decoration: none;
    margin-left: 15px; }

.notification-item {
    padding: 2px 10px;
    margin: 5px;
    border-radius: 4px; }

.notify-drop {
    background-color: #fff;
    padding: 3px 0; }

.notify-line {
    border-color: #D0CDCD;
    margin-top: 5px;
    margin-bottom: 10px; }

.notification-heading {
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    border-bottom: solid 1px rgba(100, 100, 100, 0.22);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0px 8px 0px 8px; }

.glyphicon-bell {
    font-size: 1.3rem; }

.moveup {
    margin-top: 0px; }

.contactleft {
    width: 50%;
    float: left; }

.contactright {
    float: right;
    width: 50%; }

.profilepic {
    float: left;
    margin-right: 20px; }

.profilepicsize {
    width: 135px;
    height: 160px; }

.popovertext {
    float: left;
    margin-left: 5px; }

.navmenu {
    background-color: #3A485C;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none; }

.sidebarheader {
    background-color: #008ae6;
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px; }

.list-group-item {
    background-color: #3A485C;
    border: none; }
.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }

.childlist {
    background-color: #313d4e; }

a.list-group-item {
    color: #fff;
    font-size: 15px; }

a.list-group-item:focus {
    background-color: transparent; }

.panel {
    border-radius: 0px;
    border: 0;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05); }

.logospace {
    font-size: 18px;
    padding-left: 80px; }
@media (max-width: 768px) {
    .logospace {
        padding-left: 15px;
        font-size: 18px; } }

.activity-feed {
    padding: 15px; }
.activity-feed .feed-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid #e4e8eb; }
.activity-feed .feed-item:last-child {
    border-color: transparent; }
.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #f37167; }
.activity-feed .feed-item .activity-date {
    position: relative;
    top: -5px;
    color: #6E757D;
    text-transform: uppercase;
    font-size: 13px; }
.activity-feed .feed-item .activity-text {
    position: relative;
    top: -3px; }

.small-profile-picture {
    height: 30px;
    width: 30px; }

.dot-online:before {
    content: ' \25CF';
    font-size: 15px;
    color: green; }

.dot-offline:before {
    content: ' \25CF';
    font-size: 15px; }

.bg-aqua {
    background-color: #00c0ef !important; }

.bg-green {
    background-color: #00a65a !important; }

.bg-yellow {
    background-color: #f39c12 !important; }

.bg-red {
    background-color: #dd4b39 !important; }

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
    color: #fff; }
.small-box p {
    z-index: 5;
    color: #fff; }
.small-box .icon {
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
    padding-top: 10px; }
.small-box .inner {
    padding: 10px; }
.small-box .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 7;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none; }

.box {
    position: relative;
    border-radius: 3px;
    background: #F1F1F1;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
.box .box-primary {
    border-top-color: #3c8dbc; }
.box .with-border {
    border-bottom: 1px solid #f4f4f4; }

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative; }
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1; }
.box-header .box-tools {
    position: absolute;
    right: 10px;
    top: 5px; }

.box-header:before, .box-body:before, .box-footer:before {
    content: " ";
    display: table;
}

.btn {
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid transparent; }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px; }

.info-box {
    display: block;
    min-height: 90px;
    background: #F1F1F1;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.55);
    border-radius: 2px;
    margin-bottom: 15px; }
.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
    border-radius: 0; }

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff; }

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px; }

.info-box-text {
    text-transform: uppercase; }

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px; }

.chart {
    width: 100%;
    height: 150px;
}

.content table {
    border: 1px solid #ddd;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 20px;
}
.content table thead tr {
    color: #707070;
    background-color: #f3f3f3;
    background-image:-moz-linear-gradient(top,#f8f8f8,#ececec);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#ececec));
    background-image:-webkit-linear-gradient(top,#f8f8f8,#ececec);
    background-image:-o-linear-gradient(top,#f8f8f8,#ececec);
    background-image:linear-gradient(to bottom,#f8f8f8,#ececec);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8',endColorstr='#ffececec',GradientType=0);
}
.content table thead td {
    font-weight: bold;
}
.content table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    border: 1px solid #ddd
}
.content table tr:hover td{
    background-color: #f1f1f1;
}

div.pagination {
    margin: 20px auto;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    padding: 0 6px;
}
.pagination ul li.active span{
    font-weight: 900;
}
.logo-block {
    text-align: center;
}
.logo-block img {
    width: 135px;
    height: 100px;
}

/** Web Application **/
body.web-app {
    background-color: #fff;
}
header {
    width: 100%;
    height: 85px;
    background-repeat: no-repeat;
    /*background-position: 50% 0;*/
    background-size: 100%;
}
.content .profile {
    padding: 20px 40px;
}
.content a.download-link {
    display: inline-block;
    background-color: #E6E6E8;
    padding: 10px 20px;
    color: #606062;
    border-radius: 20px;
    font-weight: 400;
    margin-left: 40px;
    margin-top: 20px;
}
.content .profile {
    text-align: center;
}
.content .profile h1 {
    font-size: 20px;
    letter-spacing: 6px;
}

.content .profile .profile-asked-image-wrapper {
    position: relative;
    /*width: 286px;*/
    /*height: 286px;*/
    width: 200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}
.content .profile .profile-asked-image-wrapper img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.content .profile .profile-asked-image-wrapper .profile-asked-image{
    top: 0;
    position: absolute;
    /*width: 286px;*/
    /*height: 291px;*/
    width: 200px;
    height: 200px;
    background-image: url(../images/image_mask.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.content .profile .profile-single-image-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -20px auto 0;
    overflow: hidden;
}
.content .profile .profile-single-image-wrapper img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.content .profile .profile-single-image-wrapper .profile-asked-image{
    top: 0;
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(../images/image_mask.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.content .profile p {
    margin: 10px 0;
    font-weight: 400;
    font-size: 20px;
}
.content .profile .username {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
}
.content .profile .button.approve {
    background-color: #BE6198;
    margin: 70px 0 30px;
}
.content .profile .button.approve:hover {
    color: #fff;
    text-decoration: none;
    background-color: #db6fae;
}
.button {
    display: inline-block;
    padding: 12px 60px;
    color: #fff;
    background-color: grey;
    border-radius: 20px;
    font-size: 20px;
}
.web-app #wrapper {
    padding-left: 0;
}
.web-app #wrapper .content {
    max-width: 900px;
    margin: 0 auto;
}
.content .profile span {
    font-size: 16px;
    color: #bcbcbc;
}
.content .user-info form {
    float: left;
}
.content .user-info .left{
    float: left;
    width: 20%;
    min-height: 335px;
    overflow: hidden;
    text-align: right;
}
.content .user-info .left .group {
    /*border: 1px solid black;*/
    padding: 20px;
}
.content .user-info .left .group-block {
    margin: 10px auto;
    padding: 0 20px;
}
.content .user-info .left .group-block .btn,
.content .user-info .left .group-block form{
    width: 100%;
}
.content .user-info .right {
    float: right;
    width: 70%;
    padding-left: 20px;
}
.content .user-info .right .group {
    display: inline-block;
    width: 49%;
    line-height: 40px;
}
.content .user-info .right .group span{
    display: inline-block;
    width: 43%;
    vertical-align: middle;
}
.content .user-info .profile-pic img {
    width: 100%;
}
.content .user-info .right .group input[type="text"],
.content .user-info .right .group select {
    margin-bottom: 0;
    width: 32%;
    color: #858585;
    border: 1px solid #d5d5d5;
    height: 27px;
    line-height: 20px;
    padding: 4px 6px;
    font-size: 14px;
    vertical-align: middle;
}

@media only screen and (max-width: 1640px) {

}
@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 640px) {

}
@media only screen and (max-width: 480px) {

}

.popup {
    display: none;
    text-align: center;
}
#popup-false {
    width: 250px;
    text-align: center;
}
.upload-files-block .images-block {
    padding: 10px;
    border: 1px solid #000;
    margin-bottom: 50px;
}
.upload-files-block .images-block .item {
    width: 100px;
    display: inline-block;
    margin: 10px;
}
.upload-files-block .images-block .item img {
    width: 100%;
}
.content table {
    background: #fff;
}

.promoted-apps-page .promotion-sets .right {
    float: right;
}
.promoted-apps-page .promotion-sets .image-block img {
    width: 440px;
    height: 295px;
}
.promoted-apps-page .promotion-sets .remove-app {
    color: red;
}
.promoted-apps-page .apps-block {
    width: 55%;
}
.promoted-apps-page .apps-block .app-item label{
    width: 100%;
}
.new-collaboration,
.add-promo-code {
    margin-bottom: 20px;
}
.collaboration-info {
    width: 60%;
    margin-top: 55px;
}
.collaboration-info .form-button {
    float: right;
}
.generate-promo {
    color: #62b3de;
    text-decoration: underline;
}
body.hebrew-direction {
    direction: rtl;
}
body.hebrew-direction .content table td {
    text-align: right;
}
body.hebrew-direction #wrapper {
    padding-left: 0;
    padding-right: 250px;
}
body.hebrew-direction .navmenu {
    right: 0;
    left: auto;
}
.category-apps-block #draggablePanelList .badge{
    margin-right: 10px;
}
.category-apps-block #draggablePanelList i {
    float: right;
}
.category-apps-block #draggablePanelList .item {
    width: 20%;
}
.category-apps-block #draggablePanelList .item .edit-category input {
    height: 30px;
}
.category-apps-block #draggablePanelList .item .panel-heading {
    cursor: pointer;
}
body.dragging, body.dragging * {
    cursor: move !important;
}
.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}
.category-apps-block ol li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}
.category-apps-block ol li.placeholder:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin-top: -5px;
    left: -5px;
    top: -4px;
    border: 5px solid transparent;
    border-left-color: red;
    border-right: none;
}
.requirements-block {
    color: red;
    font-size: 12px;
}
.hebrew-direction label.checkbox-inline {
    vertical-align: middle;
    position: relative
}
.hebrew-direction .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-left: 5px;
}
.hebrew-direction .checkbox-inline span {
    position: relative;
    top: -2px;
}
#loadImg {
    display: none;
    background-image: url('../images/loader.gif');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    z-index: 99999;
    width: 130px;
    height: 130px;
}
.another-trash {
    margin-top: 20px;
}

.errors-app{
    color: red;
}

.media-body .author {
    display: block;
    font-size: 2rem;
    color: #000;
    font-weight: 700;
  }
  .media-body .metadata {
    display: block;
    color: #000;
    font-size: 1.25rem;
  }
  .title-comments {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: rgba(0,0,0,.87);
    margin-bottom: 1rem;
    padding-bottom: .25rem;
    border-bottom: 1px solid rgba(34,36,38,.15); 
  }
  .media-left img {
    width: 70px;
  }
  .media {
    margin-top:0px;
  }
  .media-text {
    margin-bottom: 10px;
  }

  .suspend-on-device:hover {
    color: #fff;
    background-color: #d1d22e;
    border-color: #d1d22e;
}

.suspend-on-device {
    color: #fff;
    background-color: #d1d22e;
    border-color: #d1d22e;
}

.hotspot-on-device {
    color: #fff;
    background-color: #0D47A1;
    border-color: #0D47A1;
}
.hotspot-off-device {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}
.download-mode-off {
    color: #fff;
    background-color: purple;
    border-color: purple;
}
.download-mode-on{
    color: #fff;
    background-color: purple;
    border-color: purple;
}
table.dataTable tbody .expiry-date{
    background-color: rgb(255, 255, 94);
}