* {
    outline:none !important
}

body {
    font-size:12px;
    line-height:18px
}

h2 {
    font-size:24px;
    line-height:36px
}


/*---------- CONTENT CONTAINER STYLE ----------*/
.panel {
    background:#f9f9f9;
    border:1px solid #acacac;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    box-shadow:0px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
    margin-bottom:20px
}

.panel:after {
    clear:both
}

.panel:before,
.panel:after {
    content:"";
    display:table;
    line-height:0
}

.lead {
    font-size: 16px;
}

.panel.padded {
    line-height: 24px;
    padding: 12px 13px;
}

/*---------- MODAL WINDOW STYLES ----------*/
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity:0.5
}

.modal {
    border:1px solid #bababa
}

.modal-header {
    background: #fefefe; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fefefe 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-8 */
    border-bottom:1px solid #cacaca;
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    box-shadow:inset 0 1px 0 #fff;
    -webkit-box-shadow:inset 0 1px 0 #fff
}

.modal-header h3 {
    font-size:24px;
    font-weight:bold
}

button.close {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-8 */
    border:1px solid #cacaca;
    border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:0 0 3px #fff;
    -webkit-box-shadow:0 0 3px #fff;
    color:#9b9b9b;
    font-weight:400;
    height:27px;
    opacity:1.0;
    padding:0 1px 4px;
    text-align:center;
    width:27px
}

.close:hover {
    color:#1d8bd5;
    opacity:1.0
}

.close:active {
    box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3)
}



.modal-body h4 {
    font-size:14px
}

.modal-body {
    max-height:9999px;
    overflow:visible;
    padding:24px 15px
}

.modal-body > .scroller {
    max-height: 400px;
    overflow-y: auto;
}

.modal-footer {
    background-color:#fff;
    border-top:1px solid #cacaca
}

.modal ul li {
    margin-bottom:8px
}

.modal-error {
    height: 15px;
    margin-bottom: -15px;
    line-height: 10px;
}

/*---------- LABELS ----------*/
label {
    font-size:12px
}

/*---------- WELLS ----------*/
.well {
    background-color:#fff;
    border:1px solid #d8d8d8;
    box-shadow:inset 0 0 3px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:inset 0 0 3px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:inset 0 0 3px 1px rgba(0,0,0,0.1)
}

.well-small {
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:12px
}

.well-small h4 {margin-bottom:7px; }

/*---------- DISABLE AN ELEMENT WITH AN ABSOLUTE DIV ----------*/
.lockable {
    position:relative
}

.lockable .lock {
    background-color: #fff;
    -moz-opacity: 0.70;
    opacity:.70;
    filter: alpha(opacity=70);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:50
}

.lockable .lock .message {
    display:block;
    width:100%;
    font-size: 200%;
    text-align: center;
    color:#333;
    padding:200px 0 0 0
}


/*---------- BUTTON STYLES ----------*/
.btn + .btn {
    margin-left:9px
}

.btn {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  padding:3px 14px;
  *margin-left: .3em;
  font-size: 14px;
  font-weight:bold;
  line-height: 20px;
  *line-height: 20px;
  color: #002646 !important;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,0.01);
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
    background-image: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border:1px solid #a1a1a1;
  -webkit-border-radius:5px;
     -moz-border-radius:5px;
          border-radius:5px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,1),inset 0 -1px 0 rgba(255,255,255,1);
     -moz-box-shadow: inset 0 0 2px rgba(255,255,255,1),inset 0 -1px 0 rgba(255,255,255,1);
          box-shadow: inset 0 0 2px rgba(255,255,255,1),inset 0 -1px 0 rgba(255,255,255,1);
    -webkit-font-smoothing: antialiased;
    text-decoration:none !important
}

input.btn {
    padding-bottom:4px;
    padding-top:4px
}

.btn-mini {
    font-size:11px;
    line-height:17px
}

.btn-small {
    font-size:12px;
    line-height:18px
}

.btn:hover {
  color:#1d8bd5 !important;
  background-color: #e6e6e6;
    -webkit-box-shadow: inset 0 0 2px rgba(255,255,255, 1), inset 0 -1px 0 rgba(255,255,255,.6), 0 1px 2px rgba(0,0,0,0.13);
    -moz-box-shadow: inset 0 0 2px rgba(255,255,255, 1), inset 0 -1px 0 rgba(255,255,255,.6), 0 1px 2px rgba(0,0,0,0.13);
    box-shadow: inset 0 0 2px rgba(255,255,255, 1), inset 0 -1px 0 rgba(255,255,255,.6), 0 1px 2px rgba(0,0,0,0.13);
    background-position:0 0
}

.btn:active {
    background-color: #eeeeee;
    background-image: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0, 0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0, 0.3);
    color:#005298 !important;
}

.btn.active:hover {
    box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)
}

.btn-group .btn.active,
.btn-group .btn.active:hover {
    box-shadow:inset 0 2px 4px rgba(0,0,0,0.15);
    -moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15);
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)
}

.nav > li > a:hover {
    background-color:#e6e6e6;
}

