﻿/* Custom css goes here */
input:focus {
    outline: medium none !important
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th {
    padding: 0 5px;
    vertical-align: middle
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-right: 1px solid #ddd;
}

table {
    border: 1px solid #ddd
}

.page-title {
    background: #fff none repeat scroll 0 0;
    padding: 15px 20px;
    margin-bottom: 20px;
    height: auto
}

    .page-title h3 {
        margin: 7px 0;
        font-size: 20px;
        color: #111;
        font-weight: 500;
    }

.form-group {
    height: 50px
}

.form-horizontal .control-label {
    text-align: left
}

.field-validation-error {
    color: #ea2222
}

input.input-validation-error {
    border-color: #ea2222
}

.x_panel {
    border: medium none
}

.form-control {
    border-radius: 4px
}
a.site_title {
    padding: 10px 0;
    display: block;
    height: auto;
    background: #172D44;
}
.site_title img {
    width: 160px;
    display: block;
    margin: 0 auto;
}
.print-page-heading h3 {
    margin: 0
}

.print-page-heading {
    padding: 15px 20px
}

.print-page-heading {
    padding: 15px 20px;
    background: #f9f9f9;
}

.print-page-body {
    background: #fff;
    padding: 20px;
    margin-top: 50px;
}

.print-image img {
    border: 2px solid #eee;
}

.print-table table td {
    padding: 10px !important
}

.table-responsive.print-table {
    padding-right: 5px
}
.dz-preview.dz-processing.dz-image-preview.dz-error.dz-complete{
    overflow:hidden
}
.dz-default i {
    color: #999;
    display: block;
    font-size: 60px;
    margin-bottom: 30px;
}
.dz-default.dz-message > span {
    color: #999;
    font-size: 20px;
    text-transform: capitalize;
}
.dropzone {
    background: #eee none repeat scroll 0 0;
    border: 3px dashed #ddd;
    padding: 50px 20px;
    text-align: center;
}
@media print {
    .print-action {
        display: none;
    }
}

form#logoutForm {
    display: block;
    width: 100%;
    position: relative;
}

    form#logoutForm a {
        padding: 12px 20px;
        display: block;
    }

form#logoutForm2 {
    text-align: left;
    display: block;
    width: 25%;
}

#logoutForm2 a {
    display: block;
    width: 100% !important;
    padding: 9px 20px;
}

.filter-panel .form-group {
    margin-bottom: 0;
    height: auto;
}

    .filter-panel .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
        left: 40%;
        top: 65%
    }

.inbox-checkbox {
    background-color: #fff;
    display: inline-block;
    height: 23px;
    position: relative;
    top: 3px;
    width: 27px;
    cursor: pointer
}

    .inbox-checkbox label {
        display: block;
        height: 16px;
        position: relative;
        width: 20px;
        cursor: pointer
    }

.all-checker.inbox-checkbox {
    background: transparent none repeat scroll 0 0;
    height: 16px;
    top: 4px;
    width: 20px;
}

    .all-checker.inbox-checkbox label:after {
        left: 2px;
        margin: 0;
        top: 8px;
    }

    .all-checker.inbox-checkbox label {
        margin: 0;
    }

.inbox-checkbox label:after {
    border-right: 4px solid #cccccc;
    border-top: 4px solid #cccccc;
    content: "";
    display: block;
    height: 15px;
    left: 5px;
    position: absolute;
    top: 12px;
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    width: 9px;
}

.inbox-checkbox label:hover:after {
    border-color: #acd0d0;
}

.inbox-checkbox input {
    display: none;
}

    .inbox-checkbox input:checked + label:after {
        -webkit-animation: check 0.8s;
        animation: check 0.8s;
        border-color: #14beb5;
    }

.all-checker.inbox-checkbox input:checked + label:after {
    -webkit-animation: check 0.8s;
    animation: check 0.8s;
    border-color: #fff;
}

.inbox-checkbox.checkbox-alt label:hover:after,
.checkbox-alt.checkbox-alt label:hover:after {
    -webkit-animation: check 0.8s ease infinite;
    animation: check 0.8s ease infinite;
}

.inbox-checkbox.checkbox-alt input:checked + label:after,
.checkbox-alt.checkbox-alt input:checked + label:after {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 20px;
        width: 10px;
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 20px;
        width: 10px;
    }
}

.no_short {
    padding-right: 5px !important
}

    .no_short::after {
        display: none !important
    }

.info-group h3 {
    margin-top: 0;
    color: #333;
    display: inline-block;
    margin-bottom: 0;
    font-size: 19px;
}

.check_permanent {
    display: inline-block;
    margin-left: 10px
}

.info-group {
    margin-top: 50px;
}

.no_top_margin {
    margin-top: 0px;
}


.login-body {
    background: #fff
}

.main-head {
    height: 150px;
    background: #FFF;
}

.sidenav-login {
    height: 100%;
    background-color: #000;
    overflow-x: hidden;
    padding-top: 20px;
}


.main {
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav-login {
        padding-top: 15px;
    }
}

@media screen and (max-width: 450px) {
    .login-form {
        margin-top: 10%;
    }

    .register-form {
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px) {
    .main {
        margin-left: 40%;
    }

    .sidenav-login {
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .login-form {
        margin-top: 53%;
    }

    .register-form {
        margin-top: 20%;
    }
}


.login-main-text {
    margin-top: 30%;
    padding: 60px;
    color: #fff;
}

    .login-main-text h2 {
        font-weight: 300;
        font-size: 30px;
        line-height: 40px;
    }

    .login-main-text p {
        text-transform: capitalize
    }

.login-form .form-group label {
    color: #111;
    margin-bottom: 5px;
}

.login-form .form-group {
    height: auto;
    margin-bottom: 15px
}

.btn-black {
    background-color: #353535 !important;
    color: #fff;
}

    .btn-black:hover {
        background-color: #000 !important;
        color: #fff !important
    }

.daterangepicker {
    padding: 0
}

    .daterangepicker td.active, .daterangepicker td.active:hover {
        background-color: #536A7F;
        color: #fff;
    }

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #73879C
    }

.form-control {
    color: #73879C
}



.datepicker {
    border: 2px solid #34495E;
    margin-top: -5px;
}

    .datepicker .cell.day.selected,
    .datepicker .cell.month.selected,
    .datepicker .cell.year.selected,
    .datepicker .cell.decade.selected {
        background: #34495E none repeat scroll 0 0;
        color: #fff;
    }

    .datepicker .cell.day:hover,
    .datepicker .cell.month:hover,
    .datepicker .cell.year:hover,
    .datepicker .cell.decade:hover {
        background: #34495E none repeat scroll 0 0;
        color: #fff;
    }

.popover.clockpicker-popover.bottom.clockpicker-align-left {
    border: 2px solid #34495E;
}

.text-primary,
.clockpicker-popover .popover-title {
    color: #ef4836;
}

.datepicker .row.header a {
    margin: 0 3px;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 100%;
}

.datepicker .day {
    font-size: 14px;
    text-align: center
}

.form-control {
    color: #333
}


.image-action input[type=file] {
    cursor: pointer;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    overflow: hidden;
}

.image-action input[type=file]:before {
    width: 100%;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    content: 'Browse File';
    display: inline-block;
    background: white;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 4px;
    padding: 0 10px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
}

.image-action input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
}

.image-view {
    width: 125px;
    margin: 0 auto 50px;
}
.image-view-show {
    width: 125px;
    height: 140px;
    border: 3px solid #ddd
}
.image-view-show img{
    width:100%;
    height:100%
}
.image-action {
    margin-top: 10px;
}
.main_menu .fa {
    width: 26px;
    opacity: .99;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    -moz-osx-font-smoothing: grayscale;
}
.search-action button{
    width:100%
}
.no_short.checkbox_st {
    text-align: center;
    padding-left: 4px !important
}
.checkbox_st{
    text-align:center
}
.packeg_select_combo .select2-container{
    width:100% !important
}
input.sms_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    height: 100%;
    text-align: center;
    cursor: pointer;
    text-indent: -999px;
    border: medium none;
    z-index:999
}
.sms_icon {
    width: 60px;
    height: 40px;
    text-align: center;
    color: #333;
    font-size: 25px;
    z-index: 99;
    margin-bottom: 20px;
}
h2.sms_name {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.single_tem {
    padding: 20px;
    border: 1px solid #ddd;
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(101, 101, 101, 0.35);
    margin-bottom:20px
}
.sms_icon{

}

.sms-title:first-child {
    margin-top: 0
}
.sms-title {
    margin-top: 40px;
    margin-bottom:15px
}
.sms_box i {
    color: #2A3F54;
    font-size: 25px;
    margin-bottom: 10px
}




.modal.smsmodal {
    text-align: center;
    padding: 0 !important;
}

.modal.smsmodal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.smsmodal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/* ----------
	CODE BLOCK
---------- */
.code-container {
    border: 1px solid #ccc
}

    .code-container:last-child {
        margin-bottom: 0;
    }
.CodeMirror{
    height:250px
}
.note-popover .popover-content, .panel-heading.note-toolbar {
    background-color: transparent !important;
    border-color: #ddd;
    color: #333;
    height:41px
}
.note-editor.note-frame {
    border: 1px solid #ccc !important;
    border-radius: 0;
    box-shadow: 0px 0px 0px;
}
.image-view.mangrove_space{
    width:100%
}
.mangrove_space .image-view-show{
    width:100%;
    height:220px
}
button.note-btn.btn.btn-default.btn-sm.btn-codeview {
    display: none;
}



.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .cf {
    zoom: 1;
}

*:first-child + html .cf {
    zoom: 1;
}

/**
 * Nestable
 */

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd-handle:hover {
        color: #2ea8e5;
        background: #fff;
    }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

    .dd-item > button:before {
        content: '+';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '-';
    }

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
        box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    }

