﻿/*@import url('fonts/bentonsans-regular-webfont.woff');*/

@font-face {
    font-family: "Bentonsans";
    src: url("fonts/bentonsans-regular-webfont.woff") format('woff');
}

#tblReports {
	padding-left: 0px;
}

#tblBulkInput {
	padding-left: 14px; 
}

@font-face {
    font-family: "Bentonsans-medium";
    src: url("fonts/bentonsans-medium-webfont.woff") format('woff');
}

@font-face {
    font-family: "Bentonsans-light";
    src: url("fonts/bentonsans-light-webfont.woff") format('woff');
}

@font-face {
    font-family: "Bentonsans-extralight";
    src: url("fonts/bentonsans-extralight-webfont.woff") format('woff');
}


*:not(.far):not(.fa):not(.fas):not(.bulk-auth) {
    font-family: "Bentonsans", Helvetica, Arial, sans-serif !important;
}

html {
    touch-action: manipulation;
}

body {
    font-family: Bentonsans,Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    background-image: url(images/body_background.jpg) !important;
    background-size: 100%;
    background-attachment: fixed;
    /*background-color: #f2f3f4 !important;*/
}

.LoginBody {
    background-image: url(images/welcome_background_sbsa.jpg);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    background-color: #004AA0;
    background-repeat: no-repeat;
    overflow: unset;
			  
						  
}

.LoginBarTop {
    background: url(images/sb_login_logo.png);
    background-repeat: no-repeat;
    background-size: 188px;
    background-position: center;
    margin-left: 0;
    height: 147px;
					   
    content: "";
					   
			   
			 
					   
						   
}



@media screen and (max-width: 700px) {
    .alert-wait-label, .oauth-wait-label {
        background-color: #ffffff;
        position: fixed;
        width: 678px;
        height: 600px;
        top: 50%;
        margin-top: -300px;
        margin-left: -339px;
        left: 350px;
        z-index: 10001;
        border: 1px solid #3f73ac;
        display: none;
        /*margin: 30px auto 30px auto;*/
        padding: 10px 10px 10px 10px;
        color: #3f73ac;
        text-align: center;
        user-select: none;
    }
}

@media screen and (min-width: 700px) {
    .alert-wait-label, .oauth-wait-label {
        background-color: #ffffff;
        position: fixed;
        width: 678px;
        /*height: 600px;*/
        top: 50%;
        margin-top: -300px;
        margin-left: -339px;
        left: 50%;
        z-index: 10001;
        border: 1px solid #3f73ac;
        display: none;
        /*margin: 30px auto 30px auto;*/
        padding: 10px 10px 10px 10px;
        color: #3f73ac;
        text-align: center;
        user-select: none;
    }
}
 

    .LoginBarTop:after {
        display: block;
        /*content: "Hello!";*/
        color: #ffffff;
        font-size: 1.8em;
        font-family: arial;
        font-weight: 300;
        padding: 0;
        color: #FFF;
        text-align: center;
        padding-top: 96px;
    }

.LoginUpdatePanel {
    width: 450px;
						
							
    margin-left: -225px;
    top: 264px;
					   
					 
    border-radius: 2px;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: box-shadow 200ms ease 50ms;
    margin-top: -135px !important;
}


.StartRegisterPanel {
    margin-left: -170px;
    top: 278px;
    border-radius: 2px;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: box-shadow 200ms ease 50ms;
    text-align: left;
    margin-top: 245px;
    background: #ffffff;
    left: 50%;
    position: absolute;
    width: 340px;
}

    .StartRegisterPanel a.option {
        color: #03a;
        font-family: Bentonsans;
        font-weight: 400;
        font-size: 1.2em;
        text-decoration: none;
        width: 340px;
        height: 65px;
        line-height: 30px;
        display: block;
        padding-left: 60px;
        background-image: url(Images/icn_register_28.png);
        background-repeat: no-repeat;
        background-position: 20px center;
    }

        .StartRegisterPanel a.option:hover {
            background-color: #ededed;
            border-radius: 2px;
        }

    .StartRegisterPanel i {
        position: absolute;
        top: 27px;
        right: 20px;
        cursor: pointer;
        display: inline-block;
        border-right: 1px solid #0ad;
        border-bottom: 1px solid #0ad;
        width: 10px;
        height: 10px;
        transform: rotate(-45deg);
    }

.TnC, .TnC-Reg {
    text-align: left;
    margin-top: 20px;
    font-family: "Bentonsans";
    font-weight: 400;
    font-size: 12px;
    color: #787878;
}

    .TnC a, .TnC-Reg a {
        text-decoration: none;
        color: #0ad;
        padding-top: 2px;
        font-size: 12px;
        padding-right: 16px;
    }

    .TnC-Reg, .TnC-Reg a {
        font-size: 13px;
    }

.LoginHeadLabel {
    font-family: "Bentonsans";
    font-weight: 500;
    /* padding: 0; */
    padding: 6px 15px;
    color: #444;
    font-size: 24px;
    border: none;
    text-align: center;
    /*    background: url(images/locked_24_tertiary.png);
    background-repeat: no-repeat;
    background-position: 94px center;
    background-size: 10px 13px;*/
    margin: 0;
    display: inline-block;
}

.LoginBody .LoginHeadLabel:not(.company-body .LoginHeadLabel):before {
    content: "";
    display: block;
    position: absolute;
    background: url(images/locked_24_tertiary.png);
    background-repeat: no-repeat;
    background-size: 10px 13px;
    width: 10px;
    height: 13px;
    margin-left: -15px;
    margin-top: 6px;
}

.company-body .LoginHeadLabel {
    padding: 50px 15px 50px;
}


    .company-body .LoginHeadLabel a {
        margin-top: 26px;
    }



.LoginUpdatePanel td {
    display: block;
}


.LoginHeadLabel-td {
    text-align: center;
}

.LoginHeadLabel-Desc {
    font-size: 14px;
    color: #787878 !important;
}

.LoginTable {
    color: #666;
    font-size: 14px;
    font-family: 'Bentonsans';
    padding-top: 20px;
}

.Textbox, .TextBox, input[type="text"], input[type="search"], select, table.dataTable tbody td input[type="text"] {
    background-color: #FDFDFD;
    border: 1px solid #D2D2D2;
    height: 40px !important;
    width: 100%;
    /*    border-radius: 2px; */
}

    .TextBox:disabled, .Textbox:disabled, input.aspNetDisabled, input[type="text"]:disabled, input[type="search"]:disabled, select:disabled, table.dataTable tbody td input[type="text"]:disabled {
        color: #858D9D !important;
    }



.User {
    background:unset;
}

    .User:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f007";
        color: #f7a10f;
        font-style: normal;
        width: 20px;
        display: inline-block;
        text-align: center;
        padding-left: 8px;
    }

.System {
    background: unset;
}

    .System:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f085";
        color: #3fb0fe;
        font-style: normal;
        width: 20px;
        display: inline-block;
        text-align: center;
        padding-left: 6px;
    }


.no-pad:before {
    padding: 0 !important;
}



.ScreenPanel {
    margin-top: 0px;
}

.HeadLabel {
    font-family: Bentonsans,Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: left !important;
    color: #858d9d;
    padding: 22px 0 20px 0;
}



div label {
    color: ##767676 !important;
}

.InternalPanel {
    background-color: #fff !important;
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: box-shadow 200ms ease 50ms;
    margin-top: 0px !important;
    padding-top: 10px !important;
}

.PopupPanel {
    background-color: #fff !important;
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: box-shadow 200ms ease 50ms;
    /*width: min-content!important;*/
    padding: 0 0 10px 0 !important;
}

.FloatingPopupPanel {
    background-color: #fff !important;
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: box-shadow 200ms ease 50ms;
    padding: 5px;
    overflow: auto;
}

.FloatingPanel {
    background-color: #fff !important;
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: box-shadow 200ms ease 50ms;
    padding: 5px 5px 8px 5px;
    overflow: auto;
}

.FormsPopupPanel {
    background-color: #fff !important;
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: box-shadow 200ms ease 50ms;
    padding-bottom: 5px;
}

.FloatingPanel {
    padding: 0 0 10px 0 !important;
}

    .FloatingPanel > div {
        margin-left: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .FloatingPanel > .FormHeadLabel {
        padding-left: 20px !important;
        margin-right: 0 !important;
    }

.FormHeadLabel {
    border: none !important;
    margin-top: 10px;
}

	 
.Form > div > div
/*,.collapsible > [field-id] > div*/ {
    width: 100%;
    padding: 0 20px 0 20px;
}

.collapsible > div[field-id] {
    width: 100%;
    padding: 0;
}

    .collapsible > div[field-id] input[type="button"] {
        margin-left: 7px;
        margin-right: 20px;
    }

    .collapsible > div[field-id] label {
        width: 100%;
        padding: 0;
    }

.collapsible > [field-id] > div {
    width: 100%;
    padding: 0;
}

.collapsible > [table-id] {
    /*float: none !important;*/
    width: 100%;
    padding: 0px !important;
}

.Form > div > label, .collapsible > [field-id] > label {
    /*float: none !important;*/
}

.Form .collapsible {
    min-height: 55px;
    /*padding-bottom:30PX;*/
    padding: 3px 20px 3px 20px;
}

/*input[type="checkbox"] {
    outline: 1px solid #0075ff;
    outline-offset: 1px;
}*/

[type="checkbox"]:not(:checked):after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: #fff;
    outline: 1px solid #767676;
    outline-offset: -1px;
}

input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #0075ff;
    outline: 1px solid #fff;
    outline-offset: -3px;
    margin-left: -2px;
    margin-top: -1px;
}

    input[type="checkbox"]:checked:after:hover {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background: #0075ff;
        outline: 1px solid #fff;
        outline-offset: -3px;
        margin-left: -2px;
        margin-top: -1px;
    }

[type="checkbox"]:disabled:not(:checked):after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: #fff;
    outline: 1px solid #d2d2d2;
    outline-offset: -1px;
}

input[type="checkbox"]:disabled:checked:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #d2d2d2;
    outline: 1px solid #fff;
    outline-offset: -3px;
    margin-left: -2px;
    margin-top: -1px;
}
/*
input[type="checkbox"]:disabled:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: #f2f3f4;
    outline: 1px solid #d2d2d2;
    outline-offset: -1px;
}
*/



.settings-link {
    position: absolute;
    top: 164px;
    right: 12px;
}

    .settings-link:hover {
        cursor: pointer;
    }

.settings-container {
    top: 90px;
    width: 860px;
    z-index: 10;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: box-shadow 200ms ease 50ms;
    padding-left: 10px;
}

.settings-chart {
    border: 1px solid #cccccc;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.32);
    margin: 10px;
}

.settings-container .FormHeadLabel {
    margin-left: 4px;
}

.settings-enabled:after {
    content: '';
    background-image: url(../customlayout/Images/icn_check_circle.svg);
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
    float: right;
    top: 5px;
    margin-right: 5px;
}

/*.settings-chart {
    margin: 1px 0 0 20px;
}*/

select {
    background: url(images/h_arrow.gif) no-repeat right #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 15px !important;
}



.ResponseLabel {
    display: inline-block;
    width: 100%;
    background-color: #d0021b;
    color: white;
    margin-right: -22px;
    padding: 20px!important;
}

