/*************************/
/* TABLE OF CONTENTS     */
/* >>BASE STRUCTURE      */
/* >>MENU                */
/* >>LANDING             */
/* >>LOADING             */
/* >>NAVBAR              */
/* >>PANEL               */
/* >>INPUT >>FORM        */
/* >>LABEL               */
/* >>FIELDSET            */
/* >>TABLE               */
/* >>MODAL               */
/* >>PROGRESS BAR        */
/* >>BUSY INDICATOR      */
/* >>BREADCRUMB          */
/* >>UTILITY             */
/* >>ACCESSIBILITY       */
/* >>ETC                 */
/* >>EDITABLE            */
/* >>GLYPHICONS          */
/* >>SM & UP             */
/* >>SM                  */
/* >>XS & SM             */
/* >>XS                  */
/* >>ANIMATED GLYPHICONS */
/*************************/

/*************************/
/* >>BASE STRUCTURE      */
/*************************/
html {
   min-height: 100%;
   position: relative;
}
html, body {
   overflow-x: hidden;
}
body {
   padding-bottom: 62px;
   padding-top: 50px;
}
#content {
   outline: 0;
   padding: 0;
}
#footer {
   bottom: 0;
   height: 62px;
   margin: 0 -15px;
   padding: 6px 0 9px 0;
   position: absolute;
   width: 100%;
}
select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"],
input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"] {
   font-size: 16px;
}

/*************************/
/* >>MENU                */
/*************************/
#menu {
   height: 100%;
   left: -275px;
   margin-bottom: 0;
   overflow-y: scroll;
   padding: 0;
   position: fixed;
   top: 0;
   z-index: 2000;
   -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-bottomright: 0;
           border-bottom-right-radius: 0;
   -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
           transition: all .25s ease-out;
}
#menu.active {
   left: 0;
   -webkit-box-shadow: 6px 0px 7px -2px #888;
      -moz-box-shadow: 6px 0px 7px -2px #888;
           box-shadow: 6px 0px 7px -2px #888;
}
#menuWrapper {
   overflow-y: auto;
}
.list-group-item {
   border: 0px;
   border-bottom: 1px solid;
   margin-bottom: 0px;
   padding: 10px 15px;
}
.list-group-item:first-child
{
   border-top-width: 0px !important;
   margin-top: 0px !important;
}
.list-group-item.active, .list-group-item.active:hover, a.list-group-item:hover {
   border-top: 1px solid;
   margin-top: -1px;
}
.list-group-item.active:hover, a.list-group-item:hover {
   z-index: 10;
}
.list-group-item:first-child {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}
.list-group-item:last-child {
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
}
.submenu > .list-group-item {
   padding-left: 33px;
}

/*************************/
/* >>LANDING             */
/*************************/
.landingPageText {
   margin: 20px 15px;
}
.sideImage {
   float: right;
   margin: 0 -15px 0 10px;
}

/*************************/
/* >>LOADING             */
/*************************/
.loadingText {
   margin-bottom: 0;
   text-align: center;
   width: 100%;
}

/*************************/
/* >>NAVBAR              */
/*************************/
.navbar {
   border: 0px;
}
.nav>li>a.languageLink {
   padding-right: 0px;
}
.navbar-toggle--left {
   float: left;
   margin: 0;
   padding: 14px 17px 14px 20px;
}
.c2gHotspot {
   display: none;
}
.navbar-toggle .icon-bar+.icon-bar {
   margin-top: 3px;
}
.navbar-toggle .icon-bar {
   border-radius: 0;
   height: 5px;
}
.navbar-header {
   left: 15px;
   min-width: 320px;
   overflow-x: hidden;
   position: absolute;
   -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
           transition: all .25s ease-out;
}
.navbar-header.active {
   left: 282px;
}
#c2g-navbar a {
   overflow-x: hidden;
   white-space: nowrap;
   width: 40px;
}


/*************************/
/* >>PANEL               */
/*************************/
h1 {
   font-size: 22px;
   margin-bottom: 0;
   margin-top: 0;
   padding: 3px 10px;
}
h3 {
   font-size: 18px;
   margin: -1px -16px 10px;
   padding: 5px 10px;
}
#contentPanel {
   border-radius: 0;
   margin: 0;
}
.panel-heading {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}
#contentPanel + p {
   margin: 10px 15px;
}

/*************************/
/* >>INPUT >>FORM        */
/*************************/
.radio > label, .checkbox > label {
   font-weight: bold;
   text-align: left !important;
}
.radio > span, .checkbox > span {
   text-align: right !important;
}
.btn.btn-link {
   padding: 0;
   vertical-align: inherit;
}
.buttonDiv {
   margin-bottom: 10px;
   margin-top: 10px;
   text-align: right;
}
.fileUploadContainer {
   height: auto;
   overflow: hidden;
   position: relative;
}
.fakeFileInput {
   display: inline-block;
   vertical-align: middle;
   width: auto;
}
.fileUpload {
   cursor: pointer;
   filter: alpha(opacity=0);
   margin: 0;
   opacity: 0;
   padding: 0;
   position: absolute;
   right: 0;
   top: 0;
}
.input-action-link {
   padding-top: 7px;
}
.form-control-feedback {
   right: 15px;
}

