* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  outline:none;
}
*:before,
*after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
}


@font-face {
  font-family: 'IBM Plex Sans';
  src:url(../stylesheets/fonts/IBMPlexSans-Regular.ttf) format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src:url(../stylesheets/fonts/IBMPlexSans-Medium.ttf) format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src:url(../stylesheets/fonts/IBMPlexSans-SemiBold.ttf) format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src:url(../stylesheets/fonts/IBMPlexSans-Bold.ttf) format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src:url(../stylesheets/fonts/IBMPlexMono-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Open-Sans-Regular';
  src:url(../stylesheets/fonts/OpenSans-Regular.woff2) format('woff2'),
  url(../stylesheets/fonts/OpenSans-Regular.woff) format('woff'),
  url(../stylesheets/fonts/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Open-Sans-Light';
  src: url(../stylesheets/fonts/OpenSans-Light.woff2) format('woff2'),
  url(../stylesheets/fonts/OpenSans-Light.woff) format('woff'),
  url(../stylesheets/fonts/OpenSans-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Open-Sans-Bold';
  src: url(../stylesheets/fonts/OpenSans-Bold.woff2) format('woff2'),
  url(../stylesheets/fonts/OpenSans-Bold.woff) format('woff'),
  url(../stylesheets/fonts/OpenSans-Bold.ttf) format('truetype');
}

body {
  background-color: #FFFFFF;
  color: #333;
  text-align:left;
  min-width:665px;
}

body, p, ol, ul, td {
  font-family:IBM Plex Sans, sans-serif;
  font-size:   13px;
  line-height: 18px;
}
.header,
#bd{
  text-align:left;
}
pre {
  background-color: #f1f6f7;
  padding: 10px;
  font-size: 11px;
  word-break: break-all;
}
strong {
  font-weight: bold;
  font-family: IBM Plex Sans, sans-serif;
}
h1 {
  font-weight: bold;
  font-size: 130%;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 1.4;
  padding: 2px;
  color: #171e2b;
  background-color: white;
}
a { color: #000; }
a:visited { color: #000; }
a:hover { color:#002455;}
.no_border {
  border:none !important;
}
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}
.W { /*wrap possible overflow text in data tables*/
 position:relative;
 display:block;
 width:auto;
 margin-right:11px;
 overflow:hidden;
 background:transparent;
 white-space:nowrap;
 text-overflow:ellipsis;
 -o-text-overflow: ellipsis;
}

.W a{
  text-decoration: none;

}
.fixed {
  table-layout:fixed;
}
.center {
  text-align:center;
}

.designer {
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -o-user-select: none;
 user-select: none;
}

.no_text_selection {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  /* for IE, add attribute: unselectable="on" */
}
.drop_shadow {
  -webkit-box-shadow: 0 3px 5px rgba(70, 70, 70, 0.8);
  -moz-box-shadow: 0 3px 5px rgba(70, 70, 70, 0.8);
  box-shadow: 0 3px 5px rgba(70, 70, 70, 0.8);
  /* There are ways to do this in IE. It doesn't look good enough, so leaving it out. */
}
.light_drop_shadow {
  -webkit-box-shadow: 0 3px 5px rgba(70, 70, 70, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(70, 70, 70, 0.4);
  box-shadow: 0 3px 5px rgba(70, 70, 70, 0.4);
}
#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
.user {
  font-weight:bold;
}
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
/*Utility styles*/
body,
ul,li {
  margin:0;
  padding:0;
}
ul,li {
  list-style:none;
  list-style-type:none;
}
h3 {
  margin:0;
  padding:0;
  color:#666;
}
a:focus,
a:active {
  -moz-outline-style:none;
  outline:none;
}
.text_right {
  text-align:right;
}
.text_left {
  text-align:left;
}

/*Aspera styles*/
/* Header ("IBM Aspera Orchestrator") styles */
.header {
  
  background: #231f20;
  
  background-size: auto 45px;
  height: 45px;
  width: 20%;
  float: left;
  position:relative;
  z-index: 2;
  padding-left: 16px; /* per Carbon standard */
}

/* removes underlining of link when hovering */
.header > a {
  text-decoration: none;
}

.header_text {
  color: #fff ;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
  font-size: large;
  line-height: 45px;
}

.header_text_aspera {
  color: #fff ;
  font-family: IBM Plex Sans, sans-serif;
  font-size: large;
  line-height: 45px;
  font-weight: 600;
}

/* Hide contents of header if window is too narrow */
@media all and (max-width: 1435px) {
  .header_text {
    display: none;
  }

  .header_text_aspera {
    display: none;
  }
}
/* .designer .header,
.designer .main_tabs {
    width:2400px;
    }  */
    .bd {
      background: transparent url('../images/nav_drop_shadow_3px.gif') repeat-x top left;
      clear:both;
      padding:35px 16px 0 16px;
      /* min-height:600px; */
    }

    /* Footer styles - start */
    #footer {
      background:#fff;
      color: #aaa;
      border-top: 1px dotted #ddd;
      position:relative;
    }
    #footer a {
      color: #aaa;
      text-decoration: none;
    }
    #footer a:hover {
      text-decoration: underline;
    }
    #footer p {
      text-align:center;
      font-size: 85%;
      line-height: 14px;
    }
    /* Footer styles - end */

    .table_chrome {
      /* padding:8px; */
    }

/*.table_chrome {
    background:#f4f4f4;
    border:1px solid #ccc;
    padding:8px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    }*/

/*.table_chrome table {
    border:1px solid #ccc;
    }*/

    .workflows_list,
    .processes_list,
    .basic_table {
      width:100%;
    }


    .table-striped tbody > tr:nth-child(odd) > td,{
      background-color: #f9f9f9;
    }
    .table-striped tbody > tr:nth-child(even) > td,{
      background-color: #ffffff;
    }

    .workflows_list th,
    .workflows_list td,
    .processes_list th,
    .processes_list td,
    .basci_table th,
    .basic_table td {
      padding:5px;
    }
    .workflows_list th
    .processes_list th {
      background: #808080 ; /* Grey */
      color: #ffffff; /* White */
      line-height:2;
      font-family: IBM Plex Sans, sans-serif;
      text-align:left;
      white-space:nowrap;
    }

    .button_toolbar {
      padding:20px 0px 15px 12px;
    }

    .center_button_toolbar {
      margin-top:20px;
      margin-bottom:12px;
      padding-left:30%;
    }

    .left_button_toolbar {
      padding:20px 0px 15px 12px;
      float:left;
    }

    .right_button_toolbar {
      float:right;
      padding:20px 0px 15px 12px;
    }

    .main_button_toolbar{
      margin:20px 0 12px 0;
    }

    .button_toolbar > * ,
    .left_button_toolbar > *,
    .right_button_toolbar > *,
    .center_button_toolbar > * {
      margin-left:5px;
    }

    /* Wrap preview pane start */

    .wrap_preview_pane {
      margin-left:5%;
    }

    /* Wrap preview pane end */

    .current {
      margin:0 12px 0 0;
      color:#eee;
      display:inline-block;
      border:1px solid #C3C3C3;
      border-bottom-color:#C8C8C8;
      width:auto;
      background-image: -moz-linear-gradient(top, #fcfcfc, #898989);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#898989));
      border-radius:2px;
      -webkit-border-radius:2px;
      -moz-border-radius:2px;
      padding:3px 8px;
      text-decoration:none;
      font: normal 93% IBM Plex Sans, sans-serif;
      letter-spacing:1px;
      /*kill text selection*/
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      user-select: none;
    }
    .button_group {
      margin-right:12px;
      display:inline-block;
    }

    input[type="text"] {
      border: 1px solid #adbfc4;
      border-radius: 2px;
      color: #605f5c;
    }
    input[type="password"] {
      border: 1px solid #adbfc4;
      border-radius: 2px;
      color: #605f5c;		 
    }
    input[type="textarea"] {
      border: 1px solid #adbfc4;
      border-radius: 2px;
      color: #605f5c;
    }

    textarea {
      border: 1px solid #adbfc4;
      border-radius: 2px;
      color: #605f5c;
    }

    button.button, input.button, a.button {
      margin:0 12px 0 0;
      color:#605f5c;
      cursor:pointer;
      display:inline-block;
      border:1px solid #adbfc4;
      width:auto;
      background-color: transparent;
      min-width: 60px;
      <!-- background-image: -moz-linear-gradient(top, #fcfcfc, #d9d9d9); -->
      <!-- background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#d9d9d9)); -->
      -webkit-border-radius:4px;
      -moz-border-radius:4px;
      border-radius:4px;
      padding-bottom: 3px;
      padding-top: 3px;
      padding-right: 8px;
      padding-left: 8px;
      text-align: center;
      text-decoration:none;
      font: normal 93% IBM Plex Sans, sans-serif;
      letter-spacing:1px;
      /*kill text selection*/
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      user-select: none;
    }

    input.button:hover, a.button:hover,
    a.button_selected {
      color:#000000;
      background-color: #d9d9d9;/* this is light grey*/
      <!-- background-image: -moz-linear-gradient(top, #d9d9d9, #fcfcfc);-->
      <!-- background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#fcfcfc)); -->
    }
    .button_group .button {
      margin-right:0;
    }
    .button_group .button_selected {
      cursor: default;
      color: #f2f2f2;
      background-image: -moz-linear-gradient(top, #797979, #acacac);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#797979), to(#acacac));
    }
    .button_group a.button_selected:hover {
      color: #f2f2f2;
      background-image: -moz-linear-gradient(top, #797979, #acacac);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#797979), to(#acacac));
    }
    a.disabled {
      border:1px solid #d3d3d3;
      border-bottom-color:#d8d8d8;
      cursor:default;
      color:#888;
      background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
    }
    a.disabled:hover {
      color:#888;
    }
    /*- New Main Tabs --------------------------- */
    .main_tabs {
      margin:auto;
      float: right;
      width: 80%;
      border: none;
      height: 45px;
      border-left: none;
      border-right: none;
      background: #231f20
    }
    .main_tabs ul {
      list-style: none;
    }
    .main_tabs ul li {
      display: inline;
      list-style: none;
    }
    .main_tabs ul li a {
      float: left;
      text-decoration: none;
      padding: 5px 14px;
      text-align: center;
      color: #fff ;
      line-height: 1;
      font: normal 14px/40px IBM Plex Sans, sans-serif;
      letter-spacing: 2px;
    }

    .main_tabs ul li a.task_list {
      line-height: 1; !important
    }

/* Secondary Navigation
---------------------------------------*/
.secondary_nav {
  position:absolute;
  width:100%;
  top:45px;
  left:0;
  height:28px;
  background:#f3f5f9 url(../images/secondary_menu_bg.gif) 0 0 repeat-x;
  border-bottom:1px solid #e9e9eb;
  overflow: hidden;
}
.secondary_nav li {
  margin:0 12px;
  padding:0 6px;
  float:left;
  position:relative;
  height:28px;
}
.secondary_nav a {
  display:block;
  padding:0 6px;
  height:26px;
  line-height:30px;
  font-family: IBM Plex Sans, sans-serif;
  font-size:12px;
  text-decoration:none;
  color:#505050;
  text-align: left;
  text-shadow:#fdfdfd 0 1px;
}
.secondary_nav a:hover,
.secondary_nav a:active,
.secondary_nav a.selected {
  border-bottom:5px solid #b30000;
  font-weight:bold;
  -webkit-transition:border-bottom .2s ease-in;
  -moz-transition:border-bottom .2s ease-in;
  -o-transition:border-bottom .2s ease-in;
  transition:border-bottom .2s ease-in;
  background-color:transparent;
}

.action_required_tab {
  float: right;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font: normal 108% IBM Plex Sans, sans-serif;
  letter-spacing: 2px;
  margin-right: 150px;
  margin-top: 4px;
  width: 48px;
  position: absolute;
  right: -120px;
}
.action_required_tab_selected {
  float: right;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font: normal 108% IBM Plex Sans, sans-serif;
  letter-spacing: 2px;
  background: #3d70b2;
  margin-right: -100px;
  margin-top: 10px;
}
.main_tabs .selected a,
.main_tabs .selected a:hover {
  color: #fff;
  background: #3d70b2;
  padding: 5px 14px 0px 14px;
}

.current_user {
  position:absolute;
  width:100%;
  background:transparent;
  top:4px;
  right:16px;
  text-align:right;
  font-size:10px;
  color:#CECECE;
  letter-spacing:1px;
}
.current_user a {
  color:#F2F2F2;
}
tr { }
.initial { background-color: #DDDDDD; color:#000000 }
.normal { background-color: #f7f7f7 }
.highlight { background-color: #fff;
 cursor:default;}

 .selected_list_item {
   #background-color: #f1f6f7;
   font-family: IBM Plex Sans;
   font-weight: bold;
   color: #004056;
 }
/*Statuses*/
.created,
.in_progress,
.running,
.paused,
.failed,
.error,
.complete,
.not_running {
  color:#333;
  padding:2px 6px;
  margin-right:12px;
}
.created {
  background:#3d70b2;
  color:#ffffff;
}
.in_progress {
  background:#3d70b2;
  color:#ffffff;
}
.running {
  background:#3d70b2;
  color:#ffffff;
}
.complete {
  background:#17ab4b;
  color:#ffffff;
}
.not_running {
  background:#efefef;
}
.paused {
  background: #777777;
  color:#ffffff;
}
.failed {
  background:#ffcf01;
}
.error {
  background:#f04c3f;
  color:#ffffff;
}
.green,
.red,
.yellow,
.grey,
.white {
  width:8.5em;
  /*padding:0 1em*/
}
.green {
  background:#d2f1d2;
  border:1px solid #81E281;
  background-position:6px 10px;
  background-repeat:no-repeat;
}
.red {
  background:#f6d2d2;
  border:1px solid #d57070;
  background-position:6px 10px;
  background-repeat:no-repeat;
}
.yellow {
  background:#faf9c2;
  border:1px solid #8e8242;
  background-position:6px 10px;
  background-repeat:no-repeat;
}
.grey {
  background:#efefef;
  border:1px solid #aeaeae;
  background-position:6px 10px;
  background-repeat:no-repeat;
}
.white {
  /*background:#ffffff;*/
  border:1px solid #efefef;
  background-position:6px 10px;
  background-repeat:no-repeat;
}


/*Work order browser*/

.cursor_resize {
  cursor:ns-resize;
}
.border {
  border:1px solid #ccc;
}
.wrap_all {
  position:relative;
  width:100%;
  height:600px;
}
.wrap_packages {
  position:relative;
  height:100%;
}
.wrap_packages *:focus {
  outline:none;
  outline-offset: -1px;
}
.work_order_list {
  position:absolute;
  top:0;
  width:100%;
  height:100%;/*container must have a height for this to work*/
  overflow:auto;
  background:#fff;
}
.work_order_list:focus,
.work_order_viewer:focus {
  outline:1px dotted gray;
}

.work_step_inputs {
  width:95%;
  padding:10px;
}

.work_step_outputs {
  width:95%;
  padding:10px;
}


.workflows_list .step_status_in_progress td{
  background: none repeat scroll 0 0 #D9F7D7;
}

.workflows_list .step_status_complete td{
  background: none repeat scroll 0 0 #fafafa;
}

.workflows_list .step_status_error td{
  background: none repeat scroll 0 0 #FF6B6B;
}

.workflows_list .step_status_failed td{
  background: none repeat scroll 0 0 #F7D7D7;
}

.wrap_widget_container {
  padding:0;
}
.list_preview_divider {
  position:absolute;
  background-image:url(../images/split_gripper_h.png);
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-color:#eee;
  left:50%;
  height:100%;
  width:6px;
  z-index:2000;
  border-left:1px solid #aaa;
  border-right:1px solid #aaa;
}
.list_preview_divider:hover {
  background-color:#aaa;
  -moz-transition: background-color .5s linear;
  -webkit-transition: background-color .5s linear;
  transition: background-color .5s linear .1;

  cursor:col-resize;
  cursor:ew-resize;
}
.work_order_viewer {
  position:absolute;
  height:100%;
  right:0;
  left:50%;
  width:50%;
  overflow:auto;
  padding:0;
  background:#fff;
}
.work_order_viewer h1 {
  padding:0 16px 8px 16px;
}
.work_order_viewer .workflows_list th,
.work_order_viewer .workflows_list td {
  padding-left:16px;
  vertical-align:middle;
}

.wrap_preview img ,
.work_order_viewer .workflows_list td img {
  width: 25px;
  heigth: 25px;
  vertical-align:middle;
}
.work_order_viewer .workflows_list th th,
.work_order_viewer .workflows_list td td {
  padding-left:0;
}
.filter {
  width: 0;
  border: 0px solid #aaa;
  position:absolute;
  top:45px;
  left:250px;
  background:#f9f9f9;
  z-index:2100;
  height:0;
  color:#4a4a4a;
}
/*.filter:hover {
  height:500px;
  -webkit-transition: height 1s linear;
  }*/
  .filter_body {
    border-radius:0 5px;
    padding:16px 12px 12px;
  }
  .filter_body ul {
    padding-bottom:12px;
  }
  .filter_body li {
    margin-bottom:12px;
  }
  .filter_body .filter_date input {
    margin-right:8px;
  }
  .filter_body {
    right:4px;
  }
  a.remove_filter {
    padding:4px 16px 4px 28px;
    border-radius:9px;
    -moz-border-radius:9px;
    background:#f1f6f7 url(../images/remove_filter.png) 4px 50% no-repeat;
    text-decoration:none;
    font-family:IBM Plex Sans, sans-serif;
    color:#555;
    text-shadow:#fdfdfd 0 1px;
    font-size:12px;
  }
  a.remove_filter:hover {
    color:#333;
    background-color:#d2d2d2;
  }
  /*Item list*/
  .widget_container {
    height:100%;
    padding-bottom:5px;
    overflow-y:auto;
    overflow-x:hidden;
  }
  .widget {
    width:100%;
    position:relative;
    height:64px;
    overflow:hidden;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #eaeaea;
    color:#444;
    background:#f1f6f7 url(../images/drill.png) 100% 50% no-repeat;
    /*  background:#f7f7f7 url(../images/widget_gradient.png) 0 100% repeat-x;*/

    /* text-shadow:#fdfdfd 0 1px; */
  }
  .widget:hover {
    cursor:pointer;
    background-color:rgba(61, 112, 178, 0.15);
    /*  background-color:#fff;
      -moz-transition: background-color .5s linear;
      -webkit-transition: background-color .5s linear;
      transition: background-color .5s linear;*/

      box-shadow: 0 0 5px #aaa; /*h-offset, v-offset, blur, color*/
      -moz-box-shadow: 0 0 5px #aaa;
      -webkit-box-shadow: 0 0 5px #aaa;
      -moz-transition: -moz-box-shadow .5s linear;
      -webkit-transition: -webkit-box-shadow .5s linear;
      transition: box-shadow .5s linear;
      z-index:900;
    }
    .selected_widget,
    .selected_widget:hover {
      background-color:rgba(61, 112, 178, 0.15);
    }
    .selected_widget .workorder {

    }
    .widget ul,
    .widget li {
      line-height:1;
      font-size:11px;
      display:block;
      white-space:nowrap;
    }
    .widget ul {
      height:100%;
      background-image: url(../images/widget_gradient_top.png);
      background-position:0 0;
      background-repeat: repeat-x;

    }
    .widget li {
      padding:0 0 0 16px;
      margin-right:24px;
      overflow: hidden;
      position: relative;
      text-overflow: ellipsis;
    }
    .widget .workorder {
      line-height:2.7em;
      font-size:14px;
      font-family: IBM Plex Sans, sans-serif;
    }
    .repeating .status img {
      display:block;
      float:left;
      padding-right:10px;
    }
    .repeating .status span {
      float:left;
      line-height:12px;
    }
    .widget .workorder span {
      color:#333;
      margin-left:.8em;
      font-size:92%;
      font-weight:normal;
    }
    .widget .status {
      font-size:92%;
      line-height:2;
    }
    .widget .tools {
      line-height:1.6;
    }
/*.tools {
  text-align:right;
  font-size:92%;
  position:absolute;
  right:0;
  top:2px;
  padding:2px 0;
  width:30em;
  }*/
  .tools a {
    margin-right:.5em;
    font-size:11px;
    color:#555;
  }
  .tools a:hover {

  }

  /*Preview Pane*/
  .wrap_preview {
    padding:0 0 12px 0;
  }
  .wrap_preview .widget,
  .wrap_preview .widget ul {
    background-image:none;
    -o-box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
  }

  /* Modal window start */

  .title_bar {
    cursor: move;
  }

  .modal-title {
    color: #3d70b2;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    border-bottom: 1px solid #dce1e7;
    margin-bottom: 20px;
    line-height:36px;
  }

  .modal-body {
   /* margin-bottom: 70px; */
   padding: 0 10px;
   clear:both;
 }


 .modal-buttonpanel {
  float:right;
  padding-top:20px;
}

.modal_container {
  animation: 0.5s ease 0s normal none 1 running fadein;
}

.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background:#000;
  opacity: 0.7; /* Firefox, Safari(WebKit), Opera */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
  filter: alpha(opacity=70); /* IE 4-7 */
  zoom: 1;

}
.wrap_modal_dialog {
  animation: 0.5s ease 0s normal none 1 running fadein;
  position:absolute;
  /*padding:24px 8px 8px 8px;*/
  width:625px;
  min-height:360px;
  height:auto !important;
  height:360px;
  /*background-color:rgba(230,230,230,0.8); */
  z-index: 20000;
  /* border:1px solid #ccc; */
  border-color-top:#aaa;
  border-radius:5px;
  left: 550px
  top: 75px;
}

.modal_dialog {
  background:#fff;
  width:625px;
  min-height:160px;
  height:auto !important;
  height:360px;
  border:1px solid #bbb;
  border-radius:5px;
  top: 75px;
  padding: 30px;
}

.modal_dialog h1 {
  color: #3d70b2;
  font-family:IBM Plex Sans, sans-serif;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid #dce1e7;
  margin-bottom: 20px;
  line-height:36px;
}

.modal_dialog .button{
 /* color:#000000;*/
 background-color: #ffffff;
}

.modal_dialog .modal_link {
  /* color: gray; */
  text-decoration: none;
}

.modal_dialog p{
  margin: 0px;
}

.modal_dialog .paragraph{
  background: #eeeeee none repeat scroll 0 0;
  font-family: IBM Plex Mono;
  font-size: 12px;
  margin: 10px;
  padding: 16px;
}

.modal_dialog .input_help {
  background: #eeeeee none repeat scroll 0 0;
  font-family: IBM Plex Mono;
  font-size: 11px;
  margin: 10px 10px 10px 172px;
  padding: 1px 0 0 5px;
  width: 320px;
  word-wrap: break-word;
}

.modal_dialog .horizontal_form {
  background:#fff;
  border-radius: 5px;
  max-height:550px;
  overflow:auto;
  clear:both;
}

.modal_dialog form {
 overflow: auto;
}

.modal_div_overflow {
  max-height: 650px;
  overflow: auto;
}

.modal_button {
  background-color: #fff;
  margin: 0 12px 0 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #c3c3c3;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 30px;
  text-decoration: none;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  min-width: 120px;
}

.modal_button_success {
  background-color: #3d70b2;
  color: #fff;
  border: 1px solid #3d70b2;
}

/* Modal window end */

.split_div_left {
  float:left;
  width: 50%;
}

.split_div_right {
  float:left;
  width: 50%;
}

.link_active{
  cursor: pointer;
}

.link_inactive{
  cursor: not-allowed;
}

.close_button {
  background: url("../images/close.png") no-repeat scroll 50% 50%;
  border-radius: 50%;
  color: #fff;
  height: 26px;
  position: absolute;
  right: -8px;
  top: -9px;
  width: 26px;
  display: block;
  background-color: #adbfc4;
}

.flash_close_button {
  background: url("../images/close.png") no-repeat scroll 50% 50%;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  display: block;
  background-color: #adbfc4;
}

/* hasher styling */

.hasher_row{
  padding-left: 75px;
  margin-top: 5px;
}


.arrayer_row {
  margin-top: 5px;
  padding-left: 150px;
}

/* Category Name */

.category_name {
  background-color: #f1f6f7;
  border: 1px solid #adbfc4;
  border-radius: 2px;
  color: #605f5c;
  padding: 6px 0 6px 12px;
}

/*Common Forms*/
.wrap_form {
  padding-bottom:24px;
  margin:auto 0;
  /* border:1px solid #ddd; */
}
.wrap_form h1 {
  /* line-height:2.4; */
  padding-left:22px;
}

/*Horizontal Forms*/
.horizontal_viewer li {
  display:block;
  padding:8px;
  min-height:12px;
  height:auto !important;
  height:12px;
  overflow:auto;
}

/*Horizontal Forms*/
.horizontal_form li {
  display:block;
  padding:8px;
  min-height:22px;
  height:auto !important;
  height:22px;
  overflow:auto;
}

.horizontal_form_wide label {
  width: 200px !important;
}

.horizontal_form label {
  float:left;
  width:160px;
  margin-right:8px;
  text-align:right;
  vertical-align: top;
  font-size:13px;
  /*font-weight:bold;*/
  color:#393a3f;
}
.horizontal_form textarea {
  width:320px;
  border: 1px solid #adbfc4;
  border-radius: 2px;
  color: #605f5c;
}
.horizontal_form input[type='text'] {
  border: 1px solid #adbfc4;
  border-radius: 2px;
  width:320px;
  height:20px;
  padding-left: 2px;
  color:#605f5c;
}
.horizontal_form input[type='text'] smaller{
  width:320px;
}
/*Custom form styles. Try to limit to custom wrapper width and label width.  Place the custom class where .wrap_form exists. */
.new_workflow_definition {
  width:740px;
  margin:0 auto;
}
.new_workflow_definition label {
  width:230px;
}
.work_order_headers {
  margin:14px 0 0 0;
  background:#f7f7f7;
  border-bottom:1px solid #ccc;
}
.work_order_header {
  font-size:11px;
  line-height:1.8;
  margin:4px;
  margin-left:0;
  padding-left:16px;
}
.work_order_header strong {
  color:#555;
}
.preview_toolbar {
  position:relative;
  border-top:1px solid #fafafa;
  border-bottom:1px solid #ccc;
  padding:8px 16px;
  /* background:#f1f6f7; */
}


.basic_table th{
  font-weight:bold;
}

.basic_table tr:nth-child(odd) > td{
  background:white;
  padding:0.7em 5px;
  border-bottom:1px solid #ddd;
  border-top:1px solid #fff;

}
.basic_table tr:nth-child(even) > td{
  padding:0.7em 5px;
  border-bottom:1px solid #ddd;
  border-top:1px solid #fff;
  background: #f2f2f2;
}


.processes_list tr:nth-child(even) > td {
  padding:0.7em 5px;
  border-bottom:1px solid #ddd;
  border-top:1px solid #fff;
  background: white
}

.processes_list tr:nth-child(odd) > td {
  padding:0.7em 5px;
  border-bottom:1px solid #ddd;
  border-top:1px solid #fff;
  background: #f2f2f2
}

.reset_icon{
  width:18px !important;
  float: right;
  opacity:0.70;
}
.folder_icon {
  width:18px;
  height:20px;
  float:left;
  background-image:url(../images/aspera_icn_folder.png);
  background-size: 18px 20px;
  opacity:0.70;
}
.definition_icon {
  width:18px;
  height:20px;
  float:left;
  background-image:url(../images/aspera_icn_edit.png);
  background-size:18px 20px;
  opacity:0.70;
}
.workflow_menu {
  background:#fff;
  border: 1px solid #ccc;
  width: 250px;
  position: absolute;
  margin-top:20px;
  z-index: 2000;
}
.menu_trigger {
  width:18px;
  height: 18px;
  margin-left:6px;
  float: left;
  position: relative;
  background:#ededed url(../images/menu_trigger.png) no-repeat 50% 50%;

  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;

  text-align: center;
  cursor: pointer;

}
.menu_trigger:hover {
  background-color:transparent;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
.active_trigger {
  background-color:transparent;
}
.menu_list li {
  text-indent:18px;
  font-family: IBM Plex Sans, sans-serif;
  border-bottom:1px solid #ddd;
  line-height:2;
  background-color:#fff;
}
.menu_list li a {
  text-decoration:none;
  display:block;
  color:#494949;
}
.menu_list li a:hover {
  background:#d9d9d9; /*Changed it to light grey*/
  color:#222;
}
.menu_list li:last-child {
  border-bottom:none;
}


/*Two pane view (Actions)*/
.wrap_both_panes {
  width:100%;
  height:600px;
}

.list_pane {
  width:300px;
  height:100%;
  float: left;
}

.list_pane *:focus {
  outline:none;
  outline-offset: -1px;
}
.items_list {
  width:100%;
  height:100%;
  overflow:auto;
  background:#fff;
  text-align:left;
}

.items_list:focus,
.preview_pane:focus {
  outline:1px dotted gray;
}
.items_list_padding {
  padding:0;
}
.preview_pane {
  height: 100%;
  overflow: auto;
  padding: 0;
  background: #fff;
  border-left: 1px solid #ccc;
}
.preview_pane_padding {
  padding:12px 16px;
}

.items_list img {
  width:32px;
  height:32px;
}
.hasher input[type="text"] {
  width:230px;
}
.arrayer input[type="text"] {
  width:230px;
}
/*Tasks
-----------------------------------*/
.action_required_tab .tasks_button {
  display:block;
  position:absolute;
  top:22px;
  right:10px;
  font-size: 12px;
  line-height:1;
  letter-spacing:0;
  text-shadow:rgba(253, 253, 253, 0.75) 0 1px;
  padding:4px 5px 4px 5px;
  background:#f0f0f0;
  background:rgba(252, 252, 252, 0.78);
  border:1px solid #5a677f;
  border:1px solid rgba(90, 103, 127, 0.90);
  border-radius:3px;
  z-index:100;
  color:#444;
  font-weight:bold;
}
.action_required_tab .tasks_button:hover {
  background:#f0f0f0;
  background:rgba(252, 252, 252, 0.90);
}

.action_required_tab .tasks_button_selected,
.action_required_tab .tasks_button_selected:hover {
  border-color:#5a677f;
  border-bottom-color:#fff;
  border-radius:3px 3px 0 0;
  background:#fff;
}
.action_required_tab span.tasks_count {
  padding:0 0 0 12px;
}
.action_required_tab .tasks_menu {
  position:absolute;
  height:12px;
  width:300px;
  text-align:right;
  z-index:3200;
}
.action_required_tab .tasks_body {
  position:relative;
  text-align:left;
  width:284px;
  padding:8px;
  border:1px solid #5a677f;
  background:#fff;
  border-radius:3px 0 3px 3px;
}
.tasks_body .tasks_list {
  display:block;
}
.action_required_tab .tasks_body .tasks_list li {
  display:block;
  position:relative;
  padding:12px 8px;
  color:#333;
  letter-spacing:0;
  font-size:12px;
  border-top:1px solid #eee;
}
.tasks_body .tasks_list li:hover {
  /*  background:#e1f0ff;*/
  background:#f4f4f4;
  color:#333;
  cursor:pointer;
}
.tasks_body .tasks_list span {
  position:relative;
}
.main_tabs .tasks_body a {
  float:none;
  display:block;
  letter-spacing:0;
  color: #339;
  line-height: 1;
}
.main_tabs .tasks_body a:hover,
.main_tabs .tasks_body a:active {
  text-decoration:underline;
}
.action_required_tab .tasks_body li.no_tasks {
  border:none;
  color:#666;
  text-align:center;
  cursor:default;
}
.action_required_tab .tasks_body li.no_tasks:hover {
  background:none;
}
.work_order_header_list li {
  display:block;
  width:49%;
  float:left;
  position:relative;
}
.work_order_header_list li+li {
  width:50%;
}
.help_file {
  padding:16px;
}
.help_file h1 {
  line-height:1.6;
  font-size:22px;
}
.help_file h2 {
  font-size:18px;
  padding-top:12px;
  line-height:2;
}
.help_file h3 {
  padding-top:8px;
  line-height:2;
  text-decoration:underline;
}

.help_file li {
  padding:8px 0 0 12px;
  line-height:1.4;
}

.help_file p {
  line-height:1.4;
}

#login_credentials .fieldWithErrors {
  display: inline;
}

#login_credentials .fieldWithErrors {
  background: none !important;
}

#login_credentials .fieldWithErrors input {
  border: 2px solid #ff0000;
}

.display_menu {
  display: block !important;
}

tr.normal:hover {
  background-color: #fff;
  cursor: pointer;
}

.remote_node_list li {
  background:#e7e7e7;
  height:48px;
}

.designer_title_bar {
  color: black !important;
  background: #808080 !important;
}


/* Styling for new Flash Messages */
.alert {
  padding: 8px 14px 8px 14px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert {
  color: #c09853;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.alert-warning{
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.flash {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 350px;
  margin-left: -175px;
  height: auto;
  margin-top: -25px;
  z-index:9999;
  text-align: center;
  word-break: break-all;
}

/* Styling for new Flash Messages end */

/* Styling for progress bars */

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}


.progress {
  height: 18px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #027bbf; 
  background-image: -moz-linear-gradient(top, rgba(20, 155, 223,0.5), rgba(4, 128, 190,0.5));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(20, 155, 223,0.5)), to(rgba(4, 128, 190,0.5)));
  background-image: -webkit-linear-gradient(top, rgba(20, 155, 223,0.5), rgba(4, 128, 190,0.5));
  background-image: -o-linear-gradient(top, rgba(20, 155, 223,0.5), rgba(4, 128, 190,0.5));
  background-image: linear-gradient(to bottom, rgba(20, 155, 223,0.5), rgba(4, 128, 190,0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #3d70b2;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #f04c3f;
  background-image: -moz-linear-gradient(top, rgba(238, 95, 91,0.5), rgba(196, 60, 53,0.5));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(238, 95, 91,0.5)), to(rgba(196, 60, 53,0.5)));
  background-image: -webkit-linear-gradient(top, rgba(238, 95, 91,0.5), rgba(196, 60, 53,0.5));
  background-image: -o-linear-gradient(top, rgba(238, 95, 91,0.5), rgba(196, 60, 53,0.5));
  background-image: linear-gradient(to bottom, rgba(238, 95, 91,0.5), rgba(196, 60, 53,0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #17ab4b; 
  background-image: -moz-linear-gradient(top, rgba(98, 196, 98,0.5), rgba(87, 169, 87,0.5));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(98, 196, 98,0.5)), to(rgba(87, 169, 87,0.5)));
  background-image: -webkit-linear-gradient(top, rgba(98, 196, 98,0.5), rgba(87, 169, 87,0.5));
  background-image: -o-linear-gradient(top, rgba(98, 196, 98,0.5), rgba(87, 169, 87,0.5));
  background-image: linear-gradient(to bottom, rgba(98, 196, 98,0.5), a(87, 169, 87,0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: rgba(98, 196, 98,0.5);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #027bbf; 
  background-image: -moz-linear-gradient(top, #3d70b2, #3d70b2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3d70b2), to(#3d70b2));
  background-image: -webkit-linear-gradient(top, #3d70b2, #3d70b2);
  background-image: -o-linear-gradient(top, #3d70b2, #3d70b2);
  background-image: linear-gradient(to bottom, #3d70b2, #3d70b2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00b2ef', endColorstr='#ff00b2ef', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #3d70b2;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #ffcf01; 
  background-image: -moz-linear-gradient(top, rgba(251, 180, 80,0.5), rgba(248, 148, 6,0.5));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(251, 180, 80,0.5)), to(rgba(248, 148, 6,0.5)));
  background-image: -webkit-linear-gradient(top, rgba(251, 180, 80,0.5), rgb(248, 148, 6,0.5));
  background-image: -o-linear-gradient(top, rgba(251, 180, 80,0.5), rgba(248, 148, 6,0.5));
  background-image: linear-gradient(to bottom, rgba(251, 180, 80,0.5), rgba(248, 148, 6,0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}



/* New table - start */

.orch_table_basic{
  width:100%;
}


.orch_table_basic th {
  color: rgb(21, 41, 53);
  line-height:2;
  text-align:left;
  white-space:nowrap;
  font-size: 14px;
  font-family: IBM Plex Sans;
  padding: 8px 8px 0px 8px;
  border-bottom:1px solid rgba(61, 112, 178, 0.15);
  margin-bottom: 20px;
  background-color: #f5f7fa;
  font-weight: 700;
}

.orch_table_basic tr {
 border-bottom:1px solid rgba(61, 112, 178, 0.15);
}

.orch_table_basic tbody tr:hover {
 background-color: rgba(61, 112, 178, 0.15);
}

.orch_table_basic td {
 line-height: 2;
 padding: 8px 8px 3px 8px;
 font-size:14px;
 color: #605f5c;
}
.orch_table_basic td a{
 text-decoration:none;
 font-size:14px;
 /* color:#605f5c; /*Font grey */
}


/* New table - end */
/* background-image:url(../images/split_gripper_h.png); */
/* menu_image start */
.menu_image{
  height:25px;
  width:25px;
}
/* menu_image end */

/* Grid Menu - Start */

.grid_menu ul li a {
  padding-right: 20px !important;
}

.grid_menu {
  font-size: 10px;
  position: absolute;
  height: auto!important;
  width: 135px;
  background: rgba(35, 31, 32, 0.75) none repeat scroll 0 0;
  color: #ffffff;
  z-index: 2000;
}

.grid_menu ul {
  margin: 0px;
  padding: 0px;
}

.grid_menu ul li a {
  padding: 0px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0 0 0 0;
  font-size: 12px;
  display: block;
  text-align: left;
  text-decoration:none;
  color: #fff;
}

.grid_menu ul li a:hover {
  background: #3d70b2;
}

/* Grid Menu - End */

.right_icons {
  float: right!important;
  padding-right: 75px;
  margin-top: 4px;
}

/* User menu - Start */


div.user_dropdown a {
  position:absolute;
  top: -8px;
  right: 16px;
  color: #fff;
  text-decoration:none;
  font-size: 14px;
  padding: 4px 18px 6px;
  float: right;
  margin-right: 45px;
  font-size: 14px;
  margin-top: 10px;
}

.user_dropdown_menu {
  font-size: 10px;
  position: absolute;
  height: auto!important;
  width: 150px;
  background: rgba(35, 31, 32, 0.8) none repeat scroll 0 0;
  color: #ffffff;
  z-index: 2000;
  border-radius: 0 0 6px 6px;
}

.user_dropdown_menu a {
  margin: 5px 0 0 0;
  display: block;
  text-align: left!important;
  text-decoration:none;
  color: #fff;
  width: inherit;
}

.user_dropdown_menu a:hover {
  color: #a9a9a9;
}

/* User Menu - End */


.hidden {
  display: none;
}

.select, .select_all {
  margin-left: 8px;
}


div#notification_menu .nav-tabs > li.active > a,
div#notification_menu .nav-tabs > li.active > a:hover,
div#notification_menu .nav-tabs > li.active > a:focus {
  background-color: #605f5c !important;
  color: #ffffff;
}

div#notification_menu {
  font-size: 13px;
  position: fixed;
  height: auto!important;
  width: 600px;
  background: #605f5c none repeat scroll 0 0;
  color: #ffffff;
  /*-moz-box-shadow: 2px 2px 3px #555;
  -webkit-box-shadow: 2px 2px 3px #555;
  box-shadow: 2px 2px 3px #555;*/
  z-index: 20000;
  text-align: left;
  border-radius: 0 0 6px 6px;
  right: 20px;
  top: 45px;
  }

  #notification_menu ul {
    margin: 0px;
    padding-top: 40px;
  }


  #notification_menu ul li a {
    padding-right: 20px !important;
  }

  div#notification_menu ul li a:hover {
    color: #a9a9a9;
    /*border-left: 2px solid #b30000;*/
    background-color: #605f5c;
  }

  .notification_count {
    background-color: #f04c3f !important;
    position: absolute;
    font-size:9px !important;
    padding: 3px 5px !important;
    letter-spacing: normal;
    left: 20px;
  }

  .notification_count:empty {
    display: none;
  }

  .search_div {
    position: relative;
  }

  .search_input {
    width: 230px;
    border-radius: 25px !important;
    box-shadow: none;
    border: 1px solid #adbfc4;
    padding: 5px 45px 5px 15px;
    color: #605f5c;
    background-color: transparent;
  }

  .search_div::after {
    background-image: url(../images/svg/search.svg);
    content: '';
    position: absolute;
    right: 10px;
    top: 7px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
  }

  /* batch actions panel start */

  .batch_action {
    background-color: #3d70b2;
    height:40px;
    margin:10px 0px 0 5px;
    display:none;
    width: 100%;
  }

  /* batch actions panel end */

  /*menu_icon is svg icons on the user menu */

  /* svg icons - start */
  .small svg {
    height:10px;
    width:10px;
  }

  .tall svg {
    height: 15px;
    width: 15px;
  }
  .medium svg {
    height:20px;
    width:20px;
  }

  .large svg {
    height:25px;
    width:25px;
  }

  .img-white svg path{
    fill: #fff !important
  }

  .img-grey svg path{
    fill: #757575 !important
  }


  .img-light-grey svg path{
    fill: #a8a7a5 !important
  }

  .img-blue svg path{
    fill: rgb(61, 112, 178) !important
  }

  .img-black svg path{
    fill: black !important
  }


  .active .img-blue svg path{
    fill: white !important
  }

  .img-blue svg path:focus{
    fill: white !important
  }

  .img-blue svg path:hover{
    fill: white !important
  }

  .btn-primary:focus .img-blue svg path{
    fill: white !important
  }

  .btn-primary:hover .img-blue svg path{
    fill: white !important
  }


.img-yellow svg path{
    fill: #ffcf01 !important
  }


  .img-dark-blue svg path{
    fill: #004056 !important
  }

  .img-red svg path{
    fill: #f04c3f !important
  }

  .img-green svg path{
    fill: #17ab4b !important
  }

  .svg_anchor{
    text-decoration:none;
    padding: 0 3px 0 3px;
    display: inline-block;
  }

  .sec_nav svg {
    vertical-align: middle;
  }

  /* svg icons - end */

  /* Div main_body  start */

  .main_body{
   height: 98vh;
 }

 /* Div main_body end */

 /* main-content start */

 .table_chrome{
   width:100%;
 }

 /*Removed position:absolute; from the below class. WOrks fine now, need to investigate*/
 .main-content {
  padding:14px 10px 4px 0px;
  height:inherit;
  /*transition: margin-left .5s;*/
  margin-left: 190px;
  overflow:auto;
  max-height:	93vh;
}

/* main-content end */


/* Page title start */

.page_title {
 font-size: 170%;
 font-family: IBM Plex Sans, sans-serif;
 line-height: 1.4;
 padding: 2px;
 color: #605f5c;
 background-color: white;
 border-bottom: solid 1px;
 
}

.page_title a {
 text-decoration: none;
}

.page_title_medium {
 font-size:125%;
}

/* Page title end */


.sec_nav_toggle_btn {
  margin-top: 54px;
  float: right;
  margin-right: -2px;
}

/*left secondary navigation - start */

.left_secondary_nav{
  position: absolute;
  height:inherit;
  background:rgb(245,247,250);
  border-color: rgb(245,247,250);
  border-style: solid;
  border-width: 1px;
  color: rgb(21,41,53);
  overflow: hidden;
  /*transition: 0.5s;*/
  width:190px;
}

.left_secondary_nav_toggle{
  position: absolute;
  height:inherit;
  background:rgb(245,247,250);
  border-color: rgb(245,247,250);
  border-style: solid;
  border-width: 1px;
  color: rgb(21,41,53);
  overflow: hidden;
  /*transition: 0.5s;*/
  width: 0%;
  z-index:1;
}

.text_ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 175px;
  display: block;
  overflow: hidden;
}

.secondary_nav_elements {
  max-height: 93vh;
  overflow-x: hidden;
  overflow-y: auto;
  width: inherit;
}

.secondary_nav_elements a {
  font-family: IBM Plex Sans, sans-serif;
  font-size:14px;
  text-decoration:none;
  color:#605f5c;
}

.secondary_nav_elements a:hover {
  font-weight:bold;
}

.secondary_nav_elements ul {
  margin-left: 6px;
}
.secondary_nav_elements ul  li{
  padding-top:20px;
  padding-top:20px;
}


/*left secondary navigation - end */


/* wrap-content start*/

.wrap-content {
  height:inherit;
}

/* wrap-content end*/

/****/

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 2px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #3d70b2;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #005370;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #0084b2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #0084b2;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #005370;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #3d70b2;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: rgb(61, 112, 178);
  background-color: #ffffff;
  border-color: #009fd6;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: rgb(61, 112, 178);
  border-color: #004056;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: rgb(61, 112, 178);
  border-color: #007198;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: rgb(61, 112, 178);
  border-color: #007198;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: rgb(61, 112, 178);
  border-color: #004056;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
  color: #ffffff;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: white;
  color: rgb(61, 112, 178);
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #3d70b2;
}
.btn-success {
  color: #ffffff !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #449d44 !important;
  border-color: #255625 !important;
}
.btn-success:hover {
  color: #ffffff !important;
  background-color: #449d44 !important;
  border-color: #398439 !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff !important;
  background-color: #449d44 !important;
  border-color: #398439 !important;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff !important;
  background-color: #398439 !important;
  border-color: #255625 !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
.btn-success .badge {
  color: #5cb85c !important;
  background-color: #ffffff !important;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff !important;
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff !important;
  background-color: #c9302c !important;
  border-color: #ac2925 !important;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff !important;
  background-color: #c9302c !important;
  border-color: #ac2925 !important;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  text-decoration:none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  /* vertical-align: middle; */
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #3d70b2;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  text-decoration:none;
}
.nav-tabs > li > a:hover {
 border-color: #3d70b2 #3d70b2 #3d70b2;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #3d70b2;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.tooltip {
  position: absolute;
  z-index: 2000;
  display: block;
  font-family: IBM Plex Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);

}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -15px;
  margin-left: -2px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #3d70b2;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3d70b2;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3d70b2;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3d70b2;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #3d70b2;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #3d70b2;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3d70b2;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3d70b2;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3d70b2;
}

.basic_container{
  margin-top:25px;
  padding-left: 15px;
  padding-right: 15px;
}


/* Grid system start */
.container {
  margin-right: auto;
  margin-left: auto;
  margin-top:25px;
  padding-left: 15px;
  padding-right: 15px;
}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.fluid-margin {
 margin-top:25px;
}
.no-margin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}


/* Grid system end*/

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

.clear_me{
  clear:both;
}




/* check box strat */

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 15px;
  height: 15px;
  width: 16px;
  background: #e6e6e6;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #3d70b2;
}

