@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i');
/*html, body { height: 99.3%; }*/
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    /*margin: 4px 4px 200px;*/
    /*background: url('images/copia.GIF'), repeat-x;*/
    /*background: #FFF;*/ /*#FFF;*/
    background-color: rgba(76, 134, 192, 0.4);
    color: #444;
    /*font: 14px/1.5 Helvetica, Arial, sans-serif;*/
    /*font: 14px/1.5 Cambria, serif;*/
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s; /* Firefox */
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -o-animation: fadein 0.5s; /* Opera */
    padding: 0;
    margin: 0;
    font-size: 16px;
    min-width: 1250px;
    box-sizing: border-box;
    overscroll-behavior-y: contain;
}

body.print {
    background-color: #FFF;
    min-width: 0;
    box-sizing: border-box;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h5 {
    font: 25px/1.5 "Roboto", sans-serif;
    font-weight: 200;
    color: orange;
}

h5#nomargin {
    font: 25px/1.5 "Roboto", sans-serif;
    font-weight: 200;
    color: orange;
    margin-top: 0;
    margin-bottom: 0;
}

h6 {
    font: 25px/1.5 "Roboto", sans-serif;
    color: purple;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}


h7 {
    font: 18px/1.5 "Roboto", sans-serif;
    color: green;
    margin-top: 0;
    margin-bottom:0;
    background: #E6E6E6;
    border-radius: 5px;
    padding: 5px;
}

h8 {
    font: 18px/1.5 "Roboto", sans-serif;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 5px;
    padding: 5px;
}

hr {
    background: #ddd;
    clear: both;
    float: none;
    width: 100%;
    height: 2px;
    margin: 0 0 1.4em;
    border: none;
}

hr#blue {
    display: block;
    border: none;
    color: white;
    height: 5px;
    background: blue;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 650, from(orange), to(#fff));
}

ul#grey {
    background: #F2F2F2;
    width: auto; /*250px;*/
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 35px;

}

#wrapper {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    margin-bottom: 25px;
    height: auto;
    min-height: 100%;
    line-height: 150%;
    /*background:#FAFAFA;*/
}

#headerwrapper {
    max-width: 100%;
    min-width: 1250px;
    width: 100%;
    height: auto; /*17%;*/
    /**  background: url('assets/images/bkground-xsmall.jpg'); /*rgba(33,100,167,0.7)*/
    background-size: 100%;
    color: white;
    margin-bottom: 0;
    padding-bottom: 0;
    /*position: fixed;
    z-index: 10;
    top: 0;*/
}


#printwrapper {
    max-width: 80%;
    min-width: 1000px;
    width: auto;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
}

#box {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    /*min-width: 1250px;*/
    max-width: 100%;
    min-height: 800px;
    height: auto;
    width: auto;
    background-color: #FFF;
}

#containerbox {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    /*min-width: 1250px;*/
    max-width: 100%;
    height: auto;
    width: auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 12px -2px gray;
    border-radius: 3px;
}

#clientbox {
    width: auto;
    max-width: 100%;
    min-height: 480px;
    height: auto;
    padding: 10px;
    background-color: #FFF;
    box-shadow: 0 0 8px 1px #777777;
    border-radius: 0;
}

#rbox {
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 8px 1px red;
    border-radius: 0;
}

#warningbox {
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 10px;
    background-color: red;
    /*box-shadow:00 8px 1px #B40404;*/
    border: Solid #B40404;
    border-radius: 5px;
}

#plainbox {
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #A4A4A4;
    box-shadow: 0 0 2px 1px #777;
    border-radius: 0;
}

#squarebox {
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 10px;
    background-color: #FFFFFF;
    /*box-shadow: 0 0 10px 2px #BDBDBD;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
}

#errorbox {
    border: 3px solid red;
    border-radius: 4px;
    padding: 2px;
}

#formbox {
    width: auto;
    max-width: 100%;
    height: auto;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 2px #BDBDBD;
    border-radius: 2px;
    margin-left: 10%;
    margin-right: 10%;
}

#reportbox {
    width: auto;
    max-width: 100%;
    height: auto;
    background-color: #BDBDBD;
    border: 1px solid #999;
    margin-left:0;
    margin-right:0;
}

#bbox {
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 10px;
    background-color: #A9D0F5;
    box-shadow: 0 0 2px 2px #777777;
    border-radius: 0;
}

#tbox {
    width: auto;
    height: auto;
    /*padding:0.5px;*/
    background-color: #A9D0F5;
    /*box-shadow: 0 0 8px 1px #777777;*/
    border-radius: 4px;
    color: #FFFFFF;
    margin-left: 10%;
    margin-right: 10%;
}

