#ajaxBusy {
    display: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #e1e1e1;
    opacity: 0.4;
}
#ajaxBusy p {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}
.login-box {
    margin-top: 30px;
}
.ts_login {
    min-width: 110px;
}
.ts_actions {
    min-width: 120px;
}
.ts_last_logged_in {
    width: 180px;
    max-width:180px;
}
.m-datepicker input {
    min-width: 100px;
}

.select2-container {
    padding: 0;
    border-radius: 0 4px 4px 0 !important;
}
.select2-container .select2-choice {
    height: 28px;
    line-height: 28px;
    border: none;
}
#s2id_select_global_filter {
    width: 250px;
}
.dropdown-menu .select2-search-choice {
    line-height: 18px !important;
}
.margin-top-10 {
    margin-top: 10px;
}
.ts_created_time {
    min-width: 170px;
}
.ts_login {
    min-width: 155px;
}
 .no-select {
    user-select: none;
    -o-user-select:none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.ts_id {
    width: 60px;
}
#myTable .btn-warning, #myTable .btn-success, #myTable .btn-danger {
    margin-right: 3px;
    margin-bottom: 3px;
}
.element-by-id {
    margin: 10px 0;
}
.element-by-id > span, .element-by-id > img {
    vertical-align: top;
}
.element-by-id > div {
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
}
#select_one {
    margin-top: 5px;
    margin-left: 5px;
}
.margin15 {
    margin: 0 15px !important;
}
.element-by-id > div.row {
    display: block;
}
.element-by-id .title {
    font-size: 1.2em;
    font-weight: bold;
}
#table #myTable .ts_actions {
    min-width: 60px;
    width: 60px;
}
#table #myTable .ts_countPhotos {
    min-width: 70px;
    width: 70px;
}
.color-red {
    color: red;
}
img.avatar {
    padding: 1px;
    border: 1px solid #BCC0C2!important;
    background: #fff;
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
}
.ts_pId {
    width: 100px;
}
.extra-params .panel-heading {
    padding-bottom: 20px;
}
.extra-params #push_notification_params > .form-group > label {
    display: none;
}
.extra-params #push_notification_params > .form-group > .controls {
    width: 100% !important;
}
.extra-params #push_notification_params > .form-group > .controls .form-group {
    width: 50% !important;
    float: left;
    padding-right: 10px;
}
.extra-params #push_notification_params > .form-group > .controls .form-group > label {
    padding-right: 0;
}
.extra-params {
    margin-bottom: 0;
}
.no-margin {
    margin: 0;
}
.panel-heading.logo {
    position: relative;
}
.panel-heading.logo img {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 57px;
}
.panel-heading.logo h3 {
    text-align: center;
}
.navbar-brand {
    padding: 0px;
    margin: 0 5px;
}
.navbar-brand > img {
    height: 100%;
}