.hidden {
    display: none;
}
.pointer {
    cursor: pointer;
}
.flex_layout {
    display:flex !important;
}
.flex_layout_centered {
    display:flex !important;
    justify-content: center !important;
}
.flex_layout .align_right {
    margin-left: auto !important;
}



/* remove the animation of the option icon opener if not hover */
.styler a.toggle i {
    animation: none !important;
}
.styler a.toggle i:hover {
    animation: rotation 2s infinite linear !important;
}

/* sortable placeholder */
.ddPlaceHolder {
    border: 1px solid lightgray;
    background-color: rgb(239, 239, 239) !important;
    box-shadow: 0 0 5px rgb(239, 239, 239);
    color: white;
}

.experience .dragInProgress,
.education .dragInProgress {
    background-color:white;
}

.langChoice {
    position: absolute;
    right: 15px;
    display: flex;
    z-index : 1000;    
}

.langChoice .flagContainer {
    margin-right: 10px;
    cursor: pointer;
}
.langChoice .flagContainer.current img {
    border: 2px solid gray;
}

.skillsBlockContainer {
   margin-bottom: 40px !important; 
}
.skillsBlockContainer:last-child {
    margin-bottom: 0px !important;
}

.address-info > div {
    padding-bottom: 40px;
    padding-top: 40px;
}
.address-info div p {
    color: #2d2d2d;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: initial;
    padding-top: initial;    
}

.actionEnvoyerMail {                            
	outline:none;
}
.actionEnvoyerMail.mailInProgress {
    background-color : rgb(133, 135, 139) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: lightgray !important;
}

.ofsInBottom{
    padding-bottom:0px !important;
}
.frag-copyright p {
    /*border-top: solid 20px rgb(239, 239, 239);*/
    padding-top: 5px;
    background-color: rgb(239, 239, 239);    
}

section a:not(.remove):visited, section a:not(.remove) {
    color: rgb(153, 153, 153);
    border-bottom: 1px dotted;
    padding: 0px;    
}

/* diable automatic background color for auto-complete */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}/* => /template/test.html */
.prvi li {
   background-color : gray;
}
.drugi li {
   background-color : red;
}
.treci li {
   background-color : yellow;
}
.cetvrti li {
   background-color : green;
}
.border {
   border : 2px solid black;
   background-color : blue !important;
   box-shadow : 0 0 5px black;
   color : white;
}

#wordCloud {
    width: 100%;
}
@media screen and (max-width: 991px) {
    #wordCloud {
        display : none;
        height: 400px;               
    }
}
@media screen and (min-width: 991px) {
    #wordCloud {
        /*position: fixed !important;*/
        height: 400px;        
    }
}
.htmlContentContainer[data-widgettype=SkillList] {
    min-height: 10px;
}
.skillsPane {
    display : inline-block;
    margin-top: 4px;
    width: 100%;
}
.skillsPane > .control-group {
    width: 100%;
}
.skillsPane .selectize-input.items a.remove {
    padding-top: 1px;
}
.skillsPane > .item,
.skillsPane .selectize-input.items > div {
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    padding: 0px 3px 0px 3px;
    background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
    color: #85878B !important;
    border-color: #999999;
    border: 1px solid !important;
    font-size: 10px;
    font-weight: bold;    
    line-height: 1.6;    
}
.skillsPane > .item {
    margin-right: 5px;
    margin-bottom: 5px;
    float : left;    
}

section#skills .skillWord {
    display: inline;
    font-size: 36px;
    font-family: Impact;
    color: rgb(133, 135, 139);
    line-height: 36px;
    padding-left: 1px;
    text-decoration: none;    
}

.hobbiesDescription ul {
    list-style: initial;
}

p strong span {
    font-weight: 800 !important;
    color: #333333 !important;
}

.contact-info li {
    width: 49% !important;
}
/* Tablet Portrait size -> standard 960 */
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.main-nav.tabbed ul li:first-child{
	    width:34%;
	}
	.main-nav.tabbed ul li{
	    width:33%;
	}
	[data-propertyname=descriptionPerso2] {
	    margin-top : 20px;
	}
    .main-nav ul li a i {
        left: 6px !important;
    }
    .contact-info li {
        width: 100% !important;
    }    
}
/* Mobile Landscape Size -> Tablet Portrait size*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.main-nav.tabbed ul li:first-child{
	    width:34%;
	}
	.main-nav.tabbed ul li{
	    width:33%;
	}
	[data-propertyname=descriptionPerso2] {
	    margin-top : 20px;
	}
    .contact-info li {
        width: 100% !important;
    }	
}/* => /template/test.html */
.prvi li {
   background-color : gray;
}
.drugi li {
   background-color : red;
}
.treci li {
   background-color : yellow;
}
.cetvrti li {
   background-color : green;
}
.border {
   border : 2px solid black;
   background-color : blue !important;
   box-shadow : 0 0 5px black;
   color : white;
}
