﻿@font-face {
    font-family: 'LatoBlack';
    src: url('../fonts/LatoBlack.eot');
    src: url('../fonts/LatoBlack.eot') format('embedded-opentype'),
         url('../fonts/LatoBlack.woff') format('woff'),
         url('../fonts/LatoBlack.ttf') format('truetype'),
         url('../fonts/LatoBlack.svg#LatoBlack') format('svg');
}
@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/LatoRegular.eot');
    src: url('../fonts/LatoRegular.eot') format('embedded-opentype'),
         url('../fonts/LatoRegular.woff') format('woff'),
         url('../fonts/LatoRegular.ttf') format('truetype'),
         url('../fonts/LatoRegular.svg#LatoRegular') format('svg');
}
@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/LatoBold.eot');
    src: url('../fonts/LatoBold.eot') format('embedded-opentype'),
         url('../fonts/LatoBold.woff') format('woff'),
         url('../fonts/LatoBold.ttf') format('truetype'),
         url('../fonts/LatoBold.svg#LatoBold') format('svg');
}

.dxgvHeader_PlasticBlue{
    padding:0px !important;
}

html {
    height: 100%;
    min-height: 100% !important;
}

body {
    height: 100%;
    text-transform: uppercase;
}
.cal td,.cal th{font-size:11px !important;}
a:hover, a:focus {
    color: #fff !important;
}
.specpage .static-header .form-group{padding-left:0px;}
    .static-header .spanlbl{padding-left:0px;}
.divWaiting {
    position: absolute;
    background: rgba(0,0,0,0.4) !important;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
    color: #fff !important;
    font-size: x-large;
}

.form-bg {
    position: absolute;
    height: 217px;
    width: 205px;
    background-size: contain;
    top: 25px;
    right: -140px;
    z-index: 0;
    float: right;
}

.box {
    padding: 40px 0px 0px;
}

th.form-add {
    height: 35px;
}

.panel {
    position: relative;
    width: 100%;
    background: rgba(255,255,255,0.4);
    box-shadow: 0px 22px 44px 0px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    /*box-shadow: 0 1px 9px 2px #fff, 0 1px rgba(0, 0, 0, 0.4) inset;*/
    padding: 20px 30px;
}

.messagealert {
    width: 100%;
    position: fixed;
    z-index: 100000;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    padding-top: 0%;
}
/*.panel-box {
	border: 1px solid #FFFFFF;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	box-shadow: 0 3px 0.7px 1px #777777, 0 -7px rgba(0, 0, 0, 0.4) inset;
}*/

.panel label {
    display: block;
    text-align: left;
    padding: 2px !important;
    background: transparent;
    font-size: 18px;
    top: 5px;
    color: #000;
}

.field_item {
    border: 1px solid #cccccc;
    height: 40px;
    padding: 8px 0px;
    width: 100%;
    font-size: 18px;
    border-radius: 4px;
    opacity: 0.8;
    position: relative;
    box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
}

    .field_item i {
        content: "\f007";
        font-family: FontAwesome;
        width: 30px;
        height: 38px;
        font-size: 18px;
        display: inline-block;
        float: left;
        color: #000;
        margin-top: 5px;
        margin-left: 10px;
    }

    .field_item input[type="text"], .field_item input[type="password"] {
        float: left;
        background: none;
        outline: none;
        font-size: 18px;
        width: 85%;
        color: #000;
        padding: 0px 16px;
        border: none;
        border-left: 1px solid #000;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        display: inline-block;
        font-family: 'OswaldSemiBold';
    }

.submiting {
    text-align: center;
}

.btn-sinup {
    background-color: #1212EB;
    margin: 20px 0px 5px;
    color: #fff;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
    box-shadow: 0 0 20px #eee;
    border-radius: 20px;
    border: none;
    font-family: 'LatoBold';
}

    .btn-sinup:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
    }

.regi {
    width: 50%;
    float: left;
    padding: 0px 20px;
    display: inline-block;
    text-align: left;
}

.rese {
    width: 50%;
    float: left;
    padding: 0px 20px;
    display: inline-block;
    text-align: right;
}

    .rese a, .regi a {
        color: #ff6a00;
        text-decoration: solid;
    }

.reg_field {
    height: 355px;
    overflow-y: scroll;
    padding: 30px;
}

.reg {
    padding: 0px !important;
}

select {
    text-transform: uppercase;
}

.reg .field_item input[type="text"], .reg .field_item input[type="password"], .reg .field_item select, .reg .field_item input[type="number"] {
    float: left;
    background: none;
    outline: none;
    font-family: 'OswaldMedium';
    font-size: 18px;
    /* text-transform: uppercase; */
    width: 86%;
    color: #000;
    padding: 0px 16px;
    border: none;
    border-left: 1px solid #000;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    display: inline-block;
}

.reg_field::-webkit-scrollbar {
    width: 8px;
    cursor: pointer;
}

/* Track */
.reg_field::-webkit-scrollbar-track {
    background: #f1f1f1;
    cursor: pointer;
}

