@font-face {
    font-family: 'Gotham Ultra';
    font-style: normal;
    font-weight: normal;
    src: url("../Content/fonts/Gotham-Ultra.eot");
    src: url("../Content/fonts/Gotham-Ultra.eot?#iefix") format("embedded-opentype"), url("../Content/fonts/Gotham-Ultra.woff") format("woff"), url("../Content/fonts/Gotham-Ultra.svg#webfont") format("svg");
}

@font-face {
    font-family: 'Gotham Black';
    font-style: normal;
    font-weight: normal;
    src: url("../Content/fonts/Gotham-Black.eot");
    src: url("../Content/fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../Content/fonts/Gotham-Black.woff") format("woff"), url("../Content/fonts/Gotham-Black.svg#webfont") format("svg");
}

@font-face {
    font-family: 'Gotham Book';
    font-style: normal;
    font-weight: normal;
    src: url("../Content/fonts/Gotham-Book.eot");
    src: url("../Content/fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../Content/fonts/Gotham-Book.woff") format("woff"), url("../Content/fonts/Gotham-Book.svg#webfont") format("svg");
}

/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

html {
    height: 98%;
}

body {
    background-color: #1066A7;
    background: url(../img/tyreworx-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    color: #696969;
    height: 94%;
    margin: 0%;
    padding: 0%;
    padding-top: 20px;
    width: 100%;
}

/*body::after {
        -webkit-background-size: 15px 15px;
        bottom: 0%;
        content: "";
        height: 94%;
        left: 0%;
        opacity: .3;
        pointer-events: none;
        position: fixed;
        right: 0%;
        top: 0%;
        z-index: -1;
    }*/


/*a:link {
color: #0e3a79;
text-decoration: none;
}*/

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

a img {
    border: 0px;
}

p, ul {
    line-height: 1.6em;
    margin-bottom: 20px;
}

input[type=submit],
input[type=button],
button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#E3E3E3)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #F9F9F9, #E3E3E3); /* for firefox 3.6+ */
    border: 1px #bbb solid;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E3E3E3'); /* for IE */
    padding: 2px 5px 2px 5px;
}

    input[type=submit]:hover,
    input[type=button]:hover,
    button:hover {
        border: 1px #939393 solid !important;
    }

/* HEADINGS
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #0e3a79;
    font-size: 1.5em;
}

h1 {
    font-size: 2em;
    margin-bottom: 0;
    padding-bottom: 0;
}

h2 {
    border-bottom: 1px #0e3a79 solid;
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the
first child of the left and right table columns */

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the
page width. Or, you can specify an exact pixel width. */

/*.page {
border: 2px solid #f11313;
margin-left: auto;
margin-right: auto;
padding-bottom: 1%;
height: 100%;
}*/

/*#header {
color: #000;
margin-bottom: 0px;
padding: 0px;
position: relative;
}

#header h1 {
border: none;
color: #fff;
font-size: 32px !important;
font-weight: bold;
line-height: 2em;
margin: 0;
padding: 5px 0;
}*/

#logo {
    background: url(../img/logo-dark.png) no-repeat center center fixed;
}



div#title {
    background: 30%;
    float: top;
    margin-left: 2.5%;
    /*border: 2px black inset;*/
    margin-top: 1.2%;
}

/*#navi {
margin-top:1.5%;
margin-left: 20px;
}*/

#main {
    background-color: #fff;
    border: 2px #222 outset;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    max-width: 72%;
    min-height: 92%;
    min-width: 72%;
    overflow: auto;
    padding: 0%;
}

#main.extrawide {
        max-width: 98%;
        min-height: 95%;
        min-width: 98%;
    }

    #main.form {
		max-width: 40%;
        min-height: 95%;
        min-width: 40%;
        padding: 1%;
    }

    #main.shrink {
        display: table;
        margin-top: 12%;
        min-height: 20%;
        min-width: 20%;
        overflow: auto;
        padding: 5%;
        padding-top: 3%;
    }
    