#scrollbox {
    max-height: 405px;
    width: auto;
    border: 0 outset #ccc;
    overflow: auto;
}

#clientlistscrollbox {
    max-height: 450px;
    width: auto;
    border: 0 outset #ccc;
    overflow: auto;
}

#miniscrollbox {
    max-height: 200px;
    width: auto;
    border: 0 outset #ccc;
    overflow: auto;
}

#notescrollbox {
    max-height: 500px;
    width: auto;
    border: 0 outset #ccc;
    overflow: auto;
}

#clientscrollbox {
    max-height: 460px;
    width: auto;
    border: 0 outset #ccc;
    overflow: auto;
}

#hscrollbox {
    height: auto;
    width: 100%;
    border: 0 outset #ccc;
    overflow: auto;
}

#whoscroll {
    height: 600px;
    width: auto;
    border: 0 outset #ccc;
    overflow: auto;
}

.infobar {
    background-color: #4C86C0;
    padding: 5px;
    border-radius: 9px;
    width: 98%;
    text-align: center;
    color: white;
    box-sizing: border-box;
    margin: 0 auto 15px auto;
    box-shadow: 10px 10px 20px grey;
}

.infobarimage {
    width: 24px;
    position: relative;
    top: 5px;
}

.errorbar {
    background-color: #ff0000;
    padding: 5px;
    border-radius: 9px;
    width: 98%;
    text-align: center;
    color: white;
    box-sizing: border-box;
    margin: 0 auto 15px auto;
    box-shadow: 10px 10px 20px grey;
}

.errorbarimage {
    width: 24px;
    position: relative;
    top: 5px;
}

.successbar {
    background-color: #00a900;
    padding: 5px;
    border-radius: 9px;
    width: 98%;
    text-align: center;
    color: white;
    box-sizing: border-box;
    margin: 0 auto 15px auto;
    box-shadow: 10px 10px 20px grey;
}

.successbarimage {
    width: 24px;
    position: relative;
    top: 5px;
}

.warningbar {
    background-color: #ffff00;
    padding: 5px;
    border-radius: 9px;
    width: 98%;
    text-align: center;
    color: #000;
    box-sizing: border-box;
    margin: 0 auto 15px auto;
    box-shadow: 10px 10px 20px grey;
    border: 1px lightgrey solid;
}

.warningbarimage {
    width: 22px;
    position: relative;
    top: 5px;
}

.filterbar {
    width: 100%;
    text-align: right;
    background-color: #ddd;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 2px;
    border-radius: 2px;
}

#dev {
    text-align: center;
    min-width: 95%;
    z-index: 10000;
    position: absolute;
}

#lightgrey {
    background-color: #D8D8D8;
    border-radius: 2px;
    padding: 0 5px;
}

#rcorners2 {
    border-radius: 10px;
    border: 3px solid #FFF;
    padding: 0;
}

#roundcorners {
    border-radius: 10px;
    border: 3px solid transparent;
    padding: 0;
}

#roundcornersthin {
    border-radius: 10px;
    border: 1px solid transparent;
    padding: 0;
}

.verticalLine {
    border-left: thin solid #000;
    height: 200px;
}

.verticalLine1 {
    border-left: thin solid #000;
    padding: 0 10px;
    /*height:200px;*/
}

.verticalLine2 {
    border-left: thin solid grey;
    height: 300px;
}

table#sideb {
    height: 100%;
    padding: 0;
    border-collapse: collapse;
}

td#sideb {
    border-left: thin solid #6E6E6E;
    padding: 0 10px 0 10px;
    border-left-style: solid;
    border-collapse: collapse
}

td#sidea {
    border-right: thin solid #6E6E6E;
    padding: 0 10px 0 10px;
    border-right-style: solid;
    border-collapse: collapse
}

td#sidec {
    border-top: thin solid #000;
    border-left: thin solid #000;
    border-right: thin solid #000;
    padding: 0 10px 0 10px;
    border-top-style: solid;
    border-collapse: collapse
}

#wfont {
    color: white;
    /*font-weight: bold;*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hoverTable {
    width: 100%;
    border-collapse: collapse;
}

.hoverTable td {
    padding: 7px;
}

/* Define the hover highlight color for the table row */
.hoverTable tr:hover {
    background-color: #ffff99;
}

/* Add radius */
.hoverTable td:first-child {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px
}

.hoverTable td:last-child {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px
}

/* Define the hover highlight color for the table row */
.hoverTable2 tr:nth-child(odd):hover {
    background-color: #ffff99;
}

.hoverTableblue {
    width: 100%;
    border-collapse: collapse;
}

.hoverTableblue td {
    padding: 7px;
}

/* Define the hover highlight color for the table row */
.hoverTableblue tr:hover {
    background-color: #fff;
    color: grey;
}

