.content-container {
    padding: 0 0.4em;
}

.picture-block{
    border: 2px solid #79799c;
    margin: 0 0 1em 1em;
    min-height: 533px;
}

.filter-block{
    border: 2px solid #79799c;
}

.filter-title{
    margin: 0;
    color: #fcf8e3;
    padding: .4em;
    background: #337ab7;
    font-size: 1.3em;
}

/*select style*/
label.custom_select>select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0.5px solid rgba(28, 61, 81, 0.5);
    border-right: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: auto;
    outline: none;
    padding: 4px 4px 4px 8px;
    position: relative;
    width: 100%;
    z-index: 22;
}

label.custom_select>select::-ms-expand{
    display: none;
}

label.custom_select>select:disabled::-ms-expand{
    background: transparent;
}

label.custom_select{
    background: #FFFFFF;
    border: 0.8px solid rgba(48, 130, 162, 0.5);
    border-radius: 4px;
    border-right: none;
    display: inline-block;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0.8em;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

label.custom_select:before{
    border-color: #FBEAB2 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 6px 0px 6px;
    content: "";
    height: 0px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(50%, -50%);
    width: 0px;
    z-index: 21;
}

label.custom_select:after{
    background: rgba(48, 130, 162, 0.7);
    border-radius: 0px 4px 4px 0px;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    z-index: 20;
}

/*Model style*/
.time-picker{
    padding: .8em;
}

input#calendar{
    background: transparent;
    border-color: transparent;
    border-bottom: 1px solid darkgrey;
    font-size: 15px;
    outline: none;
    padding: 0px 20px;
    width: 125px;
}

select.time_interval{
    margin-left: .8em;
}

/*products style*/
input[type="radio"][name="product-radio"]{
    appearance: none;
    display: none  ;
}

input[type="radio"][name="product-radio"]+label{
    display: block;
    margin: 0;
    cursor: pointer;
    padding: .5em;
    border-bottom: 1px solid black;
}

input[type="radio"][name="product-radio"]+label:hover{
    color: black;
    opacity: .5;
    font-weight: 500;
    background: transparent;
}

input[type="radio"][name="product-radio"]:checked+label{
    background: #e8e8e8;
}

.tau-container{
    margin: .7em 0;
    text-align: left;
    padding-left: 1em;
}

/*Download area style*/
.download{
    margin-bottom: 2em;
}

.download a{
    padding-left: 10px;
    color: #FFFFFF;
}

.download a:hover{
    color: #FFFFFF;
}

/*Forecast Hour area style*/
input[type="radio"][name="tau-radio"]{
    appearance: none;
    display: none;
}

input[type="radio"][name="tau-radio"]+label{
    background: #8181bf;
    margin: 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: .4em;

}

input[type="radio"][name="tau-radio"]+label:hover{
    background: #3d3d94;
}

input[type="radio"][name="tau-radio"]:checked+label{
    background: #3d3d94;
}

input[type="radio"][name="tau-radio"]:disabled+label{
    background: #e8e5e5;
    cursor: no-drop;
}

#photo_area img{
    width: 80%;
    padding: 1em;
}

#panel{
    border: 1px solid #dad8d8;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
    margin-bottom: .5em;
    text-align: center;
}

#panel #photo_ctrl{
    padding: 4px 0px;
}

#photo_ctrl .ctrl_btn{
    color: #B3AADC;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

#photo_ctrl .ctrl_btn i{
    border: 1px solid #D3CDEC;
    border-radius: 50%;
    display: inline-block;
    padding: 8px 10px 8px 6px;
}

#photo_ctrl .ctrl_btn:last-child i{
    padding: 8px 6px 8px 10px;
}

#photo_ctrl .ctrl_btn:hover i{
    box-shadow: 1px 0px 1px #9D95C6;
}

#photo_ctrl .ctrl_btn:first-child{
    margin-right: 20px;
    padding: 5px 10px 5px 6px;
}

#photo_ctrl .ctrl_btn:last-child{
    margin-left: 20px;
    padding: 5px 6px 5px 10px;
}

#photo_ctrl .ctrl_btn span{
    background: rgba(208, 229, 228, 0.9);
    border-radius: 3px;
    color: #78AFB9;
    display: inline-block;
    font-size: 12px;
    padding: 0px 4px;
}

#photo_ctrl .ctrl_btn:hover{
    border-color: #725EC2;
    color: #725EC2;
    transition: all 0.3s ease-in;
}

#photo_ctrl input[type="checkbox"]{
    display: none;
}

#photo_ctrl #start_stop_btn{
    background: -moz-linear-gradient(40deg, rgba(170, 153, 188, 0.85), rgba(252, 214, 190, 0.85));
    background: -o-linear-gradient(40deg, rgba(170, 153, 188, 0.85), rgba(252, 214, 190, 0.85));
    background: -webkit-linear-gradient(40deg, rgba(170, 153, 188, 0.85), rgba(252, 214, 190, 0.85));
    background: linear-gradient(40deg, rgba(170, 153, 188, 0.85), rgba(252, 214, 190, 0.85));
    border-radius: 50%;
    cursor: pointer;
    padding: 22px;
    position: relative;
    vertical-align: middle;
}

#photo_ctrl #start_stop_btn:hover{
    box-shadow: 1px 1px 2px rgba(124, 116, 166, 0.9);
    transition: all 0.2s ease-in;
}

#photo_ctrl #start_stop_btn:active{
    box-shadow: 1px 1px 2px rgba(136, 163, 204, 0.9) inset;
    transition: all 0.2s ease-in;
}

#photo_ctrl label#start_stop_btn:before{
    color: #FFFFFF;
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 22px;
    height: calc(22px*2);
    left: 2px;
    position: absolute;
    top: 6px;
    width: calc(22px*2);
}

#photo_ctrl input#start_stop[type="checkbox"]:checked ~ label:before{
    content: "\f04c";
    left: 0px;
    transition: all 0.3s ease-in;
}

#panel .interval_ctrl{
    border-top: 1px solid #eeeeee;
    padding: 8px 0px;
}

#panel .interval_ctrl select{
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    margin-top: 5px;
    outline: none;
    padding-left: 5px;
    width: 90px;
}