#signup-form {
    font-weight: bold;
    margin-top: 4%;
    /*line-height: 1em;*/
}

#core {
    min-height: 65%;
    /*overflow:auto;*/
    /*padding: 5%;*/
    padding-left: 5%;
    padding-right: 5%;
    /*padding-bottom: 1%;*/
}

    #core.shrink {
        display: table-row;
    }

.flex-container {
    display: flex;
    /*border: 1px solid #0043ff;*/
    flex-direction: column;
    margin: 1%;
    min-height: 100%;
}

    .flex-container.shrink {
        min-height: 20%;
        min-width: 20%;
    }

    .flex-container.form {
        min-height: 20%;
        min-width: 20%;
    }

/*#content {
padding-top: 1%;
padding-left: 1%;
padding-right: 1%;
padding-bottom: 1%;
}*/

/*.section {
padding-top: 20%;
padding-left: 1%;
padding-right: 1%;
padding-bottom: 1%;
}*/

.MVCGridContainer, #core.flex-container {
    /*width: 96%;*/
    padding: 0%;
}

.breadcrumb {
    background-color: #fff;
}

#footer {
    bottom: 0;
    color: White;
    display: block;
    font-size: 1.1em;
    height: 8px; /* footer height if any */
    left: 0px;
    line-height: 6px;
    margin: 10px;
    /*background-color: #808084;*/
    padding: 20px 25px 5px 25px;
    position: fixed;
    text-align: right;
    width: 96%;
}

.footer.fixed {
    background: #1066A7;
    bottom: 0;
    color: White;
    left: 0;
    padding: 10px 20px;
    position: fixed;
    right: 0;
    z-index: 1000;
    /*color: #fff;*/
    /*border-top: 1px solid #e7eaec;*/
}

/* TAB MENU
----------------------------------------------------------*/

/*#menucontainer ul {
margin: 0px;
padding: 0 0 0px;
position: relative;
text-align: right;
}

#menucontainer ul li {
display: inline;
list-style: none;
}

#menucontainer ul li#greeting {
color: #fff;
font-weight: bold;
line-height: 2.8em;
padding: 10px 20px;
text-decoration: none;
}

#menucontainer ul li a {
-moz-border-top-left-radius: 5px;
-moz-border-top-right-radius: 5px;
background-color: #eeeff4;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: #0e3a79;
font-weight: bold;
line-height: 2.8em;

padding: 10px 20px;
text-decoration: none;
}

#menucontainer ul li a:hover {
background-color: #d53549;
color: #fff;
text-decoration: none;
}

#menucontainer ul li a:active {
background-color: #d53549;
color: #fff;
text-decoration: none;
}

#menucontainer ul li.selected a {
background-color: #fff;
color: #000;
}*/

/* SIDE MENU
----------------------------------------------------------*/

/*#sidemenucontainer {
position: absolute;
float: left;
top: 12%;
left: 3%;
width: 10%;
}

#sidemenucontainer ul {
margin: 0;
padding: 0 0 2px;
text-align: left;
}

#sidemenucontainer ul li { list-style: none; }

#sidemenucontainer ul li#greeting {
color: #fff;
font-weight: bold;
line-height: 2.8em;
padding: 1% 2%;
text-decoration: none;
}

#sidemenucontainer ul li a {
background-color: #eeeff4;
color: #0e3a79;
display: block;
font-weight: bold;
line-height: 2em;
margin-bottom: 3px;
padding: 2px 10px;
text-decoration: none;
}

#sidemenucontainer ul li a:hover {
background-color: #d53549;
color: #fff;
text-decoration: none;
}

#sidemenucontainer ul li a:active {
background-color: #d53549;
text-decoration: none;
}

#sidemenucontainer ul li.selected a {
background-color: #fff;
color: #000;
}*/