/* Handle */
.reg_field::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 14px;
    cursor: pointer;
}

    /* Handle on hover */
    .reg_field::-webkit-scrollbar-thumb:hover {
        background: #555;
        cursor: pointer;
    }

.navbar-brand {
    padding: 5px 10px !important;
    font-family: 'LatoBlack';
    font-size: 20px;
    /*color: #f5188a !important;*/
    letter-spacing: 1px;
}

/*.navbar-brand img {
		height: 50px;
		width: 230px;
	}*/
.navbar-nav > li > .dropdown-menu {
    border-radius: 0px !important;
    border: none !important;
}

    .navbar-nav > li > .dropdown-menu > li > a {
        font-family: 'LatoRegular';
        font-size: 14px;
    }

.navbar {
    /*background:linear-gradient(to bottom, #ffcc00 0%, #ff9966 104%);*/
    padding: 10px 0px;
    height: 65px;
    background: #262626;
    margin-bottom: 0px !important;
}

.navbar-nav > li {
    margin: 5px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    border-radius: 0px;
    padding: 10px 12px;
    font-family: 'LatoRegular';
    font-size: 14px;
    background-color: transparent;
    letter-spacing:normal;
}

.navbar-default .navbar-nav > .active > a {
    background: #00aae7 !important;
    color: #fff !important;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background: #00aae7 !important;
    color: #fff !important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: #00aae7 !important;
    color: #fff !important;
}

.bg-info {
    background: #02adf2;
    text-align: left;
}

.head span, .forms1 h3 {
    font-size: 16px;
    margin: 0px !important;
    font-family: 'LatoBold';
}

.displayings, .forms1 {
    border: 2px solid #02adf2;
    height: 500px;
    min-height: 430px;
    max-height: 600px;
    width: 100%;
}


.form-group {
    padding: 0px 10px 5px;
    text-align: left !important;
    width: 100%;
    margin: 10px 0px !important;
    position: relative;
    height: 15px;
}

.error {
    font-size: 10px;
    width: 100%;
    font-family: 'OswaldSemiBold';
}

.forms1 span.select2-selection.select2-selection--single, .tab-content span.select2-selection.select2-selection--single, .inputs span.select2-selection.select2-selection--single, .inputs select, .forms1 select, .tab-content select,
.tab-content .select2-container--default .select2-selection--single .select2-selection__rendered, .forms1 .select2-container--default .select2-selection--single .select2-selection__rendered, .inputs .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 27px !important;
    line-height: 23px !important;
    font-family: 'OswaldSemiBold';
    font-size: 14px !important;
}

.forms1 .form-group label {
    display: inline-block;
    padding-top: 5px;
    font-family: 'LatoBold';
    font-size: 14px;
}

.spanlbl {
    font-family: 'LatoBold';
    font-size: 12px;
    float: left;
    text-align: right;
    padding-right: 4px;
    position: relative;
   
}

.regtab .spanlbl {
    font-family: 'LatoBold';
    font-size: 12px;
    float: none;
}

.forms1 .form-group .form-control {
    display: inline-block;
    border-radius: 2px !important;
    font-family: 'LatoRegular';
    font-size: 14px;
    height: 30px;
    position: relative;
}

.forms1 .form-group {
    padding: 0px 10px 5px;
    text-align: left !important;
    width: 100%;
    margin: 10px 0px !important;
    position: relative;
    height: 55px;
}

    .forms1 .form-group i.fa.fa-inr {
        position: absolute;
        right: 20px;
        top: 27px;
    }

.forms1 {
    padding: 6px;
    text-align: center;
}

.notes {
    height: auto !important;
}

.inputs {
    height: 360px;
    overflow-y: scroll;
    position: relative;
}

    .inputs::-webkit-scrollbar {
        width: 8px;
        cursor: pointer;
    }

    /* Track */
    .inputs::-webkit-scrollbar-track {
        background: #ccc;
        cursor: pointer;
    }

    /* Handle */
    .inputs::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 14px;
        cursor: pointer;
    }

        /* Handle on hover */
        .inputs::-webkit-scrollbar-thumb:hover {
            background: #555;
            cursor: pointer;
        }

.btn {
    padding: 6px 16px !important;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 12px;
    font-family: 'OswaldSemiBold';
    font-size: 14px;
}

.smlett {
    text-transform: none !important;
}

.btn:hover, .btn:focus {
    color: #fff !important;
}

.btn-save {
    background: #00aae7;
    font-size: 14px;
    font-family: 'LatoBold';
    display: inline-block;
    letter-spacing:0.2px;
}

.btn-update {
    background: #ffc911 !important;
    font-size: 14px;
 font-family: 'LatoBold';
    display: inline-block;
    letter-spacing:0.2px;
}

.btn-cancel {
    background: #E65100 !important;
    font-size: 14px;
 font-family: 'LatoBold';
    display: inline-block;
    letter-spacing:0.2px;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
}

.results table tbody tr, .results table tbody tr[visible=true] {
    width: 100%;
}

