/* ==========================================================================
   Custom styles
   ========================================================================== */

@font-face
{
    font-family: "RobotoCondensed";
    src: url('/fonts/RobotoCondensed-Regular.ttf') format('truetype');
}

@font-face
{
    font-family: "HammersmithOne";
    src: url('/fonts/HammersmithOne-Regular.ttf') format('truetype');
}

@font-face
{
    font-family: "OpenSans";
    src: url('/fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face
{
    font-family: "Pakt";
    src: url('/fonts/pakt.ttf') format('truetype');
}

body
{
    font-family: "NixieOne";
    color: black;
}

hr
{
    color: red;
    background-color: blue;
}

.well
{
    margin-bottom: 1em;
    padding: 1em !important;
    border: 2px solid black;
}

.row
{
    padding-top: 1em;
    margin: 0 !important;
}

#myModal .close
{
    opacity: 1 !important;
    text-shadow: none !important;
    font-size: 25pt;
}

.modal-content
{
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 5px solid black;
}

.modal-header
{
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    background-color: chocolate;
    color: black;
    text-align: center;
    border-bottom: 5px solid black;
}

.modal-footer
{
    background-color: chocolate;
    border-top: 5px solid black;
}

.modalSpanRight
{
    float: right;
}

/* Modal definition */
.modalDoubleBox
{
    margin-left: 1em;
    margin-right: 1em;
}

.modalBox
{

    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
}

.modal.in {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.modalText
{
    padding: 1.5em;
}

.modalImg
{
    max-height: 100px;
    max-width: 100%;
}

.modal
{
    overflow-y: scroll
}

#picModal img
{
    margin: 1em;
    max-height: 150px;
    max-width: 100%;
}
/* End Modal definition */


/* CPANEL */

.rowContainer
{
    margin: 0.5em;
    padding: 0.5em;
    border: 3px solid black;
    border-top: none !important;
    border-bottom: 3px solid black;
}

.panelInactive
{
    cursor: not-allowed !important;
    background-color: gray !important;
}

.panelInactive:hover
{
    border: 2px solid black !important;
    background-color: darkgray !important;
    color: black !important;
}

.panelIcon
{
    width: 30%;
}

.panelTitleIcon
{
    margin-top: -1em;
    width: 50%;
}

.panelBtn
{
    width: 100%;
    height: 50%;
}

.panelTable
{
    font-size: 0.8em;
    font-family: "HammersmithOne";
}

.panelBox:hover
{
    background-color: cornsilk !important;
    cursor: pointer;
    color: orangered;
    border: 2px solid orangered;
}

.panelBackgroundAct
{
    background-color: rgba(100,149,237, 0.4);
    border-color: black;
    border-style: solid;
    border-width: 3px;
    font-family: "RobotoCondensed";
    padding: 0.5em;
    margin-top: 3em;
}

.panel-Product
{
    background-color: #6FBF6F;
    border-top: 3px solid black !important;
}

.panel-Btn-Product
{
    background-color: #a7d8a7 !important;
    border: 2px solid #2f6a2f;
}

.panel-Tools
{
    background-color: #CBC35B;
}

.panel-Btn-Tools
{
    background-color: #e0dc9e !important;
    border: 2px solid #9b9331;
}

.panel-Analytics
{
    background-color: #B13B3B;
}

.panel-Btn-Analytics
{
    background-color: #df9f9f !important;
    border: 2px solid #732626;
}

.panel-Manage
{
    background-color: #43A5A6;
    border-bottom: 3px solid black !important;
}

.panel-Btn-Manage
{
    background-color: #a4dada !important;
    border: 2px solid #2c6d6d;
}

.panelTitle
{
    margin-top: 1.5em;
    font-family: "HammersmithOne";
    background-color: aliceblue;
    text-align: center;
    width: 6em;
    height: 4em;
    border-radius: 0.5em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 1em;
    background-color: #AFADAB;
    border: 2px solid black;
}

.panelTitle h6
{
    margin-top: 0em;
}

.panelBox
{
    font-family: "HammersmithOne";
    background-color: aliceblue;
    text-align: center;
    width: 8em;
    height: 6em;
    border-radius: 0.5em;
    padding: 0.5em;
    margin-bottom: 0.5em;
}

.panelBackground
{
    font-family: "RobotoCondensed";
    min-height: 43em;
/*    background-color: rgba(123, 122, 115, 0.5);*/
    border-color: white;
    border-style: solid;
    border-width: 2px;
    border-radius: 0.5em;
    padding-top: 0.5em;
}

/* /CPANEL */

.pageLoader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('/img/loader.gif') 50% 50% no-repeat rgba(249,249,249, 0.7);
}

.btnFont
{
    font-family: Helvetica;
}

.navBarLogo
{
    float: left;
    margin-top: .4em;
    margin-left: -3em;
    height: 40px;
}

.navBarBtn
{
    padding-left: 2.2em;
    float: left;
}

/* Navbar button def */
.navbar
{
/*    min-width: 42em;*/
}

.navbar-brand
{
    color: chocolate !important;
}

.btn.outline {
    background: none;
}
.btn-mine
{
    font-family: Helvetica;
    font-weight: 100;
    font-size: 0.85em;
    background: transparent;
    color: darkgray;
    background-color: transparent;
    text-shadow: 0 1px 0 #9D9D9D;
}
.btn-mine.outline {
    border: 2px solid #9D9D9D;
    color: darkgray;
}
.btn-mine.outline:hover, .btn-mine.outline:focus, .btn-mine.outline:active, .btn-mine.outline.active, .open > .dropdown-toggle.btn-mine {
    color: cornflowerblue;
    border-color: cornflowerblue;
    text-shadow: 0 1px 0 cornflowerblue;
}
.btn-mine.outline:active, .btn-primary.outline.active {
    border-color: cornflowerblue;
    color: cornflowerblue;
    box-shadow: none;
    text-shadow: 0 1px 0 cornflowerblue;
    border-color: cornflowerblue;
}
.btn.focus
{
    color: cornflowerblue;
    outline: 5px cornflowerblue;
    outline-width: 5px;
    outline-color: cornflowerblue;
    text-shadow: 0 1px 0 cornflowerblue;
    border-color: cornflowerblue;
}

.btn
{
    border: 1px solid black !important;
}
/* */

tbody, img
{
    border-radius: .5em;
}

.logoutLogo
{
    width: 30px;
    margin-top: -8px;
}

.navBarText
{
    color: darkgray;
}

.loginbox
{
    border-color: #2D2D2D;
    border-style: solid;
    border-width: 2px;
    border-radius: 1em;
}

#table
{
    border: 1px solid black;
}

.tableQRIcon
{
    display:block;
    max-height: 5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
}

.tableSampleIcon
{
    display:block;
    max-width: 10em;
    max-height: 5em;
    margin-left: auto;
    margin-right: auto;
}

.form-control
{
    text-align: right;
}

.icon
{
    max-width: 200px;
    height: auto;
}

.imgHolder
{
    max-width: 200px;
    float: left;
    margin: 3px;
    padding: 3px;
}

.compoCtn
{
    margin-left: 0 !important;
}