@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Thin.woff') format('woff'),
    url('../fonts/Roboto-Thin.ttf') format('truetype'),
    url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Light.woff') format('woff'),
    url('../fonts/Roboto-Light.ttf') format('truetype'),
    url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic.eot');
    src: url('../fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-LightItalic.woff') format('woff'),
    url('../fonts/Roboto-LightItalic.ttf') format('truetype'),
    url('../fonts/Roboto-LightItalic.svg#Roboto-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.eot');
    src: url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Italic.woff') format('woff'),
    url('../fonts/Roboto-Italic.ttf') format('truetype'),
    url('../fonts/Roboto-Italic.svg#Roboto-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Medium.woff') format('woff'),
    url('../fonts/Roboto-Medium.ttf') format('truetype'),
    url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold.ttf') format('truetype'),
    url('../fonts/Roboto-Bold.svg#Roboto-Black') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Regular.eot');
    src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoCondensed-Regular.woff') format('woff'),
    url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    color: #45474e;
    background-color: #f4f6f9;
    letter-spacing: -0.3px;
}
/* to make body full height of window */
html,
body,
.index-view {
    height:100%;
    overflow-y:auto;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
input, button, textarea {
    outline: none;
}
input, textarea {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #cfcfcf;
    color: #000;
    padding: 6px 10px;
}
input[type="submit"] {
    background-color: #90a445;
    border-radius: 4px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.3px;
    padding: 10px;
}
input[type="search"] {
    outline: none;
    -webkit-border-radius: 0;
    vertical-align: middle;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-ms-clear {display: none;}
input[type="checkbox"] {
    border: none;
}
::-webkit-input-placeholder {color:#999;}
::-moz-placeholder {color:#999;}
:-moz-placeholder {color:#999;}
:-ms-input-placeholder {color:#999;}
.checkbox input[type="checkbox"] {width: auto;}
.radio label {
    display: inline-block!important;
    font-size: 15px!important;
    padding-left: 7px;
    width: 90%;
}
.radio input[type="checkbox"], .radio input[type="radio"] {
    float: left;
    margin-top: 4px;
}
select{
    cursor: pointer;
    position: relative;
    /*opacity:0;*/
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
h1 {
    font-family: 'Roboto';
    font-size: 2.25em;
    font-weight: 100;
    line-height: 1.2em;
}
h2 {
    font-family: 'Roboto';
    font-size: 2em;
    font-weight: 100;
    line-height: 1.2em;
    margin-bottom: 12px;
}
h3 {
    font-family: 'Roboto';
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2em;
}
h5 {
    font-family: 'Roboto';
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.2em;
    margin-top: 40px;
    margin-bottom: 15px;
}
strong {
    font-weight: 500;
}
.clear {
    clear: both;
}

#content .section01 {background: url(../img/header-mask.png) 7% top no-repeat;}
.regform {background: url(../img/transparent.png);}

#adminmenu{
    padding-top: 10px;
    padding-bottom: 10px;
}
#adminmenu li a {
    display: block;
    font-family: 'RobotoCondensed';
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #cecece;
    text-decoration: none;
    text-align: right;
    margin-top: 8px;
    padding: 10px 3px 12px 0;
    transition: color 0.3s ease;
}
#adminmenu li a {
    padding: 5px 5px 5px 15px !important;
}
#adminmenu li a:hover {
    color: #fff;
}
#adminmenu li:first-child a {
    margin-top: 0;
}

#adminmenu .active a {
    color: #fff;
    background-color: #f8984e;
}
.fa,
.fal,
.far,
.fas {
    font-size: 20px;
}
.fa::before,
.fal::before,
.far::before,
.fas::before {
    /* Needs the display to fix the text-decoration on the ::before
    http://stackoverflow.com/questions/8820286/how-to-remove-only-underline-from-abefore */
    display: inline-block;
}
/* Custom icons kanda named and we use: */
.fa-cross::before {
    content: "\f00d";
}
.fa-delete::before {
    content: "\f1f8";
}
.fa-error::before {
    content: "\f00d";
}
.fa-success::before {
    content: "\f00c";
}

.tables a.learnlink, a.learnlink {
    display: inline-block;
    font-size: 10px;
    color: #c7888f;
    text-transform: uppercase;
}
.learnlink::before {
    content: "\f1cd";
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    margin-right: 3px;
    color: #c7888f;
}
.fa-success, .fa-error {
    font-size: 1.1em;
    position: absolute;
    top: 32px;
    left: 460px;
}
.fa-cross {
    color: #c9cddb;
    font-size: 1.1em;
    position: absolute;
    top: 8px;
    left: 403px;
    cursor: pointer;
}
.fa-success {
    color: #bce68e;
}
.fa-error {
    color: #fdbeb6;
}
#content .headerin {
    background:#f9f9f9;
    min-height: 60px;
    padding-top: 8px;
    /*padding-bottom: 72px;*/
    box-sizing: border-box;
    transition: all 0.3s ease;
}
#content .section01 {
    margin-top: -20px;
    padding-top: 36px;
    padding-left: 18.7%;
    padding-right: 12.3%;
}
#content h1 {
    margin-left: 60px;
    margin-right: 33px;
    transition: all 0.3s ease;
}
.http {
    background-color: #f4f6f9;
    border: 1px solid #cfcfcf;
    padding: 6px;
    margin-right: -55px;
    position: absolute;
    z-index: 9;
}
#orgsite {
    max-width: 376px;
    padding-left: 64px;
}
.err-mes span {
    display: inline-block;
    color: #fd605a;
    font-size: 0.75em;
    font-weight: 400;
    margin-left: 8px;
    padding-left: 21px;
    position: absolute;
    top: 33px;
    left: 460px;
}

.errortextarea {
    display: block;
}

/* REG PAGE */
.regnav {
    float: right;
    margin: 20px 25px;
}
.regnav li {
    display: inline-block;
    line-height: 40px;
    border-right: 1px solid #eef1f7;
}
.regnav li:last-child {
    border-right:none;
}
.regnav li a {
    font-size: 1.125em;
    font-weight: 300;
    margin: 11px;
    color: #788cc6;
}
.regnav li.active a {
    color: #585a62;
}
.regform {
    max-width: 420px;
    margin-top: 26px;
    margin-bottom: 26px;
    margin-left: 90px;
    border-radius: 7px;
    overflow: hidden;
    float: left;
}

.list {
    float: left;
    max-width: 25%;
    margin-top: 105px;
    margin-left: 47px;
}
.list li {
    list-style: none;
    line-height: 15px;
    margin-bottom: 18px;
}
.list p {
    font-size: 0.812em;
    font-weight: 400;
    font-style: italic;
    margin-left: 33px;
}
.check-circle::before {
    content: "\f058";
    font-family: 'FontAwesome';
    font-size: 1.9em;
    color: #585858;
    float: left;
    margin-top: 6px;
}

/* LOGIN PAGE */
.quote {
    float: left;
    max-width: 30%;
    margin-top: 100px;
}
.quote p {
    font-size: 0.812em;
    font-weight: 400;
    font-style: italic;
    line-height: 140%;
    margin-left: 33px;
    color: #000;
}
.quote i {
    color: #585858;
    font-size: 1.5em;
    float: left;
    margin-right: 5px;
}

/* POPULATES PAGE */
.createorg {
    height: 1px;
    min-height: 100%;
    margin-top: -1px;
    padding-top: 60px;
}
.createorgwrapper {
    min-height: 100%;
    background-color: #fcfcfc;
    border-left: 1px solid #e4e9f2;
    margin-left: 274px;
    padding-top: 1px;
    transition: all 0.3s ease;
}
.createorgin {
    margin: 33px 33px 0 33px;
    padding-bottom: 33px;
}
.createorg h3 {
    margin-bottom: 26px;
}
.createorg .wrapperin-eo h3 {
    margin-top: 26px;
}
.createorg input[type="email"], .createorg input[type="password"],
.createorg input[type="text"], .createorg input[type="search"], .createorg textarea {
    border-radius: 0;
    max-width: 430px;
    width: 100%;
}
.createorg input[type="search"] {
    max-width: 452px;
    max-width: 388px\9;
    padding-right: 52px;
}
.createorg .loading-cont {
    width: 299px;
}
.createorg .search input[type="submit"] {
    cursor: text;
}
@media all and (-ms-high-contrast:none)
{
    *::-ms-backdrop, .createorg input[type="search"] { max-width: 388px ;width:auto;} /* IE11 */
    *::-ms-backdrop, .createorg .search input[type='submit']{right: 30px !important;}
    *::-ms-backdrop, .one-tags-selected{margin-top: 0px !important;}
}
@-moz-document url-prefix() {
    .createorg input[type="search"] {
        max-width: 388px;
    }
}
.createorg textarea {
    min-height: 59px;
    resize: both;
}
.createorg .search {
    position: relative;
    max-width: 459px;
}
.createorg .search input[type="submit"] {
    min-width: 0;
    height: 28px;
    border: none;
    background: url(../img/search-btn.png) no-repeat 50% 50%;
    position: absolute;
    top: 3px;
    right: 16px;
}
.createorg input[type="submit"] {
    border-radius: 4px;
    min-width: 299px;
}
.createorg label {
    display: block;
    font-family: 'Roboto';
    font-size: 0.875em;
    font-weight: 400;
    font-style: normal;
    color: #000;
    margin-bottom: 5px;
}
.createorg label span {
    display: none;
}
.createorg label span.selected, span.selected {
    display: inline-block;
    color: #d0021b;
}
.createorg .rows {
    position: relative;
    margin-bottom: 22px;
}
.createorg .textareaexp, .editusers .textareaexp {
    display: inherit;
    font-size: 0.812em;
    color: #666;
}
/*.orgdescblue {color:#6790e2!important;}*/
.linkadd {
    display: block;
    color: #45474e;
    font-size: 14px;
    margin: 5px 0;
    text-decoration: underline;
}
.linkadd:hover {
    text-decoration: none;
}
.linkadd i, .adddemog i {
    font-size: 14px;
    margin-right: 3px;
}
.search .linkadd {
    position: absolute;
    right: 10px;
    top: -28px;
}
.adddemog {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 7px 80px;
}
.adddemog:hover {
    text-decoration: none;
}
.createorg .orgdesc, .editusers .orgdesc {
    position: absolute;
    left: -243px;
    width: 200px;
    top: 0;
    font-family: 'RobotoCondensed';
    font-weight: 400;
    font-style: normal;
    font-size: 0.75em;
    color: #666;
}
.steps {
    position: relative;
    margin-top: 40px;
}
.steps > div {
    position:relative;
}
.steps h3 {
    color: #cfcfcf;
    cursor: pointer;
}
.steps .active {
    color: #45474e;
    cursor: auto;
}
.blockmore {
    background-color: #f5f6f9;
    border: 1px solid #e4e9f2;
    margin: 16px 0;
    max-width: 730px;
}
.blockmorebody {
    border-top: 1px solid #e4e9f2;
    font-size: 0.812em;
    line-height: 138%;
    color: #666;
    padding: 13px 13px 25px 13px;
}
.blockmorebody-left, .blockmorebody-right {
    float: left;
}
.blockmorebody-left {
    width: 43%;
    padding-right: 2%;
}
.blockmorebody-right {
    width: 55%;
}
.blockmorebody-left ul {
    display: inline-block;
    min-width: 150px;
    margin-top: 40px;
    margin-left:20px;
}
.blockmorebody-left li {
    color: #6172a4;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    list-style: none;
    margin-bottom: 3px;
}
.blockmorebody-left li i {
    font-size: 11px;
    margin-right: 5px;
}
.blockmorebody-left li.diag-item2 i {
    color: #959eb8;
}
.blockmorebody-left li.diag-item3 i {
    color: #bdc5dd;
}
.blockmorebody-left .diagram {
    float: left;
    margin: 20px 0 20px 20px;
}
.blockmorebody-right p {
    margin-bottom: 10px;
}
.blockmorecols {
    position: relative;
    float: left;
    width: 30%;
    padding-right: 5%;
}
.blockmorecolslast {
    padding-right: 0;
}
.blockmoresteps {
    display: block;
    background-color: #f9f9f9;
    border: 1px solid #c0c5cb;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}
.blockmorecols::after {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #45464b;
    position: absolute;
    top: 10px;
    right: 5%;
}
.blockmorecolslast::after {
    display: none;
}
.blockmoreicon, .blockmoretitle {
    display: inline-block;
    padding: 6px 10px;
}
.blockmoretitle {
    font-size: 0.875em;
    font-weight: 400;
}
.blockmoreicon {
    border-right: 1px solid #e4e9f2;
}
.blockmoreicon i {
    font-size: 0.875em;
    margin-right: 5px;
}
.blockmoreshow {
    display: block;
    float: right;
    padding: 6px 10px;
}
.blockmoreshow i {
    color: #49406f;
    font-size: 17px;
}
.wrapperblockmoreshow {
    display: block;
    font-size: 22px;
    color: #49406f;
}
.wrapperblockmoreshow:hover {
    text-decoration: none;
}
.wrapperblockmoreshow i {
    font-size: 17px;
    margin-right: 5px;
}
.descleft i {
    float: right;
    margin-right: 7px;
    font-size: 2em;
    color: #a4a8ac;
}
.smalltext {
    font-family: 'RobotoCondensed';
    font-weight: 400;
    font-size: 0.687em;
    font-style: normal;
    color: #6f7076;
    float: left;
    width: 450px;
    margin-top: 10px;
}
.smalltext a {
    color: #6f7076;
}
.smalltext-fln {
    float: none;
}

/* MANAGE USERS PAGE */
.managusers {
    background-color: #f4f6f9;
    height: 100%;
    margin-top: -1px;
}
.wrapper, .wrapper-eo {
    min-height: 100%;
    background-color: #fcfcfc;
    border-left: 1px solid #e4e9f2;
    margin-left: 274px;
    padding-top: 1px;
    margin-top: -61px;
    transition: all 0.3s ease;
}
.wrapperin {
    margin: 94px 33px 0 33px;
    padding-bottom: 33px;
}
.wrapperin-eo {
    margin: 33px 33px 33px 33px;
}
.managusers h3 {
    margin-bottom: 26px;
}
.hornav {
    /*position: relative;*/
    position: fixed;
    top: 0;
    width: calc(100% - 83px);
    z-index: 10;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e4e9f2;
    padding: 0 18px;
    margin-bottom: -61px;
}
.hornav li {
    display: inline-block;
}
.hornav li a {
    display: block;
    color: #45474e;
    font-size: 0.812em;
    font-weight: 400;
    border-bottom: 10px solid #f9f9f9;
    padding: 21px 9px 11px 9px;
    transition: all 0.2s ease;
}
.hornav li a:hover {
    text-decoration: none;
    border-bottom: 10px solid #e9e9e9;
}
.button {
    display: inline-block;
    background-color: #f9fbff;
    border: 1px solid #c0c3c8;
    border-radius: 3px;
    font-family: 'RobotoCondensed';
    font-weight: 400;
    font-size: 0.687em;
    font-style: normal;
    color: #45464b;
    margin: 10px 10px 10px 0;
    padding: 7px 14px;
    text-decoration: none;
}
.button:hover {
    text-decoration: none;
}
.button .fa,
.button .fal,
.button .far,
.button .fas {
    font-size: 14px;
    margin-right: 4px;
}
.button-save {
    display: inline-block;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.3px;
    text-align: center;
    background-color: #90a445;
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    min-width: 299px;
}
.button-save:hover {
    text-decoration: none;
}
.unactive {
    background-color: #eee;
    color: #ccc;
    cursor:default;
}
.tables {
    max-width: 760px;
    border-top: 1px solid #edf0f9;
    border-left: 1px solid #edf0f9;
    border-right: 1px solid #edf0f9;
}
.tables th {
    text-align: left;
    border-bottom: 1px solid #edf0f9;
    border-right: 1px solid #edf0f9;
    background-color: #f9fafe;
    font-size: 0.812em;
    font-weight: 300;
    font-style: normal;
    color: #000;
    padding: 8px 10px;
}
.tables td {
    border-bottom: 1px solid #edf0f9;
    border-right: 1px solid #edf0f9;
    font-size: 0.812em;
    font-weight: 300;
    font-style: normal;
    padding: 8px 10px;
    position: relative;
}
.tables th:last-child, .tables td:last-child {
    border-right: none;
}
.tables a {
    color: #49406f;
}
.tables label {
    margin-bottom: 0;
}
#form-edit-account {
    margin: 15px 0;
}
.button-edit, .button-delete {
    display: inline-block;
}
.button-edit {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #c6cee4;
    margin-right: -2px;
}
.button-delete {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #c6cee4;
    border-bottom: 1px solid #c6cee4;
    border-right: 1px solid #c6cee4;
    margin-left: -1px;
}
.tables th.actions, .tables td.actions {
    text-align: center;
}
.actions a {
    color: #45464b;
    font-size: 7px;
    padding: 7px 9px;
}
.actions .fa {
    font-size: 2.2em;
}

