
body {
   font-family: Helvetica, Arial, sans-serif;
   font-size: 15px;
   color: #333333;
   background: #e8e8e8 url(img/kth_bg.png);
   overflow-y: scroll;
}


h1,h2,h3,h4,h5,h6 {
   font-weight: bold;
   color: #333333;
   margin-top: 0;
   font-family: Helvetica, Arial, sans-serif;
}

h1 {
   font-size: 36px;
   margin-bottom: 1em;
}
h2 {
   font-size: 26px;
   margin-bottom: 1em;
}
h3 {
   font-size: 16px;
   margin-bottom: 1em;
}

ul, li {
   margin: 0;
   padding: 0;
}

textarea, input {
   border: 1px solid #BDC7D8;
}

th {
   text-align: left;
}

.sub-header {
   color: #4c4c4c;
}

a, a:hover, a:active { outline: none; }
a, a:active, a:visited {
   text-decoration: none;
   color: #06A1CB;
}
a:hover { text-decoration: none; }


p {
   margin: 0 0 10px 0;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #aaaaaa;
}
:-moz-placeholder {
  color: #aaaaaa;
}
input:not([type]), input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
   padding: 1px 0px;
   line-height: 18px; /* try to fix chrome height */
}


footer {
   margin-top: 20px !important;
   margin-bottom: 20px !important;
}
.footer-copyright {
   float: left;
   color: #565656;
   margin-left: 5px;
}
ul.footer-links {
   float: right;
}
.footer-links li {
   float: left;
   padding: 0px 20px 0px 20px;
   border-left: 1px solid #cccccc;
   height: 20px;
}
.footer-links li:first-child {
   border: none;
}
.footer-links li a {
   color: #565656;
}
.footer-links li a.login-logout {
   color: #999999;
}

#container {
   position: relative;
   margin-bottom: 20px;
   box-shadow: 0px 20px 25px -25px;
}

.content-wrap {
   width: auto;
   max-width: 1500px;
   xposition: relative;
   min-width: 1250px;
   xmargin: 0 7px 0 76px;
   margin: 0 auto;
}

#header {
   margin-bottom: 40px;
}



/* Layout wrapper classes */
.layout-standard {
   padding: 30px 40px;
   background-color: white;
   border: 1px solid #E0E0E0;
   border-radius: 3px;
}
.layout-tabs {
   background-color: inherit;
}

#breadcrumbs {
   -webkit-user-select: none;
   -webkit-touch-callout: none !important; /* disable long press context menu */
}
#breadcrumbs ol {
   float: left;
   box-shadow: 0 2px 6px -5px #999999;
}
#breadcrumbs {
   margin-bottom: 20px;
}
#breadcrumbs ol>li {
   float: left;
   border: 1px solid #dcdcdc;
   margin-right: -1px;
   position: relative;

   background-color: #fbfbfb;
   background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#eeeeee));
   background-image: -webkit-linear-gradient(top, #fbfbfb, #eeeeee);
   background-image:    -moz-linear-gradient(top, #fbfbfb, #eeeeee);
   background-image:      -o-linear-gradient(top, #fbfbfb, #eeeeee);
   background-image:         linear-gradient(to bottom, #fbfbfb, #eeeeee);
}
#breadcrumbs ol>li:first-child {
   border-radius: 3px 0 0 3px;
}
#breadcrumbs ol>li:last-child {
   border-radius: 0 3px 3px 0;
}
#breadcrumbs ol>li:last-child>a {
   color: #06A1CB;
}
#breadcrumbs ol>li a {
   display: block;
   color: #333333;
   padding: 7px 15px 7px 15px;
   font-weight: bold;
   font-size: 12px;
   white-space: nowrap;
   border-left: 1px solid #fbfbfb;
   text-shadow: 0 1px 0 white;
}

#kth-vertical {
   width: 67px;
   height: 392px;
   position: absolute;
   display: block;
   left: -70px;
   top: 7px;
   background: url(img/kth-vertical.png);
}

#content {
   position: relative;
   min-height: 400px;
}

#content-wrap {
   /* margin for the main-right layout */
   margin-left: 0px;
   margin-right: 0px;
}
#content-wrap.has-right-sidebar {
   /* w=248 margin=42 */
   margin-right: 290px;
   margin-left: 0;
}
#content-wrap.has-left-sidebar {
   margin-left: 290px;
   margin-right: 36px;
}
#content-wrap.has-right-sidebar.has-left-sidebar {
   margin-left: 290px;
   margin-right: 290px;
}

#sidebar-left {
   float: left;
   width: 180px;
   padding-left: 34px;
   padding-right: 34px;
   margin-left: -290px;
}
#sidebar-left-border {
   position: absolute;
   top: 40px;
   left: 248px;
   bottom: 40px;
   width: 0;
   border-right: 1px solid #e2e2e2;
}

#content-main {
   float:right;
   width: 100%;
}