.response {
    /*padding: 10px 10px 0 10px;*/
    margin-top: 10px;
    position: relative;
}

    .response .response-a {
        position: absolute;
        /* float: right; */
        font-size: 30px;
        color: #fff;
        text-decoration: none;
        /* margin-top: -8px; */
        top: 0px;
        /* height: 100%; */
        right: 8px;
    }

    .response a {
        color: #fff;
        background: transparent;
    }

        .response a:hover {
            color: #fff;
            background: transparent;
        }

    .response .response-a:before {
        content: "\00d7"
    }

.response-error span {
    background-color: #d0021b;
    position: relative;
/*    padding-bottom: 8px;
*/}

.response-ok,
.response-ok span {
    background-color: #00ad6c;
    position: relative;
    /*    padding-bottom: 8px;
*/
}

.response-warning span {
    background-color: #FFB822;
    position: relative;
/*    padding-bottom: 8px;
*/}

.error {
    border: 1px solid #d0021b !important;
}

.error-txt {
    color: #d0021b !important;
    font-weight: bold;
}

.disabled-txt {
    color: #858D9D !important;
}



.tree .btn-group {
    margin: 15px 0;
}

    .button-primary,
    .button-secondary,
    .button-disabled,
    .ButtonDisabled,
    .tree .btn-group .button,
    .tree .btn-group .Button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-family: Bentonsans,Helvetica,Arial,sans-serif;
        font-size: 14px;
        letter-spacing: 0.1em;
        /*font-weight: bold;*/
        cursor: pointer;
        margin: 10px 0 0 20px;
        height: 40px;
        min-width: 100px;
        border-radius: 2px;
        text-transform: uppercase;
        border-radius: 9px;
    }

a.button-primary,
a.button-secondary,
a.button-disabled {
    display: inline-block;
    text-decoration: none;
    line-height: 40px;
    padding: 0 15px 0 15px;
    /*    background-color: #ffffff;*/
}

button-secondary,
button-disabled {
    background-color: #ffffff;
}

.button-primary {
    /*border: #ffc451;*/
    background-color: #ffc451;
    color: #151515;
    border: #ffc451;
    /*    box-shadow: 0 2px 3px 2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);*/
  
}

    .button-primary:hover {
        background-color: #ffcd6b;
    }


.button-secondary,
.tree .btn-group .button,
.tree .btn-group .Button {
    border: #c0c0c0 1px Solid !important;
    background-color: #ffffff;
    color: black;
    padding: 0 15px 0 15px;
}

    a.button-secondary:hover,
    .button-secondary:hover,
    .tree .btn-group .button:hover,
    .tree .btn-group .Button:hover {
        color: black;
        background-color: #ffc451;
    }

.tree li .expand-button {
    margin-top: -30.6px !important;
    margin-left: 13.6px !important;
}

.tree a {
    font-size: 15px;
}

.button-primary:disabled {
    border: none;
    background-color: #DBDBDB;
    color: #858D9D;
    cursor: default;
}

.button-secondary:disabled {
    border: Solid 1px #707070;
    background-color: #FFFFFF;
    color: #707070;
    cursor: default;
}


#tblOptions {
    width: -webkit-fill-available;
    margin: 15px 20px;
    width: Calc(100% - 40px);
}

    #tblOptions tr {
        width: 100%;
        background-color: #f2f3f4;
        height: 60px;
        border: solid 1px #dbdbdb !important;
    }

    #tblOptions td {
        padding: 0 0 0 10px;
    }

    #tblOptions a {
        /*border: none;*/
        border: #c0c0c0 1px Solid !important;
        background-color: #ffffff;
        color: black;
        border-radius: 7px;
        cursor: pointer;
        padding: 5px 15px 0 15px;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0.1em;
        /*border: Solid 1px #0089ff;*/
        height: 40px;
        line-height: 30px;
        display: inline-block;
        text-transform: uppercase;
        /*border-radius: 2px;*/
        white-space: nowrap;
    }

        #tblOptions a:hover {
            color: black;
            background-color: #ffc451;
        }

        #tblOptions a.Disabled, #tblOptions a.aspNetDisabled {
            border: Solid 1px #707070 !important;
            background-color: #FFFFFF;
            color: #707070;
            cursor: default;
        }


.dataTables_wrapper {
    padding: 0 !important;
}

.dataTables_scroll {
    padding: 0 !important;
    width: 100% !important;
}

.dataTables_Head tr:first-child, .dataTables_scrollHead, .google-visualization-table-tr-head {
    background-color: black;
						
																		   
}

									  
					   
 

.dataTables_scrollHeadInner {
    /*background-color: #0033a1;*/
}

.dataTable-input .TableCellHead,
.dataTable .TableCellHead {
/*    background-color: transparent !important;
*/    height: 50px;
    font-family: "Bentonsans";
    font-weight: 500;
    font-size: 15px;
    white-space: normal;
}

.dataTables_Head .TableCellHead {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    white-space: nowrap;
}


div.dataTables_scrollBody td.TableCellHead {
    height: unset !important;
}



.google-visualization-table {
    vertical-align: top !important;
    text-align: left !important;
}

    .google-visualization-table th {
        background: none !important;
        border: none !important;
        font-weight: normal !important;
        height: 80px !important;
        font-family: bentonsans-light !important;
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    .google-visualization-table td {
        padding: 10px 8px !important;
        font-family: bentonsans-light !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #000 !important;
    }

[ref="MonthlyAveragesPerAnnumTable"] tr:not(:first-child) td:nth-child(3),
[ref="MonthlyAveragesPerAnnumTable"] tr:not(:first-child) td:nth-child(4) {
    text-align: right !important;
}

[ref="MonthlyAveragesPerAnnumTable"] {
    width: 40%;
}

[ref="MonthlyAveragesPerQuarterTable"] {
    width: 60%;
}

    [ref="MonthlyAveragesPerQuarterTable"] th {
        white-space: pre-line !important;
    }

    [ref="MonthlyAveragesPerQuarterTable"] tr:not(:first-child) td:nth-child(1) {
        white-space: nowrap !important;
    }

    [ref="MonthlyAveragesPerQuarterTable"] tr td:nth-child(1n+3) {
        text-align: right !important;
    }

.TableCellHead {
    background: rgba(0, 0, 0, 0.8);
    color: #dabd5e !important;
     padding: 0px 8px !important;
}

.dataTables_length, .dataTables_info {
    padding-left: 20px;
}

.dataTables_paginate {
    padding-right: 20px;
}

.dataTables_filter {
    width: 100%;
    padding: 3px 20px
}

    .dataTables_filter label {
        line-height: 0;
        font-size: 0px;
    }

    .dataTables_filter input {
        width: 100%;
        background: url(images/icn_search.svg);
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: 10px center;
        padding-left: 40px;
        font-size: 14px;
    }

.dataTables_wrapper .dataTables_info {
    color: #9c9c9c !important;
    padding-right: 20px;
}

.dataTables_info {
    float: right !important;
    clear: none !important;
}

.paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #9c9c9c !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
        color: #000 !important;
        background: none !important;
        background-color: #ededed !important;
        border: 1px solid transparent;
        border-radius: 2px;
    }


.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #000 !important;
    background: none !important;
    background-color: #ededed !important;
    border: 1px solid transparent;
    border-radius: 2px;
}


table.dataTable tbody td {
    padding: 15px 8px;
}

table.dataTable.stripe tbody tr {
    background-color: #eceff3 !important;
}

    table.dataTable.stripe tbody tr.odd {
        background-color: #ffffff !important;
    }

table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr:hover {
    background-color: #ddd !important;
}


table.dataTable-input tbody td,
table.dataTable-input tbody td input:not(.button-primary):not(.button-secondary),
table.dataTable tbody td,
table.dataTable tbody td input:not(.button-primary):not(.button-secondary) {
    font-family: bentonsans-light;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

table.dataTable-input tfoot td,
table.dataTable-input tfoot td input,
table.dataTable tfoot td,
table.dataTable tfoot td input {
    font-family: bentonsans-light;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}


table.dataTable tbody td,
table.dataTable-input tbody td {
    padding: 7px 8px !important;
    line-height: 30px;
}

table.dataTable-list tbody td {
    padding: 0 !important;
}

table.dataTable-list tbody tr:nth-child(odd) .div-noAccess {
    background-color: #ffffff;
}

.TableCellHR, table.dataTable tbody td.TableCellHR,
table.dataTable-input tbody td.TableCellHR {
    height: 1px;
    padding: 0px 8px !important;
    border-bottom: 1px solid silver !important;
}


.div-noAccess {
    display: block;
    height: 40px;
    line-height: 34px;
    padding: 0px 2px 0px 12px;
    border: none;
    cursor: pointer;
    user-select: none;
}

table.dataTable-list tbody td div {
    padding: 0px 8px 2px 8px!important;	
}

.div-Access {
    display: block;
    height: 40px;
    line-height: 34px;
    padding: 0px 2px 0px 12px;
    border: none;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    background-color: transparent;
    color: #545454;
}

    .div-Access:after {
        content: '';
        background-image: url(../customlayout/Images/icn_check_circle.svg);
        display: inline-block;
        height: 30px;
        width: 30px;
        position: relative;
        float: right;
        top: 3px;
    }

.tblUserAccess tr:nth-child(odd) {
    background-color: #f9f9f9 !important;
}

.dd-div {
    height: 45px;
    line-height: 45px;
    width: 100%;
}

td {
    font-size: 14px;
}

#tblOptions a.Disabled,
#tblOptions a.disabled {
    border: none !important;
    padding: 5px 10px 0 10px !important;
}

.tree li > div {
    height: 47px !important;
    line-height: 44px !important;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.32);
    border-radius: 2px;
    margin-top: 10px;
}

.tree li select,
.tree li select:disabled {
    height: 99% !important;
    width: 50%;
    border: none;
}

    .tree li select:disabled {
        background-color: transparent;
        height: 100%;
        width: 50%;
    }

.full-size-link {
    width: 95% !important;
}


.export-label {
    color: #002169 !important;
    height: unset !important;
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}

.wait-lable-bg, .alert-wait-lable-bg {
    z-index: 9999 !important
}

.wait-label  {
    color: #0033A1;
    height: unset !important;
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    z-index: 10011 !important;
    height: 118px;
}

.alert-wait-label, .oauth-wait-label {
    color: #0033A1;
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    z-index: 10011 !important;
}


.oauth-alert {
    /*height: 250px !important;*/
    width: 678px !important;
    display: none;
}

.OAuthMessageContent {
    padding:30px;
}


.ADTable {
    margin-left: 15px;
    /* padding-right: 18px; */
    width: 563px;
}

    .ADTable td {
        padding: 5px;
        white-space: nowrap;
    }

.bin {
    background: url('Images/icn_bin.svg');
    width: 20px;
    height: 20px;
}



.MonthYearTable {
    border-radius: 2px;
    height: 45px;
}




.calendardiv {
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 2px;
    margin-top: 20px;
    margin-left: 0;
    width: unset;
}

    .calendardiv table, tr, td {
        border: none !important;
        border-collapse: collapse;
        padding: 0;
    }