/* EDIT USERS & MY ACCOUNT PAGE */
.editusers, .myaccount {
    background-color: #f4f6f9;
    height: 100%;
    margin-top: -1px;
}
.editusers h3, .myaccount h3 {
    margin-bottom: 26px;
}
.hornav a, .return-btn {
    display: block;
    color: #45474e;
    font-size: 1em;
    font-weight: 400;
    padding: 17px 9px 13px 9px;
    transition: all 0.2s ease;
}
.hornav a:hover {
    text-decoration: none;
}
.hornav a i, .hornavright a.return-btn i {
    display: block;
    float: left;
    font-size: 30px;
    margin-right: 8px;
    position: relative;
    top: -5px;
}
.hornavright a.return-btn {
    margin: 0 18px;
    /*padding: 18px 9px 18px 9px;*/
    text-decoration: none;
}
.hornavright .fa-error {
    position: static;
}
.hornavright .hormenu {
    margin-right: 190px!important;
}
.hormenu-icon {
    position: absolute;
    top: 0;
    right: 0;
}
.backto {
    padding-bottom: 22px!important;
}
#form-edit-user {
    margin: 15px 0;
}
.editusers input, .myaccount input {
    border-radius: 0;
    width: 430px;
}
.editusers .cols input, .myaccount .cols input, .rows .cols input {
    width: 190px;
}
.editusers input[type="submit"], .myaccount input[type="submit"] {
    border-radius: 4px;
    max-width: 299px;
}
.change-password{
    padding: 20px 20px 20px 30px;
}
.editusers label, .myaccount label, .change-password label {
    display: block;
    font-family: 'Roboto';
    font-size: 0.875em;
    font-weight: 400;
    font-style: normal;
    color: #000;
    margin-bottom: 5px;
}
.editusers label span, .myaccount label span {
    display: none;
    color: #d0021b;
}
.editusers label span.selected, .myaccount label span.selected {
    display: inline-block;
}
.editusers .rows, .myaccount .rows {
    position: relative;
    margin-bottom: 22px;
}
.editusers .cols:first-child, .myaccount .cols:first-child, .rows .cols:first-child {
    float: left;
    margin-right: 27px;
}
.rows .cols:first-child::after {
    content: '–';
    position: absolute;
    left: 220px;
    top: 31px;
}
.rows .cols input:disabled {
    background: rgba(235, 235, 228, 1) !important;
}
.rows .cols.account:first-child::after {
    content: '';
}
.eu-select {
    padding: 8px 10px;
    min-width: 217px;
    height: 35px;
}
.eu-select-span {
    position: absolute;
    overflow: hidden;
    border: 1px solid #cfcfcf;
    padding: 6px 10px;
    min-width: 195px;
}
.eu-select-span::after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    right: 14px;
    top: 8px;
}
.editusers .eu-select-desc, .myaccount .eu-select-desc, .descleft {
    position: absolute;
    left: -243px;
    width: 200px;
    top: 0;
    font-family: 'RobotoCondensed';
    font-weight: 400;
    font-style: normal;
    font-size: 0.75em;
    color: #666;
}
.table-define .eu-select-span {
    border: 1px solid #ccc!important;
    border-radius: 4px;
    padding: 4px 10px!important;
    min-width: 150px!important;
    font-size: 10px;
    font-weight: 400;
    color: #666!important;
}
.table-define .eu-select {
    height: 25px;
    min-width: 172px!important;
}
.table-define .eu-select-span::after {
    right: 8px;
    top: 3px;
}
.table-define textarea {
    font-size: 14px;
    font-weight: 400;
    width: 95%;
    min-height: 40px;
    padding: 2%;
}
.table-define .number_column{
    width: 30px !important;
    height: 11px;
    font-size: 14px;
    text-align: center;
    line-height:16px;
}

.createorg .finance_currency_column{
    text-align: center !important;
    border-radius: 0 !important;
    max-width: 430px !important;
    width: 80px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    height: 18px !important;
    padding: 0px !important;
}

.table-result td.table-indicator, .table-result tr:last-child td.table-indicator, .table-result th.table-indicator {
    border-bottom: 1px solid #edf0f9;
}
.table-result td.table-th {
    border-right: 1px solid #edf0f9;
}
.tables .table-indicator p.desc-select {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #000;
    margin-top: 10px;
}
.tables td.table-value-ini, .tables td.table-value-cur {
    min-width: 150px;
}
.tables td.table-value-ini p, .tables td.table-value-cur p {
    font-size: 14px;
    font-weight: 400;
}
.table-comm tr td:first-child {
    background-color: #f9fafe;
}
.table-comm p {
    color: #666;
    font-size: 11px;
}
.paragraph-wrap {
    position: relative;
}

/* DIALOG */
#dialog01 {
    display: none;
}
:focus {
    outline: none;
}
#dialog01_cancel{
    border-color: #a4a8ac;
    background-color: #fff;
    color: #000000;
}
.ui-dialog {
    background-color: #f9f9f9;
    /*border: 1px solid #a5a7c4;*/
    border-radius: 4px;
    padding: 20px;
    z-index: 9999999;
    box-shadow: 4px 4px 4px -4px rgba(120,140,198,0.3);
}
.ui-dialog-content {
    background-color: #f9f9f9;
}
.ui-dialog p {
    font-family: 'Roboto';
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    color: #444;
    margin: 1rem 0;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999991;
    opacity: .4;
}
.ui-dialog .dg-btn {
    display: inline-block;
    font-size: 0.875em;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    background-color: #90a445;
    border: 1px solid #90a445;
    border-radius: 3px;
    padding: 5px 40px;
    margin-left: 8px;
}
.ui-dialog .dg-btn:hover {
    text-decoration: none;
}
.ui-dialog .count-page-mes {
    font-size: 0.687em;
    font-weight: 300;
    font-style: normal;
    color: #999;
}
.ui-dialog .ui-nav {
    text-align: right;
    margin-bottom: 0;
    margin-top: 1rem;
}
.ui-dialog-titlebar {
    float: right;
}
.ui-dialog-titlebar button {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    cursor: pointer;
    color: #c8c8c8;
}
.ui-dialog-titlebar button .ui-button-text {
    display: none;
}
.ui-dialog-titlebar button .ui-button-icon-primary::before {
    content: "\f00d";
    font-family: 'FontAwesome';
}

/* DIALOG TREE */
.dialog-tree {
    position: absolute!important;
    top: 0!important;
    left: 0px!important;
    width: 100%!important;
    background-color: transparent!important;
    border: none!important;
    padding: 0!important;
    box-shadow: none!important;
}
.dialog-tree .ui-dialog-titlebar button {
    font-size: 2.375em;
    top: 13px;
    right: 21px;
    z-index: 999999;
}
.dialog-tree input[type="search"] {
    border: none;
    border-bottom: 1px solid #eee;
    padding-left: 30px;
    min-width: 310px;
}
.dialog-tree input[type="submit"] {
    background: url(../img/search-btn.png) no-repeat 50% 50%;
    border: none;
    padding: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 6px;
    left: 0;
}
.dialog-search .ui-dialog-titlebar button {
    /*top: 73px;*/
}
#dialog04 .check-demographic {
    float: left;
    margin-top: 13px;
    margin-left: 5px;
}
#dialog04 .headmenumain .title-desc, #dialog04 .headmenumain .title-indicators {
    color: #8497cb;
    font-size: 0.812em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
#dialog04 .headmenumain .title-indicators {
    margin-left: 10px;
}
#dialog04 .submenu2 .title-desc {
    font-size: 14px;
    font-weight: 400;
    /*min-width: 340px;*/
}
#dialog04 .title-indicators {
    margin-left: 0;
}
#dialog04 .submenu2 li {
    padding-left: 10px;
}
#dialog04 .search input[type="search"] {
    background: transparent;
}
#dialog02 {
    background-color: #fefefe;
    padding-top: 15px;
    margin-left: 160px;
    box-shadow: 0px 0px 5px 2px rgba(73,64,111,0.3);
}
#dialog02 header {
    border-bottom: none;
}
#dialog02 .title-desc ul li {
    border: none;
    font-size: 16px;
    line-height: 24px;
}
#dialog04 {
    background-color: #fefefe;
    margin-left: 160px;
    box-shadow: 0px 0px 5px 2px rgba(73,64,111,0.3);
}
#dialog06 {
    background-color: #fefefe;
    margin-top: 60px;
    margin-left: 160px;
    box-shadow: 0px 4px 3px 0px rgba(73,64,111,0.3);
}
#dialog02 header {
    margin-left: 15px;
}
#dialog04 header {
    position: fixed;
    z-index: 99999;
    background-color: #f9fbff;
    border-bottom: none;
    padding-top: 34px;
    padding-left: 15px;
    width: calc(100% - 196px);
}
#dialog06 header {
    background-color: #f9fbff;
    padding-left: 15px;
    padding-top: 15px;
}
#dialog04 .headmenumain {
    position: fixed;
    z-index: 99998;
    width: calc(100% - 196px);
    padding: 70px 18px 1px 18px;
    border-bottom: 1px solid #eee;
}
#dialog04 .headmenumain, #dialog06 .headmenumain {
    background-color: #f9fbff;
}
#dialog02 h1, #dialog04 h1, #dialog06 h1 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.875em;
    color: #ccc;
}
#dialog06 h1, #dialog06 .search-select {
    float: left;
}
#dialog02 .search, #dialog04 .search {
    display: inline-block;
    position: relative;
    margin-right: 70px;
    margin-left: 30px;
    float: right;
}
#dialog06 .search {
    display: inline-block;
    position: relative;
    margin-right: 70px;
    margin-left: 30px;
    float: left;
}
#dialog06 .eu-select-span {
    color: #6172a4;
    border: 1px solid #cad2e8;
    border-radius: 4px;
    min-width: 136px;
    margin-left: 30px;
    text-transform: uppercase;
}
#dialog06 .eu-select {
    min-width: 158px;
    margin-left: 30px;
}
#dialog06 .search input[type="search"] {
    background-color: #f9fbff;
    font-size: 20px;
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 4px;
}
#dialog06 .title-indicators {
    text-align: right;
}
#dialog04>ul {
    padding-top: 114px;
}
#dialog02 ul, #dialog04 ul, #dialog06 ul {
    list-style: none;
}
#dialog02 ul li, #dialog04 ul li, #dialog06 ul li {
    clear: both;
    border-top: 1px solid #eee;
}
#dialog02 .cont-desc {
    display: inline-block;
    /*width: 20%;*/
    font-size: 14px;
    padding-top: 9px;
    padding-left: 7px;
    padding-right: 5px;
}
#dialog02 .cont-desc p {
    font-size: 1em;
    margin-bottom: 0;
}
#dialog02 .cont-service {
    padding-left: 3px;
    padding-right: 5px;
    box-sizing: border-box;
}
#dialog02 .title-indicators p, #dialog02 .title-desc p {
    margin-bottom: 0;
    font-size: 14px;
}
#dialog06 .dialog06-title-date {
    text-align: right;
}
#dialog06 .dialog06-title-date span {
    color: #ccc;
    font-size: 14px;
    font-weight: 300;
    margin-right: 2px;
}
#dialog06 table th {
    border-bottom: 1px solid #e9eefa;
    padding-bottom: 1px;
}
#dialog06 table th a {
    color: #8497cb;
    font-size: 0.812em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
