
/******************************
*******************************
Body
*******************************
*******************************/
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);


body
{
    font-family: 'Lato', sans-serif;
    background-image: url(tx-img/bg-noise.png);
}

#tx-body
{
    margin: 0px 5px 20px 5px;  
    padding-top: 30px; 
}

#tx-body-login
{
    margin: 0px 20px 20px 20px;  
}

#tx-body input[type=text], #tx-body textarea
{
    text-transform: uppercase;
}

#tx-body .tx-normal-case input[type=text], #tx-body .tx-normal-case textarea
{
    text-transform: none !important;
} 

.tooltip
{
    z-index: 9999 !important;
}

.has-error .help-block
{
    display: none;
}

/******************************
*******************************
Font Colors
*******************************
*******************************/

.tx-fc-white
{
    color: #fff !important;
}

/******************************
*******************************
Color Gradients
*******************************
*******************************/

.tx-gr-snow
{
    background: #f5f5f5 !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #d4d4d4 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#d4d4d4)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#d4d4d4 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f5f5 0%,#d4d4d4 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5f5f5 0%,#d4d4d4 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #f5f5f5 0%,#d4d4d4 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d4d4d4',GradientType=0 ) !important; /* IE6-9 */
}

.tx-gr-gray
{
    background: #a8a8b7 !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #a8a8b7 0%, #646473 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8a8b7), color-stop(100%,#646473)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a8a8b7 0%,#646473 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a8a8b7 0%,#646473 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a8a8b7 0%,#646473 100%) v; /* IE10+ */
    background: linear-gradient(to bottom,  #a8a8b7 0%,#646473 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8b7', endColorstr='#646473',GradientType=0 ) !important; /* IE6-9 */
}

.tx-gr-dark
{
    background: #7d7e7d !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ) !important; /* IE6-9 */

}

.tx-gr-dark-green
{
    background: #00661a !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #00661a 0%, #1e301b 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00661a), color-stop(100%,#1e301b)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00661a 0%,#1e301b 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00661a 0%,#1e301b 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00661a 0%,#1e301b 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #00661a 0%,#1e301b 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00661a', endColorstr='#1e301b',GradientType=0 ); /* IE6-9 */
}

.tx-gr-orange
{
    background: #ffbf00 !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffbf00 0%, #ff8000 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbf00), color-stop(100%,#ff8000)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffbf00 0%,#ff8000 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffbf00 0%,#ff8000 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffbf00 0%,#ff8000 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #ffbf00 0%,#ff8000 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf00', endColorstr='#ff8000',GradientType=0 ) !important; /* IE6-9 */

}

.tx-gr-blue
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d9ce5+0,155299+100 */
    background: #3d9ce5; /* Old browsers */
    background: -moz-linear-gradient(top,  #3d9ce5 0%, #155299 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3d9ce5 0%,#155299 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3d9ce5 0%,#155299 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d9ce5', endColorstr='#155299',GradientType=0 ); /* IE6-9 */
}


/******************************
*******************************
Shared
*******************************
*******************************/

.tx-catalog-smart-search
{
    margin-top: 0 !important;
    padding-left: 0 !important;
}

.tx-catalog-smart-search-wide .tx-smart-search-input
{
    width: 300px !important;
}

.tx-catalog-date-picker
{
    margin-top: 0 !important;
    padding-left: 0 !important;
}

.tx-catalog-button
{
    margin-top: 0 !important;
    padding-left: 0 !important;
}

.tx-catalog-spinner
{
    margin-top: 0 !important;
    padding-left: 0 !important;
}

.tx-catalog-spinner-wide .tx-spinner-input
{
    width: 300px !important;
}

.tx-catalog-menu label
{
    display: block;
    float: left !important;
    margin: 0;
    padding: 6px 6px 0 10px;
}

.tx-catalog-search
{
    margin-top: 0 !important;
    padding-left: 10 !important;
}

.tx-catalog-actions
{
    margin-bottom: 10px;
}

.tx-catalog-menu
{
    background-color: #fff;
    padding-top: 10px;

    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
}

.tx-back-page
{
    margin-right: 10px;
}

.tx-logout
{
    float: right;
    margin: 0;
    padding-left:0;
}

.tx-logout li
{
    position: relative;
    display: block;
    cursor: pointer;
}

.tx-logout li a
{
    text-decoration: none;
    position: relative;
    display: block;
    padding: 15px 15px;
    line-height: 20px;
}

.tx-logout li a:hover
{
    background-color: #000;
    color: #fff; 
}

.tx-usr-dshb
{
    float: right;
    margin: 0;
    padding: 0 10px;
}

.tx-usr-dshb li
{
    position: relative;
    display: block;
    cursor: pointer;
}

.tx-usr-dshb li a
{
    text-decoration: none;
    position: relative;
    display: block;
    padding: 15px 15px;
    line-height: 20px;
}

.tx-usr-dshb li a:hover
{
    background-color: #000;
    color: #fff; 
}

.tx-usr-dshb .dropdown-menu
{
    min-width: 160px;
    margin: 0;
    border-radius: 0 4px;
}

.tx-usr-dshb .dropdown-menu li a:hover
{
    background-color: #eee;
}

.tx-usr-dshb .dropdown-menu li:last-child
{
    border-bottom: 1px solid #fff;
}

.tx-usr-dshb .dropdown-menu li
{
    border-bottom: 1px solid #ddd;
}

.tx-usr-dshb .dropdown-menu li a
{
    padding: 10px 20px;
}

.tx-usr-dshb .dropdown-menu li:hover
{
    border-bottom: 1px solid #aaa;
}

.tx-mini-profile-pic
{
    max-height: 32px;
}

.tx-user-label
{
    margin: 0 4px 0 4px;
}

.tx-context-help
{
    float: right;
    margin: 0;
}

.tx-context-help li
{
    position: relative;
    display: block;
    cursor: pointer;
}

.tx-context-help li a
{
    text-decoration: none;
    position: relative;
    display: block;
    padding: 15px 15px;
    line-height: 20px;
}

.tx-context-help li a:hover
{
    background-color: #000;
    color: #fff; 
}

.page-header
{
    border-bottom: 4px solid #B9B9C8;
    margin: 0 -5px 10px -5px;
    /*padding-left: 20px;*/
    padding-top: 20px;
    background-color: #fff;
}

.page-header small
{
    color: #555;
}

.page-header .alert
{
    margin: 20px 0 0 0;
}

/*
**
** Panel
**
*/

#tx-body .panel-heading
{
    text-shadow: rgba(0,0,0,0.2) 0.1em 0.1em 0.2em; */
}

#tx-body .panel-title
{
    font-weight: bold;
}

#tx-body .panel-body
{
    box-shadow: 0 2px 5px 0
        rgba(0,0,0,0.16), 0 2px 10px 0
        rgba(0,0,0,0.12);
}

#tx-body .panel-body h4
{
    border-bottom: 1px solid #B9B9C8;  
    margin: 10px 0; 
    padding-bottom: 6px;
}

#tx-body .panel-body .row + h4
{
     margin-top: 30px; 
}

/*
**
** Table
**
*/

#tx-body .table-responsive
{
    background-color: #fff;
    padding-top: 10px;

    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
}

/******************************
*******************************
Top Nav
*******************************
*******************************/

.navbar-header
{
    padding-right: 20px;
    margin-top: 6px;
}

#tx-top-navbar
{
    border-bottom: 1px solid #B9B9C8;
    background-color: #1A2732;
}

#tx-top-navbar a
{
    color: #eee;
}

#tx-top-navbar a:hover
{
    color: #fff;
}

#tx-top-navbar .navbar-toggle
{
    color: #fff;
    height: 32px;
    font-size: 10px;
}

.tx-context-actions
{
    
}

.tx-context-actions li.tx-context-action
{
    height: 62px;
    padding-top: 7px;
}

.tx-context-actions li.tx-context-action:hover
{
    background-color: #000;
}

.tx-context-actions li.tx-context-action .dropdown-menu li
{
    border-bottom: 1px solid #ddd;
}

.tx-context-actions li.tx-context-action .dropdown-menu li a:hover
{
    background-color: #eee;
}

#tx-top-navbar .dropdown-menu li a
{
    color: #222 !important;
    padding: 10px 20px;
}

.navbar-inverse .navbar-nav > .open > a
{
    color: #fff !important;
    background-color: #000 !important;
}

.tx-context-actions li.tx-context-action .dropdown-menu li:last-child
{
    border-bottom: 1px solid #fff;
}

.tx-context-actions li.tx-context-action .dropdown-menu li:hover
{
    border-bottom: 1px solid #aaa;
}

/******************************
*******************************
Side Nav
*******************************
*******************************/

#tx-sidenav-container
{
}

#tx-sidenav
{
	z-index: 3010;
    position: fixed;
    left: -280px;
    width: 280px;
    height: 100%;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #1A2732;
    padding: 0px;
}

#tx-sidenav-container .toggled {
    left: 0px;
}