/*  FIX BOOTSTRAP STYLES FOR INLINE RADIOS AND CHECKBOXES  */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left:0px;
}
.radio-inline, .checkbox-inline {
    margin-right:10px;
}
/*************************/
/* >>LABEL               */
/*************************/
.form-group {
   margin-bottom: 10px;
}
.form-control-static {
   min-height: 2.4em;
}
.dataRow:not(:last-child) {
   margin-bottom: 0px;
}

/*************************/
/* >>FIELDSET            */
/*************************/
legend {
   margin-bottom: 10px;
}
legend .glyphicon .glyphicons {
   float: right;
}

.glyphicons-play-button {
   font-size:30px; 
}

/*************************/
/* >>TABLE               */
/*************************/
table.table-bordered tfoot th, table.table-bordered tfoot td {
   border-bottom-width: 0;
   border-left-width: 0;
}
div.dataTables_filter input {
   width: auto;
}
div.dataTables_info {
   padding-bottom: 10px;
}
.table>tbody>tr>td, .table>tbody>tr>th,
.table>tfoot>tr>td, .table>tfoot>tr>th,
.table>thead>tr>td, .table>thead>tr>th {
   vertical-align: middle;
}
.number {
   text-align: right;
}
.input, .code, .date {
   text-align: center;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
   content: "\2212";
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
   content: "\2b";
   font-family: 'Glyphicons Halflings';
   line-height: normal;
   top: auto;
}
.tableScroll {
   overflow-x: auto;
}
table.dataTable > tbody > tr.child ul li {
   border-bottom: none;
}
table {
   width: 100% !important;
}

tr.selected td {background-color: #b0bed9 !important;}

td a:not(:last-child) {
   display: block;
   margin-bottom: 10px;
}

/*************************/
/* >>MODAL               */
/*************************/
.modal-body .validator-group {
   padding: 0 15px;
   position: relative;
}
.modal-content.modalPanel {
   background-color: transparent;
   border: none;
   box-shadow: none;
}
.modal-dialog
{
   margin-top: 75px;
}

/*************************/
/* >>PROGRESS BAR        */
/*************************/
.progressBar { 
   display: block; 
   margin: 10px 0; 
}

/*************************/
/* >>BUSY INDICATOR      */
/*************************/
.modal .modal-content {
   padding: 1em;
}
.modal .modal-content > p {
   font-weight: bold;
   text-align: center;
}
#busy-indicator-img {
   padding: 2em;
}
#busyIndicatorImg {
   margin: 0 auto;
}

/*************************/
/* >>BREADCRUMB          */
/*************************/
.breadcrumb {
   margin: 10px 0;
}

/*************************/
/* >>PAGER               */
/*************************/
.pager {
   margin: 0 0 10px 0;
}

/*************************/
/* >>UTILITY             */
/*************************/
.is-hidden { display: none !important; }
.is-invisible { visibility: hidden !important; }
.floatLeft { float: left; }
.floatRight { float: right; }
.visible-xs-flex { display: flex !important; }

/*************************/
/* >>ACCESSIBILITY       */
/*************************/
.color-scheme {
   border: 1px solid;
   cursor: pointer;
   margin: 10px 0;
   padding: 2px 5px;
}
#accessibility-default {
   background-color: #000;
   border-color: #fff;
   color: #fff;
}
#accessibility-bow {
   background-color: #fff;
   border-color: #000;
   color: #000;
}
#accessibility-yob {
   background-color: #000;
   border-color: #ff0;
   color: #ff0;
}

/*************************/
/* >>ETC                 */
/*************************/
iframe {
   border-width: 0;
}

.extraSmallFont {
    font-size: .75em;
    font-weight: normal;
}

/*************************/
/* >>EDITABLE            */
/*************************/
#editPage {
   z-index: 5000;
}

.editVisible {
   color: white;
   position: relative;
   z-index: 5001;
}
.editText {
   background-color: white !important;
   color: black !important;
   font-weight: normal !important;
   min-height: 30px;
   min-width: 100px;
   padding: 3px;
   position: relative;
   z-index: 5001 !important;
   -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
           border-radius: 3px;
}
#editableConfirmTable input {
   width: 100%;
}
.editIconsDiv > .glyphicons {
   cursor: pointer;
   margin-right: 10px;
   margin-top: 10px;
}
/*************************/
/* >>GLYPHICONS          */
/*************************/
.glyphicons {
   margin-top: -4px;
   margin-right: -6px;
}

a.skip-main {
   height: 1px;
   left: -999px;
   overflow: hidden;
   position: absolute;
   top: auto;
   width: 1px;
   z-index: -999;
}
a.skip-main:focus, a.skip-main:active {
   color: #fff;
   background-color: #000;
   left: 1px;
   top: auto;
   width: 30%;
   height: auto;
   overflow: auto;
   margin: 10px 35%;
   padding: 5px;
   border-radius: 15px;
   border: 4px solid yellow;
   text-align: center;
   font-size: 1.2em;
   z-index: 999;
}