#dialog06 table td {
    border-bottom: 1px solid #e9eefa;
    font-size: 17px;
    font-weight: 300;
    color: #666;
}
#dialog06 .dialog06-title a {
    color: #666;
    font-weight: 400;
    text-decoration: none;
}
.ui-dialog p.deadlines-ph {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}
.dialog-error {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    background-color: #ffe5e5;
    margin-left: -20px;
    margin-right: -20px;
    padding: 7px 20px;
}
.dialog-error i {
    color: #d0021b;
    font-size: 15px;
    margin-right: 5px;
}
.menumain {
    margin-left: 0;
}
.menumain i {
    font-size: 0.875em;
}
.menumain a {
    text-decoration: none;
    color: #666;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.menumain a.submenulink {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}
.menumain>li>a {
    display: block;
    padding-bottom: 20px;
    padding-left: 20px;
}
#dialog02 .headmenumain {
    padding: 18px 0 3px 0;
}
#dialog02 .title-focusarea,
#dialog02 .title-service,
#dialog02 .title-desc,
#dialog02 .title-mobil,
#dialog02 .title-indicators,
#dialog02 .cont-service,
#dialog02 .cont-desc,
#dialog02 .cont-mobil {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding-top: 9px;
    width: 19%;
}
#dialog02 .headmenumain .title-focusarea,
#dialog02 .headmenumain .title-service,
#dialog02 .headmenumain .title-desc,
#dialog02 .headmenumain .title-mobil,
#dialog02 .headmenumain .title-indicators,
#dialog02 .headmenumain .cont-service,
#dialog02 .headmenumain .cont-desc,
#dialog02 .headmenumain .cont-mobil {
    vertical-align: bottom;
}
#dialog02 .cont-mobil {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 5px;
}
#dialog02 .title-focusarea {
    padding-left: 18px;
    padding-right: 10px;
}
#dialog02 .title-indicators {
    padding-left: 14px;
    padding-right: 10px;
}
#dialog02 .headmenumain .title-indicators {
    padding-left: 0;
}
#dialog02 .submenu2 a {
    margin-left: 0;
}
.headmenumain {
    padding: 18px 18px 1px 18px;
}
.headmenumain div {
    display: inline-block;
    font-weight: 400;
}
.headmenumain a {
    color: #6f7076;
    font-size: 0.812em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
.headmenumain a i {
    font-size: 1em;
}
.headmenumain .fa-caret-up {
    display: none;
}
.submenu2 .title-desc, .submenu2 .title-indicators {
    display: inline-block;
    vertical-align: top;
    font-size: 0.812em;
    line-height: 138%;
    color: #666;
    padding: 10px;
    box-sizing: border-box;
}
.title-indicators {
    width: 20%;
    padding-left: 5px;
}
.title-focusarea {
    display: inline-block;
    padding-top: 5px;
    width: 20%;
    box-sizing: border-box;
}
.title-desc {
    width: 19%;
}
.cont-mobil {
    vertical-align: top;
    padding: 10px 0;
    box-sizing: border-box;
}
.service-name, .service-desc {
    display: block;
}
.service-desc {
    font-size: 14px;
    font-style: italic;
}
.template-desc {
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 9px;
}
.submenu2 a {
    display: block;
    text-decoration: underline;
    margin-left: 15px;
    color: #45474e;
    min-width: 167px;
    float: left;
}
.submenu2 a:hover {
    text-decoration: none;
}
.createorg .eu-select-span {
    min-width: 80px;
    border: none;
    color: #000;
}
.createorg .eu-select-span::after {
    font-size: 16px;
    color: #666;
}
.createorg .eu-select {
    min-width: 100px;
    padding: 0;
}
.step2 .err-mes {
    position: relative;
}
.step2 .fa-error {
    font-size: 1.125em;
    top: 32px;
    right: -142px;
    left: auto;
    color: #fdbeb6;
}
.createorg .tables {
    margin: 10px 0;
}
.createorg .tables th {
    font-size: 0.937em;
}
.tables .table-th {
    position: relative;
    background-color: #f9fafe;
    text-align: center;
}
.tables .table-th .orgdesc {
    text-align: left;
    font-size: 11px;
    top: 12px;
}
.tables tr:first-child .table-th {
    border-right: 1px solid #edf0f9;
    padding: 0;
}
.tables a.addbutton {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-size: 9px;
    color: #8497cb;
    text-decoration: underline;
}
.tables a.addbutton:hover {
    text-decoration: none;
}
.tables a.addbutton .fa {
    font-size: 10px;
    margin-right: 4px;
}
.tables .table-th {
    border-right: 1px solid #d3d7e2;
    padding: 20px 10px;
    min-width: 70px;
}
.tables .table-indicator, .tables .table-req, .tables .table-var {
    border-bottom: 1px solid #d3d7e2;
    position: relative;
}
.tables tr:last-child .table-indicator {
    border-bottom: 1px solid #d3d7e2;
}
.tables .table-indicator p {
    color: #999;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 120%;
    margin: 3px 0;
}
.tables span.selected {
    font-weight: 700;
    color: #d0021b;
}
.table-th p .fa {
    display: block;
    font-size: 1.5em;
}
.table-deadlines {
    border: 1px solid #eee;
}
.table-deadlines td {
    color: #ccc;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #eee;
    padding: 7px 15px;
}
.table-deadlines td a {
    color: #ccc;
    font-size: 15px;
    font-weight: 300;
}
.table-deadlines td a i {
    font-size: 18px;
    margin-left: 5px;
    margin-right: 20px;
}
.table-deadlines td a:hover {
    text-decoration: none;
}
.table-deadlines tr:last-child td {
    border-bottom: none;
}
.table-deadlines .deadlines-sel, .table-deadlines .deadlines-sel a {
    color: #45474e;
    font-weight: 500;
}
.table-deadlines .deadlines-date {
    min-width: 100px;
}
.table-deadlines .deadlines-date span {
    display: block;
    font-size: 11px;
    font-weight: 400;
}
td.deadlines-name {
    min-width: 130px;
}
td.deadlines-title {
    font-weight: 500;
    color: #444;
    min-width: 170px;
}
td.deadlines-status {
    font-weight: 500;
    color: #45474e;
}
td.deadlines-status span {
    display: block;
    font-size: 11px;
    font-weight: 400;
}
td.deadlines-edit a {
    display: inline-block;
    color: #45464b;
    font-size: 11px;
    font-weight: 400;
}
td.deadlines-edit a:last-child {
    margin-left: 10px;
}
td.deadlines-edit a i {
    font-size: 14px;
    font-weight: normal;
    margin-right: 2px;
}
.checkbox {
    position: relative;
    margin-top: 20px;
    color: #666;
}
.checkbox span {
    padding-left: 5px;
}
.step-compl {
    position: relative;
}
.step3 .tables th, .step3 .tables td {
    color: #49406f;
    font-size: 0.875em;
}
.step3err .err-mes {
    display: inline-block;
    position: relative;
    bottom: 50px;
    min-width: 100%;
    min-height: 30px;
}
.step3err .err-mes span {
    left: 0;
}
.step3err .fa-success {
    display: none;
}
.step3err .err-mes .fa-success {
    display: inline-block;
}
.step3err .err-mes .fa-success, .step3err .err-mes .fa-error {
    left: 5px;
}
.step4 .eu-select-span {
    border: 1px solid #cfcfcf;
    min-width: 195px;
}
.step4 .eu-select {
    min-width: 217px;
}
.step4 .orgdesc {
    top: 30px;
}
.step4 .tables {
    width: 100%;
    max-width: none;
}
.step4 .tables th {
    font-size: 0.812em;
}
.step4 .tables td {
    position: relative;
    color: #000;
}
.step4 .tables td i {
    font-size: 16px;
    position: absolute;
    top: 9px;
    right: -20px;
    color: #fdbeb6;
}
.step4 .inactive, .step4 .inactive a {
    color: #ccc!important;
}
#datepicker {
    width: 96%;
    padding: 2%;
}
.input-step3 {
    background: transparent;
    border: 0px;
    width: 100%;
    font-size: 14px;
    cursor: context-menu;
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.input-step3.disabled {
    background-color: #f9f9f9;
}

/* Notify Grantees */
.step1check {
    margin-top: 10px;
}
textarea.notify-textarea {
    min-height: 105px;
}
.inset {
    background-color: #e8e8e8;
    max-width: 430px;
    padding: 10px 10px 0 10px;
    color: #000;
    font-size: 0.812em;
}
.inset p {
    margin-bottom: 10px;
    line-height: 120%;
}
.inset a {
    color: #000;
    text-decoration: underline;
}
.inset a:hover {
    text-decoration: none;
}
#content .notify-table {
    margin: 22px 0;
}
#content .notify-table th, #content .notify-table td, #content .notify-table a {
    font-size: 13px;
    color: #000;
}
.hornavright {
    /*position: relative;*/
    position: fixed;
    top: 0;
    /*margin-left: 113px;*/
    width: calc(100% - 160px);
    z-index: 99999;
    background-color: #f9f9f9;
    border-bottom: 1px solid #c0c5cb;
}
.hornavright li {
    display: inline-block;
}
.hornavright li a {
    display: block;
    color: #45474e;
    font-size: 0.812em;
    font-weight: 400;
    padding: 18px 12px 14px 12px;
    transition: all 0.2s ease;
}
.hornavright .hormenu {
    float: left;
    margin: 0 18px
}
.hornavright .hormenu a {
    border-bottom: 10px solid #f9f9f9;
}
.hornavright .hormenu a:hover {
    text-decoration: none;
    border-bottom: 10px solid #e9e9e9;
}
.hornavright .hormenu .addgrant a {
    font-weight: 500;
}
.hornavright .hormenu .addgrant a:hover {
    border-bottom: 10px solid #f9f9f9;
}
.hornavright .hormenu .addgrant i {
    font-size: 14px;
    margin-right: 3px;
}
.hornavright>a {
    float: left;
    margin: 14px 18px 14px 25px;
}
.hornavright ul {
    float: right;
}
.hornavright ul.eo-nav-rigth {
    margin: 0 20px;
}
.hornavright .eo-nav-left, .hornavright .eo-nav-left a {
    float: left;
}
.hornavright ul li i.fa-search {
    font-size: 24px;
}
.hornavright ul li i {
    font-size: 20px;
}
.hornavright ul li .pa-search {
    border-left: 1px solid #e4e9f2;
    padding: 18px 25px 16px 25px;
    margin-left: 15px;
}