#boldred {
    color: red;
    font-weight: bold;
    display: inline;
}

#ack {
    display: inline;
}

#centered {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 30em;
    height: 18em;
    margin-top: -9em;
    margin-left: -15em;
}

#milestonetable td {
    width: 7%;
}

#Logo img {
    width: 100%;
}

#Main {
    text-align: center;

}

a, a:active, a:visited {
    color: #607890;
}

a:hover {
    color: #036;
}

/*#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    width: 100%;
    min-width: 1250px;
    background-color:#C0C0C0;
}*/

#footer {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    /*min-width: 1250px;*/
    background-color: #D0A9F5;
    color: white;
}

#footerlight {
    background-color: #DA81F5;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    right: 0;
}

#footerreport {
    bottom: 0;
    clear: both;
    position: relative;
    z-index: 10;
    height: 10em;
    margin-top: -10em;
    background-color: #FFFFFF;
}

#mark1 {
    background-color: #01DF01;
}

#mark2 {
    background-color: #FF9DFF;
}

#mark3 {
    background-color: #2ECCFA;
}

#green {
    font-weight: Bold;
    Color: Green;
}

#white {
    font-weight: Bold;
    Color: White;
}

#red {
    font-weight: Bold;
    Color: Red;
}

#fontgrey {
    font-size: 18px;
    color: #424242; /*grey;*/
}

#fontgrey1 {
    font-size: 14px;
    color: #424242; /*grey;*/
}

#fontgrey1 th {
    font-size: 14px;
    color: black;
}

#fontdate {
    font: 10px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#flex {
    width: 90%;
}

#flexclient {
    width: 100%;
}

/* Popup */
.popup {
    position: relative;
    list-style: none;
    cursor: pointer;
}

.popup li div {
    position: absolute;
    z-index: 5;
    visibility: hidden;
    width: auto;
    height: auto;
    right: -100px;
    background-color: #A9D0F5;
}

.popup li:hover div {
    visibility: visible;
}


/* Hot pink */

::-moz-selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}

/* Text Box */
inputs::-webkit-input-placeholder {
    color: #b5b5b5;
    font-family: 'Roboto', sans-serif;
}

.inputs::placeholder{
    font-family: 'Roboto', sans-serif;
}

inputs-moz-placeholder {
    color: #b5b5b5;
    font-family: 'Roboto', sans-serif;
}

.inputs {
    background: #E6E6E6;
    font-size: 18px; /*0.8rem;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
    width: auto; /*270px; */
    margin-bottom: 20px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    clear: both;
    font-family: 'Roboto', sans-serif;
}

.inputs:focus {
    background: #fff;
    /*box-shadow: 0 0 0 3px #fff38e, inset 0 2px 3px rgba( 0,0,0,0.2 ), 0 5px 5px rgba( 0,0,0,0.15 ); */
    box-shadow: 0 0 0 2px #fff38e, inset 0 2px 4px rgba(0, 0, 0, 0.2), 0 5px 5px rgba(0, 0, 0, 0.15);
    outline: none;
}

.inputs_small {
    background: #E6E6E6;
    font-size: 14px; /*0.8rem;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
    width: auto; /*270px; */
    margin-bottom: 5px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    clear: both;
}

.inputs_small:focus {
    background: #fff;
    box-shadow: 0 0 0 3px #fff38e, inset 0 2px 3px rgba(0, 0, 0, 0.2), 0 5px 5px rgba(0, 0, 0, 0.15);
    outline: none;
}

.inputsimage { /*this will align image next to input box*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
    width: auto; /*270px; */
    margin-bottom: 20px;
    clear: both;
}

/***Small MENU**/
.dropmenubtn {
    background-color: transparent;
    color: white;
    padding: 0;
    border: none;
    cursor: pointer;
}

.dropdownmenu {
    position: relative;
    display: inline-block;
}

.dropdownmenu-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #E6E6E6;
    min-width: 180px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 5000;
}

.dropdownmenu-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdownmenu-content a:hover {
    background-color: #f1f1f1;
}

.dropdownmenu:hover .dropdownmenu-content {
    display: block;
}

.dropdownmenu:hover .dropmenubtn {
    /*background-color: #3e8e41;*/
}

/***FIRST STYLE THE BUTTON***/
input#gobutton, button#gobutton {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 5px 25px; /*add some padding to the inside of the button*/
    background: #35b128; /*the colour of the button*/
    border: 1px solid #33842a; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 1.1em;
}

/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobutton:hover, input#gobutton:focus, button#gobutton:hover, button#gobutton:focus {
    background-color: #399630; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}

input#gobuttonred:hover, input#gobuttonred:focus {
    background-color: #CE1D1D; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}