.mCSB_scrollTools {
    position: absolute;
    width: 10px;
    top: 0px;
    opacity: 1;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0px !important;
}

.mcs-horizontal-example {
    overflow-x: auto;
    opacity: 1;
}

    .mcs-horizontal-example tr td, .mcs-horizontal-example tr th {
        display: table-cell;
    }

.results {
    table-layout: fixed;
    border-collapse: collapse;
    /*overflow: auto;*/
    position: relative;
    /*display: inline-block;*/
    width: 100%;
    border: 2px solid #534573;
    padding: 0px;
    margin-top: 10px;
}

    .results tbody {
        overflow-y: scroll;
        display: block;
        height: 230px;
        padding: 0px;
    }

        .results tbody::-webkit-scrollbar {
            width: 8px;
            cursor: pointer;
        }

        /* Track */
        .results tbody::-webkit-scrollbar-track {
            background: #ccc;
            cursor: pointer;
        }

        /* Handle */
        .results tbody::-webkit-scrollbar-thumb {
            background: #000;
            border-radius: 14px;
            cursor: pointer;
        }

            /* Handle on hover */
            .results tbody::-webkit-scrollbar-thumb:hover {
                background: #555;
                cursor: pointer;
            }

    .results thead {
        display: table-header-group;
        width: 100%;
        background: #534573;
        color: #fff !important;
    }

        .results thead tr {
            padding: 0px;
        }

.display {
    width: 98%;
    margin: 10px;
    text-align: center;
    display: inline-block;
    /*position: relative;*/
}

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.25);
    display: none;
}

.enquiry1 .results thead tr th, .enquiry1 .results tbody tr td, .enquiry1 .results tfoot tr td {
    padding: 0px 20px;
}

.reptable {
    width: 100% !important;
}

.results thead tr th, .results tbody tr td, .results tfoot tr td {
    padding: 5px 20px;
    text-align: left;
    box-sizing: border-box;
    display: table-cell;
    /*min-width: 115px;
	width: 600px;*/
    word-break: break-word;
    font-family: 'LatoBold';
    font-size: 11px;
    vertical-align: middle;
    
   float:left;
}
      .results tbody tr td span
         {
             font-weight:bold !important;
         }
.spectable thead tr th, .spectable tbody tr td, .spectable tfoot tr td {
    padding: 5px 20px;
    text-align: center;
    box-sizing: border-box;
    display: table-cell;
    min-width: 134px;
    width: 600px !important;
    word-break: break-word;
    font-family: 'LatoBold';
    font-size: 11px;
    vertical-align: middle;
    float: none;
    font-weight:normal;
}

.spectable tbody {
    /*height: 365px;*/
    overflow: hidden;
    /*overflow: auto;*/
    display: block;
    width: auto;
    height: 355px;
}

.big1 {
    min-width: 225px !important;
}

.results table tbody tr, .results table tbody tr[visible=true] {
    width: 100%;
}

.display table:first-of-type {
}

table tbody tr:nth-child(odd) {
    background: #E8EAF6;
}

.currencytable .results table th {
    height: 50px;
    background: #36304a;
    font-size: 12px;
    color: #fff;
    vertical-align: top !important;
    border: none;
}

.results th label {
    font-family: 'OswaldRegular' !important;
    font-size: 13px;
}

.table td, .table th {
    border: none !important;
}

.currencytable .results table tr td span {
    font-size: 12px;
    font-family: 'OswaldSemiBold';
    color: #808080;
    line-height: 2.5;
}

.cal {
    border: 1px solid black;
    background-color: #fff;
    color: #000;
}

    .cal tr td {
        background-color: #ffffff !important;
        color: #000000;
        min-width: 23px !important;
        padding: 0px !important;
        display: inline-block;
    }

    .cal .ajax__calendar_active .ajax__calendar_day, .cal .ajax__calendar_today .ajax__calendar_day {
        background: #c4f5fa !important;
    }

    .cal .ajax__calendar_invalid .ajax__calendar_day {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #646464;
        text-decoration: line-through !important;
        cursor: default;
    }

.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #fff !important;
    border-radius: .25rem;
    font-size: 12px !important;
    font-family: 'OswaldRegular';
    background: #7460ee !important;
}

.results td {
    border-top: 1px solid #dee2e6;
}

.display .results tr[visible='false'],
.no-result {
    display: none;
}

[type="date"] {
}

    [type="date"]::-webkit-inner-spin-button {
        display: none;
    }

    [type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }



input [type="date"] {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
    width: 190px;
}

input:focus {
    outline-color: #00ffff;
}

.footer {
    background: #000;
    padding: 7px;
    color: #76FF03;
    position: fixed;
    width: 100%;
    height: 30px;
    bottom: 0px;
    margin-top: 20px;
}

    .footer p:first-of-type {
        text-align: left;
        display: inline-block;
        margin-bottom: 0px !important;
    }

    .footer p:last-of-type {
        text-align: right;
        display: inline-block;
        float: right;
        margin-bottom: 0px !important;
    }

    .footer a {
        color: #fff !important;
    }

    .footer a {
        color: #fff;
    }