.TESTcpBorder {
    border: none !important;
    border-radius: 2px;
}

TD.TESTcpCurrentDate {
    background-color: #ffc451 !important;
    color: black !important;
    border-radius: 2px;
}

TD.TESTcpTodayText {
    /* display: none; */
    border: none !important;
    /* padding: 10px 0; */
    background-color: #666666;
    color: white;
}

TD.TESTcpTodayText br {
     display: none; 
}

A.TESTcpTodayText {
    color: #fff !important;
    text-decoration: none;
    display: block;
    WIDTH: 100%;
    HEIGHT: 30px;
    line-height: 30px;
}

.MonthYearTable .TESTcpMonthNavigationTD:first-child {
    border-radius: 2px 0 0 0;
}

.TESTcpYearNavigationTD {
    border-radius: 0 3px 0 0;
}

.TESTcpMonthNavigationTD:nth-child(3) {
    border-radius: 0 3px 0 0;
}

.TESTcpYearNavigationTD,
.TESTcpMonthNavigationTD {
    background-color: #666666 !important;
    color: #ffffff !important;
    padding-right: 15px;
}

    .TESTcpYearNavigationTD select,
    .TESTcpMonthNavigationTD select {
        color: #fff !important;
        background-color: #666666 !important;
        border: none;
        background-image: url('Images/h_arrow_white.gif');
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 90px !important;
    }

        .TESTcpYearNavigationTD select:focus,
        .TESTcpMonthNavigationTD select:focus {
            outline: none;
        }

        .TESTcpYearNavigationTD select option,
        .TESTcpMonthNavigationTD select option {
            color: #000 !important;
            background-color: #fff !important;
        }

    .TESTcpYearNavigationTD select {
        width: 60px !important;
    }


.TESTcpDayColumnHeader {
    font-weight: bold;
    border-bottom: none !important;
    padding: 6px 0;
}

.TESTcpCurrentMonthDate, .TESTcpOtherMonthDate, .TESTcpCurrentDate {
    width: 38px;
    height: 34px;
}

.TESTcpOtherMonthDate {
    color: #d2d2da !important;
}

    .TESTcpCurrentMonthDate a, .TESTcpOtherMonthDate a, .TESTcpCurrentDate a {
        padding: 7px;
        color: #000000 !important;
    }


.wait-label {
    padding: 16px 10px;
    left: 50% !important;
}



.alert-container, .oauth-container {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    visibility: hidden;
    display: none;
    background-color: rgba(22,22,22,0.5); /* complimenting your modal colors */
}

    .alert-container:target, .oauth-container:target {
        visibility: visible;
        display: block;
    }



.loader {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 20px;
    height: 20px;
}

.loader-text {
    padding-top: 10px;
}

    .loader-text:before {
        content: 'Loading...';
        color: black;
    }












/**, :after, :before {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

 

.content {
  
   margin-left: 250px;
     height: 100%;
}*/

.MenuBG {
    position: absolute;
    top: 0;
    left: 0 !important;
    right: unset !important;
    height: 85px !important;
    display: none;
    /*background: #0033A1 !important;*/
    background-color: transparent;
    /*background-image: url(images/page_left.jpg) !important;*/
    background-repeat: no-repeat !important;
    background-position: left center !important;
	
							
    /*    z-index: 10001;*/
}






/********************************************************************************************************************************************************************/
/*Specific to Account Management form*/
.acc-man-body .FormHeadLabel {
    margin-left: 0 !important;
    padding-left: 20px !important;
}


/********************************************************************************************************************************************************************/
/*Specific to Company form*/
.company-body {
    overflow: auto !important;
}

    .company-body .ScreenPanel {
        margin-top: -5px !important;
    }

    .company-body .InternalPanel {
        margin-top: 0 !important;
        padding-top: 0px !important;
        top: 100px !important;
    }

    .company-body .dataTable .TableCellHead {
        white-space: nowrap;
    }


/********************************************************************************************************************************************************************/
/*Specific to Registration form*/
.registration-body .LoginUpdatePanel {
    margin-top: -171px;
    width: 650px;
    margin-left: -325px;
					   
}

.registration-body .LoginBarTop {
	margin-top: -233px;
}

.registration-body .LoginHeadLabel {
    background: none !important;
    padding: 0 !important;
    text-align: center !important;
}

.registration-body .LoginHeadLabel {
    font-size: 1.8em !important;
    font-weight: 300 !important;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

    .registration-body .LoginHeadLabel:before {
        background: none !important
    }

.registration-body .LoginHeadLabel-td {
    text-align: center;
}

.registration-body .button-primary {
    margin-right: 0 !important;
}

/********************************************************************************************************************************************************************/
/*Specific to Budget Rates form*/

.budget-rates-body .InternalPanel {
    width: 1330 !important;
}

.budget-rates-body .TableCell input,
.budget-rates-body .TableCell select,
.budget-rates-body .TableCell span {
    width: 78px !important;
}

/********************************************************************************************************************************************************************/
/*Specific to Cashman Categories form*/
.cashman-cat-body .InternalPanel {
    padding: 1px 0 !important;
}

    .cashman-cat-body .InternalPanel select {
        min-width: 50px !important;
    }

    .cashman-cat-body .InternalPanel input {
        margin-top: 15px !important;
    }

.cashman-cat-body #pnlAdd.InternalPanel {
    padding: 10px 15px !important;
}

.cashman-cat-body #tblDetail tr td {
    background-color: #fff !important;
}


/********************************************************************************************************************************************************************/
/*Specific to Banks form*/
.banks-body #pnlAdd .full {
    width: 98% !important;
}

.banks-body #pnlAdd .vertical-stack.full,
.banks-body #pnlAdd .vertical-stack > .full {
    width: 100% !important;
}


/********************************************************************************************************************************************************************/
/*Specific to Reports form*/

.reports-body #pnlAdd .full {
    width: 98% !important;
}

.reports-body .fileUploadLabel {
    width: 81% !important;
    line-height: 44px;
}

.reports-body [field-id="Upload"] input {
    margin: 0px !important;
    width: 120px !important;
    height: 45px;
    margin-right: 3px;
}


.fileUploadLabel {
    width: 710px !important;
    line-height: 41px !important;
    margin: 10px 0;
}

[field-id] .fileUploadLabel {
    margin: 0px;
}

[field-id] .fileUploadButton {
    margin-top: 0px !important;
}

.cm-bankbal-import .fileUploadLabel {
    width: 665px !important;
/*    margin-left: 5px;
*/}

.fx-bankbal-import .fileUploadLabel {
    width: 402px !important;
/*    margin-left: 5px;
*/}
/********************************************************************************************************************************************************************/
/*Specific to Default form*/
.default-body input[type="text"], .default-body select {
    width: 95% !important;
}



/********************************************************************************************************************************************************************/
/*    
@media (max-width:767px) {
    .LoginHeadLabel-td {
        text-align: left !important;
    }

    .MenuBG {
        width: 100% !important;
        display: block;
				 
											 
						   
									
						 
    }

    .ScreenPanel {
        padding: 0 0;
        overflow: auto;
    }

    .InternalPanel:not(.mobile) {
        width: 100% !important;
    }

    .FloatingPopupPanel {
        width: 100% !important;
        position: absolute;
        left: 0 !important;
        margin-left: 0 !important;
    }

    .col-3 > div {
        width: 99%;
    }

    .col-4 > div {
        width: 99%;
    }

    .settings-container {
        width: 440px;
        left: unset;
        margin-left: unset;
        overflow: auto;
    }

    .LoginUpdatePanel, .registration-body .LoginUpdatePanel {
        width: 100% !important;
        left: 0px;
        margin-left: 0px;
    }

    .settings-link {
        top: 155px;
    }

    .FormsPopupPanel {
        width: 100% !important;
        position: absolute;
        left: 0 !important;
        margin-left: 0 !important;
    }

    .reports-body .fileUploadLabel {
        width: 73% !important;
    }

    .cashman-reports-body .col-2 > div {
        width: 99%;
    }

    .fc-bulkinput-body .col-2 {
        width: 49%;
    }

}
*/




 
  
/********************************************************************************************************************************************************************/
/*Menu*/

.mega-drop-down a {
    color: #fff;
    padding: 28px 25px;
    height: 70px;
    line-height: 28px;
    text-decoration: none;
    font-family: "Bentonsans";
    font-weight: 500;
    font-size: 16px;
}

/*   .mega-drop-down a:hover {
        box-shadow: 0 -4px 0 #fff inset;
    }

    .mega-drop-down a:active {
        box-shadow: 0 -4px 0 #fff inset;
    }*/

.a-active {
    box-shadow: 0 -4px 0 #ffc451 inset;
}

.a-inactive {
    box-shadow: none;
}

.a-sub-active {
    background-color: #fff;
}

.flyout-right a {
    height: 57px;
    line-height: 20px;
    text-decoration: none;
    font-family: "Bentonsans-medium";
    display: block;
    color: #000 !important;
}

    .flyout-right a:hover {
        box-shadow: none;
    }

.menu-col-1 {
    width: 100%;
    float: right;
    padding-left: 5%;
}

    .menu-col-1 li {
        width: 100% !important;
    }

.menu-col-3 {
    position: absolute;
    top: 0px;
    /*width: 100%;*/
    width: -webkit-calc(100% - 480px);
    width: -moz-calc(100% - 480px);
    width: calc(100% - 480px);
    background-color: #fff !important;
    color: #000;
    display: none;
    left: 480px;
    height: 100%;
    z-index: 10000;
}


    .menu-col-3 li {
        display: inline-block;
        width: 33.33%;
        padding-left: 10%;
    }

.flyout-right-sub a {
    color: #000 !important;
    display: block;
    padding: 20px 0 20px 0;
    height: 57px;
    line-height: 20px;
    text-decoration: none;
    font-family: "Bentonsans-medium";
    width: fit-content !important;
}

    .flyout-right-sub a:hover {
        text-decoration: underline;
    }

.flyout-right-sub-2 a {
    color: #000 !important;
    padding: 0px 0 0px 0;
    line-height: 30px;
    font-family: "Bentonsans";
}

    .flyout-right-sub-2 a:hover {
        text-decoration: underline;
    }

.menuSubBack {
    display: none !important;
}


