@font-face {
    font-family: 'HelveticaNeue';
    src: url(/datas/fonts/HelveticaNeue.ttf);
}
#processing {  
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:grey;
    opacity: .3;
}
#processing img {
    position: absolute;
    display: block;
    top:50%;
    left:50%;
    width:100px;
    height:100px; 
}
.main_landing {
    background-color: #f5f6f7;
    padding-left: 10px;
    padding-right: 10px;
}

.main_title {
    margin-top: 15px;
}

.main_line_break {
    width: 100%;
    height: 1px;
    margin: 15px 15px 15px 15px;
    background-color: rgba(0, 37, 78, 0.12);
}

.main_card_link {
    font-size: 12px;
    font-weight: bold;
    color: #196a94;
}

.container {
    width: 717px;
    height: 3784px;
    border-radius: 4px;
    background-color: #ffffff !important;
    background-color: var(--white);
    box-shadow: 0 10px 20px 0 rgba(0, 37, 78, 0.12);
    box-shadow: 0 10px 20px 0 var(--card-drop-shadow);
}

.Header-info {
    /*width: 697px;*/
    height: 14px;
    font-family: HelveticaNeue, Helvetica Neue;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 37, 78, 0.65);
    color: var(--subtle-blue);
}

.user-img {
    height: 100px;
    width: 100px;
}

.Field-Label {
    /*width: 300px;*/
    height: 12px;
    font-family: HelveticaNeue, Helvetica Neue;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 37, 78, 0.65);
    color: var(--subtle-blue);
}

.Field-InputFull {
    /* width: 620px;*/
    height: 30px;
    border-radius: 2px;
    /*background-color: #ffffff;
background-color: var(--white);*/
    border: solid 1px #141e36 !important;
    border: solid 1px var(--black);
}

.Field-InputHalf {
    /* width: 300px;*/
    height: 30px;
    border-radius: 2px;
    /*background-color: #ffffff;
background-color: var(--white);*/
    border: solid 1px #141e36 !important;
    border: solid 1px var(--black);
}

.Field-InputQuarter {
    width: 150px;
    height: 30px;
    border-radius: 2px;
    /*background-color: #ffffff;
background-color: var(--white);*/
    border: solid 1px #141e36 !important;
    border: solid 1px var(--black);
}

.Field-InputAboveHalf {
    /*width: 470px;*/
    height: 30px;
    border-radius: 2px;
    background-color: #ffffff !important;
    background-color: var(--white);
    border: solid 1px #141e36 !important;
    border: solid 1px var(--black);
}

.control-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.textBox {
    width: 620px;
    height: 120px;
    border-radius: 2px;
    background-color: #ffffff;
    background-color: var(--white);
    border: solid 1px rgba(0, 37, 78, 0.2) !important;
    border: solid 1px var(--very-light-blue);
}

.BoldHeading {
    /*width: 332px;*/
    height: 15px;
    font-family: HelveticaNeue, Helvetica Neue;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #141e36;
    color: var(--black);
}

.secondaryHeading {
    width: 141px;
    height: 14px;
    font-family: HelveticaNeue, Helvetica Neue;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #141e36;
    color: var(--black);
}

.spanHeading {
    width: 697px;
    height: 19.4px;
    font-family: HelveticaNeue, Helvetica Neue;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 37, 78, 0.65);
    color: var(--subtle-blue);
}

.spanBorder {
    margin-top: 10px;
    margin-bottom: 30px;
}

.radioProps {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.radiolabel {
    width: 70px;
    height: 14px;
    font-family: HelveticaNeue, Helvetica Neue;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 37, 78, 0.65);
    color: var(--subtle-blue);
}

.horizontalLine {
    width: 697px;
    height: 1px;
    background-color: rgba(0, 37, 78, 0.2);
    background-color: var(--very-light-blue);
}

.SaveActive {
    min-width: 90px;
    height: 30px;
    object-fit: contain;
    background: #2b506e;
    color: white;
    float: right;
}

.CancelActive {
    width: 90px;
    height: 30px;
    object-fit: contain;
    float: right;
}