.background .logo_im {
    margin: 0 auto;
    display: inherit;
    width: 180px;
    height: 130px;
}



.footer p {
    text-align: right;
    color: #fff;
    font-size: 14px;
    font-family: 'LatoBold';
}

.logo_txt {
    text-align: center;
    color: #000;
    font-family: 'LatoRegular';
    padding: 5px 0px;
    display: inline-block;
    width: 100%;
}

.pass-panel {
    padding: 20px 40px !important;
    border: 2px solid #6a4573 !important;
    border-radius: 5px !important;
}

.change-pass .field_item input[type="text"] {
    border-left: none !important;
}

.change-pass .box {
    padding: 50px 0px 0px;
}

.danmsg {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 10px;
    font-family: 'LatoRegular';
    /*height: 16px;*/
    float: right;
}

.btn-class {
    margin: 10px 0px;
    text-align: center;
}



    .btn-class span {
        width: 100%;
        display: inline-block;
        font-size: 10px;
    }

.btn:hover {
    color: #fff;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    padding: 1px;
}

.fa-filter {
    position: absolute;
    color: gray;
    z-index: 1;
    top: 10px;
    left: 5px;
    font-size: 18px;
}

.results thead .form-group {
    margin-bottom: 0px !important;
}

.search_textbox {
    background: url(../images/filter.png) no-repeat;
    background-size: 12px;
    background-position-y: center;
    background-color: #fff;
    padding-left: 35px;
}

.results.table .form-control {
    position: relative;
    margin: 0;
    display: inline-block;
    font-size:12px;
}



.results thead label {
    min-height: 38px;
}

.results thead .form-group {
    margin-bottom: 0px !important;
}

.big-col {
    width: 400px !important;
}

.big-col-pmas {
    width: 500px !important;
    min-width: 200px !important;
}

.big-col a {
    color: white !important;
    text-decoration: none !important;
}

div.dataTables_wrapper {
    margin: 0 auto;
    height: 400px;
    width: 100%;
}

.results .btn {
    padding: 4px 7px !important;
    font-size: 13px;
}

.dataTables_scrollHeadInner {
    height: 50px !important;
    width: 100% !important;
}

.dataTables_info, .dataTables_scrollFoot {
    display: none;
}

.head {
    display: inline-block;
    padding: 6px;
    color: #fff;
}

.bg-info .lo_tickets {
    float: right;
    display: inline-block;
    padding: 5px;
}

.head_btn {
    padding: 3px 10px;
    display: inline-block;
    color: white;
    font-size: 22px;
    background-color: black;
    margin: 0px 5px;
    border-radius: 5px;
}

    .head_btn:hover {
        color: #fff;
    }

.search {
    font-size: 15px;
    background-color: mediumblue;
    margin: 0px;
}