*,
:after,
:before {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

ul {
    /*    list-style: none !important;
*/ margin: 0;
    padding: 0;
}

.mega-menu ul {
    background-color: #F3F3F4;
}

.menu-col-3 ul {
    background-color: #fff !important;
}


.exo-menu-content {
    width: 100%;
}

.exo-menu {
    /*    list-style: none;
*/ background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

    .exo-menu > li {
        display: inline-block;
        float: left;
    }

        .exo-menu > li > a {
            color: #fff;
            text-decoration: none;
        }

    .exo-menu i {
        float: left;
        font-size: 18px;
        margin-right: 6px;
        line-height: 20px !important;
    }

li.drop-down,
.flyout-right,
.flyout-left {
    position: relative;
}

    li.drop-down:before {
        content: "\f103";
        color: #fff;
        font-family: FontAwesome;
        font-style: normal;
        display: inline;
        position: absolute;
        right: 6px;
        top: 20px;
        font-size: 14px;
    }

    li.drop-down > ul {
        left: 0px;
        min-width: 230px;
    }

.drop-down-ul {
    display: none;
}

.flyout-right > ul,
.flyout-left > ul {
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670;
}

li.drop-down > ul > li > a,
.flyout-right ul > li > a,
.flyout-left ul > li > a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    text-decoration: none;
    background-color: #365670;
    border-bottom: 1px dotted #F3F3F4;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.flyout-right ul > li > a,
.flyout-left ul > li > a {
    border-bottom: 1px dotted #B8C7BC;
}



.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.flyout-mega ul > li > a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit;
}

    .flyout-mega ul > li > a:hover,
    .flyout-mega ul > li > a:active,
    .flyout-mega ul > li > a:focus {
        text-decoration: none;
        background-color: transparent !important;
        color: #ccc !important
    }


.mega-menu {
    left: 0;
    right: 0;
    display: none;
    padding-top: 0;
    background-color: #fff !important;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15);
    z-index: 10000;
    width: 100%;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #F3F3F4;
    padding-top: 15px;
    background-color: #365670
}

ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

    ul.description li span {
        color: #ccc;
        font-size: 85%;
    }

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009FE1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}

    a.view-more:hover {
        color: #fff;
        background: #0DADEF;
    }

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}

.Blog {
    left: 0;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #F3F3F4;
    padding-bottom: 15px;
}

    .Blog .blog-title {
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
    }

    .Blog .blog-des {
        color: #ccc;
        font-size: 90%;
        margin-top: 15px;
    }

    .Blog a.view-more {
        margin-top: 0px;
    }

.Images {
    left: 0;
    width: 100%;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #F3F3F4;
    padding-bottom: 15px;
}

    .Images h4 {
        font-size: 15px;
        margin-top: 0px;
        text-transform: uppercase;
    }

.flyout-right ul > li > a,
.flyout-left ul > li > a,
.flyout-mega-wrap,
.mega-menu {
    background-color: #F3F3F4;
}


@media (min-width:1700px) {

    .exo-menu-content {
        /*width: 3000px;*/
    }

    .exo-menu {
        padding-left: 150px;
        min-height: 70px;
        background-image: url(images/sb_logo.png) !important;
        background-repeat: no-repeat !important;
        background-position: left center !important;
        background-size: 150px;
    }

        .exo-menu > li > a {
            display: block;
            padding: 20px 19px;
        }

    .mega-menu ul {
        width: 480px;
    }

    .menu-col-3 {
        left: 480px;
    }

        .menu-col-3 ul {
            width: 100%;
            /*            padding-right: 30%;
*/
        }


    .mega-menu, .flyout-mega-wrap, .Images, .Blog, .flyout-right > ul,
    .flyout-left > ul, li.drop-down > ul {
        position: absolute;
    }

    .flyout-right a {
        padding: 20px 0 0 250px;
    }

    .flyout-right > ul {
        left: 100%;
    }

    .flyout-left > ul {
        right: 100%;
    }

    toggle-menu-div {
        display: none;
    }

    /*    .Blog:hover,
    .Images:hover,
    .mega-menu:hover,
    .drop-down-ul:hover,
    li.flyout-left > ul:hover,
    li.flyout-right > ul:hover,
    .flyout-mega-wrap:hover,
    li.flyout-left a:hover + ul,
    li.flyout-right a:hover + ul,
    .blog-drop-down > a:hover + .Blog,
    li.drop-down > a:hover + .drop-down-ul,
    .images-drop-down > a:hover + .Images,
    .mega-drop-down a:hover + .mega-menu,
    li.flyout-mega > a:hover + .flyout-mega-wrap {
        display: block;
    }*/

    .mega-drop-down a.last-a {
        width: 250px;
        /*padding-right: 50px;*/
        line-height: 23px;
        padding: 13px 64px 0px 39px;
    }

        .mega-drop-down a.last-a:after {
            position: relative;
            top: -24px;
            left: 38px;
        }


    .page-active {
        box-shadow: 0 -4px 0 #ffc451 inset;
    }
}








@media (min-width:1250px) and (max-width:1699px) {
    .exo-menu {
        padding-left: 180px;
        min-height: 73px;
        background-image: url(images/sb_logo.png) !important;
        background-repeat: no-repeat !important;
        background-position: 10px center !important;
        background-size: 150px;
    }

        .exo-menu > li > a {
            display: block;
            padding: 20px 12px;
            font-size: 14.3px;
        }

    .mega-menu ul {
        width: 480px;
    }

    .menu-col-3 {
        left: 480px;
    }
		 
   

        .menu-col-3 ul {
            width: 100%;
        }

	 
	 
  

    .mega-menu, .flyout-mega-wrap, .Images, .Blog, .flyout-right > ul,
    .flyout-left > ul, li.drop-down > ul {
        position: absolute;
    }

    .flyout-right a {
        padding: 20px 0 0 250px;
    }

    .flyout-right > ul {
        left: 100%;
    }
  

    .flyout-left > ul {
        right: 100%;
    }

    toggle-menu-div {
        display: none;
    }

    .mega-drop-down a.last-a {
        width: 230px;
        padding-right: 71px;
        line-height: 18px;
    }

    .mega-drop-down a {
        height: 73px;
    }

        .mega-drop-down a.last-a:after {
            position: relative;
            top: -24px;
            left: 38px;
        }

    .page-active {
        box-shadow: 0 -4px 0 #ffc451 inset;
    }
}
   

	  
		  
  
 







@media (min-width:768px) and (max-width:1249px) {
    .MenuBG {
        width: 100% !important;
        display: block;
        background-image: url(images/sb_logo.png) !important;
        background-position: center !important;
        background-size: 60px !important;
    }
  


    .LoginHeadLabel-td {
        text-align: left !important;
    }

    .ScreenPanel {
        padding: 0 0;
        overflow: auto;
    }

    .InternalPanel:not(.mobile) {
        width: 100% !important;
    }

    .col-3 > div {
        width: 99%;
    }

    .col-4 > div {
        width: 99%;
    }

    .FloatingPopupPanel {
        width: 100% !important;
        position: absolute;
        left: 0 !important;
        margin-left: 0 !important;
    }

    .exo-menu {
        min-height: 85px;
        width: 100%;
    }

        .exo-menu.display {
            background: #0033a1;
            min-height: 100%;
            width: max-content;
            min-width: 100%;
        }

        .exo-menu > li > a {
            width: 100%;
            display: none;
        }

        .exo-menu > li {
            border-bottom: none;
        }

        .exo-menu.display > li {
            display: inline-block;
            width: unset;
            border-bottom: solid 1px #e0e0e0;
            box-shadow: none !important;
            margin-top: 85px;
        }


        /*.exo-menu > li:first-child {
            margin-top: 85px;
        }*/

        .exo-menu > li > a {
            color: #0033A1;
            background-color: #fff;
            text-decoration: none;
        }

        .exo-menu li.has-children a:after {
            border-style: solid;
            border-width: 1px 1px 0 0;
            content: '';
            display: inline-block;
            height: 8px;
            position: absolute;
            transform: rotate(135deg);
            width: 8px;
            right: 20px;
        }

        .exo-menu li.has-children a:after {
            transform: rotate(45deg);
        }

        .exo-menu li.has-children.a-sub-active a:after {
            transform: rotate(135deg);
        }

        .exo-menu > li > a.a-active:after {
            transform: rotate(315deg);
        }

        .exo-menu > li > .last-a.a-active:after {
            transform: rotate(0deg);
        }

    .mega-menu {
        box-shadow: none !important;
    }

        .mega-menu ul {
            width: 30%;
        }

    .mega-drop-down a {
        color: #0a2240 !important;
        font-weight: 500;
        font-size: 13px;
        font-family: "Bentonsans";
        height: 50px;
        line-height: 14px;
    }

    /*.mega-drop-down a:active,
        .mega-drop-down a:hover {
            box-shadow: none;
            border-bottom: solid 1px #e0e0e0 !important;
            text-decoration: none;
        }*/

    .menuSubBack {
        display: none !important;
    }

    .mega-menu li {
        border-bottom: solid 1px #e0e0e0;
    }

    .menu-col-3 {
        left: 0px;
        top: 51px;
        width: 100%;
        padding-left: 0;
        height: 100%;
        position: absolute;
    }

        .menu-col-3 ul {
            width: 100%;
        }

        .menu-col-3 li {
            display: block;
            width: 100%;
            padding-left: 10%;
        }
	  
		
  

        .menu-col-3 a {
            font-weight: 500 !important;
            font-size: 13px;
        }
		  
	 

    .menu-col-1 {
        float: none;
        padding-left: 0;
    }

    .menu-col-1 {
    }
  

    .display.exo-menu > li > a:not(.last-a) {
        display: block;
        padding: 20px 10px;
        /*max-width: 137px;*/
    }
	  
		 
  

        .display.exo-menu > li > a:not(.last-a):after {
            border-style: solid;
            border-width: 1px 1px 0 0;
            content: '';
            display: inline-block;
            height: 8px;
            transform: rotate(45deg);
            width: 8px;
            margin-left: 10px;
        }

    .display.exo-menu > li > a.a-active:not(.last-a):after {
        transform: rotate(135deg);
        border-width: 2px 2px 0 0;
        transform-origin: right;
        margin-left: 7px;
        margin-right: 3px;
    }

		
		  
	   
   

	 
	 
	  
  

    .mega-menu, .Images, .Blog, .flyout-right > ul,
    .flyout-left > ul, li.drop-down > ul {
        position: relative;
    }

    .flyout-right a {
        padding: 20px 0 0 20px;
    }
		
  

    .menuSubBack {
        display: block !important;
        position: absolute;
        width: 100px !important;
        padding-left: 0 !important;
    }
		  
		
		 
   

        .menuSubBack a:before {
            border-style: solid;
            border-width: 1px 1px 0 0;
            content: '';
            display: inline-block;
            height: 8px;
            position: absolute;
            transform: rotate(225deg);
            width: 8px;
            left: 20px;
            margin-top: 5px;
        }

    .a-active:not(.last-a) {
        /*background-color: #f3f3f4 !important;
        border-bottom: solid 1px #e0e0e0 !important;*/
        font-weight: bold !important;
        box-shadow: none;
    }

    .a-sub-active {
        background-color: transparent;
    }

        .a-sub-active a {
            font-weight: bold;
        }
  

    .flyout-right-sub, .flyout-right-sub-2 {
        height: 57px;
        line-height: 57px;
        border-bottom: solid 1px #eaeaea;
    }

        .flyout-right-sub a {
            width: 100% !important;
            text-decoration: none;
        }
		   
  

        .flyout-right-sub-2 a {
            padding-left: 20px;
            text-decoration: none;
            width: 100% !important;
            line-height: 60px;
        }
		  
		   
		
		
	   
   

	   
			  
			   
		  
	   
  

    .toggle-menu-div {
        position: absolute;
        display: block;
        z-index: 10000;
        left: 25px;
        box-sizing: border-box;
        width: unset;
        top: 27px;
    }

    a.toggle-menu {
        display: block;
        padding: 14px;
        font-size: 27px;
        background-color: transparent;
        color: #fff;
        width: 30px;
        height: 20px;
        text-decoration: none;
        float: right;
    }

    .mega-drop-down a.last-a:after {
        height: 25px;
        width: 25px;
        position: absolute;
        margin-top: -36px;
    }

    .dataTables_info {
        margin-top: 0.5em;
    }
   

    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: right !important;
    }
		   
		 
   

    .mega-drop-down a.last-a {
        padding-right: 60px !important;
        padding-top: 15px !important;
        position: fixed;
        display: inline-block;
        width: 280px !important;
        max-width: 280px !important;
        height: 85px;
        line-height: 25px;
        top: 0;
        right: 0;
    }

        .mega-drop-down a.last-a:after {
            top: 53px;
            right: 10px;
        }
	   
		  
	  
	  
  

    .disp {
        position: absolute;
    }
	  
		   
	 
	 
	  
		 
	  
  

    .last-div {
        top: 85px;
    }
		 
		
  

	   
		
  

    *:focus,
    *:hover,
    *:active {
        -webkit-tap-highlight-color: transparent;
        outline: none;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        text-decoration: none !important;
    }

    .settings-container {
        width: 440px;
        left: unset;
        margin-left: unset;
        overflow: auto;
    }
		 
	  
		
	  
	 
  

    .LoginUpdatePanel, .registration-body .LoginUpdatePanel {
        width: 100% !important;
        left: 0px;
        margin-left: 0px;
    }

    .settings-link {
        top: 155px;
    }

    .FormsPopupPanel {
        width: 100% !important;
        position: absolute;
        left: 0 !important;
        margin-left: 0 !important;
    }

    .reports-body .fileUploadLabel {
        width: 73% !important;
    }

    .cashman-reports-body .col-2 > div {
        width: 99%;
    }
			 
	   
			
		   
		   
  

    .fc-bulkinput-body .col-2 {
        width: 49%;
    }
}
		
  

				
		  
	  
	   
  

	 
	   
  

	   
		  
		 
		 
		  
  

		 
		 
  

		  
	   
  

		  
	   
  
 