#compListAddID:hover~#compListID {
    background-color: red;
    color: white;
}

.form_break {
    font-family: HelveticaNeue, Helvetica Neue;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: rgba(0, 37, 78, 0.48);
    text-align: center;
}

.Line {
    /*width: 447px;*/
    height: 1px;
    background-color: rgba(0, 37, 78, 0.12);
    /*background-color: var(--subtle-blue);*/
}

.titleHeaderLine {
    /*width: 447px;*/
    height: 2px;
    background-color: rgba(0, 37, 78, 0.12);
    /*background-color: var(--subtle-blue);*/
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardsLine {
    /*width: 447px;*/
    height: 1px;
    width: 100%;
    background-color: rgba(0, 37, 78, 0.50);
    margin-bottom: 5px;
    margin-top: 5px;
    /*background-color: var(--subtle-blue);*/
}

.tableTitle {
    width: 154px;
    height: 14px;
    font-family: HelveticaNeue, Helvetica Neue;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    
    /*color: var(--subtle-blue);*/
}

.File-Spec-Labels {
    /*width: 81px;*/
    height: 78px;
    font-family: HelveticaNeue, Helvetica Neue;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 37, 78, 0.65);
    /*color: var(--subtle-blue);*/
}

.File-Spec-Info {
    width: 254px;
    height: 77.7px;
    font-family: HelveticaNeue, Helvetica Neue;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: left;
    color: #141e36;
    color: var(--black);
}

.EditLink {
    width: 41px;
    height: 15px;
    font-family: HelveticaNeue, Helvetica Neue;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #196a94;
    /*color: var(--launchpad-blue);*/
}

.tableHeader {
    /*width: 95px;*/
    height: 19px;
    font-family: HelveticaNeue, Helvetica Neue;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #141e36;
    color: var(--black);
}

.Add {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.More {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.CardMoreOption {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-top: 10px;
}

.Picture-Thumbnail {
    width: 200px;
    height: 150px;
}

.modal-backdrop {
    background-color: rgba(0, 37, 78, 0.65);
}

.AccountContainer {
    background-color: #f5f6f7;
    padding-left: 10px;
    padding-right: 10px;
    /*width:1366px;
margin:0 auto;*/
}

.AccountMainHeading {
    /*width: 346px;*/
    height: 33px;
    font-family: HelveticaNeue;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #141e36;
    /*color: var(--black);*/
}

.AccountsEditLink {
    /* width: 64px;*/
    height: 15px;
    font-family: HelveticaNeue;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #196a94 !important;
    color: var(--launchpad-blue);
}

.Add-Insertion-Order-Grey {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-bottom: 10px;
}

.AccountsHotListLabel {
    width: 57px;
    height: 14px;
    font-family: HelveticaNeue;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 37, 78, 0.65) !important;
    color: var(--subtle-blue);
}

.AccountsId {
    width: 156px;
    height: 19px;
    font-family: HelveticaNeue;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #141e36 !important;
    color: var(--black);
}

.AccountsNumber {
    color: #196a94 !important;
    color: var(--launchpad-blue);
}

.SecondaryNavigation {
    /*width: 160px;*/
    height: 30px;
}

.SecondaryNavigationLabel {
    width: 180px;
    height: 14px;
    font-family: HelveticaNeue;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 37, 78, 0.65) !important;
    color: var(--subtle-blue);
    cursor: pointer;
}

.Overview {
    margin-bottom: 1.5rem;
}

.Settings {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.SecondaryNavigationLabel:active {
    box-shadow: none;
    top: 5px;
    color: red;
}

.card-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    border-color: black;
}

.card .card-title {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 1.12rem;
}

.card {
    margin-bottom: 1.875rem;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*min-width: 280px;*/
    /*word-wrap: break-word;*/
    background-color: #FFFFFF;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0.25rem;
}

.card-title {
    /*width: 89px;*/
    height: 19px;
    font-family: HelveticaNeue;
    font-size: 16px !important;
    font-weight: bold !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #141e36 !important;
    color: var(--black);
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
}

