/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 3, 2017, 2:31:05 PM
    Author     : pongsaks
*/

.pap-page-title{
    background-color: initial;
    border-color: rgb(247, 247, 249);
    border-radius: 5px;
    color:#222;
    padding:7px 15px;
    margin:5px;
}

.pap-page-title h1{
    float:left;
    font-size:25px;
    line-height:35px;
}


/*css link*/
.pap-page-title .pap-title-link {
    float:left;
    line-height:35px;
    padding-left:22px;
}
.pap-title-link span {
    background-color: rgba(0,123,255,1);
    padding:3px 9px;
    border-radius : 10rem;
    cursor: pointer;
}
.pap-title-link span a,
.pap-title-link span span,
.pap-title-link span a:visited{
    font-weight:600;
    color:#fff;
    text-decoration:none;
}
.pap-title-link span:hover {
    background-color : rgba(0,123,255,0.8);
}


/*css icon*/
.pap-page-title .pap-title-icon {
    float:right;
}
.pap-title-icon > span{
    display:inline-block;
    box-sizing:border-box;
    margin-right:5px;
    font-size:22px;
    text-align:center;
    cursor:pointer;
}
.pap-title-icon span a,
.pap-title-icon span a:visited{
    margin-right:7px;
    color:#222;
}

.pap-title-icon span a:hover{
    color:#FF5733;
}

.pap-title-icon span a.pap-title-icon-disable {
    color: rgba(0,0,0,0.4);
}