.menu-order-group {
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    counter-reset: flag;
}

.menu-order-group a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    color: #333;
    padding: 0 10px 0 30px;
    background: #f6f6f6;
    background: linear-gradient(#f9f9f9, #f0f0f0);
    position: relative;
}

.menu-order-group a:first-child {
    padding-left: 25px;
    border-radius: 5px 0 0 5px;
}

.menu-order-group a:first-child:before {
    left: 14px;
}

.menu-order-group a:last-child {
    border-radius: 0 5px 5px 0;
    padding-right: 20px;
}

.menu-order-group a.active {
    fount-weight: 700;
    background: #d0d0d0;
    color: #0d6bc3;
    background: linear-gradient(#f0f0f0, #d0d0d0);
}

.menu-order-group a.active:after {
    background: #d0d0d0;
    background: linear-gradient(135deg, #f0f0f0, #d0d0d0);
}

.menu-order-group a.active:before {
    background: #ffffff;
    background: linear-gradient(#f6f6f6, #ffffff);
}

.menu-order-group a.active:after {
}

.menu-order-group a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: #f6f6f6;
    background: linear-gradient(135deg, #f6f6f6, #f0f0f0);
    box-shadow: 1px -1px 0 1px rgba(0, 0, 0, 0.1),
    1px -1px 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 0 5px 0 50px;
}

.menu-order-group a:last-child:after {
    content: none;
}

/*
.menu-order-group a:before {
    content: counter(flag);
    counter-increment: flag;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    left: 30px;
    background: #c0c0c0;
    background: linear-gradient(#e1e1e1, #c0c0c0);
    font-weight: bold;
    text-align:center;
}
*/

textarea {
    resize: both;
}

.fgt-title-bar {
    color: #262626;
    background-color: #e6e6e6;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 15px;
    font-weight: 500;
}

.fgt-footer-bar {
    background-color: #f6f6f6;
}

.validate-error-box {
    background-color: rgb(255, 187, 187) !important;
    border-color: rgb(255, 187, 187);
    border-style: solid;
}

.validate-error-msg {
    color: rgb(169, 68, 66) !important;
    font-size: 15px !important;
    font-weight: normal !important;
}

.validatedTextBox-error-msg {
    color: rgb(169, 68, 66);
    font-size: 15px !important;
    font-weight: normal !important;
}

.vertical-validate-error-msg {
    margin-top: 10px;
    color: rgb(169, 68, 66) !important;
    font-size: 15px !important;
    font-weight: normal !important;
}

.configSearch {
    position: relative;
    left: -17px;
}

.candidateTable,
.memberTable {
    border: 1px solid #afceeb;
}

.dblClickTable,
.memberTable {
    cursor: pointer;
}

.memberTableReadOnly {
    cursor: default;
    border: 1px solid #eeeeee;
}

.candidateTable td,
.memberTable td {
    padding-left: 15px;
    padding-right: 15px;
}

.candidateTable tr,
.memberTable tr {
    height: 28px;
    line-height: 25px;
}

.candidateTable tr:hover,
.memberTable tr:hover {
    background-color: rgb(236, 244, 253);
}

.candidateTable tr.category td {
    background-color: #5d7f9e;
    color: white;
}

.candidateTable tr.category:hover {
    background-color: inherit;
}

.candidateTable tr.selected td,
.memberTable tr.selected td {
    background-color: #c8e0f3;
}

.configTableEditor .short-select {
    font-weight: 500;
}

table.configInnerTable {
    border-collapse: collapse;
}

table.configInnerTable tr td {
    background-color: #f0f0f0;
}

table.configInnerTable tr.heading2 td {
    color: #333333;
    text-align: center;
    font-weight: 700;
    cursor: default;
}

table.configInnerTable tr.draggedRow td {
    background-color: darkGray;
    color: white;
}

table.validate-error-box tr td {
    background-color: rgb(255, 187, 187);
}

.configTableEditor .short-select {
    border: 1px solid rgb(175, 206, 235);
}

.configTableEditor > tbody > tr > td {
    padding-right: 24px;
}

.cliLogScroll {
    border: 1px solid #afceeb;
    max-height: 360px;
    height: 360px;
    width: 400px;
}

.cliLog {
    font-size: 15px;
    margin: 3px;
}

.cliLog div {
    margin-bottom: 2px;
    background-color: #f4f4f4;
}

.cliLog .config-unit {
    color: black;
    /* font-weight: bold; */
}

.cliLog .config-unit-body {
    color: #606060;
    padding-left: 25px;
}

.cliLog .alarm-error {
    color: red;
    font-style: italic;
}

.cliLog .alarm-warning {
    color: orange;
    font-style: italic;
}

.templateRelated {
    font-style: italic;
    color: white;
}

/* Alert Severity */
.severity {
    width: 80px;
    border-radius: 3px;
    border: none;
    text-align: center;
}

.critical {
    color: white;
    background-color: #cc3333;
}

.high {
    color: black;
    background-color: #ff9900;
}

.medium {
    color: black;
    background-color: #9cccf8;
}

.low {
    color: black;
    background-color: #bde3aa;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:disabled + .slider {
    background-color: #ccc !important;
}

input:checked + .slider {
    background-color: #2196F3;
}

.sliderForCheck {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.sliderForCheck:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:disabled + .sliderForCheck {
    background-color: #2196F3;
!important;
    opacity: 0.5;
    filter: Alpha(opacity=50);
}

input:checked + .sliderForCheck {
    background-color: #2196F3;
}

.fgtSysProfilePermissionTable {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.fgtSysProfilePermissionTable td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 4px;
}

.fgtSysProfilePermissionTableHeaderRow,
.fgtPermissionSubGroup {
    background-color: #f0f0f0;
}

.fgtPermissionSubGroupBtn svg {
    margin-bottom: 4px;
}

.fgtPermissionSubGroup td:first-child {
    padding-left: 24px;
}

.fgtSysProfilePermissionTableHeaderRow td {
    border-bottom: 1px solid #ddd;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}

input:checked + .sliderForCheck:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.sliderForCheck.round {
    border-radius: 17px;
}

.sliderForCheck.round:before {
    border-radius: 50%;
}

.crossmark {
    display: inline-block;
    width: 22px;
    height: 22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.crossmark_circle {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: red;
    border-radius: 11px;
    left: 0;
    top: 0;
}

.crossmark_stem {
    position: absolute;
    width: 3px;
    height: 11px;
    background-color: #fff;
    left: 9px;
    top: 5px;
}

.crossmark_kick {

    position: absolute;
    width: 3px;
    height: 11px;
    background-color: #fff;
    left: 9px;
    top: 5px;

    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);

}

.checkmark {
    display: inline-block;
    width: 22px;
    height: 22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark_circle {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: green;
    border-radius: 11px;
    left: 0;
    top: 0;
}

.checkmark_stem {
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: #fff;
    left: 11px;
    top: 6px;
}

.checkmark_kick {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    left: 8px;
    top: 12px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}

.decreaseButton {
    position: relative;
    right: 14px;
    bottom: 4px;
    border: none;
    background-color: white;
    height: 14px;
    width: 6px;
}

.increaseButton {
    position: relative;
    right: 14px;
    top: 4px;
    border: none;
    background-color: white;
    height: 14px;
    width: 6px;
}

.rowWithBackgroundColor {
    background-color: #F8F9F9;
}

.spinnerIntegerBox {
    min-width: 20px !important;
    max-width: 140px !important;
}

.spinnerBoxText {
    position: relative;
    bottom: 5px;
}

.panelBorder {
     margin-top: 5px;
     border: 1px solid #D0D0D0;
 }

.panelBorderZeroTop {
    border: 1px solid #D0D0D0;
}

.securityProfileItem {
    width: 270px;
}

.comboxItem {
    width: 190px;
}



.ipTextBox {
    min-width: 160px !important;
}

.inline {
	display:inline;
	margin-right: 10px;
}

.circlePlus_circle {
    border: 1px solid #aaa;
   /* box-shadow: inset 1px 1px 1px #fff;*/
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: relative;
    margin: 2px;
    display: inline-block;
    vertical-align: middle;
    background: black;
}

.circlePlus_circle:before,
.circlePlus_circle:after{
    content:'';position:absolute;top:0;left:0;right:0;bottom:0;
}

.circlePlus_circle.circlePlus:before,
.circlePlus_circle.circlePlus:after {
    background:white;
 /*   box-shadow: 1px 1px 1px #ffffff9e;*/
}

.circlePlus_circle.circlePlus:before{
    width: 2px;
    margin: 2px auto;
}
.circlePlus_circle.circlePlus:after{
    margin: auto 2px;
    height: 2px;
    box-shadow: none;
}

.circlePlus_circle.circleCross:after,
.circlePlus_circle.circleCross:before{
    background: white;
    margin: auto 2px;
    height: 2px;
    transform:rotateZ(45deg);
  /*  box-shadow: 0px 1px 1px #ffffff9e; */
}
.circlePlus_circle.circleCross:after{
    transform:rotateZ(-45deg);
}

.htmlCenter {
    text-align: center;
}

.boxShadow {
	 -webkit-box-shadow:  0px 0px 2px 2px #EAEDED;
    -moz-box-shadow:  0px 0px 2px 2px #EAEDED;
    -ms-box-shadow:  0px 0px 2px 2px #EAEDED;
    -o-box-shadow:  0px 0px 2px 2px #EAEDED;
    box-shadow:  0px 0px 2px 2px #EAEDED;  
}