@media (max-width:767px) {

    body {
        background-repeat: repeat !important;
        background-attachment: inherit !important;
    }

    .ADTable {
        margin-left: 15px;
        /* padding-right: 18px; */
        width: 98%;
    }

    .TableCellHead {
        padding: 0px 20px 0px 8px !important;
    }

    .reports-body [field-id="Upload"] input {
        margin: 0px !important;
        width: 115px !important;
        height: 40px;
        margin-right: 3px;
    }

    .tree li > div > div:first-child {
        width: 66% !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    } 

    html {
        touch-action: manipulation;
        width: 100%;
    }

    #tblBlotter {
        overflow-x: auto !important;
    }

    #divTabs {
        white-space: normal;
    }

        #divTabs > a {
            /*width: 48% !important;*/
        }

    .collapsible-handle {
        font-size: 13px !important;
    }

    .collapsible.collapsed > a > span::after,
    .collapsible.expanded > a > span::after {
        display: none;
    }

    .LoginHeadLabel-td {
        text-align: left !important;
    }

    .MenuBG {
        width: 100% !important;
        display: block;
    }

    .ScreenPanel {
        padding: 0 0;
        overflow: auto;
    }

    .InternalPanel:not(.mobile) {
        width: 100% !important;
    }

    .col-2 > div {
        width: 99% !important;
    }

    .col-3 > div {
        width: 99% !important;
    }

    .col-4 > div {
        width: 99% !important;
    }

    .FloatingPopupPanel {
        width: 100% !important;
        position: absolute;
        left: 0 !important;
        margin-left: 0 !important;
    }

    .exo-menu {
        min-height: 85px;
        width: 100%;
    }

        .exo-menu.display {
            background: #000000;
            min-height: 100%;
            width: 100%;
            position: absolute;
        }

        .exo-menu > li > a {
            width: 100%;
            display: none;
        }

        .exo-menu > li {
            border-bottom: none;
        }

        .exo-menu.display > li {
            display: inline-block;
            width: 100%;
            border-bottom: solid 1px #e0e0e0;
            box-shadow: none !important;
        }


        .exo-menu > li:first-child {
            margin-top: 85px;
        }

        .exo-menu > li > a {
            color: #0033A1;
            background-color: #fff;
            text-decoration: none;
        }

            .exo-menu > li > a:after, .exo-menu li.has-children a:after {
                border-style: solid;
                border-width: 1px 1px 0 0;
                content: '';
                display: inline-block;
                height: 8px;
                position: absolute;
                transform: rotate(135deg);
                width: 8px;
                right: 20px;
            }

        .exo-menu li.has-children a:after {
            transform: rotate(45deg);
        }

        .exo-menu > li > a.a-active:after {
            transform: rotate(315deg);
        }

        .exo-menu > li > .last-a.a-active:after {
            transform: rotate(0deg);
        }

    .mega-menu {
        box-shadow: none !important;
    }

        .mega-menu ul {
            width: 100%;
        }

    .mega-drop-down a {
        color: #0a2240 !important;
        font-weight: 500 !important;
        font-size: 16px;
        font-family: "Bentonsans";
        height: 50px;
        line-height: 14px;
    }

    /*.mega-drop-down a:active,
        .mega-drop-down a:hover {
            box-shadow: none;
            border-bottom: solid 1px #e0e0e0 !important;
            text-decoration: none;
        }*/


    .mega-menu li {
        border-bottom: solid 1px #e0e0e0;
    }

    .menu-col-3 {
        left: 0px;
        top: 85px;
        width: 100%;
        padding-left: 0;
        height: 100%;
        position: absolute;
    }

        .menu-col-3 ul {
            width: 100%;
        }

        .menu-col-3 li {
            display: block;
            width: 100%;
            padding-left: 10%;
        }

        .menu-col-3 a {
            font-weight: 500 !important;
            font-size: 16px;
        }

    .menu-col-1 {
        float: none;
        padding-left: 0;
    }

    .menu-col-1 {
    }

    .display.exo-menu > li > a {
        display: block;
        padding: 20px 22px;
    }

    .mega-menu, .Images, .Blog, .flyout-right > ul,
    .flyout-left > ul, li.drop-down > ul {
        position: relative;
    }

    .flyout-right a {
        padding: 20px 0 0 20px;
    }

    .menuSubBack {
        display: block !important;
    }

        .menuSubBack a:before {
            border-style: solid;
            border-width: 1px 1px 0 0;
            content: '';
            display: inline-block;
            height: 8px;
            position: absolute;
            transform: rotate(225deg);
            width: 8px;
            left: 20px;
            margin-top: 5px;
        }

    .a-active {
        background-color: #f3f3f4 !important;
        border-bottom: solid 1px #ffc451 !important;
        box-shadow: none;
    }

    .flyout-right-sub, .flyout-right-sub-2 {
        height: 57px;
        line-height: 57px;
        border-bottom: solid 1px #eaeaea;
    }

        .flyout-right-sub a {
            width: 100% !important;
            text-decoration: none;
        }

        .flyout-right-sub-2 a {
            padding-left: 20px;
            text-decoration: none;
            width: 100% !important;
            line-height: 60px;
        }


    .toggle-menu-div {
        position: absolute;
        display: block;
        height: 85px;
							
        z-index: 10000;
        left: 0px;
        box-sizing: border-box;
        width: 100%;
        top: 0px;
        padding-right: 20px;
        padding-top: 25px;
        background-color: transparent;
        background-image: url(images/sb_logo.png) !important;
        background-repeat: no-repeat !important;
        background-position: left center !important;
    }

    a.toggle-menu {
        display: block;
        padding: 14px;
        font-size: 27px;
        background-color: transparent;
        color: #fff;
        width: 30px;
        height: 20px;
        text-decoration: none;
        float: right;
    }

    .mega-drop-down a.last-a:after {
        height: 25px;
        width: 25px;
        position: absolute;
        margin-top: -30px;
    }

    .dataTables_info {
        margin-top: 0.5em;
    }

    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: right !important;
    }

    .mega-drop-down a.last-a {
        padding-right: 60px !important;
        padding-top: 17px !important;
    }
 
								 
						  
  
 
								   
						
	
 
		
								
						  
  

    *:focus,
    *:hover,
    *:active {
        -webkit-tap-highlight-color: transparent;
        outline: none;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        text-decoration: none !important;
    }

    .settings-container {
        width: 440px;
        left: unset;
        margin-left: unset;
        overflow: auto;
    }

    .LoginUpdatePanel, .registration-body .LoginUpdatePanel {
        width: 100% !important;
        left: 0px;
        margin-left: 0px;
    }
  

    .settings-link {
        top: 155px;
    }
	   
  

    .FormsPopupPanel {
        width: 100% !important;
        position: absolute;
        left: 0 !important;
        margin-left: 0 !important;
    }

	   
						
		 
		 
		  
  
 
    .reports-body .fileUploadLabel {
        width: 73% !important;
    }

    .cashman-reports-body .col-2 > div {
        width: 99%;
    }

    .fc-bulkinput-body .col-2 {
        width: 49%;
    }
}




a.menu-closed {
    background-image: url(images/menuToggleClosed.png);
    background-repeat: no-repeat;
}

a.menu-open {
    background-image: url(images/menuToggleOpen.png);
    background-repeat: no-repeat;
}



.disp {
    display: block;
}

.menuSubBack {
    display: none;
}