/* Main Content Section */

/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/

fieldset {
    /*border: 1px solid #ddd;*/
    margin: 0 0 1.5em 0;
    padding: 0 1.4em 1.4em 1.4em;
}

/*legend {
font-size: 1.2em;
font-weight: bold;
}

textarea { min-height: 75px; }

input[type="text"] {
border: 1px solid #CCC;
min-width: 200px;
}

input[type="password"] {
border: 1px solid #CCC;
min-width: 200px;
}*/

/* TABLE
----------------------------------------------------------*/

/*table.Grid {
border: solid 1px #e8eef4;
border-collapse: collapse;
border-left: 1px #c0c0c0 solid;
border-top: 1px #c0c0c0 solid;
}

table.Grid td {
border-bottom: 1px #c0c0c0 solid;
border-left: 1px #c0c0c0 solid;
border-right: 1px #c0c0c0 solid;
border-top: 1px #c0c0c0 solid;
padding: 5px;
}

table.Grid th {
background: #d0d0d0;
background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#E3E3E3));
background: #d0d0d0;
border-bottom: 1px #c0c0c0 solid;
border-right: 1px #c0c0c0 solid;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E3E3E3');
padding: 6px 5px;
text-align: left;
}

table.Grid .Shrink { width: 1%; }

table.Grid .RightAlign { text-align: right; }*/

/* MISC
----------------------------------------------------------*/

/*.clear { clear: both; }*/

.error {
    color: Red;
}

/*#menucontainer {
margin-top: 20px;
}*/

#logindisplay {
    color: White;
    display: block;
    font-size: 1.1em;
    margin: 10px;
    text-align: right;
}

    #logindisplay a:link {
        color: white;
        text-decoration: none;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: none;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/

/*.field-validation-error { color: #ff0000; }

.field-validation-valid { display: none; }

.input-validation-error {
background-color: #ffeeee;
border: 1px solid #ff0000;
}

.validation-summary-errors {
color: #ff0000;
font-weight: bold;
}

.validation-summary-valid { display: none; }*/

/* Styles for editor and display helpers
----------------------------------------------------------*/

/*.display-label, .editor-label, .display-field { margin: 1em 0 0 0; }

.editor-field { margin: 1em 0 0 0; }

.text-box { width: 30em; }

.text-box.multi-line { height: 6.5em; }

.tri-state { width: 6em; }

.commentColumn { width: 200px; }*/

/*table.Tree {
border-spacing: 0px;
width: 100%;
}

table.Tree tr td.Children {
line-height: 1px !important;
margin: 0px !important;
padding: 0px !important;
}

table.Tree tr td,
table.Tree tr th { line-height: 22px; }

table.Tree tr.Parent0 td img,
table.Tree tr.Parent1 td img,
table.Tree tr.Parent2 td img
{
margin-right: 5px;
vertical-align: middle;
}

table.Tree tr.Parent0 td {
background: #f0f0ff;
border-top: 1px #c0c0c0 solid;
}

table.Tree tr.Parent1 td {
background-color: #f7f7ff;
border-top: 1px #c0c0c0 solid;
border-top: 1px #c0c0c0 solid;
}

table.Tree tr.Parent2 td { border-top: 1px #c0c0c0 solid; }

table.Tree tr td.MainItem { white-space: nowrap; }

table.Tree tr th {
background: #9BB2C9;
color: #fff;
padding-left: 5px;
text-align: left;

text-align: left;
white-space: nowrap;
}

table.Tree tr.hover td {
background: #5C87B2;
color: #fff;
cursor: pointer;
}

table.Tree tr.hover a,
table.Tree tr.hover a:hover {
color: #fff;
text-decoration: none;
}*/

.Function {
    text-align: right;
    /*vertical-align:  right;*/
    white-space: nowrap;
    width: 35px;
}

