﻿body {
    background: #f1f3f5 !important;
    font-family: 'Roboto', sans-serif;
}

label {
    text-transform: none;
    font-family: Roboto;
    /*font-weight: 500;*/
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-top: 0;
    margin-bottom: 2px;
}


    label.control-label {
        text-align: left;
    }

.btn.btn-flat {
    border-radius: 5px;
}

.login-box-msg, .register-box-msg {
    text-align: left;
    padding-left: 0px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3c8dbc;
    text-transform: uppercase;
}

.login-box-body, .register-box-body {
    padding-bottom: 0px;
}

    .login-box-body .control-label {
        opacity: 0.6;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #4c5d62;
        text-transform: uppercase;
    }


.login-box, .register-box {
    width: 253px;
    height: 137px !important;
}

.login-logo, .register-logo {
    margin-bottom: 20px;
}

    .login-logo .image > img {
        /*width: 80px;*/
        max-height: 99px;
    }

.button-footer {
    background-color: #e6eaee;
    margin-top: 20px;
    margin-right: -20px;
    margin-left: -20px;
}

.button-footer-div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.button-forgotPwd, .button-forgotPwd:hover, .button-forgotPwd:active, .button-forgotPwd:focus {
    border: 2px solid #367fa9 !important;
    background-color: #e6eaee !important;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #378cbe !important;
}

.button-login, .button-login:hover {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #d5eefd;
}

.gTicketLabel {
    font-size: 14px;
    color: #f5a623;
    font-weight: 600;
}

.form-group {
    margin-bottom: 5px;
}

.form-control {
    height: 30px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4c5d62;
    padding-left: 10px;
    padding-right: 10px;
}

textarea.form-control {
    height: 70px;
}

input[type="file"] {
    height: 34px;
}

/*jqGrid*/

/*For solving Horizontal scroll issue*/
.ui-jqgrid .ui-jqgrid-bdiv {
    position: relative;
    margin: 0em;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
}

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4c5d62;
}

.ui-jqgrid tr.ui-row-ltr td {
    border-right-style: none;
    border-left-style: none;
}

.ui-jqgrid .table-bordered, .ui-jqgrid .table-bordered td, .ui-jqgrid .table-bordered th.ui-th-ltr {
    border-right-style: none;
    border-left-style: none;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid lightgray;
}

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td a {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a4f5f;
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
    opacity: 0.6;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4c5d62;
    text-transform: uppercase;
}

.ui-jqgrid tr.ui-search-toolbar td > input, .ui-jqgrid tr.ui-search-toolbar select {
    /*height: 25px;*/
    /*border-radius: 2px;
    background-color: #f1f3f5;*/
    opacity: 1;
}

.ui-jqgrid .ui-pg-selbox, .ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox {
    opacity: 1;
}

.ui-search-table select {
    padding: 6px 12px
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding-top: 6px;
    padding-bottom: 6px;
}

a.clearsearchclass {
    font-size: 12px;
    color: #4c5d62;
}


.ui-jqgrid .ui-pager-control .ui-pager-table td {
    font-size: 12px;
    font-weight: 500;
    color: #4c5d62;
}

.ui-jqgrid-pager .ui-pg-table .ui-pg-button:hover, .ui-jqgrid-toppager .ui-pg-table .ui-pg-button:hover {
    background-color: #E6EAEE
}

/*Popup jqGrid*/
.popupjqGrid {
    background-color: #f1f3f5;
    border-radius: 2px;
}

    .popupjqGrid .ui-jqgrid .ui-jqgrid-title {
        opacity: 0.6;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #4c5d62;
        text-transform: uppercase;
    }

/*.glyphicon-play-up {
    transform: rotate(30deg);
}

.glyphicon-play-down {
    transform: rotate(90deg);
}*/

/*Main Menu*/
.sidebar {
    background-color: #f1f3f5;
}

.sidebar-menu li > a > span {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a4f5f;
}

.skin-blue-light .sidebar-menu > li.header {
    background-color: #f1f3f5;
    font-size: 14px;
    font-weight: bold;
    color: #3c8dbc;
    padding-left: 18px;
}