/*************************/
/* >>SM & UP             */
/*************************/
@media (min-width: 768px) {
   /* >>BASE STRUCTURE      */
   html {
      min-height: 0;
      position: static;
   }
   html, body {
      overflow-x: visible;
   }
   body {
      padding-bottom: 0;
      padding-top: 0;
   }
   #content {
      padding: 0 15px;
   }
   #footer {
      bottom: auto;
      height: auto;
      position: static;
      width: auto;
   }
   
   /* >>MENU                */
   #menu {
      height: auto;
      left: auto;
      margin-bottom: 15px;
      padding: 0 0 15px 0;
      position: static;
      overflow-y: visible;
      top: auto;
      z-index: auto;
      -webkit-border-bottom-right-radius: 15px;
         -moz-border-radius-bottomright: 15px;
              border-bottom-right-radius: 15px;
      -webkit-transition: all 0s ease 0s;
           -o-transition: all 0s ease 0s;
              transition: all 0s ease 0s;
   }
   #menuWrapper {
      margin-bottom: 0;
      min-height: 360px;
      overflow-y: visible;
      _height: 360px;
      _overflow: visible;
   }
   .list-group-item {
      padding: 8px;
   }
   .list-group-item:nth-child(2)
   {
      border-top-width: 0px !important;
      margin-top: 0px !important;
   }
   #mobileMenuLogo {
      display: none;
   }

   /* >>LANDING             */
   .landingPageText {
      margin: 20px 0;
   }
   
   /* >>LOADING             */
   .loadingText {
      margin-top: -0.5em;
      position: absolute;
      top: 50%;
   }
   
   /* >>NAVBAR              */
   .navbar {
      border-radius: 0px;
      margin: 0 -15px;
   }
   .navbar, .navbar-logo {
      min-height: 100px;
   }
   .navbar-nav>li>a {
      padding: 15px 8px;
   }
   #c2g-navbar {
      position: relative;
      right: 0px;
      top: 15px;
   }
   .navbar-header {
      left: auto;
      overflow-x: visible;
      position: static;
      -webkit-transition: all 0s ease 0s;
           -o-transition: all 0s ease 0s;
              transition: all 0s ease 0s;
   }
   .navbar-fixed-top {
      position: static;
      right: auto;
      left: auto;
      z-index: auto;
   }
   .c2gHotspot {
      display: block;
      height: 50px;
      position: relative;
      top: 10px;
      width: 160px;
   }
   
   /* >>PANEL               */
   h1 {
      font-size: 36px;
   }
   h3 {
      font-size: 24px;
   }
   #contentPanel {
      border-radius: 4px;
      margin: 15px 0;
   }
   .panel-heading {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
   }
   #contentPanel + p {
      margin: 0 0 10px;
   }
   
   /* >>INPUT >>FORM        */
   input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block, a.btn-block, button.btn-block {
      display: inline-block;
      width: inherit;
   }
   .doubleButtonDiv {
      display: inline-block;
      overflow: hidden;
   }
   .doubleButtonDiv > input[type=submit], .doubleButtonDiv > input[type=button], .doubleButtonDiv > a.btn, .doubleButtonDiv > button.btn {
      float: right;
      margin-right: 10px;
      margin-top: 0;
   }
   
   /* >>TABLE               */
   .tableScroll {
      overflow-x: visible;
   }
   td a:not(:last-child) {
      display: inline-block;
      margin: 0 5px 0 0;
   }
   
   /* >>BREADCRUMB          */
   .breadcrumb {
      margin-bottom: 0;
   }
   
   /* >>UTILITY             */
   .text-right-sm { text-align: right; }
   .visible-xs-flex { display: none !important; }
}

/*************************/
/* >>SM                  */
/*************************/
@media (min-width: 768px) and (max-width: 991px) {
   /* >>INPUT >>FORM        */
   .form-horizontal .control-label {
      clear: both;
      margin-bottom: 5px;
      text-align: inherit;
   }
   .radio .control-label, .checkbox .control-label {
      clear:none;
      margin-bottom: 0;
   }
   
   /* >>TABLE               */
   div.dataTables_length, div.dataTables_filter, div.dataTables_info, div.dataTables_paginate {
      text-align: center;
   }
}

/*************************/
/* >>XS & SM             */
/*************************/
@media screen and (max-width: 991px) {
   /* >>INPUT >>FORM        */
   .has-action-link {
      position: relative;
   }
   .input-action-link {
      padding-top: 0; 
      position: absolute;
      right: 0;
      top: 0;
   }
}

/****************************************/
/* >>XS - almost nothing should go here */
/****************************************/
@media screen and (max-width: 767px) {
   /* >>MENU                */
   #menu {
      width: 275px;
   }
}

/*********************************/
/* >>DEPRECATED - remove in 16.3 */
/*********************************/
.hiddenLbl {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding:0 !important;
	border:0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

/*********************************/
/* >>ANIMATED GLYPHICONS         */
/*********************************/
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
  
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}