.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
 left: 6px;
 top: 3px;
 width: 3px;
 height: 6px;
 border: solid #fff;
 border-width: 0 2px 2px 0;
 transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
/* check box end */


/* Bread crumbs - Start*/

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  margin-left: 20px;
  list-style: none;
  background-color: #f1f6f7;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 12px;
  color: #3d70b2;
  font-size: 15px;
}
.breadcrumb > .active {
  color: #777777;
}

.breadcrumb > li > a {
  text-decoration:none;
}


/* Bread crumbs - End */



/* slider checkbox start */

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
}

.switch input {display:none;}

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


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

input:checked + .slider {
  background-color: #3d70b2;
  left: 2px;
}

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

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

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


/* slider checkbox end */

/* Label badges start */
.btlabel {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.btlabel:hover,
a.btlabel:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btlabel:empty {
  display: none;
}
.btn .btlabel {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #17ab4b;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #117e37;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #ffcf01;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cda600;
}
.label-danger {
  background-color: #f04c3f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ea2212;
}

/* Label badges end */


/* Blinker start */

.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

/* Blinker End */


/* pop over start */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: IBM Plex Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}


.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.strike > span {
  position: relative;
  display: inline-block;
}

.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: black;
}

.strike > span:before {
  right: 100%;
  margin-right: 15px;
}

