*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.a-text-center {
    text-align: center !important;
}
.a-text-left {
    text-align: left !important;
}
.dataTables_wrapper input[type="search"] {
    margin-bottom:5px;
}
.dataTables_wrapper table.dataTable thead .sorting{
    margin-right: 5px;
}
table.ak-data-table-plugin.dataTable thead > tr > th.sorting_asc,
table.ak-data-table-plugin.dataTable thead > tr > th.sorting_desc,
table.ak-data-table-plugin.dataTable thead > tr > th.sorting,
table.ak-data-table-plugin.dataTable thead > tr > td.sorting_asc,
table.ak-data-table-plugin.dataTable thead > tr > td.sorting_desc,
table.ak-data-table-plugin.dataTable thead > tr > td.sorting {
    padding-right: 7px;
}
table.ak-data-table-plugin.dataTable.fixedHeader-floating thead tr th {
    background-color: #000 !important;
}
table.ak-data-table-plugin.table-bordered.dataTable th,
table.ak-data-table-plugin.table-bordered.dataTable td {
    font-size: 12px;
    white-space: nowrap;
}
table.ak-data-table-plugin.table-bordered.dataTable tr th:first-of-type,
table.ak-data-table-plugin.table-bordered.dataTable tr td:first-of-type {
    white-space: normal;
}

@media (max-width:740px) {
    table.ak-data-table-plugin.table-bordered.dataTable th,
    table.ak-data-table-plugin.table-bordered.dataTable td {
        white-space: normal;
    }
    table.ak-data-table-plugin.table-bordered.dataTable tr th:first-of-type,
    table.ak-data-table-plugin.table-bordered.dataTable tr td:first-of-type {
        white-space: normal;
    }
}
/*--mobile code start--*/
@media (max-width:767px) {
    .engine_floating_btn{
        display:block;
        width:180px;
        padding:8px 20px;
        border-radius:100px !important;
        background:#006699;
        border:none;
        outline:none;
        color:#FFF;
        font-size:23px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        transition:.3s;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        position: fixed;
        bottom: 70px;
        right: 20px;
        z-index: 100000 !important;
    }
    .mobi-enginebtn{
        display:none;
    }
}
/*--mobile code end--*/
.ak-plugin-comm .form-group h2 {
    color:#006699;
    border-bottom: 1px solid #000;
    font-size: 25px;
    font-weight: bold;
    margin-top: 15px;
    padding-bottom: 5px;
}
.ak-plugin-comm form label {
    font-weight: normal;
}
.ak-plugin-comm form label b {
    font-weight: bold;
}
.ak-plugin-comm form span {
    font-size: 14px;
    font-weight: normal;
    color: grey;
}

/* SQUARED THREE */
.squaredThree {
    position: relative;
}
.squaredThree input[type="checkbox"] {
    display: none;
}
.squaredThree label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius:0px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}
.squaredThree label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.squaredThree label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.squaredThree input[type="checkbox"]:checked + label::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.ak-data-table {
    margin: 10px 0;
}
table.zoho-tbl>thead tr th {
    background-color:#006699 !important;
    color:#FFF;
}
table.zoho-tbl>tbody tr.odd td {
    background-color: #DCE6F1 !important;
}
table.zoho-tbl>tbody tr.even td {
    background-color: #FFF !important;
    /*font-weight: bold;*/
}
table.zoho-tbl>tbody tr.odd td a,table.zoho-tbl>tbody tr.even td a {
    color: #0000FF!important;
}
.ak-data-table-container .dataTables_filter {
    display: none;
}
.ak-data-table-container {
    margin-top: 15px;
}

/*--bastin custom code start--*/
.contact-sidebar{
    border-left: 1px solid #000;
    padding-right: 0px;
}
.side-tit{
    color:#006699;
    font-size: 22px;
    font-weight: bold;
}
.contact-empty{
    min-height:15px;
}
.contact-empty1{
    min-height:15px;
}
.contact-empty2{
    min-height:15px;
}
.founder-bg{
    background-color: #ebebeb;
    border-radius: 5px;
    color:#000;
    padding-left: 0px;
}
.founder-lefside{
    padding-left: 0px;
    padding-right: 0px;
}
.founder-rightside{
    padding-right: 0px;
    margin-top: 20px;
    white-space: nowrap;
}
.name-clr{
    color:#006699;
    font-weight: bold;
    font-size: 16px;
}
.ownerimg{
    max-height:124px;
    min-height:124px;
    max-width: 110px;
}
a.maillink,a.maillink:hover{
    color: #0000EE;
    text-decoration: underline !important;
    font-size: 13px;
}
.panel-heading .accordion-toggle:before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e252";    /* adjust as needed, taken from bootstrap.css */
    color: grey;         /* adjust as needed */
    /*float: right;
    margin-top: -15px;*/
}
.panel-heading .accordion-toggle.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\e250";    /* adjust as needed, taken from bootstrap.css */
}
.panel-heading .accordion-toggle:after {

}
.contact-sidebar .panel-title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    color: #006699;
}
.contact-sidebar .panel-default>.panel-heading{
    background-color:#FFF;
    color:#006699;
    border-color: #ddd;
    background-image:none;
    padding: 0px 8px;
}
.cont-q1tit{
    margin-left: 10px;
    color: #0000EE;
    text-decoration: underline;
}
.cont-q2tit{
    margin-left: 10px;
    color: #0000EE;
    text-decoration: underline;
}
.cont-q3tit{
    margin-left: 10px;
    color: #0000EE;
    text-decoration: underline;
}
.contact-sidebar .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.contact-sidebar .panel {
    -webkit-box-shadow: none;
    box-shadow:none;
}
.contact-sidebar .panel-default {
    border-color: #ddd;
}
.contact-sidebar .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-sidebar .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.contact-sidebar .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #ddd;
}

/*
* panel-ak
*/
.panel-ak {
    border-radius: 0;
}
.panel-ak * {
    border-radius: 0 !important;
}
.panel-ak .panel-heading {
    background: #2D2829;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
}
.panel-ak .panel-body {
    background: #C0C0C0
}
.panel-ak .panel-body label {
    color: #046899;
    font-size: 30px;
    font-weight: bold;
    padding-top: 0
}
.panel-ak .panel-body input {
    height: 40px;
}
.panel-ak .panel-body p {
    font-style: italic;
    font-size: 12px;
    color: #000000;
}
.panel-ak .panel-body label.control-label-15 {
    font-size: 20px;
}
.panel-ak #gglcptch_error {
    font-size:15px !important;
}
#DataTables_Table_0_info {
    display: none;
}
.padding-lr-0 {
    padding: 0 !important;
}

@media (min-width:992px){
    .contact-full{
        display: flex;
    }
}
/*--floating button--*/

.engine_floating_btn{
    width:180px;
    padding:8px 20px;
    border-radius:100px !important;
    background:#006699;
    border:none;
    outline:none;
    color:#FFF;
    font-size:23px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition:.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 100000 !important;
}

@media (min-width:970px){
    .bootstrap-select > select.mobile-device {
        z-index: 0;
    }
}

.ak-data-table-container #DataTables_Table_0_wrapper > .dt-buttons {
    float: right;
}