#content-center {
   float:left;
   width: 100%;
}
#sidebar-right {
   width: 180px;
   padding-left: 33px;
   padding-right: 36px;
   float: right;
   margin-right: -291px;
   margin-left:42px; /* required by ie7, doesn't affect other browsers */
   xoverflow:hidden;
}
#sidebar-right-border {
   position: absolute;
   top: 40px;
   right: 249px;
   bottom: 40px;
   width: 0;
   border-left: 1px solid #e2e2e2;
}


/**
 * Left sidebar nav menu
 */
.dw-navmenu, .dw-navmenu ul {
   margin: 0;
   padding: 0;
}
.dw-navmenu {
}
.dw-navmenu li {
   list-style: none;
}
.dw-navmenu > li {
   margin-bottom: 13px;
   border-bottom: 1px solid #e2e2e2;
   padding-bottom: 13px;
}
.dw-navmenu > li:first-child {
   border-top: 1px solid #e2e2e2;
   padding-top: 13px;
}
.dw-navmenu li ul {
   margin-left: 10px;
   margin-top: 5px;
}
.dw-navmenu li li {
   border: none;
}
.dw-navmenu li.dw-navmenu-active {

}
.dw-navmenu > li > a.dw-navmenu-active {
   font-weight: bold;
   color: #005DAA;
}
.dw-navmenu a.dw-navmenu-active {
   xfont-weight: bold;
}
.dw-navmenu a {
   display: block;
   color: #444444;
   font-weight: bold;
   font-size: 14px;
}
.dw-navmenu a:hover {
}
.dw-navmenu ul li  {
   border-top: 1px solid #e2e2e2;
}
.dw-navmenu ul li:first-child  {
   border-top: none;
}
.dw-navmenu ul li a {
   font-weight: normal;
   color: #005daa;
   font-size: 13px;
   padding: 5px 0 5px 10px;
   margin: 2px 0;
}
.dw-navmenu ul li a.dw-navmenu-active {
   font-weight: bold;
}


/* Empty table container */
.dw-table-container:empty {
   height: 250px;
   background-color: #fafafa;
   border: 1px solid #D2D2D2;
}


/**
 * Custom tabs
 */
.dw-tabs {
   margin: 0;
   padding: 0;
   margin-left: 1px; /* restore li -1px */
   margin-bottom: -1px; /* make panel border invisible below tabs */
   font-size: 12px;
}
.dw-tabs li {
   list-style: none;
   float: left;
   margin-left: -1px; /* hide left border below previousSibling */
   border: 1px solid #E0E0E0;
   border-radius: 3px 3px 0 0;
   background-color: white;
}
.dw-tabs a {
   padding: 8px 30px 8px 30px;
   display: block;
   color: #777777;
   font-weight: bold;
   position: relative;
}
.dw-tabs li.dw-tabs-active a {
   color: #333333;
   z-index: 1;
   border-bottom: 1px solid white;
   margin-bottom: -1px;
}
.dw-tabs li.dw-tabs-active {
}
.dw-tabs li.dw-tabs-active a:hover {
}
.dw-tabs-panel {
   border: 1px solid #E0E0E0;
   padding: 30px 40px;
   background-color: white;
   display: none;
   border-radius: 0 3px 0 0;
}


/**
 * dw-keynav
 */
.dw-keynav-current {
   /*background-color: #EAEBEC;*/
}
.dw-keynav-root:focus {
   outline: 0;
}



/**
 * Common table
 */
table.table {
   empty-cells: show;
   border-spacing: 0;
   width: 100%;
   border: 1px solid #E0E0E0;
   xbox-shadow: 0 0 2px 0px #eeeeee;
}

/* HEAD */
table.table thead td, table.table thead th {
   vertical-align: top;
   background-color: #EAEBEC;
   font-weight: bold;
   text-shadow: 0px 0px 1px white;
}
table.table thead a {
   color: #333333;
}
table.table thead th.sort-asc:after, table.table thead th.sort-desc {
}

/* BODY: last row */
table.table tbody tr:last-child td, table.table tbody tr:last-child th {
}
table.table td, table.table  th {
   border-top: 1px solid #d2d2d2;
   padding: 18px 10px 18px 28px;
   vertical-align: baseline; /* align middle when product image is visible in the table */
}
table.table tbody td, table.table tbody th {
   border-left: 1px solid #E0E0E0;
   /*background-color: #fafafa;*/
}
table.table tbody tr {
   /*outline: 1px solid #FEFEFE;*/
}
/*
table.table tbody tr:nth-child(even) td, table.table tbody tr:nth-child(even) th {
   background-color: #f7f7f7;
}
*/
table.table td:last-child, table.table th:last-child {
   padding-right: 10px;
}

/* FOOT */
table.table tfoot td, table.table tfoot th {
   cursor: inherit;
   border: 0;
   border-top: 1px solid #d2d2d2;
}