.btn.btn-read {
  color: #efefef !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    background-color: #1074be;
    background-image: -moz-linear-gradient(top,  rgba(42,184,237,0.6) 0%, rgba(5,64,145,0.6) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,184,237,0.6)), color-stop(100%,rgba(5,64,145,0.6)));
    background-image: -webkit-linear-gradient(top,  rgba(42,184,237,0.6) 0%,rgba(5,64,145,0.6) 100%);
    background-image: -o-linear-gradient(top,  rgba(42,184,237,0.6) 0%,rgba(5,64,145,0.6) 100%);
    background-image: -ms-linear-gradient(top,  rgba(42,184,237,0.6) 0%,rgba(5,64,145,0.6) 100%);
    background-image: linear-gradient(top,  rgba(42,184,237,0.6) 0%,rgba(5,64,145,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#992ab8ed', endColorstr='#99054091',GradientType=0 );
  background-repeat: repeat-x;
    border: 1px solid #2e4b7a;
    -webkit-box-shadow: inset 0 0 1px rgba(255,255,255, 0.4), inset 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 0 1px rgba(255,255,255, 0.4), inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow: inset 0 0 1px rgba(255,255,255, 0.4), inset 0 1px 0 rgba(255,255,255,0.5);
}

.btn-read:hover {
    box-shadow: inset 0 0 1px rgba(255,255,255, 0.6), inset 0 1px 0 rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 1px rgba(255,255,255, 0.6), inset 0 1px 0 rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 1px rgba(255,255,255, 0.6), inset 0 1px 0 rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.2);
    color: white !important;
  background-color: #1e95ed !important;
}

.btn-read:active {
    color:#fff !important;
    background-color: #1074be;
    background-image: -moz-linear-gradient(top,  rgba(42,184,237,0.6) 0%, rgba(5,64,145,0.6) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,184,237,0.6)), color-stop(100%,rgba(5,64,145,0.6)));
    background-image: -webkit-linear-gradient(top,  rgba(42,184,237,0.6) 0%,rgba(5,64,145,0.6) 100%);
    background-image: -o-linear-gradient(top,  rgba(42,184,237,0.6) 0%,rgba(5,64,145,0.6) 100%);
    background-image: -ms-linear-gradient(top,  rgba(42,184,237,0.6) 0%,rgba(5,64,145,0.6) 100%);
    background-image: linear-gradient(top,  rgba(42,184,237,0.6) 0%,rgba(5,64,145,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#992ab8ed', endColorstr='#99054091',GradientType=0 );
    box-shadow: inset 0 0 6px rgba(0,0,0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0, 0.3)
}

.btn-create,
a.btn-create.submitOff,
.btn-create.submitOff,
a.btn-create.submitOff:hover,
.btn-create.submitOff:hover {
    color: #efefef !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    background-color: #fc860d;
    background-image:-moz-linear-gradient(top,  rgba(249,179,29,0.6) 0%, rgba(255,102,0,0.6) 100%);
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,179,29,0.6)), color-stop(100%,rgba(255,102,0,0.6)));
    background-image:-webkit-linear-gradient(top,  rgba(249,179,29,0.6) 0%,rgba(255,102,0,0.6) 100%);
    background-image:-o-linear-gradient(top,  rgba(249,179,29,0.6) 0%,rgba(255,102,0,0.6) 100%);
    background-image:-ms-linear-gradient(top,  rgba(249,179,29,0.6) 0%,rgba(255,102,0,0.6) 100%);
    background-image:linear-gradient(top,  rgba(249,179,29,0.6) 0%,rgba(255,102,0,0.6) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99f9b31d', endColorstr='#99ff6600',GradientType=0 );
  background-repeat: repeat-x;
    border: 1px solid #cf4500;
    box-shadow: inset 0 0 1px rgba(255,255,255, 0.4), inset 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 0 1px rgba(255,255,255, 0.4), inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 0 1px rgba(255,255,255, 0.4), inset 0 1px 0 rgba(255,255,255,0.5);
}

a.btn-create.submitOff,
.btn-create.submitOff {
    cursor:default;
    opacity:0.6
}

a.btn-create.submitOff:hover,
.btn-create.submitOff:hover {
    background-color:#fc860d !important
}

.btn-create:hover {
color: white !important;
background-color: #fcb60d !important;
-webkit-box-shadow: inset 0 0 1px rgba(255,255,255, 0.6), inset 0 1px 0 rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0 0 1px rgba(255,255,255, 0.6), inset 0 1px 0 rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.2);
box-shadow: inset 0 0 1px rgba(255,255,255, 0.6), inset 0 1px 0 rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.2);
}