.skin-blue-light .sidebar-menu .treeview-menu > li > a {
    margin-left: 10px;
}

.skin-blue-light .sidebar-menu .treeview-menu .treeview-menu > li > a {
    margin-left: 20px;
}

.skin-blue-light .sidebar-menu .treeview-menu .treeview-menu .treeview-menu > li > a {
    margin-left: 30px;
}

.skin-blue-light .sidebar-menu .treeview-menu .treeview-menu .treeview-menu .treeview-menu > li > a {
    margin-left: 40px;
}

.skin-blue-light .sidebar-menu .treeview-menu > li.active > a span, .skin-blue-light .sidebar-menu .treeview-menu > li > a:hover {
    color: #1a4f5f;
}

.treeview-menu .treeview-menu {
    padding-left: 0;
}

.sidebar-menu {
    background-color: #f1f3f5;
}

.user-panel {
    background-color: #f1f3f5;
}

.skin-blue-light .sidebar-menu > li.active > a, .skin-blue-light .sidebar-menu > li.menu-open > a {
    background-color: rgba(60, 141, 188, 0.2);
    border-left-color: transparent;
}

.skin-blue-light .sidebar-menu > li:hover > a {
    background-color: rgba(60, 141, 188, 0.2);
}


.skin-blue-light .sidebar-menu > li > .treeview-menu {
    background-color: rgba(60, 141, 188, 0.2);
    margin: 0;
    padding: 0;
}

.skin-blue-light .sidebar-menu > li.treeview.active > .treeview-menu > li.treeview.active {
    background-color: rgba(60, 141, 188, 0.2);
}

    .skin-blue-light .sidebar-menu > li.treeview.active > .treeview-menu > li.treeview.active > .treeview-menu > li.treeview.active {
        background-color: rgba(60, 141, 188, 0.2);
    }

.sidebar-menu .menu-open > a > .fa-play, .sidebar-menu .menu-open > a > .pull-right-container > .fa-play {
    transform: rotate(90deg);
    margin-right: 2px;
}

.headerTitle {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #c0dce4;
}

/*.main-header .logo {
    height: 52px;
}*/

.slimScrollBar {
    background: black !important;
}

/*Right Side User menu*/
.navbar-nav > li.dropdown.user-menu > a.dropdown-toggle > span > b {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

li.user-menu > ul.dropdown-menu > li > ul.menu > li {
    font-size: 12px;
    font-weight: bold;
}

.select2fz12 {
    font-size: 12px;
}

.select2-selection__rendered {
    font-size: 12px;
}

.select2-results__option {
    font-size: 12px;
}


/*Bootstarp Badges*/
.badge {
    color: #4c5d62;
    /*font-size:17px;
    padding: 3px 10px;*/
    /*padding-left: 2px;
    padding-right: 2px;*/
}

.stageColorBadge {
    white-space: normal;
}

/*Notifcation on Top Right Header*/
.main-header .navbar .nav .notifications-menu > .dropdown-toggle > span.label {
    top: 18px;
    right: 33px;
    font-size: 12px;
    opacity: 1;
    color: #fff !important;
}


.btn-primary {
    border-radius: 6px;
    background-color: #3c8dbc;
    font-size: 12px;
    font-weight: 500;
    color: #d5eefd;
    border-color: #3c8dbc;
}

    .btn-primary:hover {
        border-radius: 6px;
        box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.1);
        background-color: #3c8dbc;
        font-size: 12px;
        font-weight: 500;
        color: #d5eefd;
        border-color: #3c8dbc;
    }

    .btn-primary:active {
        border-radius: 6px;
        background-color: #2e729a;
        font-size: 12px;
        font-weight: 500;
        color: #d5eefd;
        border-color: #2e729a;
    }

    .btn-primary:focus {
        border-radius: 6px;
        background-color: #3c8dbc;
        border-color: #f5a623;
        font-size: 12px;
        font-weight: 500;
    }

    .btn-primary :disabled,
    .btn-primary.disabled,
    .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active {
        opacity: 1;
        border-radius: 6px;
        background-color: rgba(58, 86, 142, 0.3);
        color: #d5eefd;
        font-size: 12px;
        font-weight: 500;
        border-color: #d5eefd;
        box-shadow: none;
    }
