﻿/*#region BUILTIN */

html, body, form {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    color: #696969;
    background-color: #efefef;
    font-size: 80%;
    overflow: auto;
}

body, input, select, textarea, button, .ui-btn {
    font-family: 'Open Sans', 'Segoe UI', Calibri;
}

a {
    text-decoration: underline;
    cursor: pointer;
}

    a, a:link, a:visited, a:active {
        color: #8B347C;
    }

        a:hover {
            color: #8B347C;
            text-decoration: none;
        }

        a.aspNetDisabled, a.aspNetDisabled:hover, a:disabled, a:disabled:hover {
            cursor: default;
            color: #696969;
            text-decoration: none;
        }

p {
    margin: 0 10px 10px 10px;
    line-height: 1.6em;
}

img {
    border: none;
    display: block;
}

input {
    font-size: 100%;
}


/*::-webkit-scrollbar { width: 3px; height: 3px;} 
::-webkit-scrollbar-button {  background-color: #666; } 
::-webkit-scrollbar-track {  background-color: #999;} 
::-webkit-scrollbar-track-piece { background-color: #ffffff;} 
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;} 
::-webkit-scrollbar-corner { background-color: #999;} 
::-webkit-resizer { background-color: #666;}*/

/*#endregion */

/*#region HEADINGS */

h1 {
    font-size: 130%;
}

h2 {
    font-size: 125%;
}

h3 {
    font-size: 115%;
}

h4 {
    font-size: 105%;
}

h5, h6 {
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #404040;
    font-variant: small-caps;
    font-weight: normal;
    text-transform: none;
    line-height: normal;
    margin: 0 0 15px 10px;
    padding: 0;
}

/*#endregion */

/*#region SPECIFICS */

.impelta {
    color: #8B347C;
}

.clear {
    clear: both;
}

.logindetails {
    float: right;
    max-height: 60px;
    padding-right: 5px;
    vertical-align: middle;
}

.nraised, .TM, .regTM {
    vertical-align: 4px;
}

.regTM, .TM, .impelTM {
    font-size: 90%;
}

.impelTM {
    vertical-align: 8px;
}

.failureNotification {
    color: Red;
}

.datacontent {
    margin: 0 0 15px 10px;
    position: relative;
}

    .datacontent h4, .datacontent h5 {
        margin-left: 0;
    }

#copyright {
	text-align: center;
	font-size:80%;
}

.hiddencontrol {
    display: none;
}

.logo {
    float: left;
    max-height: 50px;
    padding: 5px 0 5px 5px;
}