/*.editor-label { min-width: 120px; }

.editor-field { }

.display-label {
font-weight: bold;
line-height: 18px;
}

.display-field {
line-height: 18px;
padding: 0px 10px;
}*/

/*.datePicker {
margin-right: 5px;
width: 70px !important;
}

fieldset div.display-label,
fieldset div.editor-label {
clear: both;
float: left;
font-size: 12px;
font-weight: normal;
width: 150px;
}

fieldset div.display-field,
fieldset div.editor-field { }*/

/*.Currency, td.Currency,
td.Currency input[type=text] { text-align: right; }

td.Percent { text-align: center; }

tr.Create { background-color: #eeeff4; }*/

.ul.pull-right {
    float: right !important;
}

.ul.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.li.pull-right {
    float: right !important;
}

.li.pull-left {
    float: left !important;
}

.dl.pull-right {
    float: right !important;
}

.dl.pull-left {
    float: left !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.td {
    text-align: left;
}

/*/*table {
background-color: transparent;
}*/

caption {
    color: #777;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left;
}

.th {
    text-align: left;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ececec;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.42857143;
    padding: 8px;
    vertical-align: top;
}

.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    display: table-column;
    float: none;
    position: static;
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none;
    position: static;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
	#main.form {
        max-width: 95%;
        min-height: 95%;
        min-width: 40%;
        padding: 1%;
    }

    .table-responsive {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        overflow-y: hidden;
        width: 100%;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.colvis-group-show,
.colvis-group-hide {
    cursor: pointer;
}

.colvis-group-show {
    display: none;
}

.dataTable {
    border-spacing: 0px;
    width: 100%;
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}

/* DATATABLES */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

.dataTables_wrapper {
    padding-bottom: 30px;
}

.dataTables_length {
    float: left;
}

.dataTables_filter label {
    margin-right: 5px;
}

.html5buttons {
    float: right;
}

    .html5buttons a {
        background: #fff;
        border: 1px solid #e7eaec;
        box-shadow: none;
        color: #676a6c;
        font-size: 12px;
        padding: 6px 8px;
    }

        .html5buttons a:hover,
        .html5buttons a:focus:active {
            background-color: #eee;
            border-color: #d2d2d2;
            color: inherit;
        }

div.dt-button-info {
    z-index: 100;
}

@media (max-width: 768px) {
    .html5buttons {
        float: none;
        margin-top: 10px;
    }

    .dataTables_length {
        float: none;
    }
}

.ui-datatable-hor-scroll .ui-datatable-tablewrapper, .scrolling-div .ui-datatable-tablewrapper {
    height: 100%;
    overflow: auto;
    padding-bottom: 5px;
    width: 100%;
}

.datatable {
    padding-left: 15px;
    padding-right: 15px;
}

table.datatable {
    height: 100%;
    width: 100%;
}

    table.dataTable th,
    table.dataTable td {
        white-space: nowrap;
    }

div.dataTables_length {
    display: none;
}

.center-me {
    margin: 0 auto;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../../../fonts/glyphicons-halflings-regular.eot');
    src: url('../../../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}

/* ERROR & LOGIN & LOCKSCREEN*/

.middle-box {
    margin: 0 auto;
    max-width: 400px;
    padding-top: 20px;
    z-index: 100;
}

.lockscreen.middle-box {
    padding-top: 110px;
    width: 200px;
}

.loginscreen.middle-box {
    max-width: 400px;
}

.loginColumns {
    margin: 0 auto;
    max-width: 800px;
    padding: 100px 20px 20px 20px;
}

.passwordBox {
    margin: 0 auto;
    max-width: 460px;
    padding: 100px 20px 20px 20px;
}

.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}

.middle-box h1 {
    font-size: 170px;
}

.wrapper .middle-box {
    margin-top: 140px;
}

.lock-word {
    left: 50%;
    margin-left: -470px;
    position: absolute;
    top: 110px;
    z-index: 10;
}

    .lock-word span {
        color: #e9e9e9;
        display: inline-block;
        font-size: 100px;
        font-weight: 600;
    }

    .lock-word .first-word {
        margin-right: 160px;
    }

/* WRAPPERS */

#wrapper {
    overflow-x: hidden;
    width: 100%;
}

.wrapper {
    padding: 0 20px;
}

.wrapper-content {
    padding: 20px 10px 40px;
}

#page-wrapper {
    min-height: 568px;
    padding: 0 15px;
    position: relative !important;
}