/**
 * Nestable Extras
 */

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: Consolas, monospace;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background: linear-gradient(top, #bbb 0%, #999 100%);
}

    #nestable2 .dd-handle:hover {
        background: #bbb;
    }

#nestable2 .dd-item > button:before {
    color: #fff;
}

@media only screen and (min-width: 700px) {

    .dd {
        float: left;
        width: 48%;
    }

        .dd + .dd {
            margin-left: 2%;
        }
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}

/**
 * Nestable Draggable Handles
 */

.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd3-content:hover {
        color: #2ea8e5;
        background: #fff;
    }

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .dd3-handle:before {
        content: '≡';
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #fff;
        font-size: 20px;
        font-weight: normal;
    }

    .dd3-handle:hover {
        background: #ddd;
    }

/**
 * Socialite
 */

.socialite {
    display: block;
    float: left;
    height: 35px;
}
.side_page_action {
    position: fixed;
    z-index: 9999999;
    top: 45%;
    left: 10px;
}
    .side_page_action ul li {
        display: block;
        background: #2A3F54;
        border-bottom: 1px solid #1f2f3e;
    }
.side_page_action ul{}
.side_page_action ul li{}
    .side_page_action ul li a {
        display: block;
        padding: 5px 10px;
        background: #2A3F54;
        color: #fff;
        text-transform: capitalize;
    }
        .side_page_action ul li a i {
            width: 10px;
            height: 10px;
            margin-left: 10px;
            margin-right: 6px;
            float: right;
            margin-top: 6px;
        }
    .side_page_action ul li {
        display: block;
        background: #2A3F54;
        position: relative;
        border-bottom: 1px solid #1f2f3e;
        left: -115px;
        transition: all 0.2s ease-in-out 0s;
    }
        .side_page_action ul li:hover{
            left:-10px
        }
        .side_page_action ul li a:hover {
            background: rgba(255,255,255,.06);
        }

.note-editable{
    height:340px !important
}
.CodeMirror{
    height:400px !important
}

.file_uploader #file-upload {
    position: absolute;
    left: 0;
}

.file_uploader label[for="file-upload"] {
    padding: 11px 8px;
    display: inline-block;
    background: #26B99A;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    margin: 0;
    position:absolute;
    left:0;
    width:100%;
    height:100%
}
input.file_up {
    position: absolute;
    height: 100%;
    left: 0;
    text-indent: 999999999999px;
    top: 0;
    padding-top: 24px;
}
    .file_uploader label[for="file-upload"]:hover {
        background: #169F85;
        color:#fff
    }

.file_uploader #filename {
    padding: 10px;
    float: left;
    width: 165px;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 5px 0px 0px 5px;
    background: #fff;
    border: 1px solid #ccc;
    color: #73879C;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.time, .mins, .meridian {
    width: 40px !important;
    float: left;
    margin: 0 5px !important;
    font-size: 20px !important;
    color: #2d2e2e;
    font-family: arial;
    font-weight: 700;
}
.timepicker_cus .prev, .timepicker_cus .next {
    cursor: pointer !important;
    padding: 18px !important;
    width: 28% !important;
    border: 1px solid #ccc !important;
    margin: auto !important;
    background: url(../img/arrow.png) no-repeat scroll 7px 12px !important;
    border-radius: 5px !important;
}
.timepicker_wrap {
    top: 35px !important;
    box-shadow: 0px 0px 0px 0 rgba(50,50,50,0.35)
}
.file_uploader {
    position: relative;
    width: 100%;
    height: 65px;
}
    .file_uploader span#filename {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        padding-right: 60px;
    }
    .file_uploader label {
        position: absolute;
        right: 0;
    }
input.timepicki-input {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 5px 5px 5px 5px !important;
    float: none !important;
    margin: 0 !important;
    text-align: center !important;
    font-size: 13px !important;
    width: 90% !important;
    height: 40px !important;
}
.timepicker_cus .next {
    background-position: 50% 150% !important;
}
.prev, .next {
    cursor: inherit !important;
    padding: inherit !important;
    width: inherit !important;
    border: inherit !important;
    margin: inherit !important;
    background: inherit !important;
    border-radius: inherit !important;
}
form.reg_form {
    width: 40%;
    margin: 0 auto;
}

    form.reg_form input {
        width: 100%
    }