/*
* FONT FACE - includedon top of default bootstraps
*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?6irvk9');
  src:  url('../fonts/icomoon.eot?6irvk9#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?6irvk9') format('truetype'),
    url('../fonts/icomoon.woff?6irvk9') format('woff'),
    url('../fonts/icomoon.svg?6irvk9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cardinal-arrow-left:before {
  content: "\e900";
}
.icon-cardinal-home:before {
  content: "\e901";
}
.icon-cardinal-03:before {
  content: "\e902";
}
.icon-cardinal-04:before {
  content: "\e903";
}
.icon-cardinal-05:before {
  content: "\e904";
}
.icon-cardinal-cloud-upload:before {
  content: "\e905";
}
.icon-cardinal-cog:before {
  content: "\e906";
}
.icon-cardinal-wrench:before {
  content: "\e907";
}
.icon-cardinal-09:before {
  content: "\e908";
}
.icon-cardinal-user:before {
  content: "\e909";
}
.icon-cardinal-11:before {
  content: "\e90a";
}
.icon-cardinal-12:before {
  content: "\e90b";
}
.icon-cardinal-13:before {
  content: "\e90c";
}
.icon-cardinal-dashboard:before {
  content: "\e90d";
}
.icon-cardinal-15:before {
  content: "\e90e";
}
.icon-cardinal-16:before {
  content: "\e90f";
}
.icon-cardinal-17:before {
  content: "\e910";
}
.icon-cardinal-18:before {
  content: "\e911";
}
.icon-cardinal-19:before {
  content: "\e912";
}
.icon-cardinal-20:before {
  content: "\e913";
}
.icon-cardinal-download:before {
  content: "\e914";
}
.icon-cardinal-22:before {
  content: "\e915";
}
.icon-cardinal-23:before {
  content: "\e916";
}

/* ----------------------------------------
*       Bootstrap field css overwrite
---------------------------------------- */
span.input-group-addon-raw{
  background-color: rgba(0, 0, 0, 0) !important;
  border: 0px !important;
  border-radius: 0px !important;
}

.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 10px;
}
.mt-20 {
  margin-top:20px;
}
.mt-30 {
  margin-top:30px;
}

/* List group, allow odd and even to show */
.list-group>.list-group-item:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.list-group>.list-group-item.active,
.list-group>.list-group-item.active:focus,
.list-group>.list-group-item.active:hover{
  background-color: #337ab7;
  border: 1px solid #ddd;
}
/* override of specific buttons */
.btn-default {
  background-color: #E8E9EB;
  border-color: #E8E9EB;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.active,
.btn-default.active:focus,
.btn-default.active:hover {
  background-color: #818286;
  border-color: #818286;
}

/* added adding as it was messing up wheng text exceeding a certain length */
.btn-block{
  padding: 5px;
}

nav>li>a.btn-info:focus,
.nav>li>a.btn-info:hover {
  background-color:#5bc0de;
}
nav>li>a.btn-primary:focus,
.nav>li>a.btn-primary:hover {
  background-color: #337ab7;
}

table.table{
  color: #919191;
}
tbody.bulkupload-summary {
  color: #000000;
  font-size:12px;
}

div.popover {
  max-width: 500px !important;
}
.popover-title {
  font-size: 20px !important;
}

/* Tooltip override  */
.tooltip.in {
  font-size: 13px;
}
.tooltip-inner {
  max-width: 350px;
  background-color: #fad269;
  text-align: left;
  color: #000000;
  padding: 10px;
}
.tooltip.in {
  opacity: 1;
}

/* ----------------------------------------
*        Icons override color
---------------------------------------- */
.glyphicon-calendar {
  color: #8e8d8d;
}
.img-circle {
  border-radius: 50%;
  background-color: grey;
  width: 34px;
  height: 34px;
  padding: 9px;
  color: white;
}

/* ----------------------------------------
*        Theme specific
---------------------------------------- */
.sidebar .logo, body > .navbar-collapse .logo{
  border-bottom: none;
}
.sidebar .nav, body > .navbar-collapse .nav{
  margin-top:0;
}

.navbar .navbar-nav > li > a {
  padding: 20px 15px 10px 15px;
}
/*
.navbar .navbar-brand {
  padding: 20px 15px 15px 15px;
}
*/
.navbar .navbar-brand.page-title {
  padding-top: 22px;
}

.navbar .navbar-brand .glyphicon {
  font-size: 33px;
}
a#getRefresher {
  padding-top: 18px;
  font-size: 22px;
  color:#9A9A9A;
}

.sidebar .nav i, body > .navbar-collapse .nav i {
  margin-right: 5px;
}