/* PORTFOLIO AFTER ONBOARDING MODAL */
.modal-wrapper {
    background-color:#fff;
    border:1px solid #cad2e8;
    border-radius:5px;
    margin:15px;
    padding:2px;
}
.modal-head {
    background-color: #e7eaf1;
    border-bottom: 1px solid #c0c5cb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 14px 20px;
}
.modal-head-nt {
    background-color: #fcfcfc;
    border-bottom: 1px solid #cad2e8;
    padding: 10px 20px;
    font-size: 13px;
    font-style: italic;
}
.modal-wrapper h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}
.modal-wrapper table {
    width: 100%;
}
.modal-wrapper .empty-list {
    text-align: center;
}
.modal-wrapper .date-range {
    color: #a4a8ac;
    display: block;
    font-size: 13px;
}
.modal-body-report table th {
    border-bottom: 1px solid #cad2e8;
}
.name-port {
    border-bottom: 1px solid #d9dff0;
    float: left;
}
.count-port {
    color: #44474e;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 2px;
    width:90px;
}
.desc-port {
    color: #7d8ab0;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0;
}
.desc-port span {
    font-weight: 400;
    font-style: normal;
}
.modal-wrapper ul.modal-menu {
    background-color: #f9fbff;
    border: 1px solid #c0c3c8;
    border-radius: 4px;
    float: right;
    margin: 18px 0;
    padding: 0;
}
.modal-wrapper ul.modal-menu-one {
    margin: 10px 0 0 0;
}
.modal-wrapper ul.modal-menu li {
    display: inline-block;
    position: relative;
}
.modal-wrapper ul.modal-menu li a {
    border-right: 1px solid #c0c3c8;
    color: #45464b;
    display: inline-block;
    font-family: 'RobotoCondensed';
    font-size: 0.687em;
    font-weight: 400;
    padding: 8px 14px;
    text-decoration: none;
    white-space: nowrap;
}
.modal-wrapper ul.modal-menu li:last-child a {
    border-right: none;
}
.modal-wrapper ul.modal-menu li .fa,
.modal-wrapper .todo-list-row a.bg-green .fa {
    font-size: 14px;
    margin-right: 4px;
}
.modal-head-left {
    float: left;
}
.modal-head-right {
    float: right;
}
.modal-wrapper ul.modal-menu li.modal-mess a, .modal-link-active a {
    color: #45464b!important;
}
.modal-newprog a {
    color: #45464b!important;
}
.inbox {
    position: absolute;
    top: 4px;
    left: 2px;
    z-index: 999999;
    display: inline-block;
    border-radius: 8px;
    background-color: #fc3030;
    font-weight: 400;
    text-align: center;
    color: #fff;
    width: 16px;
    height: 16px;
}
.sort {
    display: inline-block;
    margin-left: 3px;
    margin-bottom: -3px;
}
.sort a {
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: 2px;
}
.sort i {
    display: block;
    font-size: 14px;
    color: #dedede;
    line-height: 0;
    height: 6px;
    overflow: hidden;
}
.sort i.fa-sort-asc::before {
    position: absolute;
    bottom: 0;
    left: 0;
}
.hornavright .preview, .hornavright .subforreview, .hornavright .dischanges {
    background-color: #e7fae4;
    color: #6b9d35;
    border-left: 1px solid #e4e9f2;
    border-right: 1px solid #e4e9f2;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    padding: 15px 15px 12px 15px;
    margin: 0;
}
.hornavright .preview:hover, .hornavright .subforreview:hover, .hornavright .dischanges:hover {
    text-decoration: none;
}
.hornavright .preview i, .hornavright .subforreview i, .hornavright .dischanges i {
    display: block;
    font-size: 18px;
}
.hornavright .dischanges i {
    color: #d0021b;
}
.hornavright .unpreview {
    background-color: #f7fcf0!important;
    border-right: none;
}
.hornavright .subforreview {
    border-right: none;
}
.hornavright .dischanges {
    background-color: #fff2ef;
    color: #d0021b;
}
.hornavright .progress {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    float: left;
    margin-left: 14px;
    padding: 13px 0;
    line-height: 16px;
}
.hornavright .progress span {
    display: block;
    font-size: 11px;
    color: #a4a8ac;
}
.wrapper-eo {
    margin-top: 0;
    padding-bottom: 1px;
}
.eo-header {
    border-bottom: 1px solid #c0c5cb;
    background-color: #e7eaf1;
    padding: 20px;
}
.eo-header2 {
    background-color: #fdfdff;
    border-bottom: 1px solid #eff1f8;
    padding: 25px 60px 10px 60px;
}
.eo-header h1 {
    color: #45474e;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
.eo-header h1 img {
    vertical-align: middle;
}
.eo-header2 h2 {
    color: #6f7076;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    float: left;
}
.eo-header2 .fa-check::before, .eo-header2 .fa-circle-o::before {
    position: relative;
    top: 5px;
}
.eo-comm .fa-adjust::before {
    position: relative;
    top: 5px;
}
.eo-header2 .eo-comm {
    float: right;
    color: #d4d5d8;
    font-size: 14px;
}
.eo-header2 .eo-comm .eo-comm-red {
    color: #d00235;
}
.eo-header2 .eo-comm i.fa-check, .eo-header2 .eo-comm i.fa-adjust {
    color: #a4a8ac;
}
.eo-header2 .eo-comm span {
    color: #f5a623;
    font-size: 11px;
    margin-right: 10px;
    margin-top: 7px;
    float: left;
}
.eo-header2-first {
    border-top: 1px solid #eff1f8;
}
.report-select {
    position: relative;
}
.report-select .eu-select-span {
    background-color: #fff;
    border: 1px solid #cad2e8;
    border-radius: 4px;
    min-width: 230px;
    right: 0;
}
.report-select .eu-select {
    /*min-width: 180px;*/
    min-width: 250px;
}
h3.report-h3 {
    margin: 5px 0;
    padding: 0;
}
.link-view-example {
    color: #a4a8ac;
    text-decoration: underline;
}
.link-view-example:hover {
    text-decoration: none;
}
#yearoper {
    max-width: 210px;
}
.paragraph {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    max-width: 700px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.paragraph i {
    color: #ccc;
    font-size: 16px;
    margin: 0 3px;
}
.paragraph02 {
    font-size: 14px;
}
.table-define .table-indicator {
    width: 25%;
    border-bottom: 1px solid #d3d7e2;
}
.table-define td.table-req {
    border-right: 1px solid #d3d7e2!important;
}
.table-define td.table-req p {
    color: #666;
    font-size: 12px;
    margin-right: 20px;
}
.popup-help {
    background-color: #fff;
    border: 2px solid #f8984e;
    padding: 3px 5px;
    position: absolute;
    width: 220px;
    z-index: 1;
}
.edit-icon {
    color: #ccc;
    position: absolute;
    top: 8px;
    right: 8px;
}
.edit-icon a {
    color: #ccc;
}
.edit-icon i {
    font-size: 16px;
}
.table-finan .currforecast {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.table-finan .variance {
    font-weight: 400;
    font-size: 14px;
    color: #d0021b;
}
.table-finan .notes {
    width: 30%;
    font-size: 11px;
    color: #666;
}

.table-finan .notes textarea{
    min-height: 30px;
    min-width: 60px;
    width: auto;
}

.table-finan .total {
    font-weight: 400;
    font-style: italic;
}
.impl-col-first {
    margin-left: 35px;
}
.rows .impl-col-first::after {
    display: none;
}
#due-date-in {
    min-width: 156px;
    width: 0;
}
#def-textarea {
    width: auto;
    min-width: 395px;
}
.disabled, .disabled *{
    color: #B3B7B6;
}
.fa-delete::before {
    cursor: pointer;
}
.checkbox-header{
    margin-right: 5px;
    margin-bottom: 3px;
    vertical-align: middle;
}
.radio {
    max-width: 700px;
    margin-bottom: 7px;
}
.radio i {
    font-weight: 300;
    font-style: italic;
}
.programwizsubunactive{
    color: #cfcfcf;
}
.programwizsublocation {
    font-size: 16px;
    color: #fdbeb6;
    position: absolute;
    top: 10px;
    left: 460px;
}
.programwizsubstrategy {
    font-size: 16px;
    color: #fdbeb6;
}
.programwizsubstories {
    font-size: 16px;
    color: #fdbeb6;
    position: absolute;
    top: 80px;
    left: 600px;
}
.impl-col-first .taskstr {
    position: relative;
}
.impl-col-first .taskstr i {
    position: absolute;
    top: 9px;
    left: -22px;
    font-size: 18px;
    color: #eee;
}
.angular-dnd-helper {
    width: 100%;
}
.angular-dnd-placeholder {
    width: 100%;
}
.impl-col-first .fa-arrows::before {
    content: "\f047";
}
.angular-dnd-helper .taskstr i {
    color: #788cc6!important;
}

/* TOOLTIPS */
.tooltips {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin: 17px 25px 0 25px;
    padding: 5px 30px 8px 37px;
    position: relative;
}
.tooltips-o {
    background-color: #f4e5ce;
    border-top: 4px solid #f5a623;
}
.tooltips-g {
    background-color: #e7fae4;
    border-top: 4px solid #86c442;
}
.tooltips i {
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 12px;
}
.tooltips-o i {
    color: #f5a623;
}
.tooltips-g i {
    color: #86c442;
}
.tooltip-close {
    position: absolute;
    top: 5px;
    right: 12px;
    left: auto;
}
.tooltip-close i {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
.table-sort th {
    font-size: 15px;
    font-weight: 400;
    background-color: #f9fbff;
    border-bottom: 1px solid #eee;
}
.table-sort th, .table-sort td {
    text-align: left;
    padding: 14px 18px;
    color: #000;
}
.table-sort .desc-head {
    color: #7d8ab0;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #cad2e8;
    border-top: 1px solid #cad2e8;
    padding-top: 7px;
    padding-bottom: 7px;
}
.table-sort .sort-selected i {
    color: #003dcb;
}
.table-sort td.tolink {
    text-align: right;
}
.table-sort-pa th {
    border-bottom: none;
}
.table-sort-pa td {
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
}
.table-sort-pa tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}
.table-sort-pa tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}
.table-sort-pa tr:last-child td {
    border-bottom: none;
}
.table-sort-pa .progs {
    font-size: 13px;
    font-weight: 400;
    color: #555;
    line-height: 16px;
}
.table-sort-pa .progs-title {
    display: block;
    font-weight: 700;
    margin-top: 3px;
}
.table-sort-pa .progs-link a {
    color: #fc3030;
    text-decoration: underline;
}
.table-sort-pa .progs-link a:hover {
    text-decoration: none;
}
.table-sort-pa-check {
    width: 10px;
}
.progs > div {
    float: left;
    margin-right: 7px;
}
.tolink i {
    font-size: 20px;
    font-weight: bold;
    color: #a4a8ac;
}
.name-prog, .amount {
    font-weight: 400;
}
.profcontent {
    width: 221px;
}
.profcontent a {
    color: #a4a8ac;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    margin: 5px;
    text-align: center;
    width: 61px;
}
.profcontent a span {
    text-decoration: underline;
}
.profcontent a:hover, .profcontent a:hover span {
    text-decoration: none;
}
.profcontent i {
    font-size: 18px;
    font-weight: 900;
    display: block;
}
.date-prog {
    white-space: nowrap;
}

#dialog03, #dialog05, #dialog07, #dialog08, #dialog10, #dialog11, #uploadDialogError  {
    padding: 20px;
    border-radius: 7px;
}
#dialog07 {
    background-color: #fff;
}
.modal-window {
    min-width: 560px;
    padding: 0;
}
.modal-window h1 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    background-color: #45474e;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: -20px -20px 0 -20px !important;
    padding: 20px 25px;
}
.modal-change-password h1{
    margin: -20px 0 0 0px !important;
}
.modal-window .ui-dialog-titlebar button {
    top: 20px;
    right: 20px;
    font-size: 18px;
}
.modal-window .radio {
    margin-bottom: 3px;
}
.modal-window .radio label {
    font-weight: 400;
    font-size: 14px!important;
}
.modal-window textarea {
    border-color: #bbb;
    font-size: 14px;
    max-width: 498px;
}
.modal-window .modal-h3 {
    font-size: 13px;
    font-weight: 700;
    color: #44474e;
    margin-top: 15px;
    margin-bottom: 5px;
}
.modal-window .modal-ph {
    font-size: 14px;
    margin: 10px 0;
}
.modal-window .modal-ph a {
    color: #44474e;
}
.modal-window .modal-ph a:hover {
    text-decoration: none;
}
.modal-window .quotes p.modal-h4 {
    font-size: 15px;
    font-weight: 400;
    color: #45474e;
}
.modal-window .quotes {
    border: 1px solid #eee;
    font-size: 13px;
    padding: 15px;
}
.modal-window .quotes p {
    margin-bottom: 0;
    font-weight: 300;
    color: #666;
}
.modal-window .submit {
    text-align: center;
}
.modal-window .button-save {
    margin: 20px 0 10px 0;
}
.modal-inset {
    margin: 25px;
}
.modal-inset .rows {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    min-width: 315px;
    position: relative;
}
.modal-inset .row-total {
    border-top: 2px solid #8fa1d0;
    padding-top: 10px;
    float: left;
}
.modal-inset .row-total span {
    color: #d0021b;
    margin-right: 10px;
}
.modal-inset .row-total .suc-mes {
    color: #86c442;
    position: absolute;
    top: 14px;
    right: -130px;
}
.modal-inset .row-total .suc-mes i {
    font-size: 18px;
    margin-right: 3px;
}
.modal-inset label {
    color: #45474e;
    font-size: 16px;
    font-weight: 500;
}
.modal-inset input {
    padding: 4px 6px;
    margin: 0 5px;
    max-width: 100px;
}
.table-block {
    max-width: 730px;
    border: 1px solid #cad2e8;
    background-color: #fff;
    border-radius: 7px;
    margin-top: 30px;
}
.table-block-head {
    color: #7d8ab0;
    background-color: #e9eefa;
    border-bottom: 1px solid #cad2e8;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 22px;
    font-weight: 400;
    padding: 20px;
}
.table-block-body {
    padding: 20px;
}
.table-block-year {
    float: right;
}
.table-block-link {
    margin-left: 30px;
    white-space: nowrap;
}
.table-block-link, .table-block-link a {
    color: #000;
}
.table-block-link a {
    text-decoration: underline;
}
.table-block-link a:hover {
    text-decoration: none;
}
.addlink {
    color: #6172a4;
    font-size: 22px;
    text-decoration: underline;
}
.addlink:hover {
    text-decoration: none;
}
.report-due-date {
    font-weight: 700;
    font-size: 14px!important;
}
.report-select-plane .eu-select-span {
    font-size: 11px;
    font-weight: 400;
    color: #788cc6;
    min-width: 35px;
    padding: 5px 30px 7px 30px;
}
.report-select-plane .eu-link {
    font-size: 11px;
    font-weight: 400;
    color: #788cc6;
    position: absolute;
    right: 26px;
    top: 0;
    z-index: 5;
    min-width: 70px;
    height: 27px;
}
.eu-link-submit {
    color: #45464b;
    font-size: 11px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #c0c3c8;
    border-radius: 4px;
    padding: 5px 24px 7px 15px;
}
.eu-link-submit:hover {
    text-decoration: none;
}
.eu-link-submit::before {
    content: "\f1d8";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 9px;
}
.report-select-plane .eu-link:hover {
    text-decoration: none;
}
.report-select-plane .eu-link::before {
    content: "\f1d8";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    left: 7px;
    top: 7px;
}
.report-select-plane {
    float: left;
}
.report-select-plane .eu-select-span::after {
    color: #788cc6;
    top: 0;
    right: 8px;
    border-left: 1px solid #cad2e8;
    height: 27px;
    padding-left: 6px;
    padding-top: 6px;
}
.report-select-plane .eu-select {
    min-width: 97px;
    height: 29px;
}
#orgnein {
    border-radius: 0;
    max-width: 430px;
    width: 100%;
}
ul.port-nav {
    background-color: #f9fbff;
    border: 1px solid #cad2e8;
    border-radius: 4px;
    float: left;
    margin: 13px 0 14px 25px;
}
ul.port-nav li {
    display: inline-block;
    position: relative;
}
ul.port-nav li a {
    display: inline-block;
    font-family: 'RobotoCondensed';
    font-weight: 400;
    font-size: 0.687em;
    color: #8fa1d0;
    border-right: 1px solid #e4e4e4;
    text-decoration: none;
    padding: 8px 14px;
}
ul.port-nav li a i {
    font-size: 14px;
    margin-right: 4px;
}
ul.port-nav li:last-child a {
    border-right: none;
}
a.port-close {
    color: #8fa1d0;
    float: right;
    margin: 15px 25px 15px 18px;
}
a.port-close i {
    font-size: 26px;
}
.mt {
    /*margin-top: 94px;*/
    margin-top: 33px;
}
.createorgwrapper .step2 .err-mes-st {
    position: absolute;
    left: 0;
    top: 0;
}
.createorgwrapper .step2 .err-mes-st .fa-error {
    top: 32px;
    left: 460px;
}
.err-mes-st span {
    display: inline-block;
    color: #fd605a;
    font-size: 0.75em;
    font-weight: 400;
    margin-left: 8px;
    padding-left: 21px;
    position: relative;
    top: 29px;
    left: 460px;
}
.substep {
    max-width: 700px;
}
.substep i {
    float: right;
}
.minwidth {
    min-width: 200px!important;
}
.investment-select-mode {
    text-decoration: underline;
    font-weight: normal;
    color:  #ccc;
}
.active-link {
    color: #444 !important;
    text-decoration: none !important;
    font-weight: bold !important;
}
.add-program-link{
    font-size: 14px;
    color: #f8984e;
    cursor: pointer;
    margin-left: 40px;
}
.add-program-link a {
    text-decoration: underline;
}