.mega-drop-down a.last-a {
    color: #fff !important;
    background-color: #565656 !important;
    box-shadow: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .mega-drop-down a.last-a:after {
        content: '';
        background-image: url(Images/icn_user.svg);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        height: 45px;
        width: 45px;
        transform: rotate(0deg);
        float: right;
        border: none;
    }

.ContextMenuDiv {
    border-radius: 2px;
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
}

.ContextMenu {
    border: none;
}

.ContextMenuItem {
    font-family: "Bentonsans";
    height: 45px;
    line-height: 45px;
    padding: 0px 40px 0 10px !important;
}

    .ContextMenuItem:hover {
        font-family: "Bentonsans";
        background: #0033A1;
        padding: 0px 40px 0 10px !important;
    }

.ContextMenuItem-Disabled {
    font-family: "Bentonsans";
    height: 45px;
    line-height: 45px;
    padding: 0px 40px 0 10px !important;
    color: silver;
}




.sheet-container canvas, .sheet-container > div, .sheet-container .sheet-expand-button {
    margin-left: 20px;
}

.spreadsheet-grid-container th,
.spreadsheet-container .parent-label {
    font-weight: normal;
}

.spreadsheet-grid-container th {
    /*background-color: #002169;*/
    background-color: #0033a1;
}

.spreadsheet-container td {
    border: 1px solid #d9d9d9 !important;
}

.spreadsheet-grid-container td {
    padding-left: 0px;
}

.spreadsheet-buttons {
    padding: 0 !important;
}

.riskman-forecast td {
    padding: 5px 5px 5px 5px;
}

.months-div {
    padding: 0 20px 0 20px;
}

.months-container > div {
    padding: 0px 40px 20px 10px;
}

.tab-panel {
    padding-top: 0px !important;
}

.tabs {
    text-align: left;
    height: 46px;
    border-bottom: solid 2px #e6e6e6;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    /*    .tabs a:hover {
        text-decoration: underline;
    }
*/
    .tabs a {
        border-right: none;
        height: 46px;
        line-height: 45px;
        font-weight: bold;
					   
    }

        .tabs a.active {
            /* background-image: linear-gradient( 180deg,#0062cf,#0433a1); */
            color: #0a2240;
            border-bottom: solid 2px #0089ff;
            background: none;
        }


.refresh-div {
    padding-right: 15px;
}

.hr {
    border: none;
    height: 0px;
    background-color: #e6e6e6;
}

hr {
    height: 1px;
    background-color: #e6e6e6;
    border: none;
}

.sub-head {
    color: #0a2240;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
	white-space: nowrap;
}


.loader {
    -webkit-animation: spin 0.5s linear infinite;
    -moz-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
    will-change: transform;
    -webkit-transform: rotate(360deg);
}


.loading span {
    font-size: 30px;
    font-family: serif;
    animation-name: pulse-loader;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    height: 10px;
    line-height: 10px;
    color: rgb(0, 0, 0);
}

    .loading span:nth-child(2) {
        animation-delay: 0.2s;
    }

    .loading span:nth-child(3) {
        animation-delay: 0.3s;
    }

@keyframes pulse-loader {
    0% {
        opacity: 0.25;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.25;
    }
}

.success-icon {
    display: inline-block;
    background-image: url('CustomLayout/images/icn_check_circle_solid.png');
    width: 24px;
    height: 24px;
}

.reg-download-text {
    display: inline-block;
    height: 57px;
    line-height: 54px;
    padding: 0px 20px 0px 12px;
}

.reg-download-text-done, .reg-download-text-warn, .reg-download-text-error {
    display: block;
    height: 57px;
    line-height: 54px;
    padding: 0px 20px 0px 12px;
    font-weight: bold;
}

    .reg-download-text-done:after {
        content: '';
        background-image: url(../customlayout/Images/icn_check_circle.svg);
        display: inline-block;
        height: 30px;
        width: 30px;
        position: relative;
        float: right;
        top: 12px;
    }

    .reg-download-text-warn:after {
        content: '';
        background-image: url(../customlayout/Images/icn_warning_outline.svg);
        display: inline-block;
        height: 30px;
        width: 30px;
        position: relative;
        float: right;
        top: 12px;
    }

    .reg-download-text-error:after {
        content: '';
        background-image: url(../customlayout/Images/icn_alert_circle_outline.svg);
        display: inline-block;
        height: 30px;
        width: 30px;
        position: relative;
        float: right;
        top: 12px;
    }


.info {
    background-image: url(images/icn_help_centre.svg), url(images/icn_help_centre_hover.svg);
    background-position: center 6px;
    background-size: 20px;
    background-repeat: no-repeat;
    height: 30px;
    width: 32px;
    display: inline-block;
    position: absolute;
}


    .info:hover {
        background-image: url(images/icn_help_centre_hover.svg);
    }

.info-data {
    display: none;
    position: absolute;
    background: RGBA(0,0,0,0.75);
    color: #fff;
    border-radius: 2px;
    padding: 0px 10px;
    margin-top: -30px;
}


.info-button {
    line-height: 32px;
}

.info-data-show {
    display: inline-block;
}

.info-data:after {
    content: '';
    display: block;
    position: absolute;
    transform: rotate(-0deg);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid RGBA(0,0,0,0.75);
}


.Form > div > .page-info-container {
    padding: 0;
    margin-top: 10px;
}


.page-info-container {
    width: -webkit-fill-available;
    width: 100% !important;
    position: relative;
}

.page-info {
    background: black;
    color: #e9e9e9;
    white-space: normal;
    padding: 20px 90px 20px 10px !important;
    border-left: solid 40px black;
}

    .page-info:before {
        background-image: url(images/icn_info_circle_solid.svg);
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 10px;
        width: 27px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

.page-info-container .page-info-container-a {
    position: absolute;
    color: #fff;
    text-decoration: none;
    right: 20px;
    top: 40%;
}

.page-info-container a {
    color: #fff;
    background: transparent;
}

    .page-info-container a:hover {
        color: #fff;
        background: transparent;
    }

.page-info-container .page-info-container-a:before {
    content: "DISMISS"
}




.InternalPanel > .page-info-container {
    margin-top:-10px;
}


#Menu1_Menu {
    z-index: 10000;
    display: block !important;
    position: relative;
}










@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */

    #Menu1_Menu .content {
        position: relative;
        z-index: 10000;
    }

    .mega-drop-down a.last-a:after {
        position: relative;
        margin: -44px 0 0 44px;
    }

    /*    .wait-label {
        height: 118px;
    }*/

    .LoginUpdatePanel td {
        float: left;
        width: 100%;
    }

    .fields-container div {
        float: left;
    }

    .settings-link {
        cursor: pointer;
    }

    .TESTcpMonthNavigationTD {
        border-radius: 0 !important;
    }

    .dataTables_filter input {
        background-size: 24px 24px !important;
    }

    select {
        background-position: right center;
        background-size: 12px 5px;
    }

        select::-ms-expand {
            display: none;
        }

    .export-label {
        height: 200px;
    }

    .sheet-container canvas,
    .sheet-container > div {
        background-color: #00000055;
    }

    input[type='checkbox'] {
        opacity: 0;
    }

        input[type='checkbox']:checked + span::before {
            background: #0075ff;
            outline: 1px solid #0075ff
        }

        input[type="checkbox"] ~ span:before {
            content: "";
            display: inline-block;
            width: 13px;
            height: 13px;
            border: 1px solid silver;
            margin: -30px 0 0 -16px;
        }

    .mega-drop-down a.last-a:after {
        position: relative;
        top: 20px;
        left: 38px;
    }

    .menu-description {
        padding-top: 6px !important;
    }
}

.menu-description {
    color: #767676;
    white-space: normal;
    padding: 11px 60px 0 60px;
}

.fields-container {
    z-index: 2;
}

.chart-container {
    margin-bottom: 20px;
    text-align: center;
}


.categ-div {
    position: absolute;
    top: 500px;
    margin-left: 50%;
    left: -320px;
    width: 640px;
    z-index: 1000;
}

    .categ-div div {
        width: 100%;
        padding: 0 20px 0 20px;
    }

    .categ-div label:not(.HeadLabel) {
        float: left;
        height: 32px;
        line-height: 32px;
        padding-left: 20px;
    }

    .categ-div td {
        padding: 7px 8px !important;
        line-height: 45px;
    }

.categ-tbl-div {
    max-height: 400px;
    overflow: auto;
}

.categ-tbl {
    margin: 20px;
    width: 550px;
}

    .categ-tbl tbody tr:nth-child(odd) {
        background-color: #f9f9f9 !important;
    }

    .categ-tbl tbody tr:nth-child(even) {
        background-color: #ffffff;
    }

    .categ-tbl > tbody > tr > .div-noAccess {
        background-color: transparent !important;
    }

    .categ-tbl > tbody > tr > td .div-Access {
        background-color: transparent !important;
    }


.ml-edit-div {
    position: absolute;
    top: 500px;
    margin-left: 50%;
    left: -25%;
    width: 50%;
    z-index: 1000;
}


#divBrowse .FormHeadLabel {
    margin-top: 20px;
    margin-bottom: 5px;
}

#divBrowse {
    top: 150px !important;
}

#divFind {
    top: 150px !important;
    min-width: 350px;
}

    #divFind.FloatingPanel {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

        #divFind.FloatingPanel > .FormHeadLabel {
            padding-left: 0px !important;
        }

#pnlDocs.FloatingPopupPanel {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.fileUploadLabel {
    width: 710px !important;
    line-height: 41px !important;
    margin: 10px 0;
}

[field-id] .fileUploadLabel {
							
    margin: 0px;
}

[field-id] .fileUploadButton {
    margin-top: -3px !important;
					 
}

.cm-bankbal-import .fileUploadLabel {
    width: 665px !important;
/*    margin-left: 5px;
*/}

.fx-bankbal-import .fileUploadLabel {
    width: 402px !important;
/*    margin-left: 5px;
*/}

[div-id=txtFcUploadFile] .button-secondary {
    margin-top: 5px;
}

.ConfirmBox {
    position: fixed;
    width: 500px !important;
    top: 50%;
    height: 190px !important;
    margin-top: -95px;
    margin-left: -250px !important;
    left: 50%;
    font-family: "Bentonsans", Helvetica, Arial, sans-serif !important;
    background-color: #fff !important;
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 3px 2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: box-shadow 200ms ease 50ms;
    padding: 10px 10px 10px 10px;
    text-align: center;
    user-select: none;
    z-index: 10012 !important;
}

.ConfirmBoxMini {
    position: fixed;
    width: 300px !important;
    top: 50%;
    height: 120px !important;
    margin-top: -95px;
    margin-left: -150px !important;
    left: 50%;
    font-family: "Bentonsans", Helvetica, Arial, sans-serif !important;
    background-color: #fff !important;
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 3px 2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: box-shadow 200ms ease 50ms;
    padding: 10px 10px 10px 10px;
    text-align: center;
    user-select: none;
    z-index: 10012 !important;
}

.ConfirmBoxLabel {
    height: 42px;
}

.ConfirmBoxButtons {
}



div.required {
    border: unset !important;
}

    div.required select, div.required input {
        border: 1px solid #d0021b !important;
    }

td.required > * {
    border: 1px solid #d0021b !important;
}

div.required:after {
    content: "required";
    color: #d0021b;
    position: absolute;
    margin-left: -47px;
    margin-top: -14px;
    font-size: 12px;
    pointer-events: none;
}

td.required > * {
    border: 1px solid #d0021b !important;
}

td.required:before {
    content: attr(req-msg);
    color: #d0021b;
    position: absolute;
    margin-left: 2px;
    margin-top: -16px;
    font-size: 9px;
    pointer-events: none;
}

.bulk-auth-checked {
    color: green;
}

.bulk-auth-unchecked {
    color: silver;
}



.odd {
    background-color: #ffffff !important;
}

.even {
    background-color: #eceff3 !important;
}


.Form {
    width: 100%;
    /*    background-color: #f2f3f4;
    border: solid 1px #dbdbdb;
    padding-bottom: 12px;*/
}

.collapsible-handle {
    background-color: #424242;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 5px;
    border-radius: 2px 2px 0 0;
}

    .collapsible-handle .FormHeadLabel {
        color: #ffffff;
        line-height: 50px;
        margin-left: 0;
        margin-right: 0;
    }

    .collapsible-handle hr {
        display: none;
    }

.collapsible .TableCellHead, .TableCellHead.TableCellHead-secondary, .TableCellHead-secondary {
    background-color: #abadb3 !important;
								   
    color: #0a2240 !important;
    height: 45px !important;
    font-weight: bold !important;
}

div.dataTables_scrollBody td.TableCellHead {
    height: unset !important;
}



.collapsible .dataTables_Head tr:first-child, .collapsible .dataTables_scrollHead, .collapsible .google-visualization-table-tr-head {
    background-image: unset !important;
}

.collapsible.collapsed > a > span:after {
    color: #ffc451;
    content: "\002B";
    border: solid 1px #ffc451;
    border-radius: 2px;
    padding: 0px 8px;
    float: right;
    margin: 10px;
    height: 30px;
    line-height: 29px;
}

