
.main_frame {
  height: calc(100% - 75px);
}

/*
input[type="checkbox"] {
  position: relative;
  top: 4px;
  height: 16px;
  width: 16px;
  z-index: 0 !important;
}
input[type="radio"] {
  position: relative;
  top: 4px;
  height: 16px;
  width: 16px;
  margin-right: 3px;
  z-index: 0 !important;
}
*/

body {
  margin: 10px;
  background-color: #F1F3F4 !important;
}
body,
table,
tr,
td,
select,
input,
textarea {
/*
  font-family: Verdana, Arial, Helvetica;
  font-size: 13px;
*/
  font-family: verdana, sans-serif;
  font-size: 11px;
}
.dashboard-section {
/*
  -webkit-box-shadow: 1px 1px 1px 1px #777;
  -moz-box-shadow: 1px 1px 1px 1px #777;
  box-shadow: 1px 1px 1px 1px #777;
  border: 1px solid #f3f3f3;
*/
  background-color: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.dashboard-title {
  color: #4a4a4a;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.header-section {
  border: 1px solid #e3e3e3;
  border-width: 0px 0px 2px 0px;
  background-color: #ffffff;
}
.menu-section {
  border: 1px solid #e3e3e3;
  border-width: 0px 2px 0px 0px;
  background-color: #ffffff;
}
.read-only-banner {
  background-color: #ff6666;
  color: white;
}
caption {
  caption-side: top !important;
  margin: 0px;
  padding: 0px;
  color: #333333;
}
form {
  margin-bottom: 15px;
}
a .menuItem {
  cursor: pointer;
}
.menuItem {
  height: 55px;
}
.menuItemSmall {
  height: 45px;
  cursor: pointer;
}
.menuItemTiny {
  height: 35px;
  cursor: pointer;
}
input#diagbtn {
  background: url(images/diagbtn.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  border: 0;
  background-size: 100%;
}
input#diagbtn:hover {
  background: url(images/diagbtn_hover.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  border: 0;
  background-size: 100%;
}
input#downloadbtn {
  background: url(images/downloadbtn.png);
  background-repeat: no-repeat;
  width: 34px;
  height: 28px;
  margin-left: 5px;
  border: 0;
}
input#downloadbtn:hover {
  background: url(images/downloadbtn_hover.png);
  background-repeat: no-repeat;
  width: 34px;
  height: 28px;
  margin-left: 5px;
  border: 0;
}
.btnDiagram {
  background: white url(./images/icons/x-mac/organigram.png) no-repeat center !important;
  cursor: pointer;
  border: none;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  margin-top: 15px;
}
.imageNotes {
  background: url(./images/icons/x-mac/notes.png);
  background-size: 55px 55px;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  margin-top: 7px;
}
.imageWatchList {
  background: url(./images/icons/x-mac/binoculars.png);
  background-size: 55px 55px;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  margin-top: 7px;
}
.imageGraphsCharts {
  background: white url(./images/icons/x-mac/column_chart.png) no-repeat center !important;
  height: 80px;
}
.imageToolsUtils {
  background: white url(./images/icons/x-mac/tool.png) no-repeat center !important;
  height: 80px;
}
.imageDBSchemaMenu {
  background: white url(./images/icons/x-mac/database.png) no-repeat center !important;
  height: 80px;
}
.imageReports {
  background: white url(./images/icons/x-mac/graphic_report.png) no-repeat center !important;
  height: 80px;
}
.imageBack {
  background: url(./images/back.gif);
  background-repeat: no-repeat;
}
textarea {
  white-space: pre-wrap;
}
img {
  vertical-align: middle;
}
a:link {
  text-decoration: underline;
  color: #3377bb;
}
a:visited {
  text-decoration: underline;
  color: #3377bb;
}
a:hover {
  text-decoration: underline;
  color: #ff4d4d;
}
.cfg-tooltip {
  color: #b3b3b3;
  margin-top: 4px;
  margin-right: 4px;
  vertical-align: top;
  z-index: auto;
}
.blackbox {
/*
  padding: 0px;
  border-spacing: 0px;
  -webkit-box-shadow: 0 0 1px 1px #777;
  -moz-box-shadow: 0 0 1px 1px #777;
  box-shadow: 0 0 1px 1px #777;
*/
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.section-title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #808080;
  margin: 0px;
  min-height: 40px;
}
.whitebox {
  padding: 0px;
  border-spacing: 0px;
  border: #cccccc 1px solid;
  background-color: #ffffff;
  background-clip: padding-box;
}
table {
  border-collapse: separate;
}
.tabletitle {
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 5px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  border-bottom: #7f7f7f 1px solid;
  min-height: 40px;
  background-color: #004165;
}
.tabletitle td {
  padding: 5px;
}
.tablecontent {
  width: 100%;
  background-color: #ffffff;
}
.tablecontent td {
  padding: 3px;
}
.menu-table {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #ffffff;
}
.menu-table td {
  padding: 5px;
}
.menu-table.icon td {
  padding: 10px;
}
.menu-table.tableform {
  padding-left: 0px;
  padding-right: 0px;
}
.menu-table.tableform td {
  padding: 3px;
}
.blbg {
  background-color: #ffffff;
}
.grsection {
/*
  background-color: #f8f8f8;
*/
  border-top: #e5e5e5 2px solid;
  border-right: #e5e5e5 2px solid;
  border-left: #e5e5e5 2px solid;
  border-bottom: #e5e5e5 2px solid;
  border-radius: 3px;
  background-clip: padding-box;
}

.listtable {
  border-spacing: 0;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.listtable tr:hover td {
  background-color: #f0f8ff;
}
.listtable tr:first-child td {
  border: 1px solid #dfdfdf;
  border-width: 1px 1px 1px 0px;
  border-collapse: collapse;
  text-align: center;
  background-color: #F2F3F3;
  padding: 5px;
  color: #252525;
  font-weight: bold;
  border-radius: 3px;
  vertical-align: middle;
  z-index:20;
  top: 0;
  position: sticky;
}
.listtable th {
  border: 1px solid #dfdfdf;
  border-width: 1px 1px 1px 0px;
  border-collapse: collapse;
  text-align: center;
  background-color: #F2F3F3;
  padding: 5px;
  color: #252525;
  font-weight: bold;
  border-radius: 3px;
  vertical-align: middle;
  z-index:20;
  top: 0;
  position: sticky;
}
.listtable tr:first-child a:link {
  text-decoration: none;
  color: #252525;
  font-weight: bold;
}
.listtable td {
  padding: 10px;
  border-collapse: collapse;
  border: 1px solid #dfdfdf;
  border-width: 0px 0px 1px 0px;  
  vertical-align: top;
}
.listtable tr:nth-child(odd) {
  background-color: #FAFAFA !important;
}
.listtable tr:nth-child(even) {
  background-color: #FFFFFF !important;
}


/**********
.listtable {
  margin: 0px;
  padding: 0px;
  border: 1px solid #e5e5e5;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
.listtable table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px;
  padding: 0px;
  empty-cells: show;
}
.listtable tr:hover td {
  background-color: #f0f8ff;
}
.listtable td {
  border: 1px solid #aab6ba;
  border-width: 0px 1px 1px 0px;
  border-collapse: collapse;
}
.listtable tr:first-child td {
  background-color: #d9d9d9;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  padding: 5px;
}
.listtable tr:first-child a:link {
  text-decoration: none;
  color: #404040;
}
.listtable tr:first-child td:first-child {
  border: 1px solid #7f7f7f;
  border-width: 1px 1px 1px 1px;
  border-collapse: collapse;
}
.listtable tr:first-child td:last-child {
  border: 1px solid #7f7f7f;
  border-width: 1px 1px 1px 0px;
  border-collapse: collapse;
}
.listtable tr:first-child td {
  border: 1px solid #7f7f7f;
  border-width: 1px 1px 1px 0px;
  border-collapse: collapse;
}
**********/


.header {
  padding: 5px;
  border-spacing: 0px;
  spacing: 0px;
  font-weight: bold;
  border: 1px solid #f3f3f3;
  border-width: 0px 0px 1px 0px;
  background-color: #FAFAFA !important;
}
.topheader {
  padding: 5px;
  background-color: #f0f0f0;
  border: 1px solid #A3A3A3;
  border-width: 0px 0px 1px 0px;
  border-collapse: collapse;
}
.footer {
  padding: 5px;
  background-color: #E8EAEA;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.small {
  font-size: 11px;
}
.tab-table {
  border: #e5e5e5 2px solid;
  border-collapse: collapse;
}
.tab-table td {
  background-color: #fff;
}
.tabSet {
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  border-top: #e5e5e5 2px solid;
  border-right: #e5e5e5 2px solid;
  border-left: #e5e5e5 2px solid;
  border-collapse: collapse;
  background-color: #ffffe6;
  font-weight: bold;
  -moz-border-radius-topright: 14px;
  -webkit-border-top-right-radius: 14px;
  border-top-right-radius: 14px;
  -moz-border-radius-topleft: 14px;
  -webkit-border-top-left-radius: 14px;
  border-top-left-radius: 14px;
}
.tab {
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  background-color: #ffffff;
  border-top: #e5e5e5 2px solid;
  border-right: #e5e5e5 2px solid;
  border-left: #e5e5e5 2px solid;
  border-collapse: collapse;
  -moz-border-radius-topright: 14px;
  -webkit-border-top-right-radius: 14px;
  border-top-right-radius: 14px;
  -moz-border-radius-topleft: 14px;
  -webkit-border-top-left-radius: 14px;
  border-top-left-radius: 14px;
}
a.tablink:link {
  text-decoration: none;
  color: #000000;
}
a.tablink:visited {
  text-decoration: none;
  color: #000000;
}
a.tablink:hover {
  text-decoration: none;
  color: #ff4d4d;
}
/****
a.helplink:link {
  text-decoration: none;
  color: white;
}
a.helplink:visited {
  text-decoration: none;
  color: white;
}
a.helplink:hover {
  text-decoration: underline;
  color: white;
}
****/
.ybg {
  background-color: #ffffe6;
}
a.smalllink:link {
  font-size: 11px;
  text-decoration: underline;
  color: #3377bb;
}
a.smalllink:visited {
  font-size: 11px;
  text-decoration: underline;
  color: #3377bb;
}
a.smalllink:hover {
  font-size: 11px;
  text-decoration: underline;
  color: #ff4d4d;
}
.priorityLow {
  color: green;
  font-weight: normal;
}
.priorityMedium {
  color: orange;
  font-weight: normal;
}
.priorityHigh {
  color: red;
  font-weight: normal;
}
.priorityCritical {
  color: red;
  font-weight: bold;
}
.smallbold {
  font-size: 11px;
  font-weight: bold;
}
.smallitalic {
  font-size: 11px;
  font-style: italic;
}
.drag-handle {
  background-color: #0d5973;
}
#interVeil {
  position: absolute;
  background: black url(images/blackdot.gif);
  width: 10px;
  left: 0;
  top: 0;
  z-index: 101;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.alpha(opacity=80);
  opacity: 0.8;
}
.dhtmlwindow {
  position: absolute;
  border: 2px solid black;
  visibility: hidden;
  background-color: white;
  z-index: 200 !important;
}
.drag-handle {
  padding: 5px;
  text-indent: 3px;
  font: bold 14px Arial;
  background-color: #004165;
  color: white;
  cursor: move;
  overflow: hidden;
  width: auto;
  filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.drag-handle .drag-controls {
  position: absolute;
  right: 1px;
  top: 2px;
  cursor: hand;
  cursor: pointer;
}
.drag-contentarea {
  border-top: 1px solid brown;
  background-color: white;
  color: black;
  height: 150px;
  padding: 2px;
  overflow: auto;
}
.drag-statusarea {
  border-top: 1px solid gray;
  background-color: #F8F8F8;
  height: 13px;
}
.drag-resizearea {
  float: right;
  width: 13px;
  height: 13px;
  cursor: nw-resize;
  font-size: 0;
}
#loader {
  background: url("/images/loader.gif") no-repeat scroll center center #FFF;
  position: absolute;
  height: 100%;
  width: 100%;
}
.title {
  font-size: 16px;
  font-style: bold;
}