@media (min-width: 768px) {
    #page-wrapper {
        margin: 0 0 0 240px;
        min-height: 2002px;
        position: inherit;
    }
}

.title-action {
    padding-top: 30px;
    text-align: right;
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px;
}

ul.unstyled,
ol.unstyled {
    list-style: none outside none;
    margin-left: 0;
}

.big-icon {
    color: #e5e6e7;
    font-size: 160px !important;
}

/* MAILBOX */

.mail-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-top: 0;
    margin-bottom: 20px;
    padding: 0;
}

.mail-box-header {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-bottom: 0;
    padding: 30px 20px 20px 20px;
}

    .mail-box-header h2 {
        margin-top: 0;
    }

.mailbox-content .tag-list li a {
    background: #ffffff;
}

.mail-body {
    border-top: 1px solid #e7eaec;
    padding: 20px;
}

.mail-text {
    border-top: 1px solid #e7eaec;
}

    .mail-text .note-toolbar {
        padding: 10px 15px;
    }

.mail-body .form-group {
    margin-bottom: 0;
}

.mail-text .note-editor .note-toolbar {
    background-color: #F9F8F8;
}

.mail-attachment {
    border-top: 1px solid #e7eaec;
    font-size: 12px;
    padding: 20px;
}

.mailbox-content {
    background: none;
    border: none;
    padding: 10px;
}

.mail-ontact {
    width: 23%;
}

.navbar-brand {
    height: unset;
    padding: unset;
    padding-left: 2%;
}

#menucontainer {
    width: 100%;
}

nav {
    border: 2px #000000 outset;
    margin-left: auto;
    margin-right: auto;
    max-height: 60px;
    width: 72%;
}

.navbar-tyremart {
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    *zoom: 1;
}

    .navbar-tyremart:before,
    .navbar-tyremart:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .navbar-tyremart:after {
        clear: both;
    }

/* PIN BOARD */

ul.notes li,
ul.tag-list li {
    list-style: none;
}

    ul.notes li h4 {
        font-size: 16px;
        margin-top: 20px;
    }

    ul.notes li div {
        background: #ffc;
        color: #000;
        display: block;
        height: 140px;
        padding: 1em;
        position: relative;
        text-decoration: none;
        width: 140px;
    }

        ul.notes li div small {
            font-size: 10px;
            position: absolute;
            right: 5px;
            top: 5px;
        }

        ul.notes li div a {
            bottom: 10px;
            color: inherit;
            position: absolute;
            right: 10px;
        }

ul.notes li {
    float: left;
    margin: 10px 40px 50px 0;
}

    ul.notes li div p {
        font-size: 12px;
    }

    ul.notes li div {
        /* Firefox */
        -moz-box-shadow: 5px 5px 2px #212121;
        /* Safari+Chrome */
        -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
        background: #ffc;
        /* Opera */
        box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
        color: #000;
        display: block;
        height: 140px;
        padding: 1em;
        text-decoration: none;
        width: 140px;
    }

    ul.notes li div {
        -moz-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        -webkit-transform: rotate(-6deg);
    }

    ul.notes li:nth-child(even) div {
        -moz-transform: rotate(4deg);
        -o-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        position: relative;
        top: 5px;
    }

    ul.notes li:nth-child(3n) div {
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        position: relative;
        top: -5px;
    }

    ul.notes li:nth-child(5n) div {
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        position: relative;
        top: -10px;
    }

    ul.notes li div:hover,
    ul.notes li div:focus {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        position: relative;
        z-index: 5;
    }

    ul.notes li div {
        -moz-box-shadow: 5px 5px 7px #212121;
        -moz-transition: -moz-transform 0.15s linear;
        -o-transition: -o-transform 0.15s linear;
        -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
        -webkit-transition: -webkit-transform 0.15s linear;
        background: #ffc;
        box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
        color: #000;
        display: block;
        height: 210px;
        padding: 1em;
        text-decoration: none;
        width: 210px;
    }