.card-footer {
    padding: 1.5rem 1.5rem;
    background-color: #FFFFFF;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.text-muted {
    color: #404E67 !important;
}

.card-header .heading-elements,
.card-header .heading-elements-toggle {
    background-color: inherit;
    position: absolute;
    top: 14px;
    right: 21px;
}

.cardLabel {
    /*width: 211px;*/
    height: 17px;
    font-family: HelveticaNeue;
    font-size: 14px;
    font-weight: Bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #141e36 !important;
    color: var(--black);
}

.cardContactTitle {
    font-family: HelveticaNeue;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #141e36;
    color: var(--black);
}

.profilePicture {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}

.contactDetailsData {
    /*width: 176px;*/
    height: 59px;
    font-family: HelveticaNeue;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: left;
    color: #141e36;
    color: var(--black);
}

.dropdownWithOutBorder .k-input {
    /*background: white !important;*/
    font-size: 16px !important;
    font-weight: bold;
    /*background-color: white;*/
}

.dropdownWithOutBorder .k-dropdown-wrap {
    border-width: 0px !important;
    border-style: none !important;
    padding: 0 0 0 0 !important;
}

.loading {
    margin: auto;
    width: 30%;
    font-size: 30px;
}

.centered {
    background-color: lightgrey;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
}

.centeredLeters {
    font-weight: bold;
    color: white;
    line-height: 30px;
}

.centered.big {
    height: 60px;
    width: 60px;
}

.highlight {
    background-color: #ffff1a;
}

.centeredLeters.big {
    line-height: 60px;
}

.actProfile {
    font-family: HelveticaNeue;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: left;
    color: #141e36;
    color: var(--black);
}

.actProfile .text-style-1 {
    font-weight: bold !important;
}

.editImageFont {
    font-size: 18px;
}

.dropdown-nav {
    float: left;
    overflow: hidden;
    display: none;
}

.dropdown-nav .dropbtn {
    font-size: 22px;
    font-weight: bold;
    border: none;
    outline: none;
    color: Black;
    padding: 5px 5px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    /*border: 1px solid  rgba(0,0,0,0.2);*/
    background-color: #d1d3d6;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-nav-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-left: 15px;
}

.dropdown-nav-content a:hover {
    background-color: #ddd;
}

.dropdown-nav-content a {
    margin-left: 5px;
}


/* Left Nav Responsive Start */

@media screen and (max-width: 600px) {
    .listview-nav {
        display: none !important;
    }
    .dropdown-nav {
        display: block !important;
    }
    .dropdown-nav:hover .dropdown-nav-content {
        display: block !important;
    }
}

@media screen and (max-width: 770px) {
    .listview-nav {
        display: none !important;
    }
    .dropdown-nav {
        display: block !important;
    }
    .dropdown-nav:hover .dropdown-nav-content {
        display: block !important;
    }
}

.marginButtons {
    margin: 10px;
    float: right;
}


/* Left Nav Responsive End */

.scrollStyle {
    height: 700px;
    overflow: auto;
    overflow-x: hidden;
}

.scrollContactsDetails {
    margin-left: 10px;
    height: 770px;
    overflow: auto;
    overflow-x: hidden;
}

.scrollAliasStyle {
    height: 700px;
    overflow: auto;
    overflow-x: hidden;
}

.scrollAliasDetails {
    margin-left: 10px;
    height: 770px;
    overflow: auto;
    overflow-x: hidden;
}


/*floating button*/

.testheight {
    height: 1200px;
    font-size: 20px;
    text-align: center;
    padding: 100px 20px;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #b2b2b2;
    background: rgba(178, 178, 178, 0.7);
    padding: 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover {
    background: rgba(178, 178, 178, 1.0);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover .fa {
    padding-top: -10px;
}

.scroll .fa {
    font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.alternate:nth-child(odd) {
    background-color: #eee;
}

.alternate:nth-child(even) {
    background-color: #fff;
}

.thumbnail_img {
    height: 200px;
    width: 200px;
    background-repeat: no-repeat;
}