.banner {
    width: /*988px*/ 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.dropdown {
    width: 240px;
    height: 30px;
    overflow: hidden;
    background: url(../images/layout/down_select.jpg) no-repeat right #fff;
    border: 1px solid #ccc;
}

    .dropdown select {
        /*color: #696969;*/
        color: black;
        background: transparent;
        /*width: 268px;*/
        width: 112%;
        padding: 5px;
        font-size: 100%;
        line-height: 1;
        border: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        height: 30px;
        -moz-transition: color 400ms linear;
        -o-transition: color 400ms linear;
        -webkit-transition: color 400ms linear;
        transition: color 400ms linear;
    }

        .dropdown select:disabled {
            background-color: #E5E5E5;
        }

        /*.dropdown select:hover {
			color: #696969;
		}*/

        .dropdown select option {
            /*background-color:#efefef;*/
            color: black;
            width: 400px;
        }

            .dropdown select option:hover {
                background-color: #A0A0A0;
                color: white;
            }

            .dropdown select option:checked {
                background-color: #696969;
            }

.dropdowncheck {
    width: 228px;
    height: 18px;
    overflow: hidden;
    background: url(../images/layout/down_select.jpg) no-repeat right #fff;
    border: 1px solid #ccc;
    /*color: #696969;*/
    color: black;
    padding: 5px 5px 5px 7px;
    font-size: 100%;
    line-height: 1;
    -moz-transition: color 400ms linear;
    -o-transition: color 400ms linear;
    -webkit-transition: color 400ms linear;
    transition: color 400ms linear;
}

    .dropdowncheck::-ms-clear {
        display: none;
    }

    .dropdowncheck:disabled {
        color: #696969;
        background-color: #E5E5E5;
    }
/*.dropdowncheck:hover {
		color: #696969;        
	}*/

.dropdowncheckitems {
    border: 1px solid #ccc;
    height: 75px;
    width: 268px;
    overflow-y: scroll;
    background: #fff;
}

.textinput {
    width: 230px;
    /*height: 14px;*/
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
    color: #000;
}

    .textinput:disabled {
        background-color: #E5E5E5;
        color: #696969;
    }

.listboxwrapper {
    width:228px;
    height:auto;
    overflow-x:auto;
    border:1px solid #ccc;
    float:left;
}

.listboxinput {
    width:auto;
    border:0;
    min-width:228px;
}

.checkbox {
    position: relative;    
    top:5px;       
    left:-4px;  
}

h4 .checkbox {
    font-variant: normal;
    margin: 0;
    padding: 0;
}

.radiobutton input {
      margin-top:10px;
      margin-left:-4px;
      width: 20px;
      display: block;
      float: left;
   }

.radiobutton label {
      margin-top:5px;
      width:100px;
   }

.submitButton, .backButton {
    /*text-align: right;
	padding-right: 10px;*/
    height: 36px;
    width: 110px;
    padding-left: 15px;
    text-align: left;
    font-size: 140%;
    font-weight: bold;
    font-variant: small-caps;
    font-family: inherit;
    cursor: pointer;
    color: #fff;
    background: #8B347C url('../Images/Layout/arrow_right.png') 93% 50% no-repeat;
    border: none;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}

.backButton {
    background: #8B347C url('../Images/Layout/arrow_left.png') 7% 50% no-repeat;
    padding-left: 25px;
}

    .submitButton:hover, .backButton:hover {
        opacity: 0.7;
    }

    .submitButton:disabled, .backButton:disabled {
        cursor: default;
        opacity: 0.7;
        background-color: #696969;
    }

.throbber {
    position: absolute;
    left: 35%;
    top: 30%;
}

.catalog-item {
    border: 1px solid #ccc;
    padding: 5px;
    width: 400px;
    position: relative;
    margin: 10px 0 0 15px;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
    float:left;
}

.catalog-item-top {
    height: 250px;
}

/*#catalog-pro {
    float: left;
}*/

/*#catalog-ent {
    position: absolute;
    left: 420px;
}*/

/*#catalog-pro, #catalog-ent, #catalog-sitelist, #catalog-apppackage {
    float: left;    
}*/

/*#endregion */

 /*#region KB */

.command
{
    font-family:'Courier New';
}

.kbh1 {
    font-size: 125%;
}

.kbh2 {
    font-size: 115%;
}

.kbh3 {
    font-size: 105%;
}

.kbh1, .kbh2, .kbh3 {
    color: #404040;
    font-variant: small-caps;
    font-weight: normal;
    text-transform: none;
    line-height: normal;
    margin: 0 0 15px 10px;
    padding: 0;
}

.kbtable {
    border-collapse: collapse;
    border:1px solid;
    margin: 0 10px 10px 10px;
}

.kbtable th, .kbtable td {
    border:1px solid #404040;
    padding: 2px 5px;
}

.kbtable th {
    background-color:#696969;color:white;
    text-align:left;
    font-weight:bold;
}

.kbtableflip th, .kbtableflip td {
    background-color:inherit;
    color:inherit;
    font-weight:inherit;
}

.kbtableflip th:first-child, .kbtableflip td:first-child{
    background-color:#696969;color:white;
    font-weight:bold;
}

.kbtableinner {
    border-collapse: collapse;
}

.kbtableinner .kbh2, .kbtableinner .kbh3 {
margin: 5px 0;
} 

.kbtableinner td {
    padding: 5px 5px;
}  

/*#endregion */

/*#region LAYOUT */

#pageholder {
    height: 100%;
    /*width: 100%;*/
    position: relative;
    margin: auto;
}

.box1, .box2, .box3, .box4, .box5, .box6 {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;    
    overflow-x: hidden;
}

.box1 {
    background-color: white;
}

.box2 {
    color: #404040;
    background-color: #444444;
    border-bottom: 1px solid #D5D5D5;
}

.box3 {
    color: #404040;
    background-color: #fbfbfb;
    padding: 0 0;
    height: -webkit-calc(100% - 116px);
    height: -moz-calc(100% - 116px);
    height: -o-calc(100% - 116px);
    height: -ms-calc(100% - 116px);
    height: calc(100% - 116px);
}