.btn-create:active {
    color:#fff !important;
background-color: #fc860d;
    background-image:-moz-linear-gradient(top,  rgba(249,179,29,0.6) 0%, rgba(255,102,0,0.6) 100%);
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,179,29,0.6)), color-stop(100%,rgba(255,102,0,0.6)));
    background-image:-webkit-linear-gradient(top,  rgba(249,179,29,0.6) 0%,rgba(255,102,0,0.6) 100%);
    background-image:-o-linear-gradient(top,  rgba(249,179,29,0.6) 0%,rgba(255,102,0,0.6) 100%);
    background-image:-ms-linear-gradient(top,  rgba(249,179,29,0.6) 0%,rgba(255,102,0,0.6) 100%);
    background-image:linear-gradient(top,  rgba(249,179,29,0.6) 0%,rgba(255,102,0,0.6) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99f9b31d', endColorstr='#99ff6600',GradientType=0 );
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0, 0.3);
-moz-box-shadow: inset 0 0 6px rgba(0,0,0, 0.3);
box-shadow: inset 0 0 6px rgba(0,0,0, 0.3);
}

.btn.btn-update,
.btn.btn-update:visited {
    background-image: -moz-linear-gradient(top,  rgba(179,221,0,.6) 0%, rgba(75,125,22,.6) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,221,0,.6)), color-stop(100%,rgba(75,125,22,.6)));
    background-image: -webkit-linear-gradient(top,  rgba(179,221,0,.6) 0%,rgba(75,125,22,.6) 100%);
    background-image: -o-linear-gradient(top,  rgba(179,221,0,.6) 0%,rgba(75,125,22,.6) 100%);
    background-image: -ms-linear-gradient(top,  rgba(179,221,0,.6) 0%,rgba(75,125,22,.6) 100%);
    background-image: linear-gradient(top,  rgba(179,221,0,.6) 0%,rgba(75,125,22,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99b3dd00', endColorstr='#994b7d16',GradientType=0 );
    background-color: #88AE47;
    border: 1px solid #557D00;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 1px rgba(255,255,255, 0.4), inset 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 0 1px rgba(255,255,255, 0.4), inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow: inset 0 0 1px rgba(255,255,255, 0.4), inset 0 1px 0 rgba(255,255,255,0.5);
    color: #EFEFEF !important;
}

.btn.btn-update:hover {
    background-color:#a3ce00;
    box-shadow: inset 0 0 1px rgba(255,255,255, 0.6), inset 0 1px 0 rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 1px rgba(255,255,255, 0.6), inset 0 1px 0 rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 1px rgba(255,255,255, 0.6), inset 0 1px 0 rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.2);
    color:#fff !important
}

.btn.btn-update:active {
    background-color:#88ae47;
    box-shadow: inset 0 0 6px rgba(0,0,0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0, 0.3)
}

.btn-update:disabled {

}

.btn-create.secondary:hover,
a.btn-create.secondary:hover {
    background-color:#e6e6e6 !important;
    color:#fc860d !important
}