/* FILE MANAGER */

.file-box {
    float: left;
    width: 220px;
}

.file-manager h5 {
    text-transform: uppercase;
}

.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.folder-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}

.folder-list li {
    border-bottom: 1px solid #e7eaec;
    display: block;
}

    .folder-list li i {
        color: #3d4d5d;
        margin-right: 8px;
    }

.category-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}

.category-list li {
    display: block;
}

    .category-list li i {
        color: #3d4d5d;
        margin-right: 8px;
    }

    .category-list li a .text-navy {
        color: #1ab394;
    }

    .category-list li a .text-primary {
        color: #1c84c6;
    }

    .category-list li a .text-info {
        color: #23c6c8;
    }

    .category-list li a .text-danger {
        color: #EF5352;
    }

    .category-list li a .text-warning {
        color: #F8AC59;
    }

.file-manager h5.tag-title {
    margin-top: 20px;
}

.tag-list li {
    float: left;
}

    .tag-list li a {
        background-color: #f3f3f4;
        border: 1px solid #e7eaec;
        border-radius: 2px;
        color: inherit;
        display: block;
        font-size: 10px;
        margin-right: 5px;
        margin-top: 5px;
        padding: 5px 12px;
    }

.file {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 0;
    position: relative;
}

.file-manager .hr-line-dashed {
    margin: 15px 0;
}

.file .icon,
.file .image {
    height: 100px;
    overflow: hidden;
}

.file .icon {
    padding: 15px 10px;
    text-align: center;
}

.file-control {
    color: inherit;
    font-size: 11px;
    margin-right: 10px;
}

    .file-control.active {
        text-decoration: underline;
    }

.file .icon i {
    color: #dadada;
    font-size: 70px;
}

.file .file-name {
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
    padding: 10px;
}

.file-name small {
    color: #676a6c;
}

.corner {
    border: 0.6em solid transparent;
    border-bottom: 0.6em solid #f1f1f1;
    border-right: 0.6em solid #f1f1f1;
    bottom: 0em;
    display: inline-block;
    height: 0;
    line-height: 0;
    position: absolute;
    right: 0em;
    width: 0;
}

a.compose-mail {
    padding: 8px 10px;
}

.mail-search {
    max-width: 300px;
}

/* PROFILE */

.profile-content {
    border-top: none !important;
}

.profile-stats {
    margin-right: 10px;
}

.profile-image {
    float: left;
    width: 120px;
}

    .profile-image img {
        height: 96px;
        width: 96px;
    }

.profile-info {
    margin-left: 120px;
}

.feed-activity-list .feed-element {
    border-bottom: 1px solid #e7eaec;
}

.feed-element:first-child {
    margin-top: 0;
}

.feed-element {
    padding-bottom: 15px;
}

    .feed-element,
    .feed-element .media {
        margin-top: 15px;
    }

.feed-element,
.media-body {
    overflow: hidden;
}

    .feed-element > .pull-left {
        margin-right: 10px;
    }

    .feed-element img.img-circle,
    .dropdown-messages-box img.img-circle {
        height: 38px;
        width: 38px;
    }

    .feed-element .well {
        border: 1px solid #e7eaec;
        box-shadow: none;
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 5px;
        margin-top: 10px;
        padding: 10px 20px;
    }

    .feed-element .actions {
        margin-top: 10px;
    }

    .feed-element .photos {
        margin: 10px 0;
    }