input[type="checkbox"] {
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
input[type="radio"] {
  height: 16px;
  width: 16px;
  margin-right: 3px;
}


input, select, textarea {
  padding: 5px;
  border-radius: 5px;
  border: 2px solid #E8EAEA;
}
.fieldro {
  background-color: #FAFAFA;
  tabindex: -1;
}
.fieldmandatory {
  border-radius: 5px;
  border: 1px solid #FF6666;
}
input:focus, textarea:focus {
  background-color: #FFFFE6;
}
textarea {
  min-height: 34px !important;
}


/***
select,
input[type="text"],
input[type="password"],
textarea {
  padding: .15rem .3rem;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  background-color: #f0f8ff;
}
.fieldro {
  box-shadow: none;
  border-style: solid;
  border: 1px solid #cccccc;
  background-color: #f3f3f3;
  margin-top: 3px;
  margin-bottom: 3px;
}
.fieldro:focus {
  background-color: #f3f3f3 !important;
}
.fieldinput {
  border: solid 1px #ccc cc;
  margin-top: 3px;
  margin-bottom: 3px;
}
.fieldmandatory {
  border: solid 1px #ff4d4d;
  margin-top: 3px;
  margin-bottom: 3px;
}
***/

.gridtable {
  background: white;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
.gridtable tr:first-child a:link,
a:link:visited {
  text-decoration: underline;
  color: #3377bb;
}
.gridtable tr:first-child a:hover {
  text-decoration: underline;
  color: red;
}
.gridtable tr:first-child td:first-child {
  background: none;
  text-align: right;
  font-weight: normal;
  border: 1px solid #e5e5e5;
  color: #000000;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 3px;
  filter: none;
}
.gridtable tr:first-child td {
  background: none;
  font-weight: normal;
  border: none;
  border: 1px solid #e5e5e5;
  color: #000000;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 3px;
  filter: none;
}
.gridtable tr:first-child td:last-child {
  background: none;
  font-weight: normal;
  border: none;
  border: 1px solid #e5e5e5;
  color: #000000;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 3px;
  filter: none;
}
.gridtable td {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  background-color: white;
  color: black;
  padding: 5px;
  font-weight: normal;
}
.fieldheader {
  margin-top: 8px;
  margin-bottom: 8px;
  border-width: 0px 0px 1px 0px;
  border-color: #FAFAFA;
  color: black;
  font-weight: bold;
  background-color: #e6e6e6;
  padding: 5px;
}
.columntitle {
  background-color: #e6e6e6;
  color: black;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
}
.grbg {
  background-color: #f0f0f0;
  border-radius: 7px;
  background-clip: padding-box;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 5px;
}
.whitecell {
  background: none;
  background-color: #ffffff;
  background: -o-linear-gradient(bottom,#ffffff 5%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ffffff),color-stop(1,#ffffff));
  background: -moz-linear-gradient(center top,#ffffff 5%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff");
  background: -o-linear-gradient(top,ffffff,ffffff);
  background-image: -webkit-linear-gradient(top,#ffffff,#ffffff);
  background-image: linear-gradient(to bottom,#ffffff,#ffffff);
  border: 1px solid #e5e5e5;
  border-width: 1px 1px 1px 1px;
  color: #000000;
  border-spacing: 0;
  border-collapse: collapse;
}
.whitecellfield {
  box-shadow: none;
  border-style: solid;
  border: 1px solid #cccccc;
  background-color: #f3f3f3;
  margin-top: 3px;
  margin-bottom: 3px;
}
.vmenu {
  border: 1px solid #aaa;
  position: absolute;
  background: #fff;
  display: none;
}
.first_li span {
  width: 200px;
  display: block;
  padding: 5px 10px;
  cursor: pointer;
}
.inner_li {
  display: none;
  margin-left: 120px;
  position: absolute;
  border: 1px solid #aaa;
  border-left: 1px solid #ccc;
  margin-top: -28px;
  background: #fff;
}
.sep_li {
  border-top: 1px ridge #aaa;
  margin: 5px 0;
}
.fill_title {
  font-size: 11px;
  font-weight: bold;
  height: 15px;
  overflow: hidden;
  word-wrap: break-word;
}
.caltable {
  background-color: #aab6ba;
  border-right: #aab6ba 1px solid;
  border-bottom: white 1px solid;
  border-left: #aab6ba 1px solid;
  border-top: #aab6ba 1px solid;
}
.grip {
  width: 20px;
  height: 15px;
  margin-top: -3px;
  background-image: url('/images/grip.png');
  margin-left: -5px;
  position: relative;
  z-index: 88;
  cursor: e-resize;
}
.grip:hover {
  background-position-x: -20px;
}
.JCLRLastGrip .grip {
  background-position-y: -18px;
  left: -2px;
}
.dragging .grip {
  background-position-x: -40px;
}
.btn-group-sm>.btn,
.btn-sm {
  padding: .15rem .3rem;
}
.btn.btn-sq {
  padding: 0;
  width: 30px;
  height: 30px;
}
.cfg-btn-nav {
  color: #6C757D;
  background: transparent;
}
.cfg-btn-nav:hover,
.cfg-btn-nav:active,
.cfg-btn-nav:focus {
  color: white;
  background: #6C757D;
  border-color: #6C757D;
}
.cfg-btn-nav.cancel {
  border-color: transparent;
  color: red;
}
.cfg-btn-nav.cancel:hover,
.cfg-btn-nav.cancel:active,
.cfg-btn-nav.cancel:focus {
  color: #cc0000;
  background: none;
}
.cfg-btn-general {
  color: #6C757D;
  background: transparent;
  border-color: #6C757D;
  border-width: 1px;
  padding: 0.25rem 0.5rem;
/*
  font-size: 0.875rem;
*/
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.2rem;
  background-image: none;
}
.cfg-btn-general:hover,
.cfg-btn-general:active,
.cfg-btn-general:focus {
  color: white;
  background: #6C757D;
  border-color: #6C757D;
}
input[type="button"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  border-radius: 0.2rem;
  color: #6C757D;
  background: transparent;
  border-color: #6C757D;
  border-width: 1px;
}
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus {
  color: white;
  background: #6C757D;
  border-color: #6C757D;
}
.cfg-btn-save {
  min-width: 100px;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.2rem;
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.cfg-btn-save:hover {
  min-width: 100px;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.cfg-btn-cancel {
  min-width: 100px;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.2rem;
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.cfg-btn-cancel:hover {
  min-width: 100px;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.cfg-btn-titlebar {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0.2rem !important;
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.cfg-btn-titlebar:hover {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0.2rem !important;
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.cfg-btn-execute,
input[type="submit"] {
  width: 200px;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.cfg-btn-execute:hover,
input[type="submit"]:hover {
  width: 200px;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
  list-style: none;
  line-height: 70px;
}
.navbar-nav > li > input {
  line-height: 0;
}
.nav-item {
  position: relative;
}
.nav-item > a {
  cursor: pointer;
}
.anIndex {
  display: flex;
  position: absolute;
  color: white;
  right: 1px;
  top: 2px;
  border-radius: 5px;
}
.anIndexValue {
  background-color: #fa3e3e;
  border-radius: 5px;
  color: #fff;
  padding: 1px 4px;
  font-size: 0.6em;
}
a.dropdown-item {
  line-height: 1.5em;
  cursor: pointer;
  color: #6C757D !important;
}
a.dropdown-item:hover,
a.dropdown-item:active,
a.dropdown-item:focus {
  color: white !important;
  background: #545b62;
}
.search-wrapper .input-holder {
  overflow: hidden;
  background: rgba(255,255,255,0);
  border-radius: 6px;
  position: absolute;
  left: 0px;
  transition: all 0.3s ease-in-out;
  width: 0px;
  margin: 15px 0px;
  line-height: 40px;
}
.search-wrapper.active .input-holder {
  width: 250px;
  border-radius: 50px;
  background: #f0f8ff;
  transition: all .3s cubic-bezier(0.000,0.105,0.035,1.570);
  display: inline-block;
  transform: translate(-245px,0px);
}
.search-wrapper .input-holder .search-input {
  height: 40px;
  padding: 0px 60px 0 20px;
  opacity: 0;
  position: relative;
  top: 0px;
  left: 0px;
  background: transparent;
  box-sizing: border-box;
  border: none;
  outline: none;
  line-height: 20px;
  color: #000;
  transform: translate(0,60px);
  transition: left .3s;
  transition-delay: 0.3s;
  box-shadow: none;
}
.search-wrapper.active .input-holder .search-input {
  opacity: 1;
  transform: translate(10px,0);
}
.search-wrapper .search-icon {
  border: none;
  border-radius: 6px;
  outline: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  top: 0px;
  right: 0px;
  background: #fff;
  color: #6C757D;
}
.search-wrapper .search-icon:hover {
  background: #6C757D;
  color: white;
}
.search-wrapper.active .search-icon {
  width: 30px;
  height: 30px;
  margin: 10px;
  border-radius: 30px;
  transform: translate(-35px,0px);
  background: white;
}
.search-wrapper.active .search-icon:hover {
  background: none;
  color: white;
}
.search-wrapper .search-icon i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  transform: rotate(90deg);
  transition: transform .4s cubic-bezier(0.650,-0.6,0.240,1.650);
}
.search-wrapper.active .search-icon i {
  transform: rotate(-24.5deg);
}
.search-wrapper .close {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 4px;
  cursor: pointer;
  transition: all .3s cubic-bezier(0.285,-0.45,0.935,0.110);
  transition-delay: 0.2s;
  text-shadow: none;
  opacity: 0;
}
.search-wrapper.active .close {
  right: -5px;
  transition: all .6s cubic-bezier(0.000,0.105,0.035,1.570);
  transition-delay: 0.5s;
  opacity: 1;
}
.search-wrapper .close::before,
.search-wrapper .close::after {
  position: absolute;
  content: '';
  background: #FE5F55;
  border-radius: 2px;
}
.dropdown-menu {
  font-size: 14px;
  top: 55px;
}
