@import url('normalize.css');
@import url('lightbox.css');
@import url('stacktable.css');
@import url('font-awesome.min.css');
@import url('jquery.powertip.min.css');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300');
@import url('http://fonts.googleapis.com/css?family=Montserrat:400,700');

html,
button,
input,
select,
textarea {
    color: #333;
}

body {
    /*position: relative;*/
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;    
    padding: 0;
    margin: 0;
    color: #1a1a1a;
    background: #f2f2f2;
}

::-moz-selection {
    background: #24232a;
    text-shadow: none;
}

::selection {
    background: #24232a;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #a3a3a3;
    margin: 1rem 0 0.75rem 0;
    padding: 0;
    clear: both;
    opacity: 0.25
}

h1, h2, h3, h4, h5 {
    font-weight: bold;    
}

h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding: 0;
    color: #aaaaaa;
}

p {
    margin: 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a, a:hover, a:focus, button, button:hover, button:focus{
    color: #1a1a1a;
    text-decoration: none;
    outline: 0;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.input{
    display: inline-block;
    width: 100%;
    height: 34px;
    background: #f2f2f2;
    font-size: 12px;
    padding: 0 10px 1px 10px;
    border-radius: 5px;
    color: #333; 
    font-weight: bold;
    border: solid 1px #e4e4e4;
    margin: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.textarea{
    display: inline-block;
    width: 100%;
    min-height: 60px;
    background: #f2f2f2;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    color: #333; 
    font-weight: bold;
    border: solid 1px #e4e4e4;
    margin: 0;
    box-sizing: border-box;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
    resize: vertical;
}

.input:focus, .textarea:focus{
    border-color: #cccccc;
    outline: 0;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.input-date{
    background: #f2f2f2 url(../img/bg_calendar.png) right center no-repeat;
    background-size: 20px 20px;
    
}

label{
    display: block;
    font-weight: bold;
    cursor: pointer; 
    margin-bottom: 3px;
}

.select{
    position: relative;
    overflow: hidden;
    border: 0;
    text-align: center;  
}

.select select{
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 32px;
    background: #f2f2f2 url(../img/bg_select.png) right center no-repeat;
    background-size: 20px 20px;
    padding: 0 10px 1px 10px;
    color: #333;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
    border: solid 1px #e4e4e4;
    font-weight: bold;
    text-indent: 0.01px;
    text-overflow: '';
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    box-sizing: border-box;
    border-radius: 5px;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.select select:focus{
    outline: 0!important;
    border-color: #cccccc;
    -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.form .error {
    background: #ebdbdb !important;
    border: 1px solid #b60b0b !important;
}

.form label.error {display:none !important}


/* grid */

.block-group, .block, .block-group:after, .block:after, .block-group:before, .block:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-group {
  *zoom: 1;
}

.block-group:before, .block-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.block-group:after {
  clear: both;
}

.block-group {
  list-style-type: none;
  padding: 0;
  margin: -2px -10px; 
}

.block-group > .block-group {
  clear: none;
  float: left;
  margin: 0 !important;
}

.block {
  float: left;
  width: 100%;
  padding: 2px 10px;
}

.col1   { width: 8.33333%;}
.col2   { width: 16.66666%;}
.col3   { width: 25%;}
.col4   { width: 33.33333%;}
.col5   { width: 41.66666%;}
.col6   { width: 50%;}
.col7   { width: 58.33333%;}
.col8   { width: 66.66666%;}
.col9   { width: 75.0%;}
.col10  { width: 83.33333%;}
.col11  { width: 91.66666%;}
.col12  { width: 100%;}


.tcol1   { width: 4.16666%;}
.tcol2   { width: 8.33333%;}
.tcol3   { width: 12.5%;}
.tcol4   { width: 16.66666%;}
.tcol5   { width: 20.83332%;}
.tcol6   { width: 25%;}
.tcol7   { width: 29.16666%;}
.tcol8   { width: 33.33333%;}
.tcol9   { width: 37.5;}
.tcol10   { width: 41.66666%;}
.tcol11   { width: 45.83333%;}
.tcol12   { width: 50%;}
.tcol13   { width: 54.16666%;}
.tcol14   { width: 58.33333%;}
.tcol15   { width: 62.5%;}
.tcol16   { width: 66.66666%;}
.tcol17   { width: 70.83322%;}
.tcol18   { width: 75%;}
.tcol19   { width: 79.16654%;}
.tcol20   { width: 83.33333%;}
.tcol21   { width: 87.49986%;}
.tcol22   { width: 91.66666%;}
.tcol23   { width: 95.83318%;}
.tcol24   { width: 100%;}


.pmltable {font-size: 11px;font-weight: bold}
.pmltable tr {border-bottom: 1px solid #e6e6e6}
.pmltable tr td {padding: 5px;vertical-align: top;}

.pmltable tr:first-child th{background: #eeeff1;padding:0 2px;}


.dot {
    margin-top: 4px;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
        text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;

}
.dot.onroute {
    background:#5b9ad6;
}
.dot.arrived {
    background: #8fd65b
}
.dot.deliverybooked{
    background: #fdbf2d
}
.dot.delivered {
    background: #1aaf54;
}
.dot.grey {
    background: #eeeff1
}
.dot.red {
    background: #d71c36
}

.dot.green {
    background: #1aaf54
}

.dot.yellow {
    background: #fdbf2d
}

ul.account  {list-style-type: none;padding:0;}
ul.account li{display: block;padding-bottom: 10px;margin-bottom: 10px}
ul.account li a {font-size: 14px;color:#fff;font-weight: bold}

.content.archive {margin-bottom: 20px}
ul.feed {list-style-type: none;padding:0;}
ul.feed li{display: block;padding-bottom: 10px; border-bottom: 1px solid #454953;margin-bottom: 10px}
ul.feed li a {font-size: 14px;color:#fff;font-weight: bold}
ul.feed li a .date {color:#7c8395; font-size: 12px;text-transform: uppercase;}
#archive {text-align: center;}
#archive .archive {color:#c6c6c6;font-size: 13px;font-weight: bold; text-transform: uppercase;}

ul.tabs {list-style-type: none;padding:0}
ul.tabs li{display: inline-block;padding-bottom: 5px; }
ul.tabs li.active {background:url(../img/arrow_bottom.png) center bottom no-repeat;}
ul.tabs li a{color:#ffffff;text-transform: uppercase;font-size: 13px;font-weight: bold;background: #c6c6c6;display: inline-block;padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

p.date {font-weight: bold;font-size: 12px;color:#7C8394;}

ul.tabs li.active a{background: #1a1f2c}
ul.legend {list-style-type: none;padding:0;text-align: right;}
ul.legend li{display: inline-block; font-size: 13px;font-weight: bold;padding: 0 20px;}

ul.legend li.disabled a {color:#aaa;}


.tabletitle {font-size: 14px;color:#363636;padding:0px 0 20px 0;font-weight: bold}


.pmltables {display: none;padding: 0 10px}
.pmltable .info {
    background: #c6c6c6;
    padding:0 6px;
    color:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.pmltable .info:hover {
    background: #1a1f2c;
    
}

.hidden-desktop {display: none}
.st-head-row {padding-top: 10px;border-top: 2px solid #1a1f2c}

#popups {
    display: block; 
}
#popups div {
    display: none;
    background:#24232a;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#popups div table {
    z-index: 999;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    width: 100% !important
}

#popups div table thead{
    background: #444953;
    padding: 10px 
}

#popups div table thead th {padding:5px;text-align: left}
#popups div table tbody tr td {padding: 3px 5px; border-top:1px solid #444953; }

header div#user {position: absolute;top:13px;left:270px;height: 45px;border-left: 1px solid #ccc;padding-left: 20px;padding-top: 12px;line-height: 1}
header div#user h4 {margin: 0;padding: 0;color:#0a2d7c;font-size: 16px;font-weight: bold;text-transform: uppercase;}
header div#user span {font-size: 11px;color:#6c6c6c;}


div#login-box {background: #fff;padding:15px   ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div#login-box h2 {color:#191919;font-size: 15px;text-transform: uppercase;margin: 0 0 10px}


#clientlogo {max-width:80px !important;}

#closepopup {display:none}

.img-responsive{
    max-width:100% !important;
    height:auto;
    display:block;
}

/* buttons */

.btn {
    display: inline-block !important;
    height: 34px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold !important;
    padding: 0 12px;
    border-radius: 3px;
    border: 0;
    vertical-align:middle;
    line-height: 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}


.btn-blue {
    background: #0a2d7c;

    color: #fff; 
}

.btn-blue i{color: #fff !important}

.btn-blue:hover, .btn-red:focus {
    background: #062059;
    color: #fff;
}

.btn-white {
    background: #fff;
    border-bottom: solid 3px #e4e4e4;
}

.btn-white:hover {
    background: #b70942;
    border-bottom: solid 3px #910f3a;
    color: #fff;
}

.btn-grey {
    background: #b9b9b9;

    color: #fff; 
}

.btn-grey i{color: #fff !important}

.btn-grey:hover, .btn-grey:focus {
    background: #aeaeae;
    color: #fff;
}

.btn-green {
    background: #17aa44;
    border-bottom: solid 3px #16933c;
    color: #fff; 
}

.btn-green:hover, .btn-green:focus {
    background: #16933c;
    color: #fff;
}

span.btn-or {
    color: #aaaaaa;
    padding: 10px;
    text-transform: uppercase;
}

.menu-toggle {
    display: none;
    position:fixed;
    top: 30px;
    right: 25px;
    z-index:999;
    cursor:pointer;
    width:80px;
    height:30px;
    outline:0;
    padding:0;
    cursor:pointer;
    -webkit-transform:translate(0,0);
    -ms-transform:translate(0,0);
    transform:translate(0,0);
    -webkit-transition:-webkit-transform 500ms cubic-bezier(0.645,0.045,0.355,1);
    transition:transform 500ms cubic-bezier(0.645,0.045,0.355,1);
    font-weight: 600;
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
    font-size: 16px;
    font-weight: bold;
}

.menu-toggle:hover, .menu-toggle:focus {
    outline: 0 !important;
}

.menu-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 22px;
    background: #1a1a1a;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu-toggle span:nth-child(1) {
  top: 1px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-toggle span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  right: 0;
}

.menu-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top:16px;
    right: 0;
}


/* header */

header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;    
    width: 100%;
    height: 85px;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.2);    
}

header .logo {
    display: inline-block;
    width: 165px;
    height: 52px;
    margin: 17px 40px 0;
    background: url(../img/logo.png) center center no-repeat;
    background-size: 165px 52px;
    -moz-transition:opacity 0.2s ease-in-out; -webkit-transition:opacity 0.2s ease-in-out
}



body.homepage header .logo {
    margin: 17px 40px 0;
}

header .logo:hover {
    opacity: 0.75;
    outline: 0;
    -moz-transition:opacity 0.2s ease-in-out; -webkit-transition:opacity 0.2s ease-in-out
}

header .search{
    position: fixed;
    width: 250px;
    top: 14px;
    left: 240px;
    padding: 10px 30px;
    border-left: solid 1px #e4e4e4;
}

body.homepage header .search {
    left: 240px;
}

header .search .input{
    padding-left: 32px;
    background: #fff url(../img/icon_search.png) 8px 8px no-repeat;
    background-size: 17px 17px;
}

header .subheader-mobile{
    position: fixed;
    z-index: 3;
    top: 80px;
    left: 0;
    background: #2d2c33;
    width: 100%;
    height: 40px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow:
}

header .subheader-mobile .search-mobile {
    float: right;
    box-sizing: border-box;
    width: 76%;
    margin: 5px 20px 0 0;
}

header .subheader-mobile .search-mobile .input{
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    background: #3a3940 url(../img/icon_search.png) 5px 5px no-repeat;
    background-size: 17px 17px;
    height: 28px;
    border: solid 1px #3a3940;
    color: #fff;
    font-size: 12px;
}

header .subheader-mobile a{
    display: inline-block;
    background: #3c3b41;
    color: #aaaaaa;
    text-align: center;
    padding: 4px 10px;
    margin: 5px 0 0 20px;
    border-radius: 3px;
}

header .links .list-links {
    float: right;
    display: block;
    padding: 30px 20px 0;
}

header .links .list-links li{
    display: inline-block;
    padding: 0 10px;
}


/* sidebar */

aside.sidebar-menu {
    position: fixed;
    display: block;
    top: 0;
    background: #1a1f2c;
    width: 270px;
    height: 100%;
    z-index: 5;
    color: #fff;
    overflow-y:auto;
    overflow-x:hidden;
}

aside.sidebar-menu .sidebar-content {
    position: relative;
    padding: 104px 20px 50px 20px;
}

aside.sidebar-menu ul.list-links li a{
    color: #fff;
}

aside.sidebar-menu h5{
    color: #676769;
}

aside.sidebar-menu .input{
    background: #3a3940;
    height: 30px;
    border: solid 1px #3a3940;
    color: #fff;
    width: 200px;
    padding: 0 10px 1px 10px;
    margin-bottom: 5px;
    font-size: 12px;
}

aside.sidebar-menu .submit{
    text-align: right;
    margin-bottom: 10px;
}

aside.sidebar-menu .copyright{
    position: fixed;
    width: 270px;
    bottom:  10px;
    text-align: center;
    color: #6e6d74;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
}

aside.sidebar-menu .sidebar-content .user {
    padding-bottom: 20px;
}

aside.sidebar-menu .sidebar-content .user .btn{
    float: right;
    height: 32px;
}

aside.sidebar-menu .sidebar-content .user h3{
    margin: 0;
}

aside.sidebar-menu .sidebar-content .user p{
    color: #6e6d74;
}


/* content */

section {
    /*max-width: 980px;*/
    margin: 80px auto 0;
    padding: 20px 20px 20px 20px;
    z-index: 2;
    height: 100%;
    /*overflow: auto;
    overflow-y: hidden;*/
    position: relative;
}

ul.list-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list-links li{
    margin: 0;
    padding: 2px 0;
}

ul.list-links li a{
    font-weight: 600;
    padding: 5px 0;
}

ul.list-links li a:hover{
    opacity: 0.75;
}

ul.list-links li a i.fa{
    color: #0a2d7c;
}

.container {
    padding: 10px;
}

.container .content {
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.1);
    border-radius: 3px;
    padding: 15px 20px;

}

.container .content h1{
    font-size: 20px;
    margin: 0 0 5px 0;
}

h5 span.title-note{
    float: right;
    color: #333;
    font-size: 11px;
    font-style: italic;
}

.container .content .input, .container .content .select {
    margin-bottom: 10px;
}

.container .alert {
    background: #d16f3e;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.1);
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 5px;    
}

.container .alert span.icon{
    display: inline-block;
    background: #cc581f;
    padding: 5px 12px 6px;
    color: #fff;
    border-radius: 3px;
    margin: -5px 5px -5px -5px;
}

.container .alert a{
    display: inline-block;
    color: #fff;
    font-weight: bold;
}

.container .alert a:hover{
    opacity: 0.75;

}



/* homepage */

body.homepage .bg {
    position:fixed;
    top: 0;
    width:100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

body.homepage .bg span{
    position:fixed;
    top: 0;
    width:100%;
    height: 100%;
    z-index: 0;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
}

body.homepage .welcome {
    position: fixed;
    top: 40%;   
    left: 50%; 
    max-width: 700px;
    margin-top: -40px;
    margin-left: -350px;
    padding: 0px;
    z-index: 2;
    background: rgba(0,0,0,.66);
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

body.homepage .welcome .content{
    background: none;
    color: #fff;

        -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body.homepage .welcome .content h1{
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
        line-height: 37px;

}

body.homepage .welcome .content p{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}

body.homepage .welcome .content .btn{
    font-size: 14px;
    padding: 0px 20px 0px;
}

body.homepage .latest{
    position: fixed;
    top: 84px;
    left: 0;
    z-index: 9;
    width: 100%;
    background:rgba(0,0,0,0.5);    
}

body.homepage .latest h2{
    font-size: 13px;
    color: #fff;
    padding: 10px 30px;
    margin: 0;
}

body.homepage .latest h2 span{
    font-weight: normal;
    color: #888888;
}

body.homepage .latest h2 .btn{
    height: 22px;
    font-size: 13px;
    line-height: 22px;
    margin-left: 10px;    
}

body.homepage .copyright{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background:rgba(0,0,0,0.5);    
}

body.homepage .copyright p{
    color: #888888;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    padding: 12px 20px;
}

body.homepage header .links .list-links {
    float: right;
    display: block;
    padding: 25px 20px 0;
}

body.homepage header .links .list-links li.last {
    margin-left: 10px;
    padding-left: 25px;
    border-left: solid 1px #e4e4e4;
}

body header .links .list-links li.last .btn-login {
    padding: 0 12px;
}

body.homepage .loginbox {
    max-width: 600px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.1);
    margin-top: 140px;
    margin: 140px auto 0 auto;
    padding: 0;
    border-radius: 3px;
}

body.homepage .loginbox .block {
    padding: 25px 35px;
}

body.homepage .loginbox .block-grey {
    background: #eeeff1;
    border-radius: 3px;
    min-height: 280px;
}

body.homepage .loginbox h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

body.homepage .loginbox .btn-grey {
    margin-top: 5px;
}

body.homepage .loginbox .input-password {
    position: relative;
    margin: 10px 0;
}

.btn-forgot {
 
    font-weight: bold;
    font-style: italic;
    color: #888888;
    font-size: 12px
}

.btn-forgot:hover{
    color: #333;
}

/* main */

.btn-gallery {
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.1);
    border-radius: 3px;
    margin-bottom: 20px;
}

.btn-gallery .image {
    position: relative;
}

.btn-gallery .image a{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.btn-gallery .image a span{
    position: absolute;
    width: 180px;
    border-radius: 3px;
    bottom: 0;
    margin: 0 0 15px -100px;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background:rgba(0,0,0,0.5);
     transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

.btn-gallery .image img{
    max-width:100% !important;
    height:auto;
    display:block
}

.btn-gallery .image a:hover span{
    background: #b70942;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

.btn-gallery .details {
    position: relative;
    padding: 10px;
}

.btn-gallery .details .total{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #aaaaaa;
}

.btn-gallery .details h2{
    font-size: 15px;
    margin: 0 60px 0 0;
}




/* gallery */

.btn-photo {
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.1);
    border-radius: 3px;
    margin-bottom: 10px;
}

.btn-photo .image img{
    max-width:100% !important;
    height:auto;
    display:block
}

body.gallery .container .btn-photo .image{
    position: relative;
    width: 100%;
    -moz-transition:opacity 0.2s ease-in-out; -webkit-transition:opacity 0.2s ease-in-out
}

body.gallery .container .btn-photo .image label{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
}

body.gallery .container .btn-photo .image:hover{
    opacity: 0.75;
    -moz-transition:opacity 0.2s ease-in-out; -webkit-transition:opacity 0.2s ease-in-out
}

body.gallery .btn-selectall-input { display:none; }
body.gallery .btn-selectall {
  margin: 0;
}

body.gallery .btn-photo input[type=checkbox] { display:none; }
body.gallery .btn-photo input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  background: #fff;
  width: 30px;
  height: 24px;
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
  padding-top: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.25);
  box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.25);
}


body.gallery .btn-photo input[type=checkbox] + label:before { content: "";opacity: 0.5;  } 
body.gallery .btn-photo input[type=checkbox]:checked + label:before { content: "\f00c";color: #18b648 ;opacity: 1}
body.gallery .btn-photo input[type=checkbox]:checked + label { 
    background: rgba(24, 182, 72, 0.5);
    transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
   -webkit-transition: background .2s ease-in-out;
}

.selectedphoto + label { background: rgba(24, 182, 72, 0.5); }

.btn-photo .details {
    position: relative;
    min-height: 54px;
    padding: 5px;
}

.btn-photo .details h2{
    font-size: 15px;
    margin: 0;
}

.btn-photo .details p{
    line-height: 16px;
}

.btn-photo .actions{
    position: relative;
    text-align: right;
    padding: 0 10px 10px 10px;
}

.btn-photo .actions .btn{
    height: 10px;
    font-size: 12px;
    line-height: 10px;
    padding: 5px 8px;
}

.btn-photo .actions .total{
    position: absolute;
    top: 2px;
    left: 12px;
    color: #aaaaaa;
}

body.gallery .gallery-actions{
    text-align: right;
}

body.gallery .gallery-actions .btn{
    height: 25px;
    font-size: 11px;
    line-height: 26px;
}

body.gallery .gallery-actions .total{
    color: #aaaaaa;
    font-size: 12px;
    font-style: italic;
    padding-top: 5px;
}

body.gallery .gallery-approver-actions{
    text-align: left;
    border-top: 1px solid #dfdfdf;
    margin-top: 5px;
    padding-top: 10px;
}

body.gallery .container .btn-photo span.published{
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 10px;
    padding: 3px 10px;
    border-radius: 3px;
    background: rgba(24, 182, 72, 0.75);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
   


/* upload */

body.upload .dropzone{
    background: #fff url(../img/icon_upload.png) center center no-repeat;
    background-size: 150px 150px;
    padding: 40px 0;
} 

body.upload .upload-check-last{
    padding-top:20px;
}

body.upload .edit-preview a{
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    height: 30px;
    line-height: 28px;
}


/* register */

body.register .container{
    max-width: 570px;
    margin: auto;
}

/* help */

body.help hr{
    margin: 10px 0 30px 0;
}

body.help .top{
    position:absolute;
    margin-top:-40px;
}

body.help .gotop{
    text-align: right;
    margin-top: 30px;
}

body.help .gotop a{
    font-weight: bold;
}

body.help .gotop a i.fa{
    color: #b60b0b;
}

body.help .gotop a:hover{
    opacity: 0.75;
}

body.help .content .list-links li{
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 0;
}

body.help .list-links li:last-child{border: 0}


/* download */

body.register .download-folder{
    position: relative;
    height: 118px;
}

body.register .download-folder i.fa{
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -10px;
    color: #b9b9b9;
}


/* approver */

body.main .user-list {
    background: #f5f5f5;
}

body.main .user-list:nth-child(odd) {
    background: #fff;
}

body.main .user-list .btn{
    width: 16px;
    height: 15px;
    line-height: 14px;
    padding: 4px;
    margin: 0 0 3px 0;
}

body.main .user-list p{
    padding: 3px 0 0 0;
}


#closepopup {display:block;color:#fff;position: absolute;top:10px;right: 10px}






/* responsive */

.visible-mobile{
    display: none !important;
}

@media (max-width: 992px) {

.col1-tablet   { width: 8.33333%;}
.col2-tablet   { width: 16.66666%;}
.col3-tablet   { width: 25%;}
.col4-tablet   { width: 33.33333%;}
.col5-tablet   { width: 41.66666%;}
.col6-tablet   { width: 50%;}
.col7-tablet   { width: 58.33333%;}
.col8-tablet   { width: 66.66666%;}
.col9-tablet   { width: 75.0%;}
.col10-tablet  { width: 83.33333%;}
.col11-tablet  { width: 91.66666%;}
.col12-tablet  { width: 100%;}




.sidebar-menu {
    left: -270px;   
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0);
    -webkit-transition:500ms cubic-bezier(0.645,0.045,0.355,1);
    transition:500ms cubic-bezier(0.645,0.045,0.355,1);
}

.menu-open-anim .sidebar-menu {
    -webkit-transform:translateX(270px);
    -ms-transform:translateX(270px);
    transform:translateX(270px)
}


.menu-toggle{
    display: block;
}

section {
    margin: 130px 10px 0 10px;
    padding: 0;    
}

header .logo, body.homepage header .logo {
    margin: 17px 25px 0;
}

header{
    z-index: 10;
}

.hidden-desktop {display: block}


header .search, header .links{
    display: none;
}

#popups {

    width: 100%
}

#closepopup {display:block;color:#fff;position: absolute;top:10px;right: 10px}


}




}



@media (max-width: 767px) {

.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10 {width: 100%;}
.tcol1,.tcol2,.tcol3,.tcol4,.tcol5,.tcol6,.tcol7,.tcol8,.tcol9,.tcol10,.tcol11,.tcol12,.tcol13,.tcol14,.tcol15,.tcol16,.tcol17,.tcol18,.tcol19,.tcol20,.tcol21,.tcol22,.tcol23,.tcol24 {width: 100%;}

.col1-mobile   { width: 8.33333%;}
.col2-mobile   { width: 16.66666%;}
.col3-mobile   { width: 25%;}
.col4-mobile   { width: 33.33333%;}
.col5-mobile   { width: 41.66666%;}
.col6-mobile   { width: 50%;}
.col7-mobile   { width: 58.33333%;}
.col8-mobile   { width: 66.66666%;}
.col9-mobile   { width: 75.0%;}
.col10-mobile  { width: 83.33333%;}
.col11-mobile  { width: 91.66666%;}
.col12-mobile  { width: 100%;}
.block-group, .block {margin: 0;padding: 0}

.visible-mobile{display: block !important;}
.hidden-mobile{display: none !important;}



.container .content h1{
    font-size: 18px;
}

h5 span.title-note{display: none;}

body.homepage header .links{
    display: block;
    position: fixed;
    right: -10px;
    top: -5px;
}

body.homepage header .links .list-links li.last {
    margin-left: 0;
    padding-left: 0;
    border: 0;
}

body.homepage .welcome {
    position: relative;
    left: 0; 
    max-width: 720px;
    margin: 0;
    padding: 120px 10px 10px 10px;
    z-index: 2;
    height: 100%;
}

body.homepage .welcome .container h1{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 5px;
}

body.homepage .welcome .content p{
    font-size: 16px;
    line-height: 20px;
}

body.homepage .loginbox {
    max-width: 300px;
    margin: 60px auto 0 auto;
}

body.homepage .latest{
    display: none;    
}

aside.sidebar-menu .sidebar-content {
    padding: 134px 20px 50px 20px;
}

aside.sidebar-menu .copyright{
    position: relative;    
    margin-top: 40px;
}




ul.legend {text-align: center;}
ul.legend li {padding: 0 6px}
.tabletitle {text-align: center;}
.pmltable tr:first-child th {display: none !important}


th.st-head-row.st-head-row-main {display: none !important}


}


ul.tabs li a {font-size: 9px}

.align-left {text-align: left !important;}
.align-center {text-align: center !important;}
.align-right {text-align: right !important;}

.hide {display: none;}

.hidden {
    display: none !important;
    visibility: hidden;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear-padding {
    padding: 0;
}

.container:after,
.row:after,
.u-cf { 
  content: "";
  display: table;
  clear: both; 
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.pagination {
  height: 40px;
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0 12px;
  line-height: 30px;
  text-decoration: none;
  color:#333333;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #fff;
  cursor: default;
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  font-weight:bold;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  
  color: #c5c5c5;
  cursor: default;
  background-color: #f9f9f9;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}