.btn-create.secondary:active,
a.btn-create.secondary:active {
    background-image: -moz-linear-gradient(top,#fff 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top,#fff 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top,#fff 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top,#fff 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(top,#fff 0%,rgba(255,255,255,0) 100%);
    color:#fc860d !important
}

.btn-create.downloadable,
a.btn-create.downloadble {
    padding-right:16px;
    position:relative
}

.btn-create.downloadable:after,
a.btn-create.downloadble:after {
    content:url(../images/down_arrow.png);
    position:absolute;
    right:6px;
    top:5px
}

/*DROPDOWN BUTTON STYLES*/
.caret {
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #818081
}
.leftCaret, .rightCaret { position: relative; text-indent: -9999px }
.leftCaret:after {
    border-color: transparent transparent transparent #818081;
    border-style: solid;
    border-width: 7px;
    content: " ";
    left: 50%;
    margin: -7px 0 0 -3px;
    position: absolute;
    top: 50%;
}

.rightCaret:after {
    content: " ";
    left: 50%;
    margin: -7px 0 0 -11px;
    position: absolute;
    top: 50%;
    border-color: transparent #818081 transparent transparent;
    border-style: solid;
    border-width: 7px;
}

.btn-read .caret,
.btn-create .caret,
.btn-update .caret {
  border-top-color: #efefef;
  border-bottom-color: #efefef
}

.btn.up-down .caret {
    border:none;
    height:12px;
    margin-left:10px;
    position:relative;
    right:0px;
    top:-9px;
    width:10px
}

.btn.btn-small.up-down .caret {
    top:-7px
}

.btn.up-down .caret:before,
.btn.up-down .caret:after {
    content:"";
    position:absolute
}

.btn.up-down .caret:before {
    border-bottom:5px solid #818081;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid transparent;
    left:0;
    top:0
}

.btn.up-down .caret:after {
    border-bottom:5px solid transparent;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #818081;
    left:0px;
    top:13px
}

/*---------- SELECT WITH DROPDOWN STYLES ----------*/
select.btn {
    width:auto;
    height:28px;
}

/*---------- DROPDOWN WITH FILTERS ----------*/
.filter-dropdown {
    min-height:28px;
    position:relative
}

.filter-dropdown button {
    padding-right:28px;
    position:relative;
    z-index:10;
    text-align: left;
    width:auto
}

.filter-dropdown button:after {
    background: url("../images/icons/arrows_small.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 26px;
    position: absolute;
    right: 0;
    top: -1px;
    width: 26px;
}

.filter-dropdown button + div {
    background:#fff;
    border:1px solid #a4a4a4;
    border-left:none;
    border-radius:0 5px 5px;
    -webkit-border-radius:0 5px 5px;
    box-shadow:inset 1px 0 0 #a4a4a4;
    display:none;
    left:0;
    padding:6px 0 0;
    position:absolute;
    top:24px;
    min-width:232px;
    z-index:5
}

.accounting-filter.filter-dropdown button + div {
    top:27px;
}

.filter-dropdown > div > ul {
    height:275px;
    overflow-y:scroll
}

.filter-dropdown > div > ul li a {
    margin:0 1px
}

.filter-dropdown button.btn.dropdown-open {
    background:#fff;
    border-bottom:none;
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    box-shadow:inset 0 0 2px #fff,0 1px 0 #fff;
    -webkit-box-shadow:inset 0 0 2px #fff,0 1px 0 #fff
}

.filter-dropdown > div > input[type="text"] {
    margin:0 6px 6px
}

.filter-more {
    background: #fefefe; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fefefe 0%, #ececec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#ececec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#ececec 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#ececec 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ececec',GradientType=0 ); /* IE6-8 */
    border-radius:0 0 6px 6px;
    -webkit-border-radius:0 0 6px 6px;
    border-left: 1px solid #A4A4A4;
}

/*---------- LOADING BAR ----------*/
img.loading-bar {
    display:block;
    margin:20px auto;
    width:220px
}

/*---------- TABLE STYLES ----------*/
/*Base, unstyled table*/
.table th,
.table td {
    border-top:none;
    height:26px;
    padding:0 8px;
    vertical-align:middle
}

.table tfoot td {
    padding: 10px;
}

.table.tall tbody tr td,
.table.table-striped.tall tbody tr td {
    height:110px
}

.table th {
    height:auto;
    line-height:15px;
    padding:4px 8px
}

/*Striped table*/
.table.table-striped {
    background-color:#fff;
    border-radius:6px 6px 0 0
}

.table.table-striped tbody tr td {
    background-color:#ebf2f5;
    border-bottom:1px solid #d1d0d0;
    box-shadow:inset 0 1px 0 #fff;
    -moz-box-shadow:inset 0 1px 0 #fff;
    -webkit-box-shadow:inset 0 1px 0 #fff;
    height:36px
}

.table.table-striped.side-borders tbody tr td {
    border-right:1px solid #fff;
    box-shadow:inset 0 1px 0 #fff,inset 1px 0 0 #d1d0d0;
    -moz-box-shadow:inset 0 1px 0 #fff,inset 1px 0 0 #d1d0d0;
    -webkit-box-shadow:inset 0 1px 0 #fff,inset 1px 0 0 #d1d0d0
}

.table.table-striped tbody tr td:first-child {
    box-shadow:inset 0 1px 0 #fff;
    -moz-box-shadow:inset 0 1px 0 #fff;
    -webkit-box-shadow:inset 0 1px 0 #fff
}

.table.table-striped tbody tr:nth-child(2n+1) td,
.table.table-striped tbody tr:nth-child(2n+1) th {
    background-color:transparent
}

/*Table header*/
.table thead {
    border-bottom:1px solid #b6b6b6
}

.table thead th {
    background-color:#e8e8ef
}

.table thead tr th:first-child {
    border-radius:6px 0 0 0;
    -moz-border-radius:6px 0 0 0;
    -webkit-border-radius:6px 0 0 0
}

.table thead tr th:last-child {
    border-radius:0 6px 0 0;
    -moz-border-radius:0 6px 0 0;
    -webkit-border-radius:0 6px 0 0
}

.table.table-bordered.table-flat-top thead:first-child tr:first-child th:first-child,
.table.table-bordered.table-flat-top thead:first-child tr:first-child th:last-child {
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0
}

.table-bordered.table-flat-top thead:first-child tr:first-child th {
    border-bottom:1px solid #d1d0d0;
    box-shadow:inset 0 1px 0 #fff
}

.table tr.center-align th,
.table td.align-center,
.table thead th.align-center {
    text-align:center
}

.table td.align-right {
    text-align:right
}

.table thead th a,
.table thead th span {
    color:#666;
    font-weight:400;
    text-shadow:0 1px 0 #fff
}

/*Table with footer*/
.table + .table-footer {
    margin-top:-20px
}

.table-footer {
    padding:10px 14px
}

.table-footer:after {
    clear:both
}

.table-footer:before,
.table-footer:after {
    content:"";
    display:table;
    line-height:0
}

.table-footer .pagination {
    margin-bottom:0;
    margin-top:0
}

.table-footer #go_to_form {
    display:inline-block
}

.table-footer .pagination input.go-to-page {
    height:18px;
    line-height:18px;
    margin-bottom:0;
    width:auto
}

.table-footer .pagination input::-webkit-outer-spin-button,
.table-footer .pagination input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/*Table with total*/
.table tr.table-total,
.table.table-striped tr.table-total {
    background-color: #1074be;
    background-image: -moz-linear-gradient(top,  rgba(42,184,237,0.6) 0%, rgba(5,64,145,0.6) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,184,237,0.6)), color-stop(100%,rgba(5,64,145,0.6)));
    background-image: -webkit-linear-gradient(top,  rgba(42,184,237,0.6) 0%,rgba(5,64,145,0.6) 100%);
    background-image: -o-linear-gradient(top,  rgba(42,184,237,0.6) 0%,rgba(5,64,145,0.6) 100%);
    background-image: -ms-linear-gradient(top,  rgba(42,184,237,0.6) 0%,rgba(5,64,145,0.6) 100%);
    background-image: linear-gradient(top,  rgba(42,184,237,0.6) 0%,rgba(5,64,145,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#992ab8ed', endColorstr='#99054091',GradientType=0 );
    -webkit-box-shadow: inset 0 0 1px rgba(255,255,255, 0.4), inset 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 0 1px rgba(255,255,255, 0.4), inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow: inset 0 0 1px rgba(255,255,255, 0.4), inset 0 1px 0 rgba(255,255,255,0.5);
}

.table.table-striped tr.table-total td {
    background-color:transparent;
    border:none;
    border-top:1px solid #006ea5;
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
    line-height:38px;
    padding:0
}

.table-bordered tfoot:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
    border-radius:0;

}