.lblmsgs, .lblmsg {
    font-family: 'LatoRegular';
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.orderbook .form-group {
    margin-bottom: 20px;
    margin-right: 5px;
}

.orderbook label {
    display: inline-block;
    float: left;
    width: 30%;
}

.form-control {
    height: 27px !important;
    font-family: 'LatoRegular';
    padding: 3px 12px;
}

.orderbook .form-control.ddl {
    display: inline-block;
    padding: 5px !important;
    width: 65%;
    height: 30px !important;
}

.orderbook .select2-container {
    width: 70% !important;
}

.orderbook h4 {
    font-size: 22px;
    font-family: 'OswaldMedium';
    text-transform: uppercase;
    margin-bottom: 20px;
}


.tab .nav-tabs {
    padding: 0px;
    position: relative;
    border-bottom: 0 none;
}

    .tab .nav-tabs li {
        margin: 0 20px 0 0;
    }

        .tab .nav-tabs li:after {
            content: "";
            border: 2px solid #fff;
            position: absolute;
            right: -31%;
            top: 44%;
            width: 31%;
        }

        .tab .nav-tabs li:last-child:after {
            content: "";
            border: 0 none;
        }

        .tab .nav-tabs li a {
            outline: none;
            margin-right: 0;
            padding: 10px 15px;
            background: #64485C;
            font-family: 'OswaldMedium';
            font-size: 18px;
            color: #fff;
            text-transform: uppercase;
        }

        .tab .nav-tabs li.active a {
            color: #fff;
            background: #9a7e92;
            text-transform: uppercase;
            border: none;
        }

            .tab .nav-tabs li.active a:before {
                content: "";
                position: absolute;
                top: 100%;
                left: 50%;
                border-top: 10px solid #9a7e92;
                border-right: 10px solid transparent;
                border-left: 10px solid transparent;
                margin-left: -13px;
            }

.tab .tab-content {
    color: #000;
    background: #f4f1f3;
    margin-top: 5px;
    padding: 10px 10px;
}

.tabsbtn {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.rptbtn {
    background: #6a4573 !important;
    padding: 10px 18px;
    font-family: 'OswaldMedium';
    font-size: 14px;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    text-transform: uppercase;
}

.btn:hover {
    color: #fff;
}
/*.listable tr th{
	width:130px;
	padding:5px 10px;
}*/
.btnclick {
    background: #6a4573 !important;
    padding: 5px 8px;
    font-family: 'OswaldRegular';
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.details {
    padding: 20px 10px;
    background: #f4f1f3;
    border-radius: 5px;
}

/*.settle td {
	float: left !important;
}*/

.listable thead {
    background: #534573;
    color: #fff !important;
    /*padding:0px;*/
}

.table-fixed thead {
    width: 100%;
    height: 50px;
}

.table-fixed tbody {
    height: 120px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

    .table-fixed tbody td, .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }

.table-fixed thead, .table-fixed tbody {
    display: block;
}

.table-fixed tr {
    display: block;
    height: 40px;
}

.table-fixed tbody td {
    height: 40px;
}

.table-fixed tbody tr:nth-child(odd) {
    background: #E8EAF6;
    height: 40px;
}

.table-fixed tbody tr:nth-child(even) {
    background: #fff;
    height: 40px;
}

.listable {
    margin: 10px 0px;
    border: 2px solid #534573;
    font-family: 'OswaldRegular';
    text-transform: uppercase;
}

/*.scrolling {
	height: 120px;
	overflow-y: scroll;
	
	padding:0px;
}*/

.scrolling::-webkit-scrollbar {
    width: 6px;
    cursor: pointer;
}

/* Track */
.scrolling::-webkit-scrollbar-track {
    background: #f1f1f1;
    cursor: pointer;
}

/* Handle */
.scrolling::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 14px;
    cursor: pointer;
}

    /* Handle on hover */
    .scrolling::-webkit-scrollbar-thumb:hover {
        background: #555;
        cursor: pointer;
    }

.btnname {
    display: inline-block;
    width: 20%;
    height: 30px;
    padding: 5px 15px;
    color: #fff;
    background: #534573;
    border-radius: 10px;
    font-size: 12px;
    font-family: 'LatoRegular';
    float: right;
}

.mob {
    width: 46% !important;
    display: inline-block;
    padding: 5px !important;
    height: 30px;
}

    .mob .select2-container {
        width: 46% !important;
    }

.probtns {
    padding: 10px 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'LatoRegular';
    border-radius: 10px;
    margin: 10px;
    background: linear-gradient(45deg,#091990, #b00308);
}

.btnproducts {
    padding: 10px;
    border-radius: 5px;
    background: #f4f1f3;
    height: 324px;
}

.orderbook label {
    font-size: 12px;
}

.orderbook .spanbook {
    width: 90%;
    display: inline-block;
    float: inherit;
    font-size: 12px;
    text-align: center;
    height: 24px;
    margin-left: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.orderbook .form-add {
    margin-bottom: 0px;
    display: inline-block;
    width: 21%;
    border: 1px solid #000;
    float: left;
}

    .orderbook .form-add.name {
        width: 32% !important;
    }

.form-add label {
    display: block;
    width: 100% !important;
    height: 30px;
    border-bottom: 1px solid #000;
    text-align: center;
    margin-bottom: 0px;
}

.cycle {
    height: 208px;
    overflow-y: scroll;
}

    .cycle::-webkit-scrollbar {
        width: 6px;
        cursor: pointer;
    }

    /* Track */
    .cycle::-webkit-scrollbar-track {
        background: #f1f1f1;
        cursor: pointer;
    }

    /* Handle */
    .cycle::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 14px;
        cursor: pointer;
    }

        /* Handle on hover */
        .cycle::-webkit-scrollbar-thumb:hover {
            background: #555;
            cursor: pointer;
        }

a:hover {
    color: #fff;
    text-decoration: none;
}

.dates, .hdndates {
    color: #000 !important;
    background-color: #fff;
    padding: 7px;
    border-radius: 17px;
    /* margin-top: 5px !important; */
    display: inline-block;
    font-family: 'LatoRegular';
    font-size: 12px;
    letter-spacing:0.2px;
    font-weight:bold;
}

.hdndates {
    display: none;
    /* margin-top: 5px; */
    float: right;
    margin: 10px 10px;
}

.labs {
    background-color: #dbd9d9;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 1 !important;
}

.regforms {
    width: 70% !important;
    margin: 0 auto;
}

.spectable thead {
    display: none !important;
}

.spectable .footers tbody {
    height: 40px !important;
}

.spectable tbody tr th {
    background: #534573;
    color: #fff !important;
    padding: 10px !important;
}

.spectable tbody tr th {
    padding: 5px 20px;
    text-align: center;
    box-sizing: border-box;
    display: table-cell;
    min-width: 125px;
    width: 600px;
    word-break: break-word;
    font-family: 'LatoBold';
    vertical-align: middle;
}

.enquiry1 .displaying {
    height: 476px;
}

.spectable tbody tr th {
    padding: 5px !important;
}

.spectable .footers tr td {
    min-width: 50px !important;
    width: 85px !important;
    padding: 10px 5px !important;
    margin: 5px !important;
    background-color: #ffd54d !important;
    height: 35px !important;
    border: 2px solid #fff !important;
    color: #000;
    font-family: 'LatoBold';
}

.spectable .footers tr td {
    min-width: 50px !important;
    width: 70px !important;
    padding: 10px 5px !important;
    margin: 5px !important;
    background-color: #ffd54d !important;
    height: 35px !important;
    border: 2px solid #fff !important;
}

    .spectable .footers tr td a {
        color: #02adf2 !important;
        font-size: 11px;
    }

.footers {
    background: #fff !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000 !important;
    height: 6px;
}


/******************************** lilliput world css starts ********************************************/
h2 {
    text-align: center;
    font-family: 'OswaldMedium';
    font-size: 22px;
    margin-top: 0px;
}

.lbls {
    display: inline-block;
}

    .lbls .input-control {
        display: inline-block;
        font-family: 'OswaldMedium';
        font-size: 14px;
    }

.enquiry {
    padding: 0px !important;
}

    .enquiry img {
        height: 115px;
        display: inline-block;
    }

    .enquiry .logo {
        height: 115px;
        display: inline-block;
        width: 185px;
    }

.im-logo.col-sm-6 {
    padding: 0px !important;
}

.checkboxes {
    padding: 0px 10px;
}

.special {
    /*background-color:#02adf2;*/
    /*padding:5px 10px;*/
    display: inline-block;
}

.office-use {
    text-align: center;
}

    .office-use h3 {
        font-family: 'LatoRegular';
        display: inline-block;
        text-align: center;
        font-size: 16px;
        border-bottom: dotted;
        border-top: dotted;
        letter-spacing: 1px;
    }

.bigborder {
    /*background-image: url(../images/border1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 90% 105%;
   
    height: 520px;*/
}

.enq_form {
    background: #e6f8ff;
    padding: 10px;
    border-top: 3px dotted #00aae7;
    border-bottom: 3px dotted #00aae7;
    box-shadow: inset 0 -1px 0 0 #00aae7, inset 0 1px 0 0 #00aae7, 0 1px 0 0 #00aae7, 0 -1px 0 0 #00aae7;
    height: 500px;
}

.wizard {
    margin: 0px auto;
    background: #e6f8ff;
    width: 97%;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 10px auto;
        margin-bottom: 0;
        width: 60%;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 43%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 42%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 43px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 15px;
    font-family: 'LatoRegular';
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33%;
}



    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        margin: 10px auto;
        border-radius: 100%;
        padding: 0;
    }

        .wizard .nav-tabs > li a:hover {
            background: transparent;
        }

.wizard .tab-pane {
    position: relative;
}

.wizard h3 {
    margin-top: 0;
}

.boarding .checkboxes {
    display: block;
}

.lbls .form-control {
    display: inline-block !important;
    width: auto;
}

.age {
    display: inline-block;
    padding: 3px !important;
    width: 100%;
    height: 32px !important;
    color:#000;
}

.lbls .select2-container {
    width: 70% !important;
    font-size: 12px !important;
    font-family: 'LatoRegular';
}

.tab-pane .select2-container {
    width: 100% !important;
    font-size: 12px !important;
    font-family: 'LatoRegular';
}

.regtab {
    height: 330px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .regtab::-webkit-scrollbar {
        width: 8px;
        cursor: pointer;
    }

    /* Track */
    .regtab::-webkit-scrollbar-track {
        background: #f1f1f1;
        cursor: pointer;
    }

    /* Handle */
    .regtab::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 14px;
        cursor: pointer;
    }

        /* Handle on hover */
        .regtab::-webkit-scrollbar-thumb:hover {
            background: #555;
            cursor: pointer;
        }

.tab-pane h4 {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-family: 'LatoRegular';
}

.tab-pane {
    padding: 10px;
}

    .tab-pane p {
        font-size: 11px;
        font-family: 'LatoRegular';
        margin: 0 0 3px;
    }

.regtab .special .spanlbl {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}

.radiogen tbody {
    display: inline-block;
    width: 100%;
}

.radiogen tr td {
    display: inline;
}

.radiogen tr {
    display: inline-block;
    background: transparent !important;
    margin-left: 5px;
    margin-top: 2px;
}

label {
    font-size: 11px;
    font-family: 'OswaldSemiBold';
}

.pnllbl {
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-family: 'LatoRegular';
    display: block;
    color: #000;
}

.supple {
    padding: 0px;
}

    .supple .select2-container .select2-selection--single {
        height: 25px !important;
    }

    .supple .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: 23px;
    }

    .supple .form-control {
        height: 28px !important;
    }

    .supple li {
        margin-bottom: 6px;
        position: relative;
    }

        .supple li:before {
            font-family: 'FontAwesome';
            content: "\f058";
            position: absolute;
            left: 15px;
        }

    .supple p {
        margin-bottom: 0px;
        margin-top: 4px;
        margin-left: 35px;
    }

.perm {
    padding: 0px;
}

    .perm li:before {
        display: none;
    }

    .perm p {
        text-align: left;
        font-family: 'OswaldMedium';
    }

.m-5 {
    margin-top: 10px;
}

.reg_forms {
    background: #e6f8ff;
    padding: 10px;
    border-top: 3px dotted #00aae7;
    border-bottom: 3px dotted #00aae7;
    box-shadow: inset 0 -1px 0 0 #00aae7, inset 0 1px 0 0 #00aae7, 0 1px 0 0 #00aae7, 0 -1px 0 0 #00aae7;
}

.file, .filebtn {
    display: inline-block !important;
}

.filebtn {
    float: left;
    margin-right: 5px;
    height: 22px;
    margin-bottom: 5px;
}

.regtab h5 {
    font-family: 'OswaldMedium';
}

#wizHeader li .prevStep {
    background-color: #3399ff;
}

    #wizHeader li .prevStep:after {
        border-left-color: #3399ff !important;
    }