.collapsible.expanded > a > span:after {
    color: #ffc451;
    content: "\2212";
    border: solid 1px #ffc451;
    border-radius: 2px;
    padding: 0px 8px;
    float: right;
    margin: 10px;
    height: 30px;
    line-height: 29px;
}



.td-collapsible {
    display:block;
}

.Table tr:nth-child(odd) {
    background-color: #eceff3;
}

.Table tr:nth-child(even) {
    background-color: #ffffff;
}

table.dataTable.no-footer {
    border-bottom: unset;
}

/*    table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
        border-left: solid 1px #fff !important;
        border-right: solid 1px #fff !important;
    }*/

.settings-link {
    width: unset !important;
}

.dataTable tr:nth-child(odd):not(tr:nth-child(1)) {
    background-color: #eceff3;
}

.dataTable tr:nth-child(even) {
    background-color: #ffffff;
}

.dataTable tr:hover.selected:not(tr:nth-child(1)),
.dataTable tr:hover:not(tr:nth-child(1)) {
    background-color: #ddd !important;
}

.fc-bulkinput-body .fields-container{
	min-height: 202px
}

.cashman-iat-body .dataTable tr:not(tr:nth-child(1)) {
    background-color: #ffffff;
}

.cashman-iat-body .dataTable tr:hover:not(tr:nth-child(1)) {
    background-color: #ffffff !important;
}

.cashman-iat-body .dataTable td {
    height: 45px !important;
}

.fields-container {
    background-color: #f2f3f4;
    border: solid 1px #dbdbdb;
    margin: 15px 20px;
    padding: 0 0 10px 0;
    position: relative;
    width: Calc(100% - 40px) !important;
}

    .fields-container .settings-link {
        position: absolute;
        top: 5px;
        right: 6px;
        width: unset !important;
        padding: 0;
    }

    .fields-container hr {
        display: none;
    }

    .fields-container.Form {
        width: -webkit-fill-available;
    }
	
.inline_search {
	padding-right: 65px !important;
}

.inline_search input {
    height: 40px !important;
    border-radius: 2px 0 0 2px;
    padding-top: 1px;
    width: calc(100% - 63px);
}

.inline_search a {
    border-radius: 0 3px 3px 0 !important;
    margin-left: -3px;
}


.Form > div {
    padding-top: 0px;
}

.no-border {
    border-collapse: unset;
}

#tblMMForm .tabs a {
    height: 46px;
    line-height: 45px;
}

.BulkInput {
    margin-top: 10px;
    display: inline-block;
}

#divLinkUser {
    width: 700px;
    overflow: hidden;
}

.fileUploadButton {
    margin: 10px 0 0 0 !important;
    width: 120px !important;
    height: 45px;
    margin-right: 5px !important;
    padding: 0 0 0 0 !important;
}


.less-margin-top {
    margin-top: 5px !important;
}


.form-buttons {
    position: fixed;
    bottom: 3px;
}


.less-margin-top {
    margin-top: 5px !important;
}

.pricing-trading-form-info {
    text-align: right;
    padding: 10px 15px 0 15px !important;
    font-size: 12px;
}

.pricing-trading-form-info-icon {
    width: 12px;
    height: 12px;
    background: #00ad6c;
    position: relative;
    border-radius: 2px 0 0 2px;
    display: inline-block;
    top: 1px;
}

    .pricing-trading-form-info-icon:before {
        content: "";
        position: absolute;
        left: 100%;
        top: 0px;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-left: 5px solid #00ad6c;
        border-bottom: 6px solid transparent;
    }

.tblTabs {
    font-size: 12px;
    color: #84919e;
}

.tab-secondary {
    display: inline-block;
    margin-left: -1px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #014063;
    background-color: #ffffff;
    border: Solid 1px #014063;
}

    .tab-secondary.active {
        color: #ffffff;
        background-color: #014063;
        font-weight: normal;
    }

.blotter {
    color: #014063;
    background-color: transparent;
    font-size: 15px;
    font-weight: bold;
    border: none;
    float: right;
    padding-right: 0;
}

    .blotter:before {
        content: "\f03a";
        font-family: "Font Awesome 5 Free";
        padding-right: 10px;
    }


.pricing-trading-form-export {
    color: #014063;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    border: none;
    float: right;
    padding-right: 0;
    position: relative;
}

    .pricing-trading-form-export:before {
        background-image: url(images/xls.png);
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 14px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }


#tblDocs a {
    color: #0069C4;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.02em;
    height: 45px;
    line-height: 45px;
    padding-left: 5px;
}

    #tblDocs a:hover {
        color: #0089FF;
    }


.col-1 > div {
    width: 100%;
}

.col-2 > div {
    width: 50%;
		   
	 
}

.col-3 > div {
    width: 33.33%;
	 
	  
		
		  
		
	
}

.col-4 > div {
    width: 25%;
}
	   
	 
	 
	  
			
			
			
  

.col-5 > div {
    width: 20%;
	   
}

.col-6 > div {
    width: 16.66%;
	   
	 
	 
	   
	 
	   
		
	   
		 
		 
}

.divField {
    margin: unset;
		  
	   
}

.dataTables_wrapper .dataTables_filter input {
    margin: 0 0 3px 0;
		  
	 
	   
	 
	 
	  
}

.dataTables_filter {
	   
			 
    margin-right: unset;
}

#cmdAuthButton_0 {
    display: none;
}

.no-right-pad {
	   
		  
	 
	   
	 
	 
    padding-right: 0px;
		
}

.no-left-pad {
    padding-left: 0px !important;
	 
		
		 
	  
	
	 
	  
		  
		 
}

.right-pad {
    padding-right: 20px;
}

.bottom-pad {
    padding-bottom: 20px !important;
}

.left-right-pad {
    padding: 0 20px;
}

.right-margin {
    margin-right: 20px;
}

.Form > div > .button-secondary,
[table-id="tblExpired"] {
    margin-left: 20px;
}

div[field-id="Buttons"],
div[field-id="LinkUserButtons"],
div[table-id="Buttons"],
div[table-id="tblButtons"],
.Authorisation .full {
    width: 100% !important;
    padding-right: 20px !important;
}

    div[table-id="tblButtons"] > table.full {
        width: 100% !important;
    }

.fields-container > div > .button-secondary {
    margin-left: 10px !important;
}

.Form > div > div > div > .button-secondary {
    margin-left: 0px !important;
}

.fields-container > div > div,
.fields-container > div > label {
    padding-left: 13px;
    padding-right: 13px;
    margin-left: 0px;
}


    .fields-container > div > div > label {
        padding-left: 0px;
        padding-right: 0px;
    }

    .fields-container > div > div > select,
    .fields-container > div > div > input[type="text"] {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

.fa-trash-alt {
    color: red !important;
}



.form > div.collapsible div {
    padding-right: 0px;
 

	 
	  
}

	 
	  
 

	 
	  
 

.dia-table th {
    background-color: #000;
    height: 80px;
    font-size: 14px;
    font-weight: 500 !important;
    color: #ffc451 !important;
}

.dia-table tbody td {
    height: 59px;
    font-size: 14px;
    font-weight: 500 !important;
    padding: 7px 8px !important;
}

.dia-table tr.GroupHeader {
    background-color: #ddd;
}

.dia-table td.GroupHeader {
    font-weight: bold !important;
}

.dia-table .data td:nth-child(1) {
    padding-left: 20px !important;
}

.dia-table td.input {
    background-color: unset !important;
	   
	   
}

.dia-table tr.data td.input input {
    border: 1px solid #D2D2D2 !important;
    height: 100% !important;
}




/*.dataTable-input thead tr,
.dataTable thead tr {
    background-color: #0033a1 !important;
}
*/
    .dataTable-input thead tr td.TableCellHead,
    .dataTable thead tr td.TableCellHead {
        white-space: nowrap;
    }




.dataTable-input tbody tr.data,
.dataTable tbody tr.data {
    background-color: #fff !important;
    height: 45px;
}

.dataTable-input tbody tr.total,
.dataTable tbody tr.total {
    background-color: #eceff3 !important;
}

.dataTable-input.alt-row tbody tr:nth-child(odd),
.dataTable.alt-row tbody tr:nth-child(odd) {
    background-color: #f2f3f4 !important;
	 
}

/*.dataTable-input tr:nth-child(1) {
    background-color: #0033a1;
}
*/
.dataTable tfoot tr,
.dataTable-input tfoot tr {
    background-color: unset !important;
}


.shadow {
    border-radius: 2px;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: box-shadow 200ms ease 50ms;
	 
 

   
		 
	
	   
	 
		
}

.dataTable-input thead tr td.TableCellHead .sub,
.dataTable thead tr td.TableCellHead .sub {
    background-color: #e0e9fa !important;
    background: #e0e9fa !important;
    color: #0a2240 !important;
    height: 45px !important;
}

.blocker {
    position: fixed;
    z-index: 100;
}
		
			 
	   
	   
	 
		 
		
		 
		 
		 
	  
		 
  


.highlight-cell {
    background-color: #e0e9fa !important;
}

.auth-cell {
    background-color: #daffd8 !important;
	   
	 
	  
		
}


	  
	 
	  
	   
 

	
	 
		
	 
	 
	  
	
 

table.sticky-head tbody,
table.sticky-head thead {
    display: block;
}


table.sticky-head tbody {
    overflow-y: auto;
	  
	  
	  
	  
	  
}

.small-button {
    height: 40px;
    font-size: 13px;
 
		
    margin: 10px 0 10px 10px !important;
}

.inline-small-button {
    height: 40px;
    font-size: 13px;
    margin: 10px 0 10px -3px !important;
}

.inline-find-account {
    display: inline-block;
	  
    margin-left: 10px;
	 
	  
	   
	  
}

		 
			 
	   
	   
		
	  
  

.inline-find-account input {
    height: 40px !important;
    width: 100%;
}

.FormHeadLabel label {
    padding-left: 0 !important;
		 
		   
	   
	  
		  
	  
}

			
			  
  

span.Textbox {
    height: 45px;
    line-height: 45px;
	  
  

				
		   
			
   


			  
	   
			 
		
	 
	  
	   
}


.small-font {
    font-size: 12px;
	  
	   
}

			  
			   
 

			  
				  
 

			  
			   
 

@media screen and (max-width: 700px) {
    .alert-wait-label, .oauth-wait-label {
        background-color: #ffffff;
        position: fixed;
        width: 678px;
        height: 600px;
        top: 50%;
        margin-top: -300px;
        margin-left: -339px;
        left: 350px;
        z-index: 10001;
        border: 1px solid #3f73ac;
        display: none;
        /*margin: 30px auto 30px auto;*/
        padding: 10px 10px 10px 10px;
        color: #3f73ac;
        text-align: center;
        user-select: none;
    }
}

@media screen and (min-width: 700px) {
    .alert-wait-label, .oauth-wait-label {
        background-color: #ffffff;
        position: fixed;
        width: 678px;
        /*height: 600px;*/
        top: 50%;
        margin-top: -300px;
        margin-left: -339px;
	 
		
		
 

						
					  
 

				 
			  
 

									
			   
 

								   
					 
							
					  
 

		 
						   
	   
 









			  
			
	   
  




				 
				 
		   
	 
 

		   
				
				
 

			   
		   
						  
					
 

		   
						 
 

					 
        left: 50%;
        z-index: 10001;
 


			  
					   
				
        border: 1px solid #3f73ac;
				 
 

		 
							  
				
							
			  
					   
 

			 
					   
        display: none;
        /*margin: 30px auto 30px auto;*/
        padding: 10px 10px 10px 10px;
								
 


			
					   
 
					   
										   
						 
						 
        color: #3f73ac;
								 
						  
									
        text-align: center;
        user-select: none;
						
						   
    }


												
								  
}


table.fixed-table {
    table-layout: fixed;
					
				  
					   
 


					 
				 
					 
							
}

			 
				 
					   
			  
				 
					 
				
 

				  
						   
	   
 


			  
					   
			   
					 
			   
			   
				  
 


			   
				  
 
						  
						   
 

				  
				 
	 
		  
 

.fc-expanded-label {
    display: inline-block;
    padding-top: 6px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #858d9d;
    width:100%;
}

    .fc-expanded-label:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f078";
        color: #858d9d;
        margin: 10px;
    }