table.table-sort thead {
}
table.table-edit tbody tr {
   cursor: pointer;
}
table.table-hover tbody tr:hover > * {
   background-color: #EAEBEC;
}
table.table-no-sort thead td, table.table-no-sort thead th {
   color: #4c4c4c;
}
table.table-valign-middle tbody tr > * {
   vertical-align: middle;
}
table.table-rotate-head thead th {
   height: 150px;
   vertical-align:bottom;
}
table.table-rotate-head thead a {
   -moz-transform: rotate(-90deg) translate(55px, 55px);
   -moz-transform-origin: left bottom;
   -webkit-transform: rotate(-90deg) translate(55px, 55px);
   -webkit-transform-origin: left bottom;
   display: block;
   position:absolute;
   width:130px;
   height: 60px;
   text-align: left;
}
table.table-rotate-head thead th:nth-child(1) a,
table.table-rotate-head thead th:nth-child(2) a {
   -moz-transform: none;
   -moz-transform-origin: none;
   -webkit-transform: none;
   -webkit-transform-origin: none;
   position: static;
   margin-bottom: -50px;
   width: auto;
}

table.table input {
   border: 1px solid #BDC7D8
}
table.table input[type="checkbox"] {
   border: none;
}

table.table-form .field-info {
   margin: 0 0 5px 0;   
   color: #555;
   font-style: italic;
}
table.table-form tbody th:first-child,
table.table-form tbody td:first-child {
   width: 25%;
   vertical-align: top;
}
table.table-form  td,
table.table-form  th {
   padding: 10px;
}
table.table-form input[type="text"],
table.table-form input[type="password"],
table.table-form textarea
{
   width: 100%;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
}
table.table-form textarea {
   height: 100px;
   resize: vertical;
}


/* info tab table */
table.infotable tbody td:first-child {
   width: 25%;
}



/**************************
 * Common classes
 */
.divider-box {
   border-top: 1px dotted #BEC5CB;
   border-bottom: 1px dotted #BEC5CB;
   background-color: #F2F4F6;
   padding: 2px 10px;
   margin-bottom: 1px;
}
.divider-box h3 {
   margin-bottom: 0;
   color: #4C4C4C;
}

.fleft { float: left !important; }
.fright { float: right !important; }
.aleft { text-align: left !important; }
.aright { text-align: right !important; }

.clear {clear:both;}

.nowrap {
   white-space: nowrap;
}

.fade-overlay {
   width:100%; height: 100%; position: absolute; position: fixed; opacity:0.3; filter:alpha(opacity=70); z-index:10; top:0; left:0; background-color:#666666;
}
.dialog-overlay {
   position:absolute; position: fixed; top:120px; left:50%; margin-left: -250px; xwidth:500px; z-index:20; background-color: white;
}
.dialog-overlay > * {
   margin:0;
}


.box {
   /*background-color: #eeeeee;*/
   background-color: #ebe5ff;
   border: 1px solid #bbbbbb;
   padding: 5px;
   font-size: 11px;
}

.big-button, .medium-button {
   font-size: 16px;
   font-weight: bold;
   color: white !important;
   background-color: #618DCD;
   padding: 4px 15px;
   border-radius: 7px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   border: 0;
}
.big-button:hover, .medium-button:hover {
   text-decoration: underline;
}
.medium-button {
   font-size: 12px;
   padding: 3px 15px;
   line-height: 16px;
}
   

time {
   font-size: 10px;
   color: #637C92;
}

/**
 * Sprite generated
 * http://spritegen.website-performance.org/
 */


/*
@media (min-width: 1676px) {
   .content-wrap {
      margin-left: auto;
      margin-right: auto;
   }
}
*/
@media (max-width: 1530px) {
   .content-wrap {
      margin-left: 10px;
      margin-right: 10px;
   }
}
@media (max-width: 1280px) {
   .content-wrap {
      min-width: 1060px;
      margin-left: 10px;
      margin-right: 10px;
   }
   #admin-topmenu {
      position: absolute;
      overflow: hidden;
   }
   #kth-vertical {
      display: none;
   }
   .layout-standard {
      padding: 20px 20px;
   }
   .dw-tabs-panel {
      padding: 20px;
   }
}




@media print {
   #head-content {
      height: 75px;
   }
   #topmenu {
      display: none;
   }
   #content-wrap {
      margin-left: 0;
   }
   #sidebar-left {
      display: none;
   }
   footer {
      display: none;
   }

   /* Fix FF cut after first page (bug?) */
   #content-center {
      float:none;
   }
   /* Maximize center content and hide right sidebar */
   #content-wrap.has-right-sidebar {
      margin-right: 0px;
   }
   #content-wrap.has-left-sidebar {
      margin-left: 0px;
   }
   #sidebar-right {
      display: none;
   }

   .hideonprint {
      display: none;
   }
}