#wizHeader li .currentStep {
    background-color: #3399ff;
}

    #wizHeader li .currentStep:after {
        border-left-color: #3399ff !important;
    }

#wizHeader li .nextStep {
    background-color: #99ccff;
}

    #wizHeader li .nextStep:after {
        border-left-color: #99ccff !important;
    }

#wizHeader {
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}

    #wizHeader li {
        float: left;
    }

        #wizHeader li a {
            color: white;
            text-decoration: none;
            padding: 10px 0 10px 55px;
            background: brown; /* fallback color */
            background: hsla(34,85%,35%,1);
            position: relative;
            display: block;
            float: left;
            font-family: 'LatoRegular';
        }

            #wizHeader li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid hsla(34,85%,35%,1);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            #wizHeader li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        #wizHeader li:first-child a {
            padding-left: 10px;
        }

        #wizHeader li:last-child {
            padding-right: 50px;
        }

.content {
    height: 150px;
    padding-top: 75px;
    text-align: center;
    background-color: #F9F9F9;
    font-size: 48px;
}

input {
    text-transform: uppercase;
}

.impic {
    display: block;
    margin-top: 10px;
}

.fin {
    background: #f5188a !important;
    padding: 6px 16px !important;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 12px;
    font-family: 'OswaldSemiBold';
    font-size: 14px;
    border: none;
    margin-bottom: 10px;
    margin-right: 10px;
}