.sidebar .nav li.septitle a,
body > .navbar-collapse .nav li.septitle a {
  cursor: default !important;
}
.sidebar .nav li.septitle:hover > a,
body > .navbar-collapse .nav li.septitle:hover > a {
  background: none;
}

/* Cancel the transition for that particular piece of it will affect the refreshing of data  */
.select2-fieldconnection {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
footer {
  position: fixed;
  bottom: 0px;
  width: inherit;
}
/* ----------------------------------------
*        Site Global Modal
---------------------------------------- */
div.modal {
  background: rgba(0, 0, 0, 0.40);
}

/* ----------------------------------------
*      Notification Container override
---------------------------------------- */
div#cardinal-notification-container {
  width: 75%;
  position: fixed;
  margin-left: -37.5%;
  z-index: 0;
  left: 50%;
  top:0;
}
div#cardinal-notification-container p {
  color: #000;
  font-size:14px !important;
  margin:0px !important;
}
div#cardinal-notification-container.alert{
  padding: 15px !important;
}
.alert-success {
  color: #000000;
  background-color: #E2F2DB;
}
.alert-success button.close,
.alert-success button.close:hover {
  background-color: #69BC45 !important;
}
.alert-warning {
  color: #000000;
  background-color: #FDE9D6; 
}
.alert-warning button.close,
.alert-warning button.close:hover {
  background-color: #F6921E !important;
}
.alert-danger {
  color: #000000;
  background-color: #FAD3D5;
}
.alert-danger button.close,
.alert-danger button.close:hover {
  background-color: #EC1E24 !important;
  line-height: 11px;
}
.alert button.close,
.alert button.close:hover {
  color:#ffffff;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-weight: 400;
  opacity: 1;
  font-size: 14px;
}
/* ----------------------------------------
*   Field Value Edit Page & Advance search
---------------------------------------- */
div.fldValueShowDetailsContainer a.glyphicon-trash,
div.fldValueShowDetailsContainer a.glyphicon-pencil,
a.addNewAdvSearch.glyphicon-plus,
a.deleteAdvSearch.glyphicon-trash {
  color: #8e8d8d;
  text-decoration: none;
  font-size: 11px;
}
/* Just for the adv search, force a width so the select2 plugin displays a nice width */
div#advSearchMultipleCriteriaContainer select {
  min-width:200px;
}

/* ----------------------------------------
*         Field Mapping Herlper
---------------------------------------- */
div.fieldMappingHelperColumn{
  max-height:500px;
  overflow-y:scroll;
}

.list-group>.active.mappinghighlight,
.list-group>.active.mappinghighlight:focus,
.list-group>.active.mappinghighlight:hover {
  background-color: rgba(51, 122, 183, 0.7);
}

/* ----------------------------------------
*         Bulk Upload stuff
---------------------------------------- */
select.selectHelperDDVal {
  /*position: absolute;*/
  z-index: 9999;
}
/* Upload drag and drop */
div.upload-dragndrop-box.is-dragover {
  outline-offset: -20px;
  outline-color: #c8dadf;
  background-color: #fff;
}
div.upload-dragndrop-box {
  text-align: center;
  font-size: 1.25rem;
  background-color: #f7f7f7;
  position: relative;
  padding: 45px 20px !important;
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
div.upload-dragndrop-box .box__icon {
  width: 100%;
  height: 80px;
  fill: #92b0b3;
  display: block;
  margin-bottom: 40px;
}

/* ----------------------------------------
*         INPUT ERRORS
---------------------------------------- */
div.error,label.error {
  color: #ec1e24;
  font-size: 12px;
  padding-top: 10px;
}

/* YOUR CUSTOM STYLES */
/* ----------------------------------------
*         Side Panel
---------------------------------------- */
.aside {
  min-width: 750px;
  width: 15%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fafafa;
  font-family: Helvetica, Arial, sans-serif;
  border-right: 1px solid #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 2000;
  width: 0px;
  min-width: 0px;
  overflow: hidden;
  transition: 0.35s width ease, 0.35s min-width ease;
}
.aside .aside-header {
  /*padding: 1em;
  padding-left: 0.5em;*/
  padding: 15px 15px 5px 0px;
  border-bottom: 1px solid #2980B9;
  font-size: 1.2em;
  color: #2980B9;
  /*margin: 20px;*/
}
.aside .aside-header .close {
  float: right;
  cursor: pointer;
}
.aside .aside-contents {
  /*padding: 20px;*/
  /*padding: 0.5em;*/
  /*padding-bottom: 1em;*/
  /* overflow-y: auto; */
  height: 90%;
  /*margin: 20px;*/
}
.aside .aside-contents ul#fieldValuesListContainer {
  overflow-y: auto;
  height: 600px;
  min-height: 500px;
}