.table-bordered tbody:last-child tr.table-total:last-child td:first-child,
.table-bordered tbody:last-child tr.table-total:last-child td:last-child {
    border-radius:0;
    -webkit-border-radius:0
}

.table.table-striped tr.table-total td:first-child {
    border-radius:0;
    -webkit-border-radius:0;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    line-height:50px;
    padding-left:8px;
    text-transform:uppercase
}

.table.table-striped tr.table-total td:last-child {
    padding-right:5px
}

.table.table-striped tr.table-total td:last-child span {
    border-right:1px solid #006ea5;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}

.table.table-striped tr.table-total td:nth-of-type(2) {
    padding-left:0
}

.table.table-striped tr.table-total td:nth-of-type(2) span {
    border-left:1px solid #0076aa;
    font-weight:bold;
    padding-left:8px;
    padding-right:2px
}

.table.table-striped tbody tr.table-total td {
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
    font-weight:bold
}

.table.table-striped tr.table-total td span {
    background-color:#fff;
    border-left:1px solid #d1d0d0;
    border-right:1px solid #fff;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display:block;
    height:38px;
    margin:5px 0 7px;
    padding:0 8px;
    width:100%;
    white-space: nowrap;
}

.table.table-striped tr.table-total td span.breakdown-total {
    font-weight:bold;
    padding:0 8px
}

/*Table with vertical borders*/
.table-bordered {
    border:none
}

.table-bordered th {
    border:none
}

.table-bordered td {
    border-left:1px solid #d1d0d0;
    border-right:1px solid #fff
}

.table-bordered tr td:first-child {
    border-left:none
}

.table-bordered tr td:last-child {
    border-right:none
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
    border-radius:6px 0 0 0
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
    border-radius:0 6px 0 0
}

/*---------- PAGINATION ----------*/
.pagination {
    background-color:transparent;
    height:28px;
    margin-right:14px
}

.pagination ul {
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

.panel .pagination ul > li {
    display:inline-block;
    margin:0 6px 0 0
}

.pagination.unbundled ul > li:first-child > a,
.pagination.unbundled ul > li:first-child > span {
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-left:0
}

.pagination.unbundled ul > li:last-child > a,
.pagination.unbundled ul > li:last-child > span {
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-right:0
}

.pagination.unbundled ul > li > a {
    border:1px solid #a1a1a1;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span,
.pagination ul > li > a,
.pagination ul > li > span,
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px
}

.pagination ul > li > a,
.pagination ul > li > span {
  background-color: #eee;
    background-image: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    border:1px solid #a1a1a1;
  -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,1),inset 0 -1px 0 rgba(255,255,255,1);
     -moz-box-shadow: inset 0 0 2px rgba(255,255,255,1),inset 0 -1px 0 rgba(255,255,255,1);
          box-shadow: inset 0 0 2px rgba(255,255,255,1),inset 0 -1px 0 rgba(255,255,255,1);
    color:#666;
    font-size:12px;
    line-height:26px;
    padding:0 10px
}

.btn-group > .btn, .btn-group > .dropdown-menu {
    font-size:12px
}

.dropdown {
    display:inherit;
    float:none
}

.accounting-index .popover {
    max-width:none;
    width:auto
}

.accounting-index .popover-content {
    min-height:70px;
    max-height:400px;
    overflow-y:auto;
    padding:7px;
    width:400px
}

.accounting-index .popover-header {
    border-bottom:1px solid #e5e5e5
}

.accounting-index .popover-total {
    border-top:1px solid #e5e5e5
}

.accounting-index .popover-header th,
.accounting-index .popover-total td:nth-of-type(2) {
    color:#74787c;
    font-weight:700;
    padding:8px 0 6px;
    text-transform:uppercase
}

.accounting-index .popover .popover-title {
    background-color:transparent;
    border:none;
    padding:0
}

.accounting-index .popover-content tbody tr:nth-of-type(2) td {
    padding-top:4px
}

.accounting-index .popover-content tbody tr td {
    font-size:11px;
    max-width:68%
}

.accounting-index .popover-content tbody tr td:first-child,
.accounting-index .popover-content dl dt {
    font-size:16px;
    font-weight:800;
    min-width:1%;
    text-align:right;
    white-space:nowrap;
}

.accounting-index .popover-content dl dt {
    clear: left;
    float: left;
    height: 27px;
    line-height: 27px;
    width: 29%;
    margin: 0 8px;
    vertical-align: middle;
}
.accounting-index .popover-content dl dd {
    float: left;
    min-height: 27px;
    line-height: 27px;
    margin: 0 8px;
    width: 60%;
    vertical-align: middle;
}

/* @todo: clean up on teardown of MR-92 and MR-92 */
.accounting-index .popover-content dl.new-popover dt {
    clear: none;
    float: right;
}

/* @todo: remove on teardown of MR-92 and MR-92 */
.accounting-index .popover-content dl dd.divider {
    clear: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    min-height: 1px;
    margin: 7px 0 5px 0;
}

/* @todo: remove on teardown of MR-92 and MR-92 */
.accounting-index .popover-content dl.new-popover dd.divider {
    display: none;
}

.accounting-index .popover-content dl dd span {
    line-height: 14px;
    vertical-align: text-top;
    display: inline-block;
    font-size: 11px;
}

.accounting-index .popover-content dl.new-popover .adjustment-comment {
    color: #74787C;
}

/* @todo: remove "New" and ".new-popover" on teardown of MR-92 and MR-95 */
.statementTblNew dd:last-child,
.accounting-index .popover-content dl.new-popover dt:last-child {
    border-bottom: 3px double #1b3249;
    border-top: 1px solid #1b3249;
    padding: 4px 0px;
    margin-top: 4px;
    margin-right: 8px;
}

/* @todo: remove "New" on teardown of MR-92 and MR-95 */
.statementTblNew dd:last-child {
    padding-left: 20px;
}

/* @todo: remove "New" on teardown of MR-92 and MR-95 */
.statementTblNew dt:last-of-type,
.accounting-index .popover-content dl.new-popover dd:last-of-type {
    margin-top: 8px;
}

/* @todo: add the extra bottom padding to .popover-content on teardown of MR-92 and MR-95 */
.accounting-index .popover-content dl.new-popover dt:last-child {
    margin-bottom: 13px;
}

.ul-horizontal li { display: inline-block; }
.ul-horizontal.padded li {margin-left: 2px;}
.ul-horizontal.padded li:first-child {margin-left: 0px;}

label.fancy-dropdown {position:relative}

label.fancy-dropdown:after {
    background:url(/images/icons/arrows_small.png) center center no-repeat;
    content:'';
    height:24px;
    pointer-events:none;
    position:absolute;
    right:1px;
    top:2px;
    width:26px
}

label.fancy-dropdown:before {
    content:'';
    right:2px; top:2px;
    width:22px; height:24px;
    background: #f8f8f8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f8f8f8 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,  #f8f8f8 0%,#efefef 100%);
    background: -o-linear-gradient(top,  #f8f8f8 0%,#efefef 100%);
    background: -ms-linear-gradient(top,  #f8f8f8 0%,#efefef 100%);
    background: linear-gradient(to bottom,  #f8f8f8 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef',GradientType=0 );
    border-radius:0 6px 6px 0;
    -webkit-border-radius:0 6px 6px 0;
    position:absolute;
    pointer-events:none;
    display:block;
}

select.period_start, select.period_end {
    height:28px;
    padding:2px 6px;
    margin:0;
    border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:inset 0 0 0 1px #fff;
    -webkit-box-shadow:inset 0 0 0 1px #fff;
    background: #f8f8f8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f8f8f8 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,  #f8f8f8 0%,#efefef 100%);
    background: -o-linear-gradient(top,  #f8f8f8 0%,#efefef 100%);
    background: -ms-linear-gradient(top,  #f8f8f8 0%,#efefef 100%);
    background: linear-gradient(to bottom,  #f8f8f8 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efefef',GradientType=0 );
    border:1px solid #9d9d9d;
    color:#002646;
    display:inline-block;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    cursor:pointer;
    min-width:93px;
    width:auto;
    font-size:15px;
}

select.period_start:hover,
select.period_end:hover {
    color:#1d8bd5
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select.period_start,select.period_end {
        line-height:23px;
        min-width:90px;
        padding-right:26px
    }
}

table.statementTbl td.field-name,
dl.statementTbl dt
{
    color: #74787C;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

dl.statementTbl dt {
    clear: both;
    float: left;
    min-height: 26px;
    line-height: 26px;
    padding: 0 8px;
    vertical-align: middle;
}

dl.statementTbl dd {
    float: right;
    font-size: 16px;
    font-weight: 800;
    text-align: right;
    min-height: 26px;
    line-height: 26px;
    padding: 0 8px;
    vertical-align: middle;
}

dl.statementTbl dt.subitem {
    padding-left: 24px;
    min-height: 17px;
    line-height: 17px;
    max-width: 270px;
    font-size: 12px;
    font-weight: 200;
    font-style: italic;
    text-transform: none;
}

dl.statementTbl dt.subitem + dd {
    font-size: 12px;
    font-weight: 200;
    min-height: 17px;
    line-height: 17px;
}

table.table td.field-value {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}
#accountingPieChart{
    height:300px;
    width:500px;
    overflow:hidden;
    margin:10px 0;
}


/* 19 oct 2012 */
.headTitle-block {
    margin:0;
    padding: 6px 6px 8px 12px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    border-radius: 7px 7px 0 0;
}

span.blockTitle {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight:bold;
    color: #74787c;
    margin-bottom: 2px;
}

#statement-overview span.blockTitle {
    max-width:95px
}

.headTitle-block .btn-group + .btn-group {
    margin-left: 10px;
}
.headTitle-block .btn-group a {
    padding:3px 10px
}
.revenuePanel {
    margin-bottom: 8px;
}

.revenuePanel .btn.disabled,
.revenuePanel .btn.disabled:hover,
.revenuePanel .btn.disabled:active {
  color: #002646 !important;
  text-shadow: 0 1px 1px rgba(0,0,0,0.01);
  background-color: #eee;
    background-image: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  border: 1px solid #bbbbbb;
  border:1px solid #a1a1a1;
  -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,1),inset 0 -1px 0 rgba(255,255,255,1);
     -moz-box-shadow: inset 0 0 2px rgba(255,255,255,1),inset 0 -1px 0 rgba(255,255,255,1);
          box-shadow: inset 0 0 2px rgba(255,255,255,1),inset 0 -1px 0 rgba(255,255,255,1);
}

.revenuePanel .btn.btn-active:hover,
.revenuePanel .btn.btn-active,
.revenuePanel .btn:active,
.expensePanel .btn.btn-active:hover,
.expensePanel .btn.btn-active,
.expensePanel .btn:active {
    background: #0C67A9; /* Old browsers */
    background: -moz-linear-gradient(top, #0C67A9 0%, #2A85C9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0C67A9), color-stop(100%,#2A85C9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0C67A9 0%,#2A85C9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0C67A9 0%,#2A85C9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0C67A9 0%,#2A85C9 100%); /* IE10+ */
    background: linear-gradient(top, #0C67A9 0%,#2A85C9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0C67A9', endColorstr='#2A85C9',GradientType=0 ); /* IE6-9 */
    color:#fff !important;
    text-shadow:0 0 0 #fff,0 1px 0 rgba(0,0,0,0.8);
    box-shadow:none;
    -webkit-box-shadow:none
}

span.viewby {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin-left: 0;
    margin-right:12px;
}

table.table td.table-indent {
    font-style:italic;
    padding-left:24px
}

table.table td.table-indent,
table.table td.table-indent + td {
    font-size:12px;
    font-weight:200;
    height:16px;
    line-height:16px;
    text-transform:none
}

td.value-name {
    font-size:16px;
    font-weight:800;
    text-align:right
}

a.view_adjustment_details, a.view_perf_royalties_details, a.view_sync_licensing_details, a.view_compilations_details {
    font-style:italic;
    font-weight:200;
    text-transform:none
}

.btn-group > .btn:first-child {
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-top-left-radius:5px
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-top-right-radius:5px
}

.btn .caret {
    border-top-color:#002646;
    margin-left:8px
}

.btn-read .caret,
.btn-create .caret,
.btn-update .caret {
    border-top-color:#efefef
}

.btn:hover .caret {
    border-top-color:#1d8bd5;
}

.btn-read:hover .caret,
.btn-create:hover .caret,
.btn-update:hover .caret {
    border-top-color:#efefef
}

.btn.btn-small .caret {
    margin-left:4px
}

.caret.small {
    background: url("../images/btns/small_dd_triangle.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 6px;
    width: 10px;
}

.caret.large {
    background: url("../images/btns/large_dd_triangle.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 8px;
    width: 12px;
}

#statement .table {
    margin-bottom:0
}

.nav-tabs > li > a,
.nav-pills > li > a,
.nav-tabs > li > input.btn,
.nav-pills > li > input.btn {
    line-height:20px;
    margin-left:9px;
    margin-right:0;
    padding-bottom:3px;
    padding-top:3px
}

.nav-tabs > li > input.btn,
.nav-pills > li > input.btn {
    padding-bottom:3px;
    padding-top:5px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .nav-tabs > li > input.btn,
    .nav-pills > li > input.btn {
        padding-bottom:3px;
        padding-top:3px
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .nav-tabs > li > input.btn,
    .nav-pills > li > input.btn {
        padding-bottom:3px;
        padding-top:3px
    }
}
.nav-pills > li > a {
    margin-top:0
}

#breakdown .table-footer .pagination,
#expenseBreakdown .table-footer .pagination {
    float:left
}

.panel .pagination {
    border:none
}

.pagination ul > li.active > a,
.pagination ul > li.active > span {
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.45);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.45);
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.45);
    color:#1b3249
}

.panel .pagination ul > li {
    display:inline-block;
    float:left
}

.pagination ul li.page-ellipsis {
    line-height:30px
}

.relative {
    position:relative
}

.pull-right > .dropdown-menu {
    left:0;
    right:auto
}

.dropdown-menu {
    border-radius:0 5px 5px 5px;
    -moz-border-radius:0 5px 5px 5px;
    -webkit-border-radius:0 5px 5px 5px;
    margin-top:-3px
}

.dropdown-menu a {
    color:inherit !important
}

.dropdown-menu a:hover {
    color:#fff !important
}

.btn-create ~ .dropdown-menu {
    border:1px solid #cf4500
}

#period_button {
    position: absolute;
    right: 0;
    bottom: 1px;
}

/* ACCOUNTING - FILTER DROPDOWN */
.accounting-filter {
    float:left;
    margin-right:8px;
}

#breakdown .table tbody tr.table-total td:last-child {
    padding-right:5px
}

#breakdown .table tbody tr.table-total td:last-child span {
    padding-right:2px
}

#breakdown .table tbody tr.table-total td:last-child span.breakdown-total {
    padding-right:2px
}

#digiSalesDetail .modal-body ul {
    float:left;
    width:50%
}

