﻿body {
    padding: 0px;
    margin: 0px;
}
.black_bg{
    background-color: rgb(55,71,79);
}
.black_cl{
    color: rgb(55,71,79);
}
.orange_bg{
    background-color: rgb(255,110,64);
}
.orange_cl{
    color: rgb(255,110,64);
}
.carrot_bg{
    background-color: #e67e22;
}
.red_bg{
    background-color: #e74c3c;
}
.sunflower_bg{
    background-color: #fdd835;
}
.violet_bg{
    background-color: rgb(103,58,183);
}
.violet_cl{
    color: rgb(103,58,183);
}
.shadow_x{
    -webkit-box-shadow: 1px 0px 3px 0px rgba(189,189,189,1);
    -moz-box-shadow: 1px 0px 3px 0px rgba(189,189,189,1);
    box-shadow: 1px 0px 3px 0px rgba(189,189,189,1);
}
.shadow_x_1{
    -webkit-box-shadow: -1px 0px 3px 0px rgba(189,189,189,1);
    -moz-box-shadow: -1px 0px 3px 0px rgba(189,189,189,1);
    box-shadow: -1px 0px 3px 0px rgba(189,189,189,1);
}
.shadow_y{
    -webkit-box-shadow: 0px 1px 3px 0px rgba(189,189,189,1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(189,189,189,1);
    box-shadow: 0px 1px 3px 0px rgba(189,189,189,1);
}
.df_txt{
    font-family: Merriweather;
    font-size: 1.2em;
    line-height: 1.3em;
    background-color: rgb(176,190,197);
}
.df_title{
    font-family: Lato;
    font-size: 2.4em;
    line-height: 2.6em;
}
input::-webkit-input-placeholder {
   color: rgb(138,146,165);
}
input:focus::-webkit-input-placeholder {
   color: #37474F;
}
input:-moz-placeholder { /* Firefox 18- */
   color: rgb(138,146,165);
}
input:focus:-moz-placeholder { /* Firefox 18- */
   color: #37474F;
}
input::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(138,146,165);
}
input:focus::-moz-placeholder {  /* Firefox 19+ */
   color: #37474F;
}
input:-ms-input-placeholder {
   color: rgb(138,146,165);
}
input:focus:-ms-input-placeholder {
   color: #37474F;
}
.spime_icon{
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
    float: left;
}
.paralel {
    min-width: 120px;
    position: relative;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
	height: 56px;
	background: rgb(239,239,239);
	-webkit-transform: skew(22deg);
	-moz-transform: skew(22deg);
	-ms-transform: skew(22deg);
	-o-transform: skew(22deg);
	transform: skew(22deg);
}
.mg_left_-40{
    margin-left: -40px;
}
.paralel_textInside{
    -webkit-transform: skew(-22deg);
	-moz-transform: skew(-22deg);
	-ms-transform: skew(-22deg);
	-o-transform: skew(-22deg);
	transform: skew(-22deg);
    font-family: Montserrat;
    font-size: 1.4em;
    line-height: 62px;
    display: block;
    text-shadow: 1px 1px rgba(189,189,189,1);
}
.deco_limBar{
    position: absolute;
    top: 10px;
    left: 18px;
    width: 72px;
    height: 3px;
    box-shadow: 0px 1px rgba(189,189,189,1);
}
.topBar_searchBox_laptop{
    height: 28px;
    position: relative;
    top: 12px;
    float: left;
    left: 10px;
}
.tbSearch{
    width: 60%;
    height: 26px;
    float: left;
    font-size: 16px;
    font-family: Lato;
    line-height: 16px;
    padding-left: 34px;
    padding-right: 20px;
    border: none;
    transition: background-color ease-in-out 0.4s;
    float: left;
    position: relative;
    background-color: transparent;
    border-radius: 2px;
}
.tbSearch:focus{
    outline: none;
    color: #37474F;
    background-color: white;
}
.searchIcon{
    font-size: 16px;
    float: left;
    position: relative;
    right: -22px;
    top: 6px;
    color: #eeeeee;
}
.topBar_nameBox{
    height: 52px;
    position: relative;
    border-left: 1px solid #7f8c8d;
    float: right;
    margin-left: 6px;
}
.nameBox_anchor{
    width: auto;
    height: 52px;
    padding-left: 16px;
    padding-right: 28px;
    position: relative;
    float: left;
    display: block;
    line-height: 52px;
    font-family: Montserrat;
    font-size: 13px;
    color: #eeeeee;
    cursor: pointer;
    transition: background-color ease-in-out 0.4s;
}
.nameBox_anchor:hover{
    background-color: #16a085;
    color: white;
}
.bameBox_img{
    width: 28px;
    height: 28px;
    position: relative;
    top: 12px;
    left: 10px;
    float: right;
    border-radius: 28px;
}
.nameBox_icon{
    font-size: 14px;
    position: relative;
    float: left;
    color: #eeeeee;
    top: 17px;
    left: 0px;
    margin-right: 10px;
}
.topBar_toolBox_laptop{
    position: relative;
    float: right;
    height: 52px;
    padding-left: 0px;
}
.toolBox_anchor{
    position: relative;
    float: right;
    height: 52px;
    padding-right: 18px;
    padding-left: 12px;
    cursor: pointer;
    display: block;
    transition: background-color ease-in-out 0.4s;
}
.toolBox_anchor:hover{
    background-color: #16a085;
}
.toolBox_icon{
    font-size: 18px;
    position: relative;
    float: right;
    margin-left: 3px;
    top: 17px;
    color: #eeeeee;
    cursor: pointer;
}
.chip{
    color: white;
    font-size: 9px;
    padding: 3px 5px 4px 5px;
    display: block;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 8px;
    border-radius: 100px;
}
.sideBar_iconAnchor{
    font-size: 20px;
    padding: 20px 22px 37px 19px;
    float: left;
    color: #eeeeee;
    background-color: transparent;
    display: block;
    cursor: pointer;
}
.sideBar_iconAnchor2{
    font-size: 19px;
    padding: 20px 19px 39px 19px;
    float: left;
    color: #eeeeee;
    background-color: transparent;
    display: block;
    cursor: pointer;
}
.sideBar_iconAnchor3{
    font-size: 25px;
    padding: 19px 21px 37px 18px;
    float: left;
    color: #eeeeee;
    background-color: transparent;
    display: block;
    cursor: pointer;
}
.sideBar_iconAnchor4{
    font-size: 19px;
    padding: 20px 23px 37px 21px;
    float: left;
    color: #eeeeee;
    background-color: transparent;
    display: block;
    cursor: pointer;
}
.sideBar_iconAnchor6{
    font-size: 18px;
    padding: 19px 22px 36px 19px;
    float: left;
    color: #eeeeee;
    background-color: transparent;
    display: block;
    cursor: pointer;
    margin-top: 1px;
    margin-bottom: 2px;
}
.sideBar_iconAnchor5{
    font-size: 22px;
    padding: 19px 22px 36px 19px;
    float: left;
    color: #eeeeee;
    background-color: transparent;
    display: block;
    cursor: pointer;
    margin-top: 1px;
    margin-bottom: 2px;
}
/*.window{
    transition: color, background-color ease-in-out 0.4s;
}
.window:hover{
    color: white;
    background-color: #3498db;
}
.dashboard{
    transition: color, background-color ease-in-out 0.4s;
}
.dashboard:hover{
    color: white;
    background-color: #9b59b6;
}
.globe{
    transition: color, background-color ease-in-out 0.4s;
}
.globe:hover{
    color: white;
    background-color: #27ae60;
}
.article{
    transition: color, background-color ease-in-out 0.4s;
}
.article:hover{
    color: white;
    background-color: #e67e22;
}
.profile{
    transition: color, background-color ease-in-out 0.4s;
}
.profile:hover{
    color: white;
    background-color: #1abc9c;
}
.office{
    transition: color, background-color ease-in-out 0.4s;
}
.office:hover{
    color: white;
    background-color: #c0392b;
}*/
.iconAnchor_spanText{
    font-family: Montserrat;
    font-size: 10px;
    float: left;
    position: absolute;
    text-align: center;
    color: inherit;
    width: 52px;
    display: block;
    left: 2px;
    margin-top: 5px;
}
#personalBox{
    position: fixed;
    width: 308px;
    background-color: rgb(47,52,61);
    overflow-x: hidden;
    overflow-y: hidden;
}
#divNenDen2{
    position: fixed;
    top: 80px;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}