#tx-sidenav-mask
{
	z-index: -1;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#tx-sidenav-container .dim {
    z-index: 3000;
    opacity: 0.6;
}

#tx-sidenav .dropdown-toggle
{
    text-align: left;
}

#tx-sidenav .dropdown-toggle .fa
{
    margin-top: 2px;
    color: #ccc;
}

#tx-sidenav .panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child
{
    border-top:1px solid rgb(221, 221, 221) !important;
}

#tx-sidenav .tx-company-logo
{
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #D7DBDE;
    text-align: center;
}

#tx-sidenav .panel-default
{
    border-radius: 0;
    border: none;
    background-color: #394A59;
    border-bottom: 1px solid #D7DBDE;

}

#tx-sidenav .panel-heading
{
    background-color: #394A59;
    color: #D7DBDE;
    padding: 14px 10px;
}

#tx-sidenav .panel-group .panel + .panel
{
    margin-top: 0px;
}

#tx-sidenav .list-group .list-group-item
{
    background-color: #79848E;
    color: #D7DBDE;
}

#tx-sidenav .panel-heading + .panel-collapse > .list-group
{
    border-top: none;
}

#tx-sidenav .list-group .dropdown .dropdown-menu
{
    background-color: #D7DBDE;
    width: 280px;
    margin-top: 0px;
    border-radius: 0;
}

#tx-sidenav .list-group .dropdown .dropdown-menu li
{
    border-bottom: 1px dotted #79848E;
}

#tx-sidenav .list-group .dropdown .dropdown-menu li:last-child
{
    border-bottom: 1px dotted #D7DBDE;
}

/******************************
*******************************
Data Tables
*******************************
*******************************/

.tx-dt-row-actions
{
    display: none;
}

/******************************
*******************************
Multiple Fields Inline
*******************************
*******************************/

.tx-no-labels label
{
    display: none;
}

.tx-no-labels .form-group
{
    padding: 0 8px;
}

.tx-label
{
    text-align: right;;
}

.tx-label label
{
    width: 100%;
    padding-right: 10px;
}

.tx-panel-min-max
{
    background-color: transparent;
    border: none;
}

/******************************
*******************************
Separators
*******************************
*******************************/

.tx-section-separator
{
    padding: 10px; 
    color: #555; 
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.tx-noselect
{
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.tx-top-logo
{
    margin: 16px 10px 0 0;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}