#digiSalesDetail input[type="radio"], input[type="checkbox"] {
    margin:0 6px 0 0
}

#statement-overview ul.ul-horizontal {
    margin-bottom:10px
}

#filters_applied {
    margin:0 -7px
}

#filters_applied #no_filters_applied {
    margin-left:7px
}

#filters_applied > div[id*='filter_id_'] {
    border:1px solid #bcbcbc;
    border-radius:7px;
    -webkit-border-radius:7px;
    font-size:11px;
    font-weight:bold;
    display:inline-block;
    margin: 0 0 7px 7px;
    max-width:80%;
    float:none;
}

#filters_applied div span {
    line-height:20px;
    white-space:nowrap;
    display:block;
    float:left;
    overflow:hidden;
    padding:0 8px;
    text-overflow:ellipsis;
    max-width: 260px
}

#filters_applied a.remove_filter {
    background:#c5c5c5;
    border-radius:0 6px 6px 0;
    -webkit-border-radius:0 6px 6px 0;
    color:#fff;
    display:inline-block;
    float:right;
    font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size:20px;
    font-weight:200;
    height:20px;
    line-height:16px;
    padding-left:1px;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    width:20px
}

#remove_all_filters { float:left; margin:0 0 0 7px; }
a.reset_all_filters { font-style:italic;}