.box4a {
    clear: left;
    float: left;
    position: absolute;
    bottom: 1px;
    z-index: 500;
    
    /*-moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;*/
}


.box4 {
    color: #404040;
    background-color: #444444;
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;    
}

    .box4.menu-oversize {
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
        position: fixed;
        width: 100%;
        margin-top: 0;
    }


    .box4.menu-action-expand {
        height: auto;
    }


.box5 {
    color: #545454;
    background-color: #A6A9A8;
}

.box6, .box6 a {
    color: #999999;
}

#header, #newsbox, #subfooter, #banner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /*max-width: 979px;
	margin: 0 auto;*/
}

#logodiv {
    position: relative;
    width: 100%;
    height: 60px;
    overflow: hidden;
}

#mainsection {
    position: relative;
    width: 100%;
    overflow-y: auto;
    height: 100%;
}

#menumain {
    float: left;
    width: 180px;
    background-color: #A0A0A0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

    #menumain.menu-main-collapse {
        margin-left: -180px;
    }

#maincontent {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 190px;
    width: calc(100% - 190px);
    color: #404040;
    background-color: #fbfbfb;
    overflow-y: hidden;
    overflow-x: auto;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

    #maincontent.menu-main-collapse {
        margin-left: 10px;
        width: calc(100% - 10px);
    }


#maindatasubheading {
    position: absolute;
    margin-top: 27px;
    font-size:110%;
    /*margin-left:-10px;*/
    width: 100%;
}

#maindata, #maindatanosubmenu, .maindatanosubmenu {
    position: absolute;
    top: 65px;
    width: 100%;
    overflow-y: auto;
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: -o-calc(100% - 100px);
    height: -ms-calc(100% - 100px);
    height: calc(100% - 100px);
}

#maindatanosubmenu, .maindatanosubmenu {
    top: 27px;
    height: -webkit-calc(100% - 65px);
    height: -moz-calc(100% - 65px);
    height: -o-calc(100% - 65px);
    height: -ms-calc(100% - 65px);
    height: calc(100% - 65px);
}

#maintable {
    margin: 10px 0 0 10px;
    border-collapse: collapse;
}

#newsbox {
    position: relative;
    height: 53px;
    left: 180px;
    overflow: hidden;
}

    #newsbox.menu-oversize {
        /*left: 130px;*/
        overflow: visible;
    }


#bannerbox {
    background-image: url('../images/layout/banner_single.png');
    height: 53px;
}

.liststable {
    margin-left: 30px;
}

    .liststable tr td {
        border-bottom: 1px dotted #C7C5C8;
        padding: 0 5px 1px 5px;
    }

/*#endregion */

/*#region LISTVIEWS */

.lvtableheaderouter {
    width: 100%;
    /*padding-right: 10px;*/
    padding-left: 10px;
}

.lvtableouter {
    border-style: none;
    width: 100%;
    /*padding-right: 10px;*/
}

    .lvtableouter a {
        text-decoration: none;
    }

.lvtableheader {
    color: #696969;
    font-weight: bolder;
    width: 98%;
    font-size: 14px;
}

    .lvtableheader th {
        text-align: left;
    }

.lvtable, .reporttable {
    border: 1px dotted #D5D5D5;
    width: 98%;
}

    .lvtable tr {
        color: #404040;
        -moz-transition: background-color 400ms linear;
        -o-transition: background-color 400ms linear;
        -webkit-transition: background-color 400ms linear;
        transition: background-color 400ms linear;
        
    }

        .lvtable tr td, .lvtable tr th, .lvtableheader tr th, .reporttable tr td {
            /*float: left;*/
            /*padding-left: 2px;*/
            /*margin-right: 8px;*/
            padding-left: 5px;
            overflow: hidden;
        }

        .lvtable tr td {
            font-size: 100%;   

        }


    .lvtable .extrawide, .lvtableheader .extrawide, .reporttable .extrawide {
        width: 28%;
    }

    .lvtable .wide, .lvtableheader .wide, .reporttable .wide {
        width: 23%;
    }


    .lvtable .normal, .lvtableheader .normal, .reporttable .normal {
        width: 18%;
    }

    .lvtable .thin, .lvtableheader .thin, .reporttable .thin {
        width: 54px;
    }

    .lvtable tr .hidden, .lvtableheader tr .hidden {
        width: 0;
    }

    .lvtable tr:hover {
        background-color: #C7C5C8;
        
    }