#personalBox_timelineBox{
    width: 100%;
    position: relative;
}
.timelineBox_img{
    width: 100%;
    height: auto;
    position: relative;
    max-height: 160px;
    float: left;
}
.timelineBox_imgAva{
    width: 90px;
    height: 90px;
    position: relative;
    border: 6px solid #eeeeee;
    border-radius: 80px;
    float: left;
    left: 12px;
    top: -60px;
}
#timelineBox_textName{
    font-family: Montserrat;
    color: white;
    width: calc(100% - 120px);
    position: relative;
    float: left;
    left: 18px;
    top: -24px;
    font-size: 16px;
    display: block;
    /*background-color: red;*/
}
#timelineBox_textOccupation{
    font-family: Montserrat;
    width: calc(100% - 120px);
    position: relative;
    float: left;
    left: 18px;
    top: -16px;
    font-size: 15px;
    display: block;
    color: rgb(144,153,183);
    font-weight: bold;
}
.nameBox_hover{
    background-color: #16a085;
    color: white;
}
.personalBox_iconButton{
    height: 32px;
    float: left;
    background-color: rgb(57,66,100);
    border-radius: 2px;
    font-size: 14px;
    display: block;
    color: rgb(144,153,183);
    padding: 7px 12px 7px 12px;
    position: relative;
    margin-top: -50px;
    width: calc(84% + 0px);
    margin-left: calc(8% - 0px);
}
.personalBox_iconButton2{
    width: 220px;
    height: 32px;
    float: left;
    background-color: rgb(57,66,100);
    border-radius: 2px;
    font-size: 28px;
    display: block;
    color: rgb(144,153,183);
    padding: 7px 12px 7px 12px;
    margin-left: 30px;
    position: relative;
    width: calc(84% + 0px);
    margin-left: calc(8% - 0px);
    margin-top: -12px;
}
.personalBox_iconButton3{
    width: 220px;
    height: 32px;
    float: left;
    background-color: rgb(57,66,100);
    border-radius: 2px;
    font-size: 28px;
    display: block;
    color: rgb(144,153,183);
    padding: 7px 12px 7px 12px;
    margin-left: 30px;
    position: relative;
    top: 6px;
    width: calc(84% + 0px);
    margin-left: calc(8% - 0px);
}
.personalBox_iconButton_text{
    font-size: 14px;
    margin-left: 10px;
    font-family: Montserrat;
    position: absolute;
    margin-top: 2px;
}
.personalBox_iconButton_text2{
    font-size: 14px;
    margin-left: 12px;
    font-family: Montserrat;
    position: absolute;
    margin-top: 2px;
}
.personalBox_moreOpt{
    font-family: Montserrat;
    font-size: 16px;
    position: absolute;
    width: calc(82% + 10px);
    display: block;
    color: rgb(57,66,100);
    left: calc(8% - 6px);
    bottom: 0px;
    height: 240px;
    background-color: rgb(31,37,61);
    /*background-color: red;*/
}
.personalBox_moreOpt_lbTitle{
    width: 100%;
    float: left;
    position: absolute;
    color: white;
    font-family: Montserrat;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid white;
    display: block;
    top: 8px;
}
.personalBox_moreOpt_button{
    width: 82px;
    height: 86px;
    border: 2px solid rgb(57,66,100);
    border-radius: 4px;
    display: inline-block;
    background-color: rgb(57,66,100);
    margin-left: 4px;
    top: 42px;
    position: absolute;
    color: white;
    cursor: pointer;
    transition: border-color ease-in-out 0.3s;
}
.personalBox_moreOpt_button:hover{
    border-color: rgb(33,150,243);
    /*color: rgb(33,150,243);*/
}
.personalBox_moreOpt_button2{
    width: 82px;
    height: 86px;
    border: 2px solid rgb(57,66,100);
    border-radius: 4px;
    display: block;
    background-color: rgb(57,66,100);
    top: 42px;
    position: absolute;
    left: 99px;
    color: white;
    cursor: pointer;
    transition: border-color ease-in-out 0.3s;
}
.personalBox_moreOpt_button2:hover{
    border-color: rgb(33,150,243);
    /*color: rgb(33,150,243);*/
}
.personalBox_moreOpt_button3{
    width: 82px;
    height: 86px;
    border: 2px solid rgb(57,66,100);
    border-radius: 4px;
    display: block;
    background-color: rgb(57,66,100);
    top: 42px;
    position: absolute;
    left: 190px;
    color: white;
    cursor: pointer;
    transition: border-color ease-in-out 0.3s;
}
.personalBox_moreOpt_button3:hover{
    border-color: rgb(33,150,243);
    /*color: rgb(33,150,243);*/
}
.personalBox_moreOpt_button4{
    width: 82px;
    height: 86px;
    border: 2px solid rgb(57,66,100);
    border-radius: 4px;
    display: block;
    background-color: rgb(57,66,100);
    top: 136px;
    margin-left: 4px;
    position: absolute;
    color: white;
    cursor: pointer;
    transition: border-color ease-in-out 0.3s;
}
.personalBox_moreOpt_button4:hover{
    border-color: rgb(33,150,243);
    /*color: rgb(33,150,243);*/
}
.personalBox_moreOpt_button5{
    width: 82px;
    height: 86px;
    border: 2px solid rgb(57,66,100);
    border-radius: 4px;
    display: block;
    background-color: rgb(57,66,100);
    top: 136px;
    position: absolute;
    left: 99px;
    color: white;
    cursor: pointer;
    transition: border-color ease-in-out 0.3s;
}
.personalBox_moreOpt_button5:hover{
    border-color: rgb(33,150,243);
    /*color: rgb(33,150,243);*/
}
.personalBox_moreOpt_button6{
    width: 82px;
    height: 86px;
    border: 2px solid rgb(57,66,100);
    border-radius: 4px;
    display: block;
    background-color: rgb(57,66,100);
    top: 136px;
    position: absolute;
    left: 190px;
    color: white;
    cursor: pointer;
    transition: border-color ease-in-out 0.3s;
}
.personalBox_moreOpt_button6:hover{
    border-color: rgb(33,150,243);
    /*color: rgb(33,150,243);*/
}
.personalBox_moreOpt_button_icon{
    font-size: 24px;
    position: relative;
    width: 100%;
    text-align: center;
    color: rgb(144,153,183);
    cursor: pointer;
    margin-top: 18px;
    outline: none;
    margin-bottom: 5px;
}
.personalBox_moreOpt_button_lbText{
    font-family: Montserrat;
    font-size: 13px;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
    text-align: center;
    cursor: pointer;
    outline: none;
}