li.loading-text {
    font-size:12px;
    margin:6px 0;
    text-align:center
}

.accounting-filter > div[id*='wrapperget'] ul[id*='ulget'] > li a, a.filterByListButton {
    color: #133551;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 6px;
    text-decoration: none;
    margin: 4px 0 0 0;
}

.accounting-filter > div[id*='wrapperget'] ul[id*='ulget'] > li.filter-more a {
    color: #007BE3;
    text-decoration:underline;
    text-align:center;
    text-transform:lowercase
}


.accounting-filter > div[id*='wrapperget'] ul[id*='ulget'] > li a:first-child {
    margin: 0 0 0 0;
}

.accounting-filter > div[id*='wrapperget'] ul[id*='ulget'] > li a:hover, a:hover.filterByListButton {
  color: #ffffff;
  text-decoration: none;
  text-shadow:none;
    background:#4c9ecc
}

.accounting-filter > div[id*='wrapperget'] ul[id*='ulget'] > li.filter-more a:hover {
    background:none;
    color:#007be3
}

#payment-terms .panel table.table tbody tr td {
    white-space:nowrap
}

#statement-overview #statement {
    margin-bottom:10px;
    min-height:148px
}

a[id*='dropdown_'] > .smalltext {
    pointer-events:none;
}

#statement-overview .well {
    min-height:48px
}