.lvitemrow {
    margin-left: 15px;

}

.lvselectedrow {
    background-color: #A0A0A0;
}

    .lvselectedrow td {
        color: black;
    }

.reportgrouprow {
    font-weight: bold;
    background-color: #D5D5D5;
    font-size: 100%;
}


/*#endregion */

/*#region MODALPOPUP */

.popup_Body {
    /*margin-left:15px;*/
    height: 100%;
    
}

.popup_Container {
    background-color: #DCDCDC;
    border: 2px solid #ccc;
    
}

/* Actual window size */

/*.popupConfirmation {
    width: 640px;
	height: 480px;
    
}*/


.ModalPopupBG {
    background-color: #A6A9A8;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.modaliframe {
    /*border:3px solid black;*/
    border: 0;
    /*moved to javascript*/
    /*width: 1024px;
	height: 600px;*/
}

.popup_Titlebar {
    background-color: #444444;
    height: 29px;
    font-size: 150%;
    color: #FFFFFF;
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 600;
    
}

.TitlebarLeft {
    float: left;
    margin-left: 15px;
    font-family: 'Open Sans', 'Segoe UI', Calibri;
}

.TitlebarRight {
    background: url(../../Images/Layout/close.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.confirmbuttons {
    text-align: right;
}

    .confirmbuttons input {
        width: 75px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: bold;
        padding: 3px;
        cursor: pointer;
        color: #fff;
        background-color: #444444;
        border: 1px solid #A6A9A8;
        box-shadow: 2px 2px 5px #d2d2d2;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
    }

        .confirmbuttons input:hover {
            color: #d9d9d9;
            border: 1px solid #c5c5c5;
            box-shadow: 2px 2px 5px #abaaaa;
        }

.popup_Buttons {
    height: 0;
    
}

.infoButton {
    float: right;
    margin: 3px 2px 2px 4px;
    cursor: help;
}

.info-button {
    float: right;
    margin: 3px 2px 2px 4px;
    cursor: help;
}

.info-tooltip {
    display:none;
}

.colInfo {
    width: 18px;
}


.colQ {
    padding-right: 20px;
}

.colQexact {
    width: 26%;
}

.colAexact {
    width: 72%;
}

.colQmedium {
    width:30%
}

.colAmedium {
    width:68%;
}

.colQwide {
    width: 36%;
}

.colA {
    width: 62%;
    color: black;
}

#cart-main {
    float: left;
    width: 275px;
}

#cart-inclusions {
    float: left;
    width: 275px;
}

#cart-order {
    margin-left: 280px;
    top: 0;
    position: absolute;
}

/*#endregion */


/*#region MENU - MAIN NAV */

.menumain {
    float: left;
    list-style: none;
}


    .menumain ul, .menumain li {
        list-style: none;
        padding: 0;
        outline: none;
        float: left;
    }


#menu-main-button, #menu-action-button {
    display: none;
    color: #fff;
    float: left;
    margin: 13px 0 0 35px;
    -moz-transition: color 300ms ease-in;
    -o-transition: color 300ms ease-in;
    -webkit-transition: color 300ms ease-in;
    transition: color 300ms ease-in;
}

#menu-main-button {
    /*color: #fff;*/
    cursor: pointer;
    /*display: block;*/
    float: left;
    margin: 13px 0 0 10px;
}

#menu-action-button.menu-oversize {
    /*color: #fff;*/
    cursor: pointer;
    display: block;
}

.menumainitem, menumainitem-eval {
    vertical-align: middle;
    height: 55px;
    line-height: 55px;
}

menumainitem-eval {
    line-height:inherit;
}

.menu-main-item-icon, .menu-main-item-icon-eval {
    float: left;
    margin-top: 12px;
    width: 35px;
    text-align: center;
    opacity: 0.9;
}

.menu-main-item-icon-eval {
    margin-top: 6px;   
}

.menumain li a {
    -moz-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
    -o-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
    -webkit-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
    transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
}

    .menumain li a, .menumain li a:link, .menumain li a:visited, .menumain li a:hover {
        display: block;
        width: 168px;
        padding-left: 12px;
        font-size: 120%;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #A0A0A0;
        color: #1d1d1d;
        outline: none;
    }

        .menumain li a:hover {
            color: whitesmoke;
            opacity: 1;
            background-color: #545454;
        }

.menumain li.active a, .menumain a.selected.static {
    color: white;
    opacity: 1;
    background-color: #444444;
}

.menumain li a img {
    float: left;
    padding-top: 11px; /* 32px images, half of the remaining space in the 55px div*/
}

/*#endregion */

/*region MENU - SUBMENU NAV */

.menusubnav {
    position: relative;
    width: 90%;
    margin-left: 10px;
    /*padding-bottom: 20px;*/
    height: 15px;
    
}

    .menusubnav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .menusubnav li {
        float: left;
        position: relative;
    }

        .menusubnav li a, .menusubnav li a:link, .menusubnav li a:visited, .menusubnav li a:hover {
            display: block;
            padding-right: 20px;
            font-size: 100%;
            text-transform: uppercase;
            text-decoration: none;
            color: #696969;
            outline: none;
        }

            .menusubnav li a:hover {
                color: black;
            }

        .menusubnav li a {
            -moz-transition: color 400ms linear;
            -o-transition: color 400ms linear;
            -webkit-transition: color 400ms linear;
            transition: color 400ms linear;
        }


        .menusubnav li.active a, .menusubnav a.selected.static {
            color: black;
            font-weight: bold;
        }

/*#endregion */

/*#region MENU - ACTIONS */

#news-box-spacer {
    background-color: #444444;
    height: 53px;
    float: left;
    display: block;
    border: 0;
}

#menu-action-box {
    position: relative;
    overflow: hidden;
}

    #menu-action-box.menu-oversize {
        display: none;
    }


    #menu-action-box.menu-action-expand {
        display: block;
    }



    #menu-action-box ul {
        list-style: none;
        padding: 0;
        margin: 0;
        height: 100%;        
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    #menu-action-box li {
        float: left;
        position: relative;        
    }

    #menu-action-box.menu-action-expand li {
        float: none;
        display: inline;
    }

    #menu-action-box li a {
        display: block;
        text-decoration: none;
        padding: 12px 20px;
        text-align: left;
        color: ghostwhite;
        min-width: 80px;
        /*width:90px;*/
        -moz-transition: color 400ms linear, background-color 400ms linear;
        -o-transition: color 400ms linear, background-color 400ms linear;
        -webkit-transition: color 400ms linear, background-color 400ms linear;
        transition: color 400ms linear, background-color 400ms linear;
    }

        #menu-action-box li a img, #menu-action-box li a i, #menu-action-box li a span, #menu-action-box li a span i {
            position: absolute;
            left: 10px;
            top: 0;
        }

            #menu-action-box li a span i {
                left: 0;
            }

        #menu-action-box li a i {
            top: 13px;
        }

        #menu-action-box li a strong {
            display: block;
            text-transform: uppercase;
            font-size: 95%;
            margin-left: 22px;
        }

        #menu-action-box li a small {
            display: block;
            font-size: 70%;
            margin-left: 22px;
        }

    #menu-action-box li:hover a {
        color: black;
        background-color: #A0A0A0;
    }

    #menu-action-box li.float {
        float: right;
    }

/*#endregion */

/*#region Tooltip */

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}

    .ui-tooltip h1, .ui-tooltip h2, .ui-tooltip h3, .ui-tooltip h4 {
        color: white;
    }

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 0px;
    box-shadow: 0 0 7px black;
    width: 50%;
    margin-top: 50px;
    /*position:absolute;*/
}

.ui-tooltip-content {
    overflow: auto;
    max-height: 50%;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

/*#endregion */

/*#region JQUERY UI*/

.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
    cursor: move;
}

/*.ui-state-hover {
	border: 1px solid #999999;
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}*/

/*.ui-state-hover a {
		color: #212121;
		text-decoration: none;
	}*/


#divinstall {
    position: relative;
    width: 45%;
    float: left;
}

#divStepsHolder {
    position: absolute;
    width: 35%;
    margin-left: 10px;
    /*height: 100%;*/
}

/*#divStepContent{
	height:100%;
	overflow-y:scroll;
}*/

.phstep {
    height: 80px;
}

#install {
    border: 1px dotted #777777;
    margin-bottom: 1em;
}

