﻿.windowCanvas {
    min-width: 200px;
    min-height: 170px;
    position: absolute;
    overflow:hidden;
}

.w300h250 {
    min-width: 300px;
    min-height:250px;
    overflow:hidden;
}

.HierarchyEditDetailsColumn
{border:1px solid red;
 width:100px;
}

.RadWindow {
    padding: 0.5em !important;
}
 

html .RadOrgChart .rocItem {
    width: 11em;
    height:8em;
    margin-left:0px;
}
html .RadOrgChart .rocGroup {
    
}
.RadOrgChart .rocItemWrap {
    width: inherit !important;
}
.RadOrgChart .rocImageReplacement:before
{
    font-size:200% !important;
}
.RadOrgChart .rocItem
{
    /*padding-left:30% !important;*/
}
.hierarchyDiv{
    width:99%;
    height:700px;
    overflow:scroll;
}

.rocImageWrap img {
    width: 48px;
    height: 48px;
}


#wrapper .header {
    background-color: #2a2d33;
    padding: 10px 0;
    margin-bottom: 40px;
    /*min-width:1500px;*/
}

#wrapper .header .RadMenu {
    margin: 20px auto;
    float: none;
}

#wrapper .logo {
    margin-top:18px;
    margin-left:20px;
    width: 100%;
    display: inline-block;
}

#wrapper .logo img {
    width: 220px;
}

#wrapper .jumbotron {
    padding: 1.875em;
    padding-top: 1em;
    background-color: #e9eaea;
}


#wrapper .jumbotron .RadButton {
    float: right;
    margin-top: .667em;
    font-size: .5em;
}

#wrapper .footer {
    width:100%;
    padding: 30px 15px;
    line-height: 30px;
}

.hidden {
    display:none !important;
}

.inputbtn {
    border-color: #687dc1;
    color: #fff;
    background-color: #687dc1;
    background-image: linear-gradient(#8d9dd2,#5762a3 50%,#3c4d8f 50%,#687dc1);
    border-radius: 4px;
    padding: 4px 10px;
    min-width: 64px;
    border-width: 1px;
    border-style: solid;
    position: relative;
    user-select: none;
    font: inherit;
    line-height: inherit;
    line-height: 1.42857143;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    outline: 0;
}

.inputbtnHovered{
    border-color: #2a5795;
    color: #0f3789;
    background-color: #cddcf1;
    background-image: linear-gradient(#dee7f4,#afbede 50%,#98acd5 50%,#cddcf1);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}