@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

html,
body {
    height: 100%;
    font-family: "Open Sans";
}
.page-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
}
h1 {
    font-size:2em;
}
h2 {
    font-size:1.5em;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
/*  TABLE STYLE */

.cell {padding-left:6px;
    padding-right:6px;
    min-width: 90px;
}

.header {font-weight:700;}

.portfolios {
    display:flex;
}

.portfolios .name{
padding-right: 24px;
}



.wrap > .container {
    padding: 70px 15px 20px;
}

/**/

.close-x {    border: 1px red solid;
    border-radius: 50%;
    font-weight:700;

    letter-spacing: 3px;
    padding-left: 3px;

    color: red;
margin-right:6px;
cursor:pointer;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* Home page */
.navigation {
    display:flex;
    justify-content: flex-end;

}
.positioning {
    margin-top:56px;
}
.nav-item {
    padding-left:24px;
    padding-right:24px;
    padding-top:6px;
    padding-bottom:6px;
    border-radius:4px;
    margin-right:6px;
    border: 2px solid #000;
    
}

.color-dark{color:#FBE8A6;}
.color-hi{color:#F4976C;}
.color-back{color:#303C6C;}
.color-mid{color:#B4DFE5;}
.color-light{color:#D2FDFF;}
.bg-dark{background-color:#FBE8A6;}
.bg-hi{background-color:#F4976C;}
.bg-back{background-color:#303C6C;}
.bg-mid{background-color:#B4DFE5;}
.bg-light{background-color:#D2FDFF;}

.form-card {
    background-color:white;
    padding:8px;
    border-radius:4px;
    box-shadow:rgba(66, 66, 66, 0.08) 0px 0px 1px 1px, rgba(66, 66, 66, 0.32) 0px 2px 4px -2px;
    width:456px;
    margin-left: auto;
    margin-right: auto;
}
.card-head {
    text-align:center;
    display: block;
    font-size: 32px;
    font-weight: 600;
    line-height: 37px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:12px;
}

.mob-submit {
    font-size: 16px;
    cursor: pointer;
    min-width: 88px;
    color: rgb(255, 255, 255);
    background-color: #303C6C;
    box-shadow: rgba(66, 66, 66, 0.32) 0px 1px 6px -1px;
    border:0px;
    padding:6px 24px 6px 24px;
   margin-left: 40px;
   margin-right: 40px;
    margin-top:32px;

    -webkit-box-align: center;
align-items: center;
border-radius: 4px;
border: 2px solid transparent;
display: flex;
font-family: "Open Sans", Tahoma, Geneva, Verdana, sans-serif;
outline: none;
transition: all 300ms cubic-bezier(0.4, 1, 0.75, 0.9) 0s;
font-size: 16px;


cursor: pointer;
-webkit-box-pack: center;
justify-content: center;
height: 40px;
line-height: 36px;
}
.row {display:flex;}

.mob-input {
    border: 2px solid rgb(229, 233, 237);
    background-color: rgb(229, 233, 237);
    border-radius: 4px;
    
    padding: 8px 16px;
    font-size: 16px;
    color: rgb(31, 31, 31);
    transition: all 200ms cubic-bezier(0.54, 1.12, 0.38, 1.11) 0s;}

   
    .w200 {
        width: 136px;
    }
    .w300 {
        width: 300px;
    }
    .sbs {
        padding:12px;
    }
    .message {
        padding-top:24px;
        padding-bottom:24px;
        margin-left:38px;
    }
    .mobile p {
        color: rgb(31, 31, 31);
    font-family: "Open Sans", Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom:12px;
    font-size:14px;
    }
    p.error {
        color:red;
    }
.form-row{
    display:flex;
    margin-left: 28px;  
    margin-bottom: 12px;
}

.thing {
background-color: #D2FDFF;
border-radius: 4px;
color:#303C6C;
font-size: 22px;
border:none;
cursor: pointer;
margin-bottom:6px;
}
.thing:hover {
    background-color:#B4DFE5;
}
.btn-standard a{
    color:#B4DFE5;
    text-decoration: none;
}
.btn-standard {
    border-radius: 4px;
    background-color: #303c6c;
    color:#B4DFE5;
    cursor: pointer;
    border:none;
    font-weight:700;
    font-size:18px;
    padding:6px 8px 6px 8px;
    margin-left:12px;

}
.btn-standard:hover {
    background-color:#F4976C;
}

.btn-utility {
    border-radius: 4px;
    background-color:#F4976C; 
    color:#eed3d7;
    cursor: pointer;
    border:none;
    font-weight:700;
    font-size:18px;
    padding:6px 8px 6px 8px;
    margin-right:6px;

}
.btn-utility:hover {
    color:#303c6c;
}
.btn-follower {
    background:#FFF;
    border:1px solid #F4976C;
    padding: 4px;
    border-radius:3px;
    cursor:pointer;
}
.follower-type {
    color:#303C6C;
    padding-left: 8px;
    padding-right:8px;
}
.btn-warn {
    border-radius: 4px;
    background-color:#F4976C; 
    color:#792e39;
    cursor: pointer;
    border:none;
    font-weight:700;
    font-size:18px;
    padding:6px 8px 6px 8px;

}
.btn-warn:hover {
    color:#F4976C; 
    background-color:#792e39;
}

.float-modal {
    position: fixed;
        overflow: hidden;
        width:200px;
        z-index: 100;
        border: 1px solid #303c6c;
        background-color: #f0f3f3;
        border-radius: 3px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
}
.modal-select{
    border-style:none;
    width: 150px;
}
.modal-close {
    border: 0;
    background: transparent;
    font-size: 1.2em;
    float: right;
    position: relative;
    
}

.row {display:flex;
flex-direction: row;
align-items: center;
}