#step {
    width: 100%;
    min-height: 80px;
    background-color: lightgrey;
    border: 1px solid #777777;
    -moz-box-shadow: 3px 3px 6px #999999;
    -webkit-box-shadow: 3px 3px 6px #999999;
    box-shadow: 3px 3px 6px #999999;
    /*float: left;*/
    margin-bottom: 1em;
    cursor: move;
    -moz-transition: box-shadow 400ms linear, margin-left 200ms ease-in;
    -o-transition: box-shadow 400ms linear, margin-left 200ms ease-in;
    -webkit-transition: box-shadow 400ms linear, margin-left 200ms ease-in;
    transition: box-shadow 400ms linear, margin-left 200ms ease-in;
}
    /* style the list to maximize the droppable hit area */
    #step ol, #install ol {
        margin: 0;
        padding: 1em 0 1em 3em;
        cursor: move;
    }

    /*#step ol li {
		border: 1px dotted black;
	}*/

    #step:hover {
        -moz-box-shadow: 3px 3px 6px #777777;
        -webkit-box-shadow: 3px 3px 6px #777777;
        box-shadow: 3px 3px 6px #777777;
        margin-left: 8px;
        -moz-transition: box-shadow 400ms linear, margin-left 200ms ease-in;
        -o-transition: box-shadow 400ms linear, margin-left 200ms ease-in;
        -webkit-transition: box-shadow 400ms linear, margin-left 200ms ease-in;
        transition: box-shadow 400ms linear, margin-left 200ms ease-in;
    }

#divTasks {
    position: relative;
    float: right;
    width: 60%;
    /*height: 100%;*/
}

#divApps {
    position: relative;
    width: 53%;
    float: right;
}

#tasklist, #actionlist, #applist {
    /*height:60%;
	overflow-y:scroll;*/
    margin: 0;
}

    #tasklist ul, #actionlist ul, #applist ul {
        list-style-type: none;
        padding-left: 10px;
        width: 95%;
        margin: 0;
    }


    #tasklist li, #actionlist li, #applist li {
        cursor: move;
        width: 95%;
        border: 1px dotted black;
        background-color: lightgrey;
        padding-left: 5px;
        list-style:none;
        /*list-style-type: none;*/
    }

    #tasklist li, #actionlist li, #applist li, #step ol {
        -moz-transition: font-weight 400ms linear;
        -o-transition: font-weight 400ms linear;
        -webkit-transition: font-weight 400ms linear;
        transition: font-weight 400ms linear;
    }

        #tasklist li:hover, #actionlist li:hover, #applist li:hover, #step ol li:hover {
            font-weight: bold;
            -moz-transition: font-weight 400ms linear;
            -o-transition: font-weight 400ms linear;
            -webkit-transition: font-weight 400ms linear;
            transition: font-weight 400ms linear;
        }

.actionitem {
    color: #896745;
}

/*.taskitem{
	color:#8B347C;
}*/

#edit {
    border: 1px dotted #888888;
    min-height: 100px;
    width: 40%;
    padding-top: 5px;
    position: absolute;
    float: left;
}

#delete {
    border: 1px dotted #888888;
    min-height: 100px;
    width: 40%;
    padding-top: 5px;
    position: relative;
    margin-left: 42%;
}


/*endregion*/

/*#region MEDIA*/
/*#region HEIGHT*/

/*@media screen and (max-height:420px) {
    .box3 {
        height: 420px;
    }

    #bannerbox {
        display: none;
        height:0;
    }
}*/

/*#endregion */

/*#region WIDTH*/

@media screen and (max-width:739px) {

    #menumain {
        width: 60px;
        margin-left: 0;
    }

        #menumain.menu-main-collapse {
            margin-left: -60px;
        }

    .menumain li a, .menumain li a:link, .menumain li a:visited, .menumain li a:hover {
        width: 100%;
    }

    .menu-main-item-label {
        display: none;
    }


    #menu-action-button {
        cursor: pointer;
        /*display: block;*/
        display: none;
    }


    #maincontent {
        margin-left: 70px;
        width: calc(100% - 70px);
    }

    .box4 {
        position: fixed;
        width: 100%;
        margin-top: 0;
    }

    #newsbox {
        left: 130px;
        overflow: visible;
    }

    #menu-action-box {
        display: none;
    }

    .throbber {
        left: 15%;
    }

    .catalog-item {
        width: calc(100% - 70px);
        float:none;
        left:0;
    }

    /*#catalog-pro {
        float: none;
    }

    #catalog-ent {
        left: 0;
        margin-top: 15px;
    }*/

    .catalog-item-top {
        height: 100%;
    }
}


/*#endregion */

/*#endregion */