input#gobuttonred {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 5px 25px; /*add some padding to the inside of the button*/
    background: #F62323; /*the colour of the button*/
    border: 1px solid #952222; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 1.1em;
}

input#gobuttonblue:hover, input#gobuttonblue:focus, button#gobuttonblue:hover, button#gobuttonblue:focus {
    background-color: #6DB3F5; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}

input#gobuttonblue, button#gobuttonblue {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 5px 25px; /*add some padding to the inside of the button*/
    background: #005CB6FF; /*the colour of the button*/
    border: 1px solid #1f1f1f; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 1.1em;
}

input#gobuttonblue:disabled, button#gobuttonblue:disabled {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 5px 25px; /*add some padding to the inside of the button*/
    background: grey; /*the colour of the button*/
    border: 1px solid grey; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 1.1em;
}

input#gobutton:disabled, button#gobutton:disabled {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 5px 25px; /*add some padding to the inside of the button*/
    background: grey; /*the colour of the button*/
    border: 1px solid #33842a; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 1.1em;
}

input#gobuttonred:disabled {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 5px 25px; /*add some padding to the inside of the button*/
    background: grey; /*the colour of the button*/
    border: 1px solid #952222; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 1.1em;
}

input#gobuttonyellow {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 5px 25px; /*add some padding to the inside of the button*/
    background: #f0ff03; /*the colour of the button*/
    border: 1px solid #d2e103; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #616161;
    font-size: 1.1em;
}

/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobuttonyellow:hover, input#gobuttonyellow:focus {
    background-color: #d2e103; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}

input#gobutton_small {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 3px 8px; /*add some padding to the inside of the button*/
    background: #2F8CE9; /*the colour of the button*/
    border: 1px solid #2D88E4; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 0.8em;
}

input#gobutton_small:disabled {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 3px 8px; /*add some padding to the inside of the button*/
    background: grey; /*the colour of the button*/
    border: 1px solid #2D88E4; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 0.8em;
}

/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobutton_small:hover, input#gobutton_small:focus {
    background-color: #C4C4C4; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #EAEAEA;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #FF9D00;
    -webkit-box-shadow: inset 0 0 6px #FF9D00;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #FF9D05;
}

/*PAGE FADE IN from body tag*/

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*----- Tabs -----*/
.tabs {
    width: 100%;
    display: inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display: inline-block;
    clear: both;
    content: " ";
}

.tab-links li {
    margin: 0 5px;
    float: left;
    list-style: none;
}

.tab-links a {
    padding: 8px 15px;
    display: inline-block;
    border-radius: 3px 3px 0 0;
    background: #D0A9F5;
    font-size: 16px;
    font-weight: 400;
    color: #4c4c4c;
    transition: all linear 0.15s;
}

.tab-links a:hover {
    background: #DA81F5;
    text-decoration: none;
}

li.active a, li.active a:hover {
    background: #E6E6E6;
    color: #4c4c4c;
}

/*----- Content of Tabs -----*/
.tab-content {
    padding: 15px;
    border-radius: 3px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
    background: #E6E6E6;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

/* Add icon */
.add {
    width: 64px;
    height: 64px;
    opacity: 1;
    filter: alpha(opacity=100);
    /** background: url(images/plus1.png) no-repeat; */
    margin-bottom: 0;
    margin-top: 0;
}

.add:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /** background: url(images/plus1_hover.png) no-repeat;*/
}

.fade:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.new_fade:hover {
    border-radius: 9px;
    background-color: rgba(219,219,219,0.5);
    padding: 10px;
}
.new_fade {
    padding: 10px;
}

.fadearray:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    box-shadow: 0 0 0 3px rgba(76, 134, 192, 1), inset 0 2px 3px rgba(0, 0, 0, 0.2), 0 5px 5px rgba(0, 0, 0, 0.15);
}

.blueswitch {
    background: rgba(76, 134, 192, 1);
    margin: 0;
    padding: 10px;
    padding-top: 20px;
    color: white;
    width: 100%;
    box-shadow: 0 4px 12px -2px gray;
    box-sizing: border-box;
}

/* Sortable tables */
table.sortable thead {
    /*background-color:#fff; #eee;*/
    color: #666666;
    font-weight: bold;
    cursor: default;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE"
}

/*BACK TO TOP BUTTON*/
#backtotop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #FF9D00; /*Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px 8px 4px;
    border-radius: 10px; /* Rounded corners */
}

#backtotop:hover {
    /** background-color: #555; /* Add a dark-grey background on hover */
}

.holds-the-iframe {
    /** background: url(assets/images/load.gif) center center no-repeat; */
}

/**
* Tooltip Styles
*/

    /* Tooltip container */
    .tooltip {
        position: relative;
        display: inline-block;

    }

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;

        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }