html, body {
    height: 100%;
    width:100vw;
    margin: 0px;
}

/* temporary because got tired of search for the /div that is throwing off layout..
 */
#wpcrm-dashboard-notes, #wpcrm-notes-container{
    display:none;
}
#temp-icons{
    margin-top:6px;
}

.col-4{
    padding-left:0px;
}

select.invalid, input.invalid {
    border:2px solid red !important;
}

input.error, select.error {
    border:2px solid red !important;
}

.wpcrm-select-type{
    position:relative;
    float:right;
    clear:none;
    top:12px;
    max-width:110px;
}

.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wpcrm-add-new-inputs{
    float:left;
    clear:both;
}

#wpcrm-context-menu{
    display: none;
    position: absolute;
    border: 1px solid grey;
    background-color:#FFFFFF;
    z-index:1003;
    width: 150px;
    font-weight:600;
}

.wpcrm-three-dots-input-row{
    position:relative;
    float:right;
    clear:none;
}

.wpcrm-three-dots-input-row-hide{
    float:right;
    clear:none;
    margin:5px;
    cursor:pointer;
    background-image: url("../img/close-button.png");
    background-size:100%;
    height:20px;
    width:20px;
}

#wpcrm-context-menu .wpcrm-context-menu-item{
    padding:7px;
    cursor:pointer;
}

#wpcrm-context-menu .wpcrm-context-menu-item:hover {
    background-color:#eeeeee;
}

.wpcrm-phone-input-row, .wpcrm-email-input-row, .wpcrm-phone-input-row, .wpcrm-address-input-row, .wpcrm-associated-person-input-row, .wpcrm-associated-company-input-row{
    display:none;
}

.wpcrm-address-input-row{
    margin-bottom:20px;
}

.wpcrm-add-new-inputs{
    cursor:pointer;
}

#wpcrm-entity-edit-form-associated-entity-company, #wpcrm-entity-edit-form-associated-entity-people, #wpcrm-entity-add-form-associated-entity-company, #wpcrm-entity-add-form-associated-entity-person{
margin-bottom:30px;
}

.wpcrm-style1-btn{
    color: #fff !important;
    background-color: #f6b26b !important;
    border:0px !important;
    border-radius: 5px;
    padding:4px;
    margin:12px;
    font-weight:600;
    font-size:18px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.wpcrm-three-dots{
    width:50px;
    height:50px;
    float:right;
    cursor:pointer;
}

.wpcrm-person-name-extra-inputs{
    display:none;
}

.wpcrm-associated-person-inputs-wrapper, .wpcrm-associated-person-inputs-wrapper{
    float:left;
    clear:both;
    display:block;
}

#wpcrm-add-new-entity-scroll{
    height:calc(100vh - 360px);
}

#wpcrm-add-new-entity-form-inputs input[name=prefix], #wpcrm-add-new-entity-form-inputs input[name=suffix]{
    width:60px;
}

#wpcrm-add-new-entity-form-inputs input[name=first_name], #wpcrm-add-new-entity-form-inputs input[name=middle_name], #wpcrm-add-new-entity-form-inputs input[name=last_name]{
    width:115px;
}

#wpcrm-edit-entity-form input[name=prefix], #wpcrm-edit-entity-form input[name=suffix]{
    width:60px;
}

#wpcrm-edit-entity-form input[name=first_name], #wpcrm-edit-entity-form input[name=middle_name], #wpcrm-edit-entity-form input[name=last_name], #wpcrm-edit-entity-form input[name=prefix], #wpcrm-edit-entity-form input[name=suffix]{
    width:60px;
    padding:0px !important;
    margin-right: 0px !important;
}

.wpcrm-circle-wrapper{
    width:80px;
    height:80px;
    float:left;
    clear:both;
}

.wpcrm-circle{
    width:60px;
    height:60px;
    border-radius:30px;
    font-size:20px;
    color:#6d6d6d;
    line-height:60px;
    text-align:center;
    background:#fff;
    border:1px solid #666666;
}

.wpcrm-add-new-entity-circle-wrapper{
    float:left;
    clear:both;
}

.wpcrm-add-new-entity-circle{
    width:80px;
    height:80px;
    border-radius:40px;
    font-size:14px;
    color:#6d6d6d;
    line-height:75px;
    text-align:center;
    background:#fff;
    border:1px solid #666666;
}

.wpcrm-select-associated-entity{
    float:left;
    clear:none;
    margin-bottom:10px;
    margin-right:10px;
}

.wpcrm-associated-company-inputs-wrapper{
    display:table;
}

.wpcrm-select-associated-entity{
   /* display:none; */
}

#wpcrm-plugin-dir-var{
    display:none;
}

#wpcrm-select-company, #wpcrm-select-person{
    margin-bottom: 10px;
    width:222px;
}

#wpcrm-stack1-select-all{
    margin:10px;
    margin-top:7px;
    margin-bottom:20px;
}

#wpcrm-stack1-delete{
    float:right;
    margin-right:10px;
    cursor:pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family:Roboto;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family:Roboto;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family:Roboto;
}
:-moz-placeholder { /* Firefox 18- */
    font-family:Roboto;
}

label.error, span.error{
    display: inline-block;
    margin:15px;
    padding:5px 15px 5px 15px;
    background-color:#ffebee;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

/* temp */
#add-new-object-container {
    display:none;
}
/* end temp */

.col-6{
    max-width:100% !important;
}

#wpcrm-container{
    width:100vw;
}

#wpcrm-container-main-wrapper{
    width: calc(100% - 15px);
}

#wpcrm-container-main{

}

#bestcrm-main-row{
    margin-right:0px;
    margin-left:0px;
}

#wpcrm-top-menu{
    position:relative;
    background-color: #ffffff;
    width:100%;
    height:70px;
    /*z-index:-100;*/
    display:block;
    border-bottom:3px solid #000000;
    padding-left:50px;
    padding-right:50px;
}

#wpcrm-top-menu-inside{
    width:100%;
    min-width:600px;
    margin-left:20px;
    margin-right:20px;
    position: relative;
    top:10px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#wpcrm-header-right{
    float:right;
    width:300px;
}

#wpcrm-header-nav{
    background-color:#FFFFFF;
    width:100px;
}

/* header drop down for username and logout */
#nav{
    position:absolute;
    right:30px;
    top:-11px;
    background-color:#FFFFFF;
}

#nav a {
    display:block;
    color: #000000;
    background-color:#FFFFFF;
    margin-top:40px;
    padding: 0px;
    cursor: pointer;
}
#nav li{
    padding:10px;
    background-color:#FFFFFF;
}

#wpcrm-header-username{
    cursor:pointer;
    color:#000000;
}

.wpcrm-header-menu-sub-link{
    display:block;
    padding:10px;

}

ul#nav{
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
    z-index:100;
    width:100px;
    background-color:#FFFFFF;
    font-weight:600;
    font-size:24px;
}

#nav ul.sub-nav {
    display: none;
    padding:10px;
    background-color:#FFFFFF;
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
    font-size: 16px;
    font-weight:500;
}

#nav ul.visible {
    display: block;
}

.white-bg{
    background:#FFFFFF;
}

ul a {
    background:#FFFFFF;
}

/* end header drop down for username and logout */

button#wpcrm-show-login-form, #wpcrm-header-username{
    float:right;

margin-right:30px;
    background-color:#ffffff;
    color:#000000;
    border:0px;
}

#wpcrm-main-right-column{
    width:calc(100vw - 350px);
}

#wpcrm-search-form-input{
    width:100%;
}

.crm-page-link{
    text-decoration: underline;
    cursor: pointer;
}

.wpcrm-pages{
    display:none;
}

#wpcrm-top-row{
    height:80px;
}

.scroll {
    overflow-y:scroll;
    width:100%;
}