.next1 {
    background-color: #00aae7;
    padding: 6px 16px !important;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 12px;
    font-family: 'OswaldSemiBold';
    font-size: 14px;
    border: none;
    margin-bottom: 10px;
    margin-right: 10px;
}

.prev1, .prev2 {
    background-color: #a5c943 !important;
    padding: 6px 16px !important;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 12px;
    font-family: 'OswaldSemiBold';
    font-size: 14px;
    border: none;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tab-content {
    background: #e6f8ff !important;
    padding: 15px;
    border-top: 3px dotted #00aae7;
    border-bottom: 3px dotted #00aae7;
    box-shadow: inset 0 -1px 0 0 #00aae7, inset 0 1px 0 0 #00aae7, 0 1px 0 0 #00aae7, 0 -1px 0 0 #00aae7;
    width: 100%;
    display: inline-block;
}

    .tab-content tbody tr:nth-child(odd) {
        background: #e6f8ff !important;
    }

    .tab-content .form-group {
        height: 60px !important;
        margin-bottom: 5px;
    }

.btnupload {
    padding: 5px 10px;
    border-radius: 6px;
    border: none;
    background: #f78225;
    color: #fff;
    font-family: 'LatoRegular';
    font-size: 12px;
    letter-spacing: 1px;
}
/*.fileup{
	padding: 5px 10px;
	border-radius: 6px;
	border: none;
	background: #00aae7;
	color: #fff;
	font-family: 'LatoRegular';
	font-size: 12px;
    letter-spacing: 1px;
}*/
.text-danger {
    font-size: 14px;
    color: red !important;
    font-family: 'LatoRegular';
}

.formreport .btn-class {
    margin-top: 0px;
}

.supptable {
    width: 100%;
    border-color: transparent;
    padding: 10px;
}

    .supptable tr {
        font-family: 'LatoRegular';
        font-size: 12px;
        padding: 5px 10px;
        position: relative;
        height: 37px;
    }

.supphead {
    font-size: 14px;
}

.supptable tr td {
    padding: 0px 5px;
}

.supptable i.fa.fa-circle {
    font-size: 10px;
    padding: 0px 5px;
    margin-bottom: 4px;
    vertical-align: middle;
}

.editab {
    height: 410px !important;
}

.editab_details {
    border: 1px solid #00aae7 !important;
    padding: 15px;
    height: 510px;
}

    .editab_details h3 {
        margin: 0px;
    }

    .editab_details .btn-class {
        text-align: center;
    }

    .editab_details .btn-sinup {
        margin: 0px;
    }

.office .form-group {
    margin: 5px 0px;
    display: inline-block;
    width: 100%;
}

.checkbox1 {
    display: inline-block;
    border-color: #3366ff;
    border-width: 1px;
    border-style: solid;
    height: 18px;
    width: 18px;
    padding-left: 2px;
    background: #3366ff;
    border-radius: 2px;
    margin-left: 5px;
    margin-top: 2px;
}

input[type=checkbox] {
    margin: 0px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'LatoRegular';
    font-size: 13px;
    line-height: 26px;
}

.btndel {
    padding: 4px 10px !important;
    font-family: 'LatoRegular' !important;
    font-size: 12px !important;
    line-height: normal;
    margin-top: 4px !important;
}

.static-header .forma {
    height: 27px !important;
    font-family: 'LatoRegular';
    padding: 3px 2px;
    display: inline-block;
    border-radius: 2px !important;
      font-size: 14px;
    border: 1px solid #ccc;
}

.exce {
    width: 22%;
}

.toclass {
    padding-right: 25px;
    font-family: 'LatoRegular';
    font-size: 14px;
}

.statebtn {
    background-color: #089748;
    color: #fff;
    border: none;
    padding: 5px 8px;
}

.newstats {
    background-color: #c21d1d !important;
    color: #fff;
    border: none;
    padding: 5px 8px;
}

.diff {
    font-family: 'LatoRegular';
    padding: 3px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.doc2a1 {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #534573;
    border-radius: 5px;
}

    .doc2a1 .form-group {
        height: 100%;
    }

    .doc2a1 .spanlbl {
        height: 60px;
        color: #fff;
    }

    .doc2a1 .form-control {
        width: 100%;
    }

.mainhead {
    border: 2px solid #02adf2;
    display: inline-block;
    width: 98%;
    margin: 0 auto;
}

.navbar-nav > li > .dropdown-menu {
    max-height: 230px;
    overflow-y: scroll;
}

    .navbar-nav > li > .dropdown-menu::-webkit-scrollbar {
        width: 8px;
        cursor: pointer;
    }

    /* Track */
    .navbar-nav > li > .dropdown-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
        cursor: pointer;
    }

    /* Handle */
    .navbar-nav > li > .dropdown-menu::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 14px;
        cursor: pointer;
    }

        /* Handle on hover */
        .navbar-nav > li > .dropdown-menu::-webkit-scrollbar-thumb:hover {
            background: #555;
            cursor: pointer;
        }