.aside.in {
  width: 50%;
}
.aside-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  transition: 0.2s opacity ease;
  opacity: 0;
  display: none;
}
.aside-backdrop.in {
  display: block;
  opacity: 0.5;
}
/*
* Override bootsrap and mdb css
*/
.btn {
  box-shadow: none;
}

/*
* Addition to Modal window
*/
div.black-fade{
  background-color: rgba(0, 0, 0, 0.5); 
}
div.white-fade{
  background-color: rgba(255, 255, 255, 0.5); 
}

/* ----------------------------------------
*         Loader
---------------------------------------- */
/*
* Custom style to global loader icon
*/
.loader-central{
  top:50%;
  left:50%;
  position: absolute!important;
}
/*
* LOADING ANIMATION --- http://cssload.net/
*/
#circularG{
  position:relative;
  width:58px;
  height:58px;
  margin: auto;
}

.circularG{
  position:absolute;
  background-color:rgb(0,0,0);
  width:14px;
  height:14px;
  border-radius:9px;
    -o-border-radius:9px;
    -ms-border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
  animation-name:bounce_circularG;
    -o-animation-name:bounce_circularG;
    -ms-animation-name:bounce_circularG;
    -webkit-animation-name:bounce_circularG;
    -moz-animation-name:bounce_circularG;
  animation-duration:1.1s;
    -o-animation-duration:1.1s;
    -ms-animation-duration:1.1s;
    -webkit-animation-duration:1.1s;
    -moz-animation-duration:1.1s;
  animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
  animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#circularG_1{
  left:0;
  top:23px;
  animation-delay:0.41s;
    -o-animation-delay:0.41s;
    -ms-animation-delay:0.41s;
    -webkit-animation-delay:0.41s;
    -moz-animation-delay:0.41s;
}

#circularG_2{
  left:6px;
  top:6px;
  animation-delay:0.55s;
    -o-animation-delay:0.55s;
    -ms-animation-delay:0.55s;
    -webkit-animation-delay:0.55s;
    -moz-animation-delay:0.55s;
}

#circularG_3{
  top:0;
  left:23px;
  animation-delay:0.69s;
    -o-animation-delay:0.69s;
    -ms-animation-delay:0.69s;
    -webkit-animation-delay:0.69s;
    -moz-animation-delay:0.69s;
}

#circularG_4{
  right:6px;
  top:6px;
  animation-delay:0.83s;
    -o-animation-delay:0.83s;
    -ms-animation-delay:0.83s;
    -webkit-animation-delay:0.83s;
    -moz-animation-delay:0.83s;
}

#circularG_5{
  right:0;
  top:23px;
  animation-delay:0.97s;
    -o-animation-delay:0.97s;
    -ms-animation-delay:0.97s;
    -webkit-animation-delay:0.97s;
    -moz-animation-delay:0.97s;
}

#circularG_6{
  right:6px;
  bottom:6px;
  animation-delay:1.1s;
    -o-animation-delay:1.1s;
    -ms-animation-delay:1.1s;
    -webkit-animation-delay:1.1s;
    -moz-animation-delay:1.1s;
}

#circularG_7{
  left:23px;
  bottom:0;
  animation-delay:1.24s;
    -o-animation-delay:1.24s;
    -ms-animation-delay:1.24s;
    -webkit-animation-delay:1.24s;
    -moz-animation-delay:1.24s;
}

#circularG_8{
  left:6px;
  bottom:6px;
  animation-delay:1.38s;
    -o-animation-delay:1.38s;
    -ms-animation-delay:1.38s;
    -webkit-animation-delay:1.38s;
    -moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
  0%{
    transform:scale(1);
  }

  100%{
    transform:scale(.3);
  }
}

@-o-keyframes bounce_circularG{
  0%{
    -o-transform:scale(1);
  }

  100%{
    -o-transform:scale(.3);
  }
}

@-ms-keyframes bounce_circularG{
  0%{
    -ms-transform:scale(1);
  }

  100%{
    -ms-transform:scale(.3);
  }
}

@-webkit-keyframes bounce_circularG{
  0%{
    -webkit-transform:scale(1);
  }

  100%{
    -webkit-transform:scale(.3);
  }
}

@-moz-keyframes bounce_circularG{
  0%{
    -moz-transform:scale(1);
  }

  100%{
    -moz-transform:scale(.3);
  }
}