.tall-col{
    height:calc(100vh - 71px);
    width:175px;

    padding-right:0px;
    padding-left:0px;
}

.col-6{
    padding-left:0px;
    padding-right:0px;
}

#wpcrm-col-1{
    font-family: Roboto;
    border-right: 2px solid #000;
    /*height:calc(100% - 15px);*/
    max-width:175px;
}

.half-height{
    height:400px;

}

#wpcrm-saved-lists-container {

}

#wpcrm-list-stack1-contents-container{
    border-right: 2px solid #000;
    height:calc(100% - 61px);
}

#list-stack1-contents{
    padding-top:25px;
    overflow-x:hidden;
    overflow-y:scroll;
    padding-top:20px;
    /*height:calc(100% - 130px);*/
    height:100%;
    display: block;
    overflow: auto;
    font-family:Roboto;
}

#wpcrm-stack1-search-box-container{
    polision:relative;
    width:100%;
    height:60px;
    padding:15px;
    padding:15px;
    border-bottom:1px solid #000000;
    border-right:2px solid #000000;
    font-family:Roboto;
}

.stack1-object-container{
    width:100%;
    float:left;
    clear:both;
    padding:10px;
    padding-left:10px;
    padding-bottom:0px;
    margin-bottom:0px;
}

/* the objects listed in stack one */
.wpcrm-stack1-object {
    min-height:35px;
    cursor:pointer;
    border-radius:5px;
    font-weight:700;
    cursor:pointer;
    font-family:Roboto;
    float:left;
    clear:none;
    width:85%;
}

.wpcrm-stack1-checkbox{
    float:left;
    clear:none;
    margin-top:6px;
    margin-right:5px;
}

#wpcrm-edit-entity-submit{
    display:none;
}

.wpcrm-edit-entity-input {
    padding: 1px 0px 0px 2px;
    box-sizing: border-box;
}

#wpcrm-stack2-container{

}

.wpcrm-stack2-entity-title{
    font-size:22px;
    font-weight:700;
}

.wpcrm-rel-wrapper{
    /*width:500px;*/
    height:30px;
}

.wpcrm-rel-type-name{
    text-align: right;
    float:left;
    clear:both;
}

.wpcrm-entity-tag-stack2{
    text-align: left;
    cursor:pointer;
    float:left;
    clear:none;
}

.wpcrm-entity-tag-stack2#primary{
    clear:both;
}

#list-stack2-contents{
    padding-top:20px;
    height:338px;
    display: block;
    font-family:Roboto;
}

#wpcrm-stack2-edit-container{
    display:none;
}

#wpcrm-stack2-edit-wrapper{
    padding:10px;
}

#list-stack2-contents-edit{
    height:338px;
    display: block;
    font-family:Roboto;
}

.wpcrm-stack2-value input{
    border:0px;
    background-color: #e9e9ea;
}

.wpcrm-stack2-data {
    float:left;
    clear:none;
    min-height:35px;
    border:0px solid #000;
    padding-bottom:0px;
    margin-bottom:0px;
    font-weight:600;
}

.wpcrm-stack2-title, .wpcrm-stack2-value{
    float:left;
    clear:both;
    margin-bottom: 15px;
}

.wpcrm-stack2-title{
    width:150px;
}

.wpcrm-stack2-value{
    font-weight:600;

}

.stack2-data b {

}

#wpcrm-stack2-buttons{
    position:relative;
    width:100%;
    height:60px;
    padding:15px;
    border-bottom:1px solid #000000;
    font-family:Roboto;
}

.wpcrm-stack2-top-btns{
    background-color: #FFFFFF;
    border:0px solid #000000;
    font-weight:900;
    padding:2px;
    padding-left:10px;
    padding-right:10px;
}

#wpcrm-stack2-list-container{
    display: block;
    overflow: auto;
    padding-bottom:50px;
}

#wpcrm-stack2-list-container h2 {
    font-size:20px;
    font-weight:600;
}