#breakdown table.table tr td:first-child,
#breakdown table.table tr td:nth-of-type(2) {
    max-width:220px
}

#dropdown_li_No_results {
    font-size:12px;
    padding:4px 0;
    text-align:center
}

.offline_report {
    min-width:119px;
    padding-left:0;
    padding-right:0
}

.offline_report.downloadable {
    min-width:103px
}

.check-all-box {
    margin-bottom: 7px;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    background-color:transparent;
    background-image:none;
    background-repeat:no-repeat;
    border-radius:4px;
    box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;
    height:6px;
    margin:6px 0 5px;
    overflow:hidden;
}
.progress-bar {
    float: left;
    min-width:80px;
    width: 100%;
    height:6px;
    color: #ffffff;
    text-align: center;
    background-color: #999;
    -webkit-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-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress-bar {
    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: -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);
    background-size: 40px 40px;
}
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
    color: #777777;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

.viewByTxt {
    margin-right: 10px;
    padding-top: 5px;
}

.fw400 {
    font-weight: 400;
}

.accounting-filter-toggler .filter-dropdown {
    display: none;
}

.accounting-filter-toggler .filter-dropdown.active {
    display: block;
}

#chooseAccountingFilter {
    min-width: 125px;
}

.btn-small {
    padding: 3px 10px;
}

.relative {
    position: relative;
}

.btn.btn-mini[disabled="disabled"]:hover {
    box-shadow: none;
    color: #002646 !important;
}