.strike > span:after {
  left: 100%;
  margin-left: 15px;
}

.display_inline {
  display: inline !important;
}

.float_bottom {
  bottom: 0;
  vertical-align: bottom;
  display: inline-block !important;
}

/* pop over end */



/*boot table start */

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* boot table end*/


/* Card  - Start */

.card_display {
 display: inline-block;
 border: 1px solid #adbfc4;
 border-radius: 10px;
 background-color: #f1f6f7;
 padding: 20px 20px;
 text-overflow: contain;
 white-space: normal;
 color: #605f5c;
 font-size: 14px;
 width: 90%;
}


/* Card - End */

.filter_display {
  /* border: 1px solid #adbfc4; */
  border-radius: 10px;
  background-color: #f1f6f7;
  padding: 10px;
  text-overflow: contain;
  white-space: normal;
  color: #605f5c;
  font-size: 14px;
  margin-left: 0px;
  margin-right: 0px;
}

.filter-text {
  display: inline-block;
  /*margin-top: 6px;*/
  /*border-right: solid 2px;*/
  margin-right: 5px;
  position: relative;
  color: #a8a7a5;
}

.filter-border {
  border-right: solid 1px #a8a7a5;
  padding: 5px 0 5px 0;
}

.filter-content {
  margin-top: 3px;
}

.filter-image svg {
  vertical-align: text-bottom;
}

span.row_label {
  margin-left: 10px;
  border-left: 2px solid #004056;
  padding-left: 15px;
}

span.row_title {
  color: #004056;
  line-height: 1.5;
  /* text-align: left; */
  /* white-space: nowrap; */
  font-size: 16px;
}

span.green_background {
  background: #17ab4b;
  color: #ffffff;
  border-radius: 4px;
}

span.red_background {
  background: #f04c3f;
  color: #ffffff;
  border-radius: 4px;
}

.new_pre {
  background-color: rgba(35, 31, 32, 0.8) !important;
  color: #ffffff !important;
}

input.button_size_text {
  line-height: 24px;
  border-radius: 4px;
}

.note {
  height: 130px;
  transition: height 300ms;
}

.note .collapsed {
  height: 18px;
}