#wpcrm-stack2-list-container .col-4{
    text-align: right;
}

.wpcrm-stack2-top-btns#wpcrm-show-add-new-entity-form {
    /* background-color: #fe9700; */
}
input#wpcrm-add-new-type-phone,
input#wpcrm-add-new-type-email,
input#wpcrm-add-new-type-address,
input#wpcrm-add-new-type-company,
input#wpcrm-add-new-type-person,
input#wpcrm-add-new-company,
input#wpcrm-add-new-person{
    display:none;
}

img.wpcrm-quick-add-new-entity-close-btn,
img.wpcrm-quick-add-new-primary-entity-close-btn,
img.wpcrm-quick-add-new-type-close-btn{
    width:30px;
    height:30px;
    display:none;
}

img.wpcrm-quick-add-new-type-close-btn{
    float: right;
    top: 12px;
    position: relative;
}

#wpcrrm-add-new-entity-form-wrapper{
    width:850px;
    margin-left:auto;
    margin-right:auto;
}

.wpcrm-pad-sides{
    padding-left:15px;
    padding-right:15px;
}

#wpcrm-top-right-cols{
    /*height:400px;*/
    /*height:calc(100vh - 50%);*/
    border-bottom:2px solid #000;
    margin-left:0px;
    margin-right:0px;
}

.wpcrm-top-right-col{
    height:100%;
    /*overflow:auto;*/
    border-right:2px solid #000000;
    width:50%;
    min-width:500px;
    height:400px;
    float:left;
    clear:none;
}

#wpcrm-notes-container{
    text-align: justify;
    font-family:Roboto;
    overflow-y:scroll;
}

#wpcrm-dashboard-notes{
    font-family:Roboto;
}

#loading-img-container{
    float:left;
    width:50px;
    height:50px;
    margin-top:0px;
    margin-left:5px;
}

#loading-image{
    display:none;
    background-image: url("../img/loading.gif");
    background-size:100%;
    width:50px;
    height:50px;
    margin-top:0px;
}

#select-object-container{
    float:left;
    clear:none;
}

.add-icons-plus{
    background-image: url("../img/plus-sign.png");
    background-size:100%;
    width:30px;
    height:30px;
    margin-bottom:15px;
    cursor: pointer;
}

.add-icons-minus{
    background-image: url("../img/minus-sign.png");
    background-size:100%;
    width:30px;
    height:30px;
    margin-bottom:15px;
    cursor: pointer;
    display:none;
}

.close-btn{
    float:right;
    clear:none;
    background-image: url("../img/close-button.png");
    background-size:100%;
    width:30px;
    height:30px;
    margin-bottom:15px;
    cursor: pointer;
}

#add-new-object-container, #select-object-form, input#add-new-object, .add-icons-plus#object-plus, .add-icons-minus#object-minus{
    float:left;
    clear:none;
}

#select-object-form{
    margin-top:10px;
    margin-left:15px;
}

.add-input-dashboard{
    display:none;
    margin-bottom:20px;
}

#login-form-page{
    display:none;
}

#crm-container-main{

}

#wpcrm-frontpage-logo-container{
    width: 100%;
    height:500px;
    position:absolute;
}

#wpcrm-frontpage-logo{
    width:550px;
    height:90px;
    background-image: url("../img/logo.v1.png");
    background-size:100%;
    position: absolute;
    left: 50%;
    top: 300px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#wpcrm-login-form-container{
    position:relative;
    float:right;
    clear:both;
    width:290px;
    border:1px solid #000000;
    background-color:#FFFFFF;
    padding:20px;
    text-align:center;
}

#wpcrm-login-form-container input, #wpcrm-registration-form-container input, #wpcrm-add-new-entity-form-container input {
    border:1px solid #000000;
    margin-bottom:10px;
}

#wpcrm-login-form-container button, .login-button{
    margin:auto;
    margin-top:15px;
    margin-bottom:25px;
    text-decoration: none;
}