.feed-photo {
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
    max-height: 180px;
    overflow: hidden;
}

.file-list li {
    border: 1px solid #e7eaec;
    border-radius: 2px;
    font-size: 11px;
    margin-bottom: 5px;
    padding: 5px 10px;
}

    .file-list li a {
        color: inherit;
    }

        .file-list li a:hover {
            color: #1ab394;
        }

.user-friends img {
    height: 42px;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 42px;
}

/* MAILBOX */

.mail-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-top: 0;
    margin-bottom: 20px;
    padding: 0;
}

.mail-box-header {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-bottom: 0;
    padding: 30px 20px 20px 20px;
}

    .mail-box-header h2 {
        margin-top: 0;
    }

.mailbox-content .tag-list li a {
    background: #ffffff;
}

.mail-body {
    border-top: 1px solid #e7eaec;
    padding: 20px;
}

.mail-text {
    border-top: 1px solid #e7eaec;
}

    .mail-text .note-toolbar {
        padding: 10px 15px;
    }

.mail-body .form-group {
    margin-bottom: 5px;
}

.mail-text .note-editor .note-toolbar {
    background-color: #F9F8F8;
}

.mail-attachment {
    border-top: 1px solid #e7eaec;
    font-size: 12px;
    padding: 20px;
}

.mailbox-content {
    background: none;
    border: none;
    padding: 10px;
}

.mail-ontact {
    width: 23%;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        overflow-y: hidden;
        width: 100%;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.bs-example {
    margin: 20px;
}

.register-form {
    margin-top: 0;
    max-width: 660px;
}

    .register-form .checkbox label, .radio {
        margin-top: 0;
    }

        .register-form .checkbox label, .radio label {
            padding-left: 0;
        }

            .register-form .checkbox label, .radio label input {
                margin-right: 3px;
                position: relative !important;
                top: 1px;
            }

.leftsidebox {
    padding-left: 0;
    padding-right: 5px;
}

.rightsidebox {
    padding-left: 5px;
    padding-right: 0;
}

.nopadding {
    padding: 0;
}

    .nopadding .radio {
        padding: 0;
    }

.register-buttons .button {
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #004B8C;
    border: 1px solid #004B8C;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Fjalla One';
    font-size: 13px;
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

    .register-buttons .button i {
        color: #fff;
        display: none;
        font-size: 16px;
        position: absolute;
        right: 25%;
        top: 11px;
    }

    .register-buttons .button:hover, .register-buttons .button.active {
        background: #D7D7D7;
        border-color: #D7D7D7;
        color: #004B8C;
    }

        .register-buttons .button:hover i, .register-buttons .button.active i {
            display: block;
        }

.register-buttons .item:nth-of-type(1) {
    padding-left: 0;
    padding-right: 5px;
}

.register-buttons .item:nth-of-type(2) {
    padding-left: 5px;
    padding-right: 0;
}

.login-buttons .button:hover i, .login-buttons .button.active i {
    display: none !important;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.register-form .logo {
    display: block;
    margin: 0 auto !important;
}

#form-details {
    margin-bottom: 20px;
}

#login-form-details {
    margin: 5px 0 20px 0;
}

.loginspan {
    display: block;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    margin: 8px 0 -6px 0;
    text-transform: none;
}

    .loginspan a {
        font-weight: bold;
    }

        .loginspan a:hover {
            color: #004B8C;
        }

.logo {
    height: 100%;
    margin: 0 !important;
}

.login-logo {
    background: #004B8C;
    height: 100%;
    margin: 0 !important;
}

    .login-logo img {
        margin: 4px 0 4px 0px !important;
        width: 190px;
    }

.logo img {
    alignment: center;
    margin: 4px 0 4px 0px !important;
    width: 190px;
}