/*.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        color: #d5eefd;
        background-color: #3c8dbc;
        border-color: #3c8dbc;
        border-radius: 5px;
    }*/


.btn-secondary {
    border-radius: 6px !important;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    color: #378cbe;
    background-image: none;
    background-color: #fff;
    border: 2px solid #3c8dbc;
}

    .btn-secondary:hover {
        border-radius: 6px;
        box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.1);
        border: 2px solid #3c8dbc;
        color: #378cbe;
        border: 2px solid #3c8dbc;
    }

    .btn-secondary:active {
        border: 2px solid #3c8dbc;
        background-color: #d5d3d3;
        color: #378cbe;
    }

    .btn-secondary:focus {
        border: 2px solid #f5a623;
        color: #378cbe;
    }

    .btn-secondary :disabled,
    .btn-secondary[disabled],
    .btn-secondary.disabled,
    .btn-secondary[disabled] {
        opacity: 1;
        border-radius: 6px;
        border: 2px solid #3c8dbc;
        background-color: rgba(255, 255, 255, 0.3);
        color: #378cbe;
    }

/*New Buttons*/
.btn-empty {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    /*line-height: 1;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 4px;
    background-color: transparent;
}

.btn-empty-primary {
    border-color: #3c8dbc;
    color: #3c8dbc;
}

    .btn-empty-primary:hover, .btn-empty-primary:focus {
        color: #3c8dbc;
    }

.btn-empty-danger {
    border-color: #d0021b;
    color: #d0021b;
    font-size: 12px;
    padding: 6px 20px;
}

    .btn-empty-danger:hover, .btn-empty-danger:focus {
        color: #d0021b;
    }

.btn-dlg-cancel {
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    /*line-height: 1;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #3c8dbc;
    border-radius: 5px;
    background-color: transparent;
    color: #3c8dbc;
}

    .btn-dlg-cancel:hover {
        color: #3c8dbc;
    }

.btn-dlg-save {
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #3c8dbc;
    border-radius: 5px;
    background-color: transparent;
    color: #d5eefd;
    background-color: #337ab7;
}

    .btn-dlg-save:hover {
        color: #d5eefd;
    }

.form-control {
    border-radius: 6px;
    background-color: #f1f3f5;
    border: 1px solid #cbcbcb;
}

    .form-control:hover {
        border-radius: 6px;
        background-color: #f9f9f9;
    }

    .form-control:active {
        border-radius: 6px;
        background-color: #e7ecf0;
    }

    .form-control:focus {
        border-radius: 6px;
        background-color: #f1f3f5;
        border: 2px solid #f5a623;
    }

    .form-control:disabled {
        border-radius: 6px;
        background-color: #f1f3f5;
        opacity: 0.3 !important;
    }

    .form-control[readonly] {
        opacity: 0.6 !important;
    }

input.form-control:read-only {
    opacity: 0.6 !important;
}


/*Boxes*/
.box-header .box-title, .box-header .box-title label {
    font-size: 14px;
    font-weight: bold;
    color: #3c8dbc;
    text-transform: uppercase;
    opacity: 1
}

.boxPaymentDetails {
    background-color: #e6eaee;
}

.readOnlyLabel {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a4f5f;
    min-height: 30px;
    /*height:30px;*/
}


.no-box-shadow {
    box-shadow: none;
}

/*Tabs*/
.nav-tabs-custom > .nav-tabs {
    border-bottom: 0;
}

    .nav-tabs-custom > .nav-tabs > li > a {
        opacity: 0.5;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #4c5d62;
    }

    .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
        color: #4c5d62;
    }

.skin-blue-light > .content-wrapper > .box {
    background: #f1f3f5;
    box-shadow: none;
    margin-bottom: 5px;
}

.tab-pane .box {
    box-shadow: none;
}

.tab-pane .box-header .box-title {
    opacity: 0.6;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4c5d62;
    text-transform: uppercase;
}


.nav-tabs-custom > .nav-tabs > li.active {
    border-top: 0;
    border-bottom: 4px solid #f5a623;
}

    .nav-tabs-custom > .nav-tabs > li.active > a {
        border-left: 0;
        border-right: 0;
        opacity: 1;
    }