#wpcrm-forgot-password-link{
    margin-top:30px;
    cursor: pointer;
    text-decoration: underline;
}

#wpcrm-registration-form-container, #wpcrm-password-reset-form-container, #wpcrm-delete-bulk-confirmation-container, #wpcrm-delete-single-confirmation-container{
    width:350px;
    border:1px solid #000000;
    background-color: #ffffff;
    text-align:center;
}

.wpcrm-add-new-entity-input{
    width:170px;
    margin-right:10px;
    border:1px solid #000000;
}

.wpcrm-add-new-entity-input-create-new{
    width:140px;
    margin-right:5px;
}

.wpcrm-add-new-type-input-create-new{
    width:75px;
    margin-right:5px;
    float: right;
    top: 12px;
    position: relative;
}

#wpcrm-add-new-entity-form-container{
    width:900px;
}

#wpcrm-entity-form-associated-entity{
    float:left;
    clear:both;
}

#wpcrm-add-new-entity-form-address{

}

#wpcrm-add-new-entity-form-address .third-row{
    float:left;
    clear:none;
    width:140px;
}

#wpcrm-address-inputs-wrapper input{
    margin-bottom:5px;
}

#wpcrm-add-new-entity-form-footer-btns-wrapper{
    color:#ffffff;
    background-color: #6fa8dc;
    width:100%;
    padding:15px;
    margin:0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    float:left;
    clear:both;
}

#wpcrm-add-new-entity-form-footer-btns-contents {
    width:500px;
    margin-left:auto;
    margin-right:auto;
}

.wpcrm-add-new-entity-button {
    color: #000000;
    background-color: #f6b26b;
    border: 1px solid #000000;
}

#wpcrm-registration-form-inputs, #wpcrm-add-new-entity-form-inputs{
    padding-top:40px;
    display:block;
}

.wpcrm-registration-input, .wpcrm-login-input, .wpcrm-add-new-entity-input{
    padding:10px;
}

#wpcrm-reg-success-msg {
    margin:35px;
}

#wpcrm-login-submit-button, #wpcrm-password-reset-submit-button, #wpcrm-password-reset-create-new-submit-button, #wpcrm-add-new-entity-submit-button,{
    color: #000000;
    background-color: #9fc5f8;
    border: 1px solid #000000;
    margin:15px;
}

#wpcrm-registration-form-container h4, #wpcrm-password-reset-form-container h4, #wpcrm-password-create-new-form-container h4, #wpcrm-add-new-entity-form-container h4, #wpcrm-delete-bulk-confirmation-container h4, #wpcrm-delete-single-confirmation-container h4  {
    color:#ffffff;
    background-color: #6fa8dc;
    width:100%;
    padding:15px;
    margin:0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#wpcrrm-delete-bulk-confirmation-form-wrapper, #wpcrrm-delete-single-confirmation-form-wrapper{
    padding:20px;
}

#wpcrm-delete-bulk-confirmation-form #quantity-confirm, #wpcrm-delete-single-confirmation-form #quantity-confirm-single{
    margin-top:20px;
}

#wpcrrm-delete-bulk-confirmation-btns, #wpcrrm-delete-single-confirmation-btns{
    margin:20px;
}

#quantity-confirm-error{
    margin-top:10px;
}

#wpcrm-add-new-entity-form{
    height:calc(100vh - 230px);
}

#wpcrm-password-reset-form-container {
    display:none;
}

/* lightbox - https://www.w3schools.com/howto/howto_js_lightbox.asp */

/* for 'lightbox' effect for forms - background */
#wpcrm-modal{
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

/* Modal Content */
.wpcrm-modal-content {
    z-index:1002;
    position: absolute;
    border-radius:10px;
    top:71px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:25px;
    background-color: #fefefe;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    max-height:calc(100vh - 120px);
}

.wpcrm-modal-content-container{
    padding:20px;
}