.grey-button {
    background: #bfbfbf !important;
    border: none !important;
    min-width: 170px!important;
    /*padding-top: 11px!important;
    padding-bottom: 11px!important;*/
}
.grey-button-program {
    background: #bfbfbf !important;
    border: none !important;
    min-width: 299px!important;
    /*padding-top: 11px!important;
    padding-bottom: 11px!important;*/
}
.link-signup {
    color: gray;
    text-decoration: underline;
}
.investment-dialog-fully {
    color: #bce68e;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    position: inherit;
    padding: 4px 10px !important;
    margin: 0 5px !important;
}
.investment-dialog-remaining {
    color: #fdbeb6 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    /*text-transform: uppercase !important;*/
    position: inherit !important;
    padding: 4px 10px!important;
    margin: 0 5px!important;
    font-family: 'Roboto';
}
.uppercase-text-transform {
    text-transform: uppercase !important;
}
.allocation-disabled {
    background-color: #bfbfbf;
}
.allocation-disabled-type {
    background-color: #bfbfbf;
}
.inbox.invest {
    margin-left: 23px;
    font-size: 10px;
    top: 15px;
    display: block !important;
}
.inbox.programs {
    margin-left: 23px;
    font-size: 10px;
    /*top: 15px;*/
    display: block !important;
}
.modal-h4 {
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: bold;
}
.feedback {
    position: fixed;
    right: 0;
    overflow-y: auto;
    z-index: 99998;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    border-left: 1px solid #c0c5cb;
    width: 250px;
    height: 92%;
    padding: 15px;
    padding-bottom: 2%;
    box-sizing: border-box;
}
.feedback h4 {
    color: #45474e;
    font-weight: 300;
    font-size: 20px;
    margin: 15px 0;
}
.feedback input[type="submit"] {
    min-width: 0;
    width: 100%;
    font-size: 16px;
    padding: 5px 5px 7px 5px;
    margin-top: -5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.feedback textarea {
    resize: none;
    font-size: 16px;
    box-sizing: border-box;
}
.feedback-link {
    display: block;
    color: #c0c5cb;
    background-position: 0 8px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}
.feedback-link i {
    position: relative;
    top: 1px;
    font-size: 14px;
    background: #fff;
}
.feedback-link span {
    display: inline-block!important;
    color: #A1A9B3;
    background: #fff;
    margin-left: -5px;
    padding-right: 5px;
    padding-left: 5px;
}
.feedback ul li {
    list-style: none;
    line-height: 16px;
    margin-top: 11px;
    margin-left: 20px;
}
.feedback-comm {
    display: none;
    margin-bottom: 15px;
}
.feedback-date {
    display: block;
    color: #A1A9B3;
    font-size: 12px;
    padding-bottom: 2px;
}
.feedback-date a:hover {
    text-decoration: none;
}
.feedback-edit, .feedback-delete {
    color: #A1A9B3;
}
.feedback-edit i, .feedback-delete i {
    font-size: 14px;
    margin-left: 5px;
}
.feedback-orang a {
    color: #f5a623;
}
.feedback-red a {
    color: #fd605a;
}
.contentin {
    margin-right: 250px;
}
.invmore01 h1 {
    font-size: 26px;
    font-weight: 300;
}
.invmore01head-left {
    float: left;
}
.head-width {
    max-width: calc(100% - 240px);
}
.invmore01head-center {
    float: left;
    margin-left: 50px;
    padding-top: 5px;
}
.invmore01head03, .invmore01body-left, .invmore01body-right {
    float: left;
    padding: 25px;
}
.invmore01body-right p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.invmore01body-right p span {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    margin-left: 60px;
}
.invmore01head01 {
    float: left;
    padding: 25px 35px 25px 25px;
}
.invmore01head02 {
    float: left;
    padding: 25px 35px 25px 25px;
}
.invmore01head01 i, .invmore01head02 i {
    position: absolute;
    right: 10px;
    top: 37%;
    color: #d4d5d8;
    font-size: 17px;
}
.invmore01head01, .invmore01head02 {
    border-right: 1px solid #e4e9f2;
    text-align: center;
}
.invmore01head01, .invmore01head02, .invmore01head03 {
    position: relative;
    min-height: 62px;
}
.invmore01head01 h3, .invmore01head02 h3 {
    margin: 0;
}
.invmore01head01 .progress-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 15px -25px 0 -25px;
}
.invmore01head02 .progress-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 15px -25px 0 -25px;
}
.invmore01body-left h4 {
    font-weight: 400;
    margin-bottom: 5px;
}
.invmore01body-left p {
    font-size: 14px;
}
.invmore01body-line {
    border-top: 1px solid #999;
    padding-top: 10px;
}
.invmore-header {
    display: block;
    border-top: 1px solid #c0c5cb;
    border-bottom: 1px solid #c0c5cb;
    background-color: #e7eaf1;
    padding: 20px 0;
}
.invmore-header.unactive {
    background-color: #eee;
}
.invmore-header.unactive * {
    color: #ccc;
}
.invmore-header:hover {
    text-decoration: none;
}
.invmore-header-left, .invmore-header-right {
    float: left;
    width: 48%;
}
.invmore-header-span {
    float: left;
    width: 20%;
    color: #45474e;
    font-size: 18px;
    font-weight: 300;
    line-height: 16px;
    padding: 5px 10px 13px 14px;
    min-width: 130px;
    box-sizing: border-box;
}
.invmore-header .invmore-header-span span {
    display: block;
    font-size: 11px;
    color: #a4a8ac;
    margin-left: 0!important;
}
.invmore-header-text {
    float: left;
    width: 50%;
    color: #999;
    font-size: 11px;
    padding-left: 10px;
    box-sizing: border-box;
}
.invmore-header h1 {
    color: #45474e;
    font-size: 26px;
    font-weight: 300;
}
.invmore-header span {
    color: #45474e;
}
.invmore-header h1, .invmore-header span {
    margin-left: 25px!important;
}
.invmore01head03 p {
    font-size: 15px;
    font-weight: 300;
}
.invmore01head03title span {
    color: #999;
    font-size: 12px;
    font-weight: 300;
}
.invmore01head03title {
    font-size: 13px;
    font-weight: 500;
}
.invmore-header02, .invmore-header03, .invmore-header04, .invmore-header05, .invmore-header06 {
    background-color: #fff;
    border-bottom: 1px solid #e4e9f2;
}
.invmore-header02 h2, .invmore-header03 h2, .invmore-header04 h2, .invmore-header05 h2, .invmore-header06 h2, .invmore-header07 h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    padding: 40px 25px 5px 25px;
}
.invmore-body-left, .invmore-body-right {
    float: left;
    font-size: 14px;
    width: 48%;
    padding-right: 4%;
    box-sizing: border-box;
}
.invmore-body ul li {
    list-style: none;
    margin-top: 5px;
    margin-right: 7%;
}
.invmore-body ul li::before {
    color: #cad2e8;
    font-size: 8px;
    position: relative;
    top: -2px;
    margin-right: 8px;
}
.invmore-body-left ul li::before {
    color: #fff;
    font-family: 'Roboto';
    font-size: 11px;
    font-weight: 500;
    background-color: #cad2e8;
    border-radius: 34px;
    padding: 2px 6px;
}
.invmore-body-left h4, .invmore-body h4, .invmore-body-right h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}
.invmore-body .table-req p {
    font-size: 12px;
    line-height: 120%;
}
.invmore-body .table-var p {
    font-size: 14px;
}

 p {
    color: #45474e;
    font-style: normal;
}
.invmore-body .eu-select {
    height: 25px;
    margin: 5px 0;
}
.invmore-body .eu-select-span {
    color: #666;
    font-size: 10px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 10px;
    margin: 5px 0;
    min-width: 120px;
}
.invmore-body .eu-select-span::after {
    right: 8px;
    top: 3px;
}
.invmore-body .tables.outcomes thead th {
    border-bottom: 1px solid #edf0f9;
}
.invmore-body .tables td.table-indicator,
.invmore-body .tables td.table-req,
.invmore-body .tables td.table-var,
.tables tr:last-child td.table-indicator {
    border-bottom: 5px solid #edf0f9;
}
.invmore-body .tables .table-th {
    border-right: 1px solid #edf0f9;
}
.table-bench, .table-var {
    text-align: center;
}
.table-bench a {
    color: #555;
}
.table-var i {
    position: relative;
    top: 1px;
    margin-right: 2px;
}
.invmore-button {
    display: inline-block;
    color: #cacedb;
    border: 1px solid #cacedb;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
}
.invmore-button:hover {
    text-decoration: none;
}
.tracking {
    background-color: #f9f9f9;
    border-bottom: 1px solid #edf0f9;
    margin: -8px -10px 0 -10px;
    padding: 3px 10px;
    margin-bottom: 6px;
}
.tracking i {
    color: #7e8cb2;
    font-size: 12px;
    padding: 1px;
}
.tracking span {
    color: #999;
    margin-left: 3px;
}
.head-mar {
    margin-top: 30px;
}
.expenses, .curfor {
    white-space: nowrap;
}
.prog-share i, .notes i, .expenses i {
    color: #d4d5d8;
    font-size: 14px;
}
.prog-share span {
    margin: 0 10px;
}
.progress-bar {
    background-color: #cad2e8;
    height: 8px;
}
.post-comm {
    display: none;
}
.drop-box {
    /*background: #F8F8F8;*/
    border: 5px dashed #DDD;
    cursor: pointer;
    padding: 10px;
}
.drop-box.disabled {
    background:#f8f8f8;
    cursor:default;
}
.dragover {
    border: 5px dashed #8e929c !important;
}
.underline-span{
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    color: black;

}
.head-select {
    height: 61px;
    padding: 0 14px;
}
@-moz-document url-prefix() {
    .head-select {
        padding: 0 18px;
    }
}
.head-select-span {
    display: inline-block;
    position: absolute;
    top: 0;
    font-weight: 400;
    border-left: 1px solid #c0c5cb;
    border-right: 1px solid #c0c5cb;
    padding: 20px 15px;
}
.head-select-span::after {
    content: " \f0d7";
    font-family: 'FontAwesome';
}
.bxslider-inv-more li::before {
    display: none;
}
.bx-wrapper {
    position: relative;
    max-width: 485px!important;
    margin: 34px 0 10px 0!important;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bx-wrapper .bx-viewport {
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}
.bx-wrapper .bx-prev {
    left: 0;
    padding-left: 15px;
    background: url(../img/prev.png) no-repeat left 5px;
}
.bx-wrapper .bx-next {
    right: 0;
    padding-right: 15px;
    background: url(../img/next.png) no-repeat right 5px;
}
.bx-wrapper .bx-controls {
    position: absolute;
    top: -14px;
    width: 100%;
    text-align: center;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    z-index: 9999;
    display: inline-block;
    color: #45474e;
    font-size: 13px;
    text-decoration: underline;
}
.bx-wrapper .bx-controls-direction a:hover {
    text-decoration: none;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
.counter {
    position: relative;
    top: -5px;
    font-size: 13px;
    font-weight: 500;
}

@media only screen and (max-width: 1100px) {
    .step3 .err-mes span {position:absolute;padding:0 0 0 21px;}
    .err-mes span {position:static;padding:7px 5% 7px 0;min-width:95%;}
    .list {display:none;}
}
@media only screen and (max-width: 1024px) {
    .regform {max-width:100%;}
    .wrapper {margin-left:0;}
    .hornavright a.return-btn {float:none;margin:0;padding:18px 27px 21px 27px;border-bottom:1px solid #e4e9f2;}
    .modal-wrapper ul.modal-menu li:last-child {border-bottom:none;}
}
@media only screen and (max-width: 880px) {
    .midarea {width:80%;}
    .midarea h2 {max-width:100%;margin-left:0;}
    .midarea .signul {margin-left:10%;}
    .regform {margin-left:8%;}
    .quote, .descleft i {display:none;}
    .createorg .orgdesc, .editusers .eu-select-desc, .myaccount .eu-select-desc {display:none;}
    .createorgwrapper, .wrapper, .wrapper-eo {margin-left:0;}
    .headerin {background-position: -800px bottom;}
    #content h1 {margin-left: 33px;}
    #dialog02 .search {float:none;margin-left:0;margin-top:5px;margin-right:0;width:98%;}
    #dialog04 .search  {float:none;margin-left:0;margin-top:5px;margin-right:0;width:53%;}
    .dialog-tree input[type="search"] {min-width:100%;}
    .modal-window {min-width:100%;background-color:transparent;border:none;box-shadow:none;}
    .modal-window h1 {border-radius:0;}
    .modal-window textarea {padding:1%;min-width:98%;}
    #dialog03, #dialog05, #dialog07, #dialog08 {margin-left:160px;border-radius:0;}
    .table-block-link {margin-top:10px;}
}
@media only screen and (max-width: 1024px) {
    .blockmorebody-left .diagram {float:none;}
    .blockmorebody-left ul {margin-top:0;}
    #dialog02, #dialog04, #dialog06 {margin-left:0;}
    .hornavright .hormenu li:first-child, .hornav>ul li:first-child, .hornavright>a:first-child, .backto {margin-left:113px;}
    .hornavright {width:calc(100% - 47px);}
    #content .headerin {margin-left:100px;position:fixed;top:0;z-index:999;width:calc(100% - 145px);border-bottom:1px solid #c0c5cb;}
    #content h1 {font-size:2em;}
    #dialog04 header, #dialog04 .headmenumain {width:100%;}
}
@media only screen and (max-width: 760px) {
    #content .section01 {padding-left:10%;padding-right:10%;background-position:12% top;}
}
@media only screen and (max-width: 640px) {
    .button-edit {margin-right:0;border-top-right-radius:3px;border-bottom-left-radius:0;}
    .button-delete {margin-left:0;border-top-right-radius:0;border-bottom-left-radius:3px;border-top:0;border-left:1px solid #c6cee4;padding-right:10px!important;}
    .signupform {width:auto;}
}
@media only screen and (max-width: 620px) {
    .createorg input[type="text"], .createorg textarea {min-width:95%;}
    .createorg input[type="search"] {min-width:100%;width:100%;}
    .fa-success, .fa-error {left:auto;right:-23px;}
    .editusers .cols input, .editusers input, .eu-select-span, .myaccount .cols input, .myaccount input {width:95%;}
    .editusers .cols:first-child, .myaccount .cols:first-child {float:none;margin-right:0;margin-bottom:22px;}
    .editusers input[type="submit"], .myaccount input[type="submit"] {max-width:100%;width:100%;}
    .eu-select, .step4 .eu-select {min-width:100%;}
    .button-save {min-width:95%;}
    .createorg .smalltext {display:block;}
    .rows .cols {margin-top:22px;}
    .rows .cols:first-child {float:none;margin-right:0;}
    .rows .cols:first-child::after {display:none;}
    .err-mes {position:relative;}
    .err-mes .fa-error {left:0;top:3px;}
    .err-mes span {padding-left:10px;}
}
@media only screen and (max-width: 560px) {
    input, select, textarea, .eu-select-span {font-size:1.25em;}
    input, textarea {padding:6px 3%;}
    .signupform {min-width:0;}
    .createorg .loading-cont {width:100%;}
    .createorg input[type="text"], .createorg textarea {min-width:94%;}
    .midarea h2 {display:none;}
    .regform {margin-top:0;}
    .createorg .search input[type="submit"] {top:6px;}
    .createorg .textareaexp {font-size:0.875em;}
    .createorg textarea {font-size:1.25em;min-height:79px;}
    .createorg input[type="submit"] {min-width:100%;}
    .createorg label {font-size:1em;}
    .createorgin {margin:8%;}
    .fa-success, .fa-error {top:37px;}
    .http {font-size:1.25em;}
    #orgsite {padding-left:75px;}
    .eu-select {height:40px;}
}
@media only screen and (max-width: 480px) {
    #content .section01 {background-position:14% top;}
    .createorg input[type="text"], .createorg textarea {width:0;}
    .blockmoreicon span {display:none;}
}
@media only screen and (max-width: 420px) {
    .regnav li a {margin:11px 6px;}
}
@media only screen and (max-width: 380px) {
    .blockmoreicon {display:none;}
}
.fixed-width10{
    width: 10%;
}
.fixed-width15{
    width: 15%;
}
.fixed-width45{
    width: 45%;
}
.fixed-width30{
    width: 30%;
}
.portfolio-gray-top-text{
    color: #ccc !important;
}
.bold-text{
    font-weight: bold;
}
.notify-checked-link{
    margin-top: 20px;
}
.notify-checked-link a{
    font-size: 13px;
    color: #585858;
}
.round {
    border-radius: 50%;
    overflow: hidden;
    width: 320px;
    height: 320px;
    margin-top: 15px;
    background: white;
    text-align: center;
}
.round.dialog-area  {
    width: 240px !important;
    height: 240px !important;
}
.round img {
    max-height: 200px;
    max-width: 200px;
    vertical-align: middle;
}
.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width:500px;
    height:375px;
    float: left;
    padding-right: 15px;
}
.cropArea.dialog-area {
    width:300px !important;
    height:300px!important;
}
img-crop {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

img-crop canvas {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.image-container{
    background: #E4E4E4;
    width: 375px;
    height: 375px;
    padding-left: 25px;
    float: left;
}
.image-container.dialog-area{
    width: 280px;
    height: 300px;
}
.image-separator {
    height: 375px;
    width: 1px;
    float:left;
    background: grey
}
.image-separator.dialog-area {
    height: 300px;
}
.adjust-text{
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
}
.view-text{
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
}
.for-select.fa-error, .for-select.fa-success {
    margin-left: -70px;
    top: inherit;
}
.button-image-save {
    display: inline-block;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.3px;
    text-align: center;
    background-color: #90a445;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
    min-width: 100px;
    cursor: pointer;
}
.button-image-save:hover {
    text-decoration: none;
}
.select-photo {
    text-decoration: underline;
    color: gray;
}
.select-photo:hover {
    text-decoration: none;
}

input.gray-button, .gray-button {
    background-color: #bfbfbf;
}
.radio-button {
    cursor: pointer;
    color: #666;
}
/* iCheck plugin Flat skin, red
----------------------------------- */
.icheckbox_flat-red,
.iradio_flat-red {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../img/red.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-red {
    background-position: 0 0;
}
.icheckbox_flat-red.checked {
    background-position: -22px 0;
}
.icheckbox_flat-red.disabled {
    background-position: -44px 0;
    cursor: default;
}
.icheckbox_flat-red.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-red {
    background-position: -87px 0;
}
.iradio_flat-red.checked-red {
    background-position: -110px 0;
}
.iradio_flat-red.disabled {
    background-position: -132px 0;
    cursor: default;
}
.iradio_flat-red.checked-red.disabled {
    background-position: -154px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_flat-red,
    .iradio_flat-red {
        background-image: url(../img/red@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}
/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../img/green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}
.icheckbox_square-green.hover {
    background-position: -24px 0;
}
.icheckbox_square-green.checked-green {
    background-position: -48px 0;
}
.icheckbox_square-green.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-green.checked-green.disabled {
    background-position: -96px 0;
}

.iradio_square-green {
    background-position: -120px 0;
}
.iradio_square-green.hover {
    background-position: -144px 0;
}
.iradio_square-green.checked-green {
    background-position: -168px 0;
}
.iradio_square-green.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-green.checked-green.disabled {
    background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(../img/green@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

.rating {
    color: #a9a9a9;
    margin: 0;
    padding: 0;
}
ul.rating {
    display: inline-block;
}
.rating li {
    list-style-type: none;
    display: inline-block;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.rating .filled {
    color: #ffcc44;
}
.rating-text{
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    font-size: 20px;
    padding-top: 20px;
}
.for-input-step24 {
    position: initial;
}
.for-input{
    margin-left: 5px;
    position: relative;
    top: 0px;
    left: 0px;
}

.substep-container{
    display:inline-block;
    float:right;
    vertical-align: middle;
}
.substep-comment{
    color: #f5a623;
    font-size: 11px;
    margin-right: 10px;
    float: left;
}
.detail-account-download{
    text-align: right;
    float: right;
    margin-right: 110px;
    margin-top: 20px;
}
.comment-text{
    resize:vertical !important;
    font-size: 12px !important;
}

.change-pswd-err{
    position: inherit !important;
    left: 30px !important;
    margin-top: 10px;
}
.change-pswd-err-i{
    left: 30px;
    margin-top: 10px;
    position: inherit;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #404040;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #404040;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #404040;
    cursor: default;
    background-color: #cacaca;
    border-color: #c0c5cb;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.white-square{
    color: #E8E8E8 !important;
}
.dialog-portfolio-prog-name{
    margin-left: 0px !important;
    font-size: 24px;
    margin-right: -20px;
    padding-right: 0px;
    background-color: #fff !important;
    text-align: left !important;
}
.text-center{
    text-align: center !important;
}
.text-paddright-20{
    padding-right: 50px !important;
}
.ngdialog {
    position: absolute;
    overflow: visible;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
    line-height: 1em;
}
.input-inline{
    display: inline-block;
}
.proposal-span-select{
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #cfcfcf !important;
}
.proposal-select{
    width: 220px;
}
.span-r{
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    top: -5px;
}
.span-dialog-allocate{
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.success-reset-password{
    position: relative!important;
    top:10px!important;
    left: 0px!important;
    margin-bottom: 10px!important;
}
.span-reset-password{
    position: relative !important;
    left: 0px!important;
    top:10px!important;
    padding-left: 5px!important;
}
.show-left{
    display: block !important;
}
.btn-confirm-dialog{
    vertical-align: top;
    width: 100px!important;
    padding: 6px !important;
    font-size: 16px !important;
    cursor: pointer
}
.create-program-link{
    color:gray;
    margin:5px 11px 0px 100px;
    text-align: left;
    cursor: pointer;
}
.span-count-day{
    color: #444;
    font-family: 'Roboto';
    font-size: 0.75em;
    font-weight: 400;
    margin-left: 8px;
}
.err-message{
    color: #fd605a !important;
}
.program-step-maxw{
    max-width: 470px !important;
}
.prog-steps {
    left: 495px !important;
}
.prog-steps span{
    left: 495px !important;
}
.prog-steps-21{
    left: 520px !important;
}
.prog-steps-21 span{
    left: 520px !important;
}
.point{
    position: absolute;
    margin-top: 0px;
    margin-left: 15px;
    font-size: 26px;
    height: 20px;
}
.res-image-container{
    width: 150px !important;
    height: 200px!important;
    padding-left: 10px!important;
}
.res-round{
    width: 140px!important;
    height: 140px!important;
    margin-top: 15px!important;
}
.res-round img{
    max-height: 110px;
    max-width: 130px;
    vertical-align: middle;
    -ms-zoom: 0.9;
    -webkit-zoom: 0.9;
    transform: scale(0.9, 0.9);
    transform-origin: center top 0;
}
@-moz-document url-prefix() {
    textarea {
        height: 2.3em;
    }
    .tall-area{
        height: 10em;
    }
    .more-tall-area{
        height: 13em;
    }
    .short-area{
        height: 2.3em;
    }
}
.prog-logo img {
    border-radius: 50%;
    height: 65px;
    width: 65px;
}
.program-link-upload{
    display: inline-block;
    padding-left: 330px;
}
.program-cost-note{
    font-family: 'Roboto';
    font-weight: 400 !important;
    font-size: 14px !important;
    width: 90% !important;
}
.logicmodel-error-margin{
    left: 0px !important;
    position: relative;
    top: 0px;
}
.logicmodel-error-margin span{
    left: 0px !important;
    width: 100%;
    font-family: 'Roboto';
    font-size: 0.95em;
    font-weight: 400;
    top: -20px;
    position: relative;
}
.indicator-arrow{
    z-index: 999;
    width: 25px;
    height: 59px;
    bottom: -32px;
    position: absolute;
    left: 5px;
}
.dialog-arrow{
    left: -112px !important;
}
.logicstep21width{
    max-width: 505px !important;
}
.rigth-counter{
    max-width: 505px;
    text-align: right;
}
.table-fill-topborder{
    border-top: 1px solid #edf0f9;
}
.no-border-top-rigth{
    border-top: none;
    border-right: none;
    max-width: 1000px;
}
.err-col{
    border-bottom-color: #FFFFFF !important;
    vertical-align: middle;
    min-width: 100px;
    max-width: 220px;
}
@-moz-document url-prefix() {
    .prog-descr {
        height: 10em;
    }
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.dialogwidth650{
    width: 650px !important;
}
.print-inactive{
    color: #BCBECB !important;
}
.ngdialog .indicator-arrow {
    left: -113px;
}
.print-page-na{
    color:#BFBFBF !important;
}
.width-leftblock-portfolio{
    width:calc(100% - 585px);
}
.text-portfolio-exp{
    font-family: 'Roboto';
    color: #44474e;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
}
.budget-program-err{
    display: inline-block;color: #fd605a !important;
    font-weight: 400!important;
    margin-left: 0px!important;
    padding-left: 12px!important;
    position: relative!important;
    top: 0px!important;
    left: 0px!important;
    font-family: 'Roboto'!important;
    font-size: 12px!important;
    font-style: normal!important;
}
.signupform-transparancy{
    opacity: 0.99;
    border-radius: 7px;
    padding: 2% 10% 2% 10%;
    background: url(../img/transparent.png);
}
.selectboxit-container .selectboxit, .selectboxit-container .selectboxit-options {
    width: 200px; /* Width of the dropdown button */
    border-radius:0;
    max-height:240px;
}

.selectboxit-options .selectboxit-option .selectboxit-option-anchor {
    white-space: normal;
    min-height: 30px;
    height: auto;
}


/*drop down section*/

.btnd {
    display: inline-block;
    text-align: left;
    padding: 8px 10px !important;
    min-width: 150px;
    margin-bottom: 0;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #45474e;
    line-height: 20px;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    background-repeat: repeat-x;
    border: 1px solid #cfcfcf;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 7px;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
.btnd-info {
    color: #000;;
}
.btnd .caret {float:right;}
.drop-down { position:absolute;background-color: white; border: 1px solid #ddd; padding:5px; border-radius:0px;  width:305px;}
.drop-down.investment-type {z-index:2}
.drop-down ul { margin:0; padding:0;    max-height: 250px;overflow: auto; }
.drop-down li { list-style:none; }
.drop-down a {     display: block;
    padding: 2px 5px;
    margin-left: 1em;
    text-indent: -1em;
    margin-top: 5px;
    color: black;}
.drop-down li:hover, .drop-down a:hover { background: #1E90FF; color:#fff; text-decoration:none;}
.overlay { background:transparent; width:100%; height:100%; position:absolute; top:0; left:0; }
.lm-td{
    color: #666 !important;
    display: table-cell !important;
}
.lm-td-title{
    display: table-cell!important;
    color: #6f7076!important;
    font-size: 0.812em!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
}



/* Galery style    */
.navi {
    bottom: -4px;
    display: block;
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 0px 0px 1px;
    position: relative;
    right: 0;
    text-align: left;
    width: 100%;
    z-index: 5;
    padding: 15px;
}
.navi li {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    min-height: 30px;
    margin: 3px 3px;
    position: relative;
    vertical-align: middle;
    /*width: auto;*/
    /*padding-top: 5px;*/
    text-align: center;
    padding: 2px;
}
.navi li.active {
    border: 0px solid #FFFFFF;
}
.navi li img {
    /*width: 100%;*/
    width: 60px;
    height: 50px;
    margin: 5px;
}
.imgactive{
    /*border: 4px solid #aaa;*/
    box-shadow: 0 0 0 4px rgba(0,0,0,.30);
}
.logohint{
    font-family: 'RobotoCondensed';
    font-size: 10px;
    line-height: 0.8em;
}
.selectlogo{
    display: block;
    margin-left: 0px;
    margin-top: -10px;
    margin-bottom: 0px;
    color: #6f7076;
}
.slider {
    border: 0px;
    border-radius: 5px;
    height: 300px;
    margin: 20px auto;
    position: relative;
    width: 300px;
    text-align: center;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.slide {
    position: relative;
    top: 0;
    left: 0;
    vertical-align: middle;
    text-align: center;
    width: 200px;
}
.thumb-box{
    border: 2px  dashed #DDD;
    box-sizing: initial !important;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.slide.ng-hide-add {
    opacity:1;

    -webkit-transition:1s linear all;
    -moz-transition:1s linear all;
    -o-transition:1s linear all;
    transition:1s linear all;

    -webkit-transform: rotateX(50deg) rotateY(30deg);
    -moz-transform: rotateX(50deg) rotateY(30deg);
    -ms-transform: rotateX(50deg) rotateY(30deg);
    -o-transform: rotateX(50deg) rotateY(30deg);
    transform: rotateX(50deg) rotateY(30deg);

    -webkit-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    -o-transform-origin: right top 0;
    transform-origin: right top 0;
}
.slide.ng-hide-add.ng-hide-add-active {
    opacity:0;
}
.slide.ng-hide-remove {
    -webkit-transition:1s linear all;
    -moz-transition:1s linear all;
    -o-transition:1s linear all;
    transition:1s linear all;

    display:block!important;
    opacity:0;
}
.slide, .slide.ng-hide-remove.ng-hide-remove-active {
    opacity:1;
}


/* progress bar for uploading*/
.percent {
    position: absolute;
    width: 300px;
    height: 14px; z-index: 1;
    text-align: end;
    padding-right: 30px;
    font-size: 0.8em;
    color: white;
}
.progress-bar-upload {
    width: 300px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #CCC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
    border-image: initial;
    margin-left: 110px;
}
.uploaded {
    padding: 0;
    height: 24px;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4b9500), to(#4b9500));
    border-image: initial;
}
.inactive-title{
    color: gray !important;
}
/*Panels style*/

.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.panel {
    margin-bottom: 20px;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: white;
    font-family: 'RobotoCondensed';
    font-weight: 400;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
    text-align: left;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.active-heading {
    background-color: #f8984e;
}
.active-child {
    background-color: #5A5B5C;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}

/*Tabs*/

.nav {
    padding-left: 0;
    margin-bottom: 3px;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    color: #aaa;
    line-height: 1.42857143;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 0 0;
    background-color: #EFEFEF;
    border-bottom: 0px;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li:first-child {
    padding-left: 50px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    z-index: 9999;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.nav::before,
.nav::after,
.navbar::before,
.navbar::after,
.navbar-header::before,
.navbar-header::after,
.navbar-collapse::before,
.navbar-collapse::after{
    display: table;
    content: " ";
}
.nav::after,
.navbar::after,
.navbar-header::after,
.navbar-collapse::after{
    clear: both;
}

/*
 * treeGrid.css
 *
 * Styles for the tree-grid
 * for both Bootstrap 2 and Bootstrap 3
 *
 */
.tree-grid-animate-enter,
.tree-grid-row.ng-enter {
    transition : 200ms linear all;
    position   : relative;
    display    : block;
    opacity    : 0;
    max-height : 0;
}

.tree-grid-animate-enter.tree-grid-animate-enter-active,
.tree-grid-row.ng-enter-active {
    opacity    : 1;
    max-height : 30px;
}

.tree-grid-animate-leave,
.tree-grid-row.ng-leave {
    transition : 200ms linear all;
    position   : relative;
    display    : block;
    height     : 30px;
    max-height : 30px;
    opacity    : 1;
}

.tree-grid-animate-leave.tree-grid-animate-leave-active,
.tree-grid-row.ng-leave-active {
    height     : 0;
    max-height : 0;
    opacity    : 0;
}

/*
 * Angular 1.2.0 Animation placeholders.
 */
.tree-grid-animate.ng-enter {
}

/*
 * Normal CSS styles.
 */
.tree-grid i.indented {
    padding : 2px;
}

.tree-grid .level-1 .indented {
    position : relative;
    left     : 0;
}

.tree-grid .level-2 .indented {
    position : relative;
    left     : 20px;
}

.tree-grid .level-3 .indented {
    position : relative;
    left     : 40px;
}

.tree-grid .level-4 .indented {
    position : relative;
    left     : 60px;
}

.tree-grid .level-5 .indented {
    position : relative;
    left     : 80px;
}

.tree-grid .level-6 .indented {
    position : relative;
    left     : 100px;
}

.tree-grid .level-7 .indented {
    position : relative;
    left     : 120px;
}

.tree-grid .level-8 .indented {
    position : relative;
    left     : 140px;
}

.tree-grid .level-9 .indented {
    position : relative;
    left     : 160px;
}

.tree-grid .tree-icon,
.tree-label {
    cursor : pointer;
}

table.tree-grid {
    max-height : 500px;
    overflow-y : scroll;
}
.filter-item{
    display: inline-table;
    padding-left: 15px;
}
.filter-item div:first-child{
    padding-left: 0px;
}
.no-left-border{
    border-left: 0px !important;
}
.no-right-border{
    border-right: 0px !important;
}
.no-top-border{
    border-top: 0px !important;
}
.no-bottom-border{
    border-bottom: 0px !important;
}
.top-border{
    border-top: 1px solid #edf0f9 !important;
}
.bottom-border{
    border-top: 1px solid #edf0f9 !important;
}
.right-border{
    border-right: 1px solid #edf0f9 !important;
}
.clear-bgr{
    background-color: #fff !important;
}
.tree-grid tr:nth-child(even) {
    /*background: #ECECEC;*/
}
.tree-grid tr:nth-child(odd) {
   /* background: #F5F5F5;*/
}
.full-width-table{
    width: calc(100% - 20px);
    max-width: 2000px;
}
.tree-grid td, tree-grid tr, tree-grid th{
    font-size: 12px !important;
}
.createorg .tree-grid th {
    font-size: 12px;
}
/*.tree-grid td{
    padding-right: 0px;
}*/
.tree-grid-last-child {
    border-right:  1px solid #edf0f9 !important;
}
.clear-drop li:hover, .clear-drop a:hover{
    background: transparent !important;
    color:  #000;
}
.flex-container{
    display: flex;
}
.flex-container input, .flex-container select, .flex-container textarea{
    font-size: 12px !important;
    font-weight: 300;
}
/*Drag and drop style*/
.btn {
    margin-right: 8px;
}

.angular-ui-tree-handle {
    background: #f8faff;
    color: #a4a8ac;
    padding: 10px 10px;
}

.angular-ui-tree-handle:hover {
    color: #8e929c;
    background: #f4f6f7;
    border-color: #dce2e8;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}


/* --- Tree --- */
.tree-node {
    border: 1px solid #dae2ea;
    background: #f8faff;
}

.nodrop {
    background-color: #f2dede;
}

.tree-node-content {
    margin: 10px;
}
.tree-handle {
    padding: 10px;
    background: #687074;
    color: #FFF;
    margin-right: 10px;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hidden{
    display: none !important;
}
.top-tag{
    padding: 15px;
}
.bottom-tag{
 padding: 15px;
}
.bottom-tag a{
    color: grey;
}
.bottom-tag li{
    list-style: none;
}
.bottom-tag i{
    cursor: pointer;
}
/*Tags*/
.tags {
    margin-bottom: 3px;
}

.tags .tag {
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    background-color: #F4F6F9;
    padding: 5px;
    margin-top: 2px;
}

.tag .close {
    font-size: 14px;
    margin-left: 5px;
}

.ui-autocomplete .ui-corner-all
{
    -moz-border-radius: 4px 4px 4px 4px;
}
.ui-autocomplete .ui-widget-content
{
    border: 1px solid #687074;
    color: #222222;
    background-color: #fff;
}

.ui-autocomplete .ui-widget
{
    font-size: 15px;
}
.ui-autocomplete .ui-menu
{
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px;
}
.ui-autocomplete
{
    cursor: default;
    position: absolute;
    background-color: white;
    border: 1px solid #CFCFCF;
    right: 10px;
}
.ui-autocomplete li{
    list-style: none;
}
.ui-autocomplete a
{
    color: #fff;
}
.ui-autocomplete .ui-state-hover, .ui-autocomplete .ui-state-hover, .ui-autocomplete .ui-state-focus {
    background: #f8984e !important;
    border: none;
    color:#fff;
    border-radius:0;
    font-weight: normal;
}
.active-investment{
    background: #f8984e;
    padding: 2px;
    color: #fff;
}
.right-block-width{
    width:calc(100% - 290px - 60%);
}
.popup-container{
    z-index: 99999;
    position: absolute;
    min-height: 60px;
    max-width: 500px;
    min-width: 200px;
    padding: 5px 10px 5px 10px;
    background-color: white;
    border: 1px solid;
    border-radius: 5px;
    max-height: 400px;
    overflow-y: scroll;
}
.padding-filter-left{
    padding-left: 241px;
}


/*Switched buttons*/

.toggle-bg {
    background: #bfbfbf;
    border-radius: 2em;
    border: 0.12em solid #e6e6e6;
    display: block;
    height: 18px;
    position: relative;
    width: 3.2em;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
}
.toggle-bg:hover {
    border-color: #d9d9d9;
}
.toggle-bg.on {
    background: #90a445;
    border-color: #90a445;
}
.toggle-bg input {
    margin: 0;
    padding: 0;
    width: 4.8em;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
    zoom: 1;
    filter: alpha(opacity=0);
}
.toggle-bg input:checked ~ .switch {
    left: 0;
}
.toggle-bg input ~ :checked ~ .switch {
    left: 1.18em;
}
.toggle-bg input:checked {
    z-index: 0;
}

.switch {
    background: white;
    border-radius: 2em;
    border: 0.1em solid #d9d9d9;
    display: block;
    float: left;
    height: 16px;
    width: 16px;
    left: -.1em;
    position: relative;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    z-index: 1;
    /* Remember, it must be below the invisible inputs */
}
.switch.on {
    box-shadow: -0.2em 0.2em 0.5em rgba(0, 0, 0, 0.06), 0.4em 0.4em 1.5em rgba(0, 0, 0, 0.08);
}
.switch.off {
    box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.06), -0.4em 0.4em 1.5em rgba(0, 0, 0, 0.08);
}

.toggle-alternate {
    clear: both;
    margin: 1em 0 0;
    width: 59px;
}
.toggle-alternate input {
    width: 6.24em;
}
.toggle-alternate input ~ :checked ~ .switch {
    left: 2.46em;
}

.toggle-alternate label {
    font-weight: 300;
    font-size: .9em;
    text-transform: uppercase;
    position: absolute;
    top: 0.55em;
}

.toggle-bg label.on {
    left: .75em;
    color: white;
    text-shadow: 0 0.1em 0 #00dc61;
}

.toggle-bg label.off {
    right: .55em;
    color: #aaa;
}
.allocated-table{
    border-spacing: 0px;
}
.allocated-table tr:not(:first-child){
    border-bottom: 1px solid #d3d3d3;
}
.allocated-table td{
    border: inherit;
}
.allocated-table td{
    padding-bottom: 5px;
    padding-top: 5px;
}
.admin-table td{
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 26px;

}
.admin-table input, .admin-table textarea, .admin-table select {
    color: #45474e;
}
.admin-table input{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 0px;
    width: 100%;
    max-width: 100%;
    border:0px;
}
/*.admin-table input[type="text"]:hover{
    color:#5a9be4;
}*/
.admin-table textarea{
    min-height: 28px;
    width: 100%;
    border:0px;
    padding: 1px;
    resize: none;
}
.admin-table select{
    height: 22px !important;
    width: 100%;
    border:0px;
    font-weight: 300;
    font-family: 'Roboto';
}
.admin-table input:hover, .admin-table textarea:hover{
     color: #5a9be4;
}
/*.admin-table .fa-floppy-o, .admin-table .fa-times{
    font-size: 17px;
}*/
.admin-table .fa-times{
    margin-top: 1px !important;
}
.admin-table .flex-container {
    min-height: 26px;
}
.editcolumn{
    position: absolute;
    top: -1px;
    width: 40px;
}
.editcolumn i{
    cursor: pointer;
}
.budget-table i.fa-error{
    color: #fdbeb6 !important;
}
.budget-table i.fa-success{
    color: #bce68e!important;
}
.td-step3{
    padding-left: 2px !important;
    padding-right: 0px !important;
}
.step4-measurement-fa{
    position: relative;
    left: 0px;
    margin-left: 0px;
    top: -30px;
}
.not-italic{
    font-style: normal !important;
    /*font-size: 0.687em !important;*/
}
.flex-container input:disabled, .flex-container select:disabled{
 background: #EFEFEF;
}
.notvalid{
    border: 1px solid #fd605a !important;
}
.no-bottom-border .fa-check{
    color: #bce68e !important;
}
.no-bottom-border .fa-times{
    color: #fd605a !important;
}
.button-disabled{
    background-color: #DfDfDf !important;
    cursor: default;
    min-width: 299px !important;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 5px #B9B9B9;
}
.span-step21{
    font-size: 12px !important;
    left: 0 !important;
    float: left;
    margin-top: -15px;
    padding-left:0px !important;
    position:relative !important;
}
.filter-item a{
    float: left ;
}
.rowdbl .leftalign{
    text-align: left;
}
.selected-top{
    margin-top: -3px !important;
}
.filter-length{
    /*max-width: calc(100% - 600px);*/
}
.tag-item{
    font-weight: 400;
    font-size: 15px;
    font-style: italic;
    color: #6691BF;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #f5f5f5 !important;
    padding: 2px 8px 1px 3px !important;
}
.first-tag{
    float: left !important;
}
.notfirst-tag-block{
    margin-top: 8px;
}
.one-tags-selected{
    margin-top: -6px;
}
.height-button{
    height: calc(100% - 27px);
}
.many-tags-selected{
    margin-top: 0px !important;
}
.smal-circle-size{
    font-size: 13px !important;
    font-style: normal !important;
}
.close-tag{
    position: relative;
    top:-5px;
    font-size: 13px;
    font-style: normal;
    color: #808080;
}
.popup-container a{
    font-size: 14px;
    font-weight: 400;
    width: 100px;
}

.body-print-page p {
    white-space: pre-line;
}
/****** dropdown-select *******/

.wrap-dd-select {
    position: relative;
    width: 80px;
    margin: 0 auto;
    padding: 5px;



    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;

    background: #fff;
    border-radius: 7px;
  /*  border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);*/
    cursor: pointer;
    outline: none;
    font-weight: bold;
    color: #8AA8BD;
}

.wrap-dd-select.disabled {
    cursor: default;
    color: #5B6A7D;
}
.wrap-dd-select::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent;
}

.wrap-dd-select.disabled::after {
    border: none;
}

.wrap-dd-select .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background: white;
    padding: 0;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    list-style: none;
    visibility: hidden;
    max-height: 300px;
    overflow-y: auto; /*Provide an auto overflow to display scroll*/
}

.wrap-dd-select .dropdown li.divider {
    padding: 2px 0;
    background: #e6e8ea;
}
.dropdown {
    width: 170px;
}

.wrap-dd-select .dropdown li.divider-label {
    background: #e6e8ea;
    cursor: default;
    color: #000;
    padding: 10px 0;
}

.wrap-dd-select .dropdown li a {
    display: block;
    padding: 5px 0 5px 5px;
    text-decoration: none;
    color: #444;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    cursor: pointer;
}

.wrap-dd-select .dropdown li i {
    float: left;
    color: inherit;
    margin-right: 5px;
}

.wrap-dd-select .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrap-dd-select .dropdown li:last-of-type a {
    border-radius: 0 0 7px 7px;
    border: none;
}

.wrap-dd-select .dropdown li:hover a {
    background: #f3f8f8;
}

.wrap-dd-select .dropdown::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrap-dd-select .dropdown::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;
}

.wrap-dd-select.active .dropdown {
    visibility: visible;
}

/****** dropdown-menu *******/
.wrap-dd-menu {
    position: relative;
    width: 80px;
    margin: 0 auto;
    padding: 5px;
}

.wrap-dd-menu.disabled {
    cursor: default;
    color: #5B6A7D;
}

.wrap-dd-menu .dropdown {
    position: absolute;
    z-index: 1;
    top: 70%;
    left: 0;
    right: 0;
    background: white;
    padding: 0;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    list-style: none;
    visibility: hidden;
    width: 170px;
}

.wrap-dd-menu .dropdown li.divider {
    padding: 2px 0;
    background: #e6e8ea;
}

.wrap-dd-menu .dropdown li.divider-label {
    background: #e6e8ea;
    cursor: default;
    color: #000;
    padding: 10px 0;
}

.wrap-dd-menu .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #8aa8bd;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    cursor: pointer;
}

.wrap-dd-menu .dropdown li i {
    float: right;
    color: inherit;
}

.wrap-dd-menu .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrap-dd-menu .dropdown li:last-of-type a {
    border-radius: 0 0 7px 7px;
    border: none;
}

.wrap-dd-menu .dropdown li:hover a {
    background: #f3f8f8;
}

.wrap-dd-menu .dropdown::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 102px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrap-dd-menu .dropdown::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 100px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;
}

.wrap-dd-menu .dropdown.active {
    visibility: visible;
}
.wrap-dd-select span.selected{
    color: #000;
    font-weight: normal;
}
.dialog-print-g .angular-ui-tree-handle{
    line-height: 10px;
    font-size: 14px;
}.dialog-print-g span{
     word-break: break-all;
     line-height: 14px;
}
.dialog-box-investment{
    position: absolute;
    background: transparent;
    top: 0px;height: 100%;
    padding: 0px;
    margin-top: 0px;
    display: inline-block;
    border-left: 1px solid #E4E9F2;
    padding-top: 90px;
}
.investment-list li{
    list-style: none;
}

.control {
    position: relative;
}
.popup-tag{
    position: absolute;
    z-index: 999999999;
    position: absolute;
    background: white;
    width: 150px;
    padding: 5px;
    margin-top: -25px;
    border: 1px solid #ccc;
}
.check-mark-lm{
    position: absolute;
    left: 105%;
    top: 50%;
    width: 130px;
}
.check-mark-lm .logicmodel-error-margin span{
    top:-40px;
}
.margin-error-message{
    margin-right: 110px !important;
}
.right-align{
    text-align: right !important;
}
fieldset{
    border:0px;
}
.clear-filter::after{
    clear: both;
}
.filter-minus{
    cursor: pointer;
    margin-right: 3px;
}
.account-item a::after{
    content:"/";
    padding-right: 5px;
}
.account-item a:last-child::after {
    display: none;
}
.portfolio-search{
    width: 295px;
    right: 20px;
    top: 0px;
    position: relative;
    float: right;
}
/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    .portfolio-search{
        width: 210px;
    }


    ul.modal-menu{
        float:none;
    }
    .modal-button-container {
        padding-left: 0 !important;
        text-align: center;
    }
    .padding-filter-left {
        padding-left: 0px;
    }
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    .table-sort td{
        text-align: right;
        word-break: break-all;
    }
    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
    }

    td::before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
    }

    /*
    Label the data
    */
    td::before {
        content: attr(data-label);
        max-width: 40%;
        color: #000;
        font-weight: 400;
        padding-top: 5px;
        font-size: 15px;
        text-align: left;
    }

    .comment-circle{
        left: 50%;
        margin-left: -8px!important;
    }
    .width-leftblock-portfolio{
        width: 100%;
    }
    .modal-wrapper ul.modal-menu {
        float: left;
    }
}

@media
only screen and (max-width: 830px)  {
    .portfolio-search{
        width: 210px;
    }
}
.portfolio-services{
    max-width: 1100px;
    clear: both;
}
.portfolio-relationship-manager {
    margin-top:2px;
    font-size:0.8em;
}
.portfolio-relationship-manager span:hover {
    text-decoration:underline;
}
.portfolio-relationship-manager select {
    opacity:1;
}
.expand-button{
    width: 90px;
    cursor: pointer;
    font-size: 12px;
    margin-left: 10px;
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.portfolio-prog-logo {
    height: 45px;
    position: relative;
    width: 45px;
}
.portfolio-prog-logo img {
    /* Center this image in parent div vertical and horizontal: http://stackoverflow.com/a/18869078/41908 */
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

textarea.measurement-descr::-webkit-input-placeholder { font-size: 12px;}
textarea.measurement-descr::-moz-placeholder { font-size: 12px;}
textarea.measurement-descr:-ms-input-placeholder { font-size: 12px;}
textarea.measurement-descr:-moz-placeholder { font-size: 12px;}

.publish-dialog-button{
    background-color: #90a445;
    border-radius: 4px;
    color: #fff;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.3px;
    min-width: 299px;
    padding: 10px;
    text-align: center;
}
.publish-dialog-button:hover{
    text-decoration: none;
}
.no-preline {
    white-space: inherit !important;
}

.bg-green {
    background-color: #90a445;
    color: #fff;
}

.modal-wrapper ul.modal-menu li a.bg-green,
.modal-wrapper .todo-list-row a.bg-green {
    background-color: #90a445;
    border-right: 1px solid #c0c3c8;
    color: #fff;
    display: inline-block;
    font-family: 'RobotoCondensed';
    font-size: 0.687em;
    font-weight: 400;
    padding: 8px 14px;
    text-decoration: none;
    white-space: nowrap;
}
.modal-wrapper .todo-list-row a.bg-green {
    border-width:0;
    border-radius:5px;
}
.modal-wrapper ul.modal-menu li a.bg-green:last-child {
    border-right: none;
}

.grantee-wizard-wrp {
    margin-left: 25px;
}

.grantee-wizard-box {
    margin-bottom: 20px;
}

.grantee-wizard-box.selected {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    max-width: 700px;
}

.grantee-wizard-box.selected h4 {
    margin: 0 0 10px 0;
}

.grantee-wizard-row label,
.grantee-wizard-row input {
    display:inline-block;
}

.grantee-wizard-row label {
    font-size:18px;
    font-weight: bolder;
}


.ui-segment{
    color: #90a445;
    border: 1px solid #90a445;
    border-radius: 4px;
    display:inline-block;
    margin-bottom:20px;
}
.ui-segment span.option.active{
    background-color: #90a445;
    color: white;
}
.ui-segment span.option{
    font-size: 13px;
    padding:5px 23px;
    height: 25px;
    text-align:center;
    display:inline-block;
    line-height: 25px;
    margin: 0px;
    float:left;
    cursor:pointer;
    border-right:1px solid #90a445;
    font-size:18px;
}
.ui-segment span.option:last-child{
    border-right: none;
}
.segment-select{
    display:none;
}

.program-form {
    margin-top:20px;
}

.program-form label {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-weight: bolder;
}

table .align-center, .align-center {
    text-align:center;
}

.left-tab {
    padding-left:25px;
}


.modal-spinner {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal-spinner::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

.modal-spinner:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.modal-spinner:not(:required)::after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.wrp-archivedtoggle {
    float: left;
    margin: 17px 18px 17px 25px;
}
.wrp-archivedtoggle label { display: inline; }
.port-status-toggle span { padding-right: 2em; }
.port-status-toggle span label { display: inline; }

/******************************************************************************/
/* New Styles Re-work */
.ti-help-button {
    background-color: #45474e;
    border-radius: 999rem;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    fill: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin: 10px 20px;
    padding: 12px 22px 14px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 999998;
}
.ti-help-button svg {
    padding-right: 8px;
    vertical-align: bottom;
}
.in-react .apppage {
    margin: 5px !important;
}
.apppage {
    margin-left: 160px;
}
.required {
    color: #d0021b;
    vertical-align: top;
}
.error-message {
    color: #fc3030;
}
.spinner-img {
    background-image: url(/img/loading.gif);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}
a[ng-click] {
    cursor: pointer;
}
button.icon {
    background-color: transparent;
    border: none;
}
button.icon span {
    font-size: 0;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav li {
    display: inline-block;
}
.icon::before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
}
.rpt-step-nav {
    font-size: 11px;
    font-weight: 400;
}
.rpt-step-nav li {
    margin: 5px;
    text-align: center;
}
.rpt-step-nav a {
    color: #a4a8ac;
}
.rpt-step-nav a:hover .fa::before {
    text-decoration: none;
}
.rpt-step-nav .fa {
    display: block;
}
.comment-circle {
    background-color: #FFC000;
    font-size: 10px;
    top: -10px;
    left: auto;
}
/* Hide splashpage until translations have finished (IR-1823) */
.translate-cloak {
    display: none;
}
/* custom modal */
.custom-modal {
    display:none;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}
.custom-modal .modal-background {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:#000;
    opacity:0.5;
    z-index:2;
}
.custom-modal .modal-container {
    position:absolute;
    top:5%;
    left:10%;
    bottom:5%;
    right:10%;
    background:#fff;
    border-radius:15px;
    padding:25px;
    opacity:1;
    z-index:3;
    overflow:auto;
}
.custom-modal .modal-close {
    position:absolute;
    top:5px;
    right:5px;
    cursor:pointer;
    font-size:2em;
    z-index:100;
}
.choose-investment-tier {
    position:relative;
}