#divInput {
    padding:0px;
				
}


.collapsible-filters-handle {
    background-color: #f2f3f4;
    border: solid 1px #dbdbdb !important;
    margin: 15px 20px;
    padding: 0;
    width: Calc(100% - 40px) !important;
    box-shadow: none;
}

    .collapsible-filters-handle.expanded {
        border-bottom: solid 1px transparent !important;
    }

    .collapsible-filters-handle .FormHeadLabel {
        color: #868d9d;
        font-size: 22px !important;
        margin-top: 0px;
    }

        .collapsible-filters-handle .FormHeadLabel:after {
            color: #868d9d !important;
            border-color: #868d9d !important;
        }


.fields-container.collapsible-filters-content {
    margin-top: -16px;
    border-top: solid 1px transparent !important;
    position: absolute;
    left: 0px;
	box-shadow: none;
	margin-left: 20px;
}


.Textbox-Label-Inline.fc-info-1 {
    width: 55%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Textbox-Label-Inline.fc-info-2 {
    width: 45%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 5px !important;
}

.cr-duration-div {
    padding: 10px;
}

    .cr-duration-div .HeadLabel {
        width: unset !important;
    }

    .cr-duration-div td {
        padding: 6px;
								  
						
					 
					  
				 
						   
							
					
					   
								  
					  
										
									 
					   
						   
						  
    }



.fake-checkbox-on {
    outline: 1px solid #ffffff;
    outline-offset: -3px;
    width: 16px;
    height: 16px;
    display: block;
    background-color: #297afe;
    margin-top: 1px;
}

.fake-checkbox-off {
    outline: 1px solid #767676;
    outline-offset: -1px;
    width: 13px;
    height: 13px;
    display: block;
    margin-top: 1px;
    background-color: #ffffff;
}

.fake-checkbox-on.disabled {
    background-color: #d9d9d9;
    outline: 1px solid #ffffff;
}

.fake-checkbox-off.disabled {
    outline: 1px solid #d9d9d9;
}


.export-label {
    width: 425px;
    margin-left: -212px;
}

.export-label > div {
    padding-bottom: 10px;
}

.align-right > div > :first-child {
    text-align: right;
}


#tblBulkInput td {
    padding: 5px
}


#tblDItems td span input,
#tblDItems td a i,
#tblDItems td div.CategColor {
    margin-top: 15px !important;
}






.ml-label label {
    width: 145px;
}

.ml-radio {
    float: left;
    margin: 9px;
}

.ml-input-lbl {
    width: 16% !important;
    margin-left: 8%;
}

.ml-input {
    width:75% !important;
}

.ml-sub-label label {
    padding-left: 45%;
}


.pb-progress {
    position: relative;
    width: 100%;
    border-bottom: 5px solid #c3c5cc;
    height: 24px;
}

.pb-bar {
    background-color: #256ac7;
    height: 4px;
    transition: width 150ms;
    top: 20px;
    position: absolute;
}

.pb-percent {
    position: absolute;
    display: inline-block;
    left: 50%;
    line-height: 24px;
    transform: translateX(-50%);
}


.one-click {
    font-style: normal;
}
    .one-click:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f053";
        color: #000;
        /* font-style: normal; */
        /* width: 20px; */
        /* display: inline-block; */
        /* text-align: center; */
        padding-right: 8px;
        font-size: 12px;
        position: relative;
    }


table.dataTable tbody td.one-click-placeholder {
    padding-left: 31px !important;
}


.no-ml-data {
    color: #858d9d;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}


.transaction-export {
    width: 100px;
    margin-top: 10px;
    height: 50px !important;
}

.upload-div {
    width: 880px;
    position: absolute;
    top: 50px;
    left: -440px;
    margin-left: 50%;
    z-index: 10;
}

.upload-file-div {
    padding: 0 10px 0 20px;
}

.lockdown-div {
    padding: 10px;
}
.lockdown-div .HeadLabel {
    width: unset!important;
}

.lockdown-div td {
    padding: 6px;
}

.fc-expanded-label {
    display: inline-block;
    padding-top: 6px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #858d9d;
    width:100%;
}

    .fc-expanded-label:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f078";
        color: #858d9d;
        margin: 10px;
    }

#divInput {
    padding:0px;
}


.collapsible-filters-handle {
    background-color: #f2f3f4;
    border: solid 1px #dbdbdb !important;
    margin: 15px 20px;
    padding: 0;
    width: Calc(100% - 40px) !important;
    box-shadow: none;
}

    .collapsible-filters-handle.expanded {
        border-bottom: solid 1px transparent !important;
    }

    .collapsible-filters-handle .FormHeadLabel {
        color: #868d9d;
        font-size: 22px !important;
        margin-top: 0px;
    }

        .collapsible-filters-handle .FormHeadLabel:after {
            color: #868d9d !important;
            border-color: #868d9d !important;
        }


.fields-container.collapsible-filters-content {
    margin-top: -16px;
    border-top: solid 1px transparent !important;
    position: absolute;
    left: 0px;
}


.Textbox-Label-Inline.fc-info-1 {
    width: 55%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Textbox-Label-Inline.fc-info-2 {
    width: 45%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 5px !important;
}

.cr-duration-div {
    padding: 10px;
}

    .cr-duration-div .HeadLabel {
        width: unset !important;
    }

    .cr-duration-div td {
        padding: 6px;
    }



.fake-checkbox-on {
    outline: 1px solid #ffffff;
    outline-offset: -3px;
    width: 16px;
    height: 16px;
    display: block;
    background-color: #297afe;
    margin-top: 1px;
}

.fake-checkbox-off {
    outline: 1px solid #767676;
    outline-offset: -1px;
    width: 13px;
    height: 13px;
    display: block;
    margin-top: 1px;
    background-color: #ffffff;
}

.fake-checkbox-on.disabled {
    background-color: #d9d9d9;
    outline: 1px solid #ffffff;
}

.fake-checkbox-off.disabled {
    outline: 1px solid #d9d9d9;
}


.export-label {
    width: 425px;
    margin-left: -212px;
}

.export-label > div {
    padding-bottom: 10px;
}

.align-right > div > :first-child {
    text-align: right;
}


#tblBulkInput td {
    padding: 5px
}


#tblDItems td span input,
#tblDItems td a i,
#tblDItems td div.CategColor {
    margin-top: 15px !important;
}





.alert-green,
.alert-green input{
    color:limegreen;
}

.alert-amber,
.alert-amber input {
    color: orange;
}

.alert-red,
.alert-red input {
    color: red;
}

.Cald td.cald-day:hover {
    background: #ddd;
    cursor: pointer;
}

.Cald td.cald-day-selected {
    background: #727272;
    color: #ffffff !important;
    cursor: pointer;
}

.multi-select a.selected {
    background: #858d9d;
    color: #ffffff;
}




#ChangePassword.PopupPanel span {
    padding-left: 20px !important;
}

#ChangePassword.PopupPanel tr td:last-child {
    padding-right: 10px !important;
}

#ChangePassword.PopupPanel {
    display: block;
    left: 552px;
    top: 464px;
    width: 750px !important;
    margin-top: 0px !important;
    padding-top: 10px !important;
}

#lblPasswordHead {
    border: none !important;
    margin-top: 10px;
    line-height: 25px;
    /* display: inline-block; */
    /* font-family: 'Roboto', sans-serif, Arial !important; */
    color: #333;
    margin-bottom: 5px;
    display: block;
    font-size: 18px;
    border-bottom: 1px solid;
    padding-left: 0px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    /* font-weight: lighter; */
}

    #lblPasswordHead b {
        font-weight: 100;
    }
.ContextMenuItem:hover {
    font-family: "Bentonsans";
    background: #5a5a5a;
    padding: 0px 40px 0 10px !important;
}

    #lblPasswordHead b {
        font-weight: 100;
    }



.select2-container {
    display: table !important;
    width: 100% !important;
}

    .select2-container .select2-selection--single {
        height: 37px !important;
        color: #858D9D !important;
        border: 1px solid #d2d2d2 !important;
        background-color: #FDFDFD !important;
        margin-top: 0 !important;
        font-size: 13px !important;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
    /*color: #858D9D !important;*/
    /*border: 1px solid #d2d2d2 !important;*/
    background-color: #FDFDFD !important;
    font-size: 13px !important;
}

.select2-container--default .select2-selection--single[aria-disabled="true"] > .select2-selection__rendered {
    color: #858D9D !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}

.select2-results__option--selectable {
    min-height: 25px;
}

.field-required > span.select2-container {
    border: 1px solid #d0021b !important;
}


.field-required:after {
    content: "required";
    color: #d0021b;
    position: relative;
    margin-top: -70px;
    font-size: 12px;
    pointer-events: none;
    float: inline-end;
}

.tree .select2-container {
    display: inline-block !important;
    width: 80% !important;
}
 
    .tree .select2-container .select2-selection--single {
        height: 40px !important;
    }
 
        .tree .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}
 
.tree li > div > div {
    /*float:right;*/
}


#txtSelFormat, #txtExportFormatCP {
    width: 100px;
    margin-top: 10px;
    height: 50px !important;
}

.fc-bulkinput-body .fileUploadLabel {
    margin: 0 0 0 10px;
}

.dataTables_wrapper {
    padding: 0 !important;
    width: 100%
} 

#divBrowse label{
	width :100%!important
}

#lblSweepingHeading{
	display:none;
}

.button-primary,
    .button-secondary,
    .button-disabled,
    .ButtonDisabled,
    .tree .btn-group .button,
    .tree .btn-group .Button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-family: Roboto,Helvetica,Arial,sans-serif;
        font-size: 14px;
        letter-spacing: 0.1em;
        font-weight: bold;
        cursor: pointer;
        margin: 10px 0 0 20px;
        height: 50px;
        min-width: 100px;
        border-radius: 2px;
        text-transform: uppercase;
    }
	
#divCateg .HeadLabel {
    padding-bottom: 45px;
}

.div-main-head {
    background-image: linear-gradient(90deg, #303030 0%, #676767 100% )!important;
}

.div-main-sub-head{
	background:  #cbcbcb !important
}