.bg {
    font-family: 'LatoRegular';
    font-size: 20px;
    width: 100%;
    background: #00aae7;
    color: #fff;
    display: block;
    text-align: left;
    padding: 2px;
    height: 30px;
}

.engbtn {
    background: #6baac4;
    color: #000;
    . border:none;
    padding: 6px 12px;
    font-size: 14px;
    font-family: 'LatoRegular';
}

.gujbtn {
    background: #fd9040;
    color: #000;
    border: none;
    padding: 6px 12px;
    font-size: 14px;
    font-family: 'LatoRegular';
}

.engbtn.active {
    background: #6baac4;
    color: #fff;
    border: none;
}

.gujbtn.active {
    background: #f0ad4e;
    color: #fff;
    border: none;
}

.language {
    text-align: center;
}

.excephead {
    float: left;
    margin-left: 10px;
    background: #00aae7;
    padding: 5px;
    color: #fff;
    width: 98%;
}

.static-header .form-group {
    height: 32px;
    margin-bottom: 10px !important;
    margin-top: 2px !important;
}

.static-header .spanlbl:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    display: inline-block;
    content: '*';
    color: red;
}

.exce::-webkit-inner-spin-button,
.exce::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.exce {
    padding-right: 0px;
}

.specpage .static-header .form-group {
    height: 32px;
}

.empimage {
    width:40px;
    height:40px;
    border-radius:50% !important;
    border:2px solid #fff;
}
.sub_title{
font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 5px;
}
.reportable tbody{
    height:360px;
}
.alert-warning{
    background:#f2dede !important;
}
.fa-calendar{
    color: #000 !important;
    position: absolute;
    right: 17px;
    top: 18px;
    font-size: 23px;
}
.fa-calendar:hover,.fa-calendar:focus{
    color:#000 !important;
}
.select2-selection__rendered{
    padding-top: 3px;
}
.gd1 tbody,.gd2 tbody{height:55px;}
.gd1{margin-bottom:0px;}
.gd2{margin-top:0px;border-top:none;}
.gd2 thead{display:none;}
.select2-results__option{font-size:12px;font-family:'LatoRegular';}
  #overlay {
            position: fixed;
            z-index: 99999;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        
            background: rgba(255,255,255,1);
            transition: 1s 0.5s;
        }
  .imload {
            margin: auto;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            /* display: inline; */
            position: absolute;
        }
  .questionwidth{
     min-width:300px !important;
  }
  .static-header .nostar:after{display:none !important;}
 