/*BootStrapDialog*/

.modal-header {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.modal-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #fff;
    border-bottom: 0;
}

.bootstrap-dialog .bootstrap-dialog-title {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3c8dbc;
}

.modal-header .close {
    color: black;
    margin-top: -10px;
}

/*For bootstrap filestyle choose file button text*/
.group-span-filestyle .buttonText {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #378cbe;
}


@media (min-width: 992px) {
    .modal-lg {
        width: 820px;
    }
}

@media (min-width: 1200px) {

    .modal-2lg {
        width: 1050px;
    }
}


@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 0;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .ui-jqgrid .ui-jqgrid-bdiv {
        overflow-x: auto
    }
}

@media (max-width: 992px) {
    .all-photos .txRight {
        text-align: left;
        margin-top: 5px;
    }
}


/*Select2*/
.select2-container--open {
    z-index: 9999;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border-radius: 6px;
    background-color: #f1f3f5;
}


.gticket-photos-checkbox {
    float: left;
    white-space: nowrap;
    margin-right: 10px;
    padding: 5px 5px 0 1px;
    text-align: center;
    margin-bottom: 10px;
}

.chkMt0 {
    margin-top: 0px !important;
}

.chkLabel {
    font-weight: bold !important;
}

/*---------------------------------
    Fancy Tree 
---------------------------------*/
.fancytree-plain span.fancytree-active span.fancytree-title,
.fancytree-plain span.fancytree-selected span.fancytree-title {
    background: none !important;
    border-color: #fff !important;
}

.fancytree-plain.fancytree-container.fancytree-treefocus span.fancytree-active span.fancytree-title,
.fancytree-plain.fancytree-container.fancytree-treefocus span.fancytree-selected span.fancytree-title {
    background-color: none !important;
    border-color: #fff !important;
}


span.fancytree-icon, span.fancytree-checkbox {
    margin-top: 3px;
}

span.fancytree-title {
    font-size: 12px;
    opacity: 0.6;
    font-family: Roboto;
    color: #4C5D62 !important;
    font-weight: bold;
    line-height: 20px;
}

.select2ReadOnly {
    opacity: 0.6 !important;
}

/************************************ --- LOADER --- ******************************************************/

.nm-loader-pane {
    display: none;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    z-index: 200;
    background-color: #ededed;
}

.nm-loader {
    width: 50px;
    height: 50px;
    position: relative;
    animation: nm-loader 2.5s infinite linear both;
    position: absolute;
    top: 45%;
    left: 48%;
}

.nm-loader-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: nm-loader-dot 2.0s infinite ease-in-out both;
    animation: nm-loader-dot 2.0s infinite ease-in-out both;
}

    .nm-loader-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #0a88ca;
        border-radius: 100%;
        animation: nm-loader-dot-before 2.0s infinite ease-in-out both;
    }

    .nm-loader-dot:nth-child(1) {
        animation-delay: -1.1s;
    }

    .nm-loader-dot:nth-child(2) {
        animation-delay: -1.0s;
    }

    .nm-loader-dot:nth-child(3) {
        animation-delay: -0.9s;
    }

    .nm-loader-dot:nth-child(4) {
        animation-delay: -0.8s;
    }

    .nm-loader-dot:nth-child(5) {
        animation-delay: -0.7s;
    }

    .nm-loader-dot:nth-child(6) {
        animation-delay: -0.6s;
    }

    .nm-loader-dot:nth-child(1):before {
        animation-delay: -1.1s;
    }

    .nm-loader-dot:nth-child(2):before {
        animation-delay: -1.0s;
    }

    .nm-loader-dot:nth-child(3):before {
        animation-delay: -0.9s;
    }

    .nm-loader-dot:nth-child(4):before {
        animation-delay: -0.8s;
    }

    .nm-loader-dot:nth-child(5):before {
        animation-delay: -0.7s;
    }

    .nm-loader-dot:nth-child(6):before {
        animation-delay: -0.6s;
    }

@keyframes nm-loader {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes nm-loader-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes nm-loader-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1.0);
    }
}

