/*!
* Design by AvrialR
* avrial87@gmail.com
*/

.color{
    color: #932C25;
    color: #ED3237;
    color: #DF3338;
    color: #9CBE5D;
    color: #1CA68D;
    color: #3789C1;
    color: #3C55A3;
    color: #201E1E;
    color: #4B4B4D;
	color: #E6E7E8;
}

body{
    font-family: Arial, sans-serif;
	background-color: #FFFFFF;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 13px;
}
a{
	color: #3789C1;
    cursor: pointer;
    text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:active,a:focus,a:hover{
	color: #201E1E;
}
i{
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
button{
	text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
button:focus{
	text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
button:active{
	text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
button:click{
	text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	text-decoration: none;
}
.assets_page{
	overflow-x: hidden;
	overflow-y: hidden;
}
button:active{
	box-shadow: none!important;
}
button:focus{
	box-shadow: none!important;
}
button:click{
	box-shadow: none!important;
}
/*Model*/

.fade{
	z-index:1200;
	cursor: pointer;
}
.modal{
	z-index:1202;
}
.modal._web{
	top: 0px;
	z-index:1202;
}
.modal.in{
	cursor: pointer;
	background-color: rgba(75, 75, 77, 0.1);
}
.modal button{
	border-radius: 5px;
}
.modal .modal-content{
	border-radius: 5px;
	cursor: default;
}
.modal .modal-footer{
	border-top: 1px solid #E6E7E8;
}
.modal .modal-footer button{
	padding: 5px 10px 5px 10px;
}
.modal .alert{
	border-radius: 0px;
	margin-bottom: 0px;
}
.modal .data-view{
	max-height: 500px;
	overflow-y: auto;
}
.modal .data-view img{
	width: 100%;
}
.modal-body{
	padding: 10px;
}
.modal-body .close{
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 5px 10px;
	background-color: #F96D01;
	color: #FFFFFF;
	opacity: 1;
}
.modal-body .close:hover{
	background-color: #F96D01;
	color: #FFFFFF;
}
.model_hd_page{
	border: 1px solid #E6E7E8;
}
.hd_model{
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 1px solid #E6E7E8;
	margin-bottom: 10px;
}
.text_model{
	padding-top: 10px;
}

.title_model_hd_page{
	font-size: 16px;
	font-weight: 600;
	padding: 5px;
	border-bottom: 1px solid #E6E7E8;
}
.label_model_hd_page.v1{
	margin-top: 5px;
}
.label_model_hd_page{
	padding: 2px 5px;
	font-size: 12px;
	color: rgb(105, 105, 105);
}
.txt_bold_model_hd_page{
	padding: 2px 5px;
	font-size: 16px;
	font-weight: 600;
	color: #f96d01;
}
.tab_content_page{
	border: 1px solid #E6E7E8;
	border-top: 0px;
}
.get_data_model_tabs{
	padding: 5px;
	max-height: 200px;
	overflow-y: auto;
}
.bg_form_modal{
	padding: 0px 0px 0px;
}
.lb_form_modal{
	padding: 0px 0px 5px;
	font-size: 14px;
	color: rgb(105, 105, 105);
	font-weight: 600;
}
.form_modal{
	padding: 0px;
	margin-bottom: 5px;
}
.form_modal.form_left{
	padding-right: 5px;
}
.form_modal.form_right{
	padding-left: 5px;
}
.bg_form_modal select {
	width: 100%;
	height: 35px;
	margin-bottom: 5px;
	padding: 7px 5px 5px 5px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
    -moz-appearance: none;
    cursor: pointer;
}
.bg_form_modal input[type=file]{
	display: none;
}

.row_list_popup{
	background-color:#FFFFFF;
	border:1px solid #E6E7E8;
	border-radius: 10px;
	padding: 0px;
}
.row_list_popup .row{
	padding: 0px;
	margin: 0px;
}
.list_data_popup{
	max-height: 350px;
	overflow-x: auto;
}
.bg_hd_list_popup{
	float: left;
	padding: 0px;
	border-bottom: 0px solid #E6E7E8;
	background-color: rgba(230,231,232,0.3);
}
.hd_list_popup{
	padding: 10px;
	font-size: 12px;
	color: #201E1E;
	font-weight: 600;
	border-right: 1px solid #E6E7E8;
}
.bg_list_popup{
	float: left;
	padding: 0px;
	border-top: 1px solid #E6E7E8;
}
.bg_list_popup:hover{
	background-color: rgba(230,231,232,0.3);
}
.list_popup{
	padding: 10px;
	font-size: 12px;
	color: #201E1E;
	border-right: 1px solid #E6E7E8;
	cursor: pointer;
}
.list_popup span{
	position: absolute;
	background-color: #3789C1;
	color: #FFFFFF;
	padding: 2px 5px;
	border-radius: 2px;
	margin-left: 10px;
}
.list_popup.last,.hd_list_popup.last{
	border-right: 0px solid #E6E7E8;
}

.bg_head{
    position: fixed;
    width: 100%;
    min-height: 250px;
    background-image: url('./bg-head.png');
    background-size: 100% 250px;
}
.bg_head.login{
    position: fixed;
    width: 100%;
    min-height: auto;
    background-image: none;
    z-index: 99;
}
.head_main{
    position: fixed;
    width: 100%;
    background-color: transparent;
}
.logo_head{
    position: fixed;
    width: 90px;
    margin-top: 4%;
}
.logo_head img{
    background-color: #FFFFFF;
    border: 1px solid #EBECF0;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    padding: 2.5px;
}
.text_head{
    position: fixed;
    width: 100%;
    margin-top: 4%;
    padding-left: 89px;
}
.text_head div{
    background-color: #FFFFFF;
    border-bottom: 1px solid #EBECF0;
    border-radius: 0px 0px 10px 0px;
    height: 45px;
    line-height: 45px;
}
.text_head div label{
    font-size: 18px;
    color: #0088E0;
}
.bg_head.login .logo_head{
    position: fixed;
    width: 90px;
    margin-top: 0px;
}
.bg_head.login .logo_head img{
    background-color: #0088E0;
    border: 1px solid #EBECF0;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    padding: 2.5px;
    padding-top: 15px;
}
.bg_head.login .text_head{
    position: fixed;
    width: 100%;
    margin-top: 0px;
    padding-left: 89px;
}
.bg_head.login .text_head div{
    padding-top: 15px;
    background-color: #0088E0;
    border-bottom: 1px solid #EBECF0;
    border-radius: 0px 0px 10px 0px;
    height: 60px;
    line-height: 45px;
}
.bg_head.login .text_head div label{
    font-size: 18px;
    color: #FFFFFF;
}

.bg_content{
    position: absolute;
    width: 100%;
    top: 250px;
    margin-top: 10px;
    background-color: #FFFFFF;
}
.bg_content.login{
    position: absolute;
    width: 100%;
    top: 100px;
    margin-top: 10px;
    background-color: #FFFFFF;
    padding: 20px;
    z-index: 98;
}
.bg_login{
    border: 1px solid #EBECF0;
    border-radius: 10px;
    padding: 10px;
}
.login_main{
    text-align: center;
}
.login_main .head{
	font-size: 20px;
	color: #000000;
}
.login_main .tag{
	font-size: 13px;
	color: #4B4B4D;
}
.login_main .error_alert{
	margin-top: 5px;
}
.login_main .error_alert .alert{
	margin: 5px 0px;
	padding: 8.5px;
}
.login_main .error_alert .close{
	margin-top: -2px;
}
.login_main .tag a{
	text-decoration: none;
	color: #F96D01;
}
.input_login .title{
	font-weight: 600;
	padding: 5px 0px;
	font-size: 13px;
	color: #4B4B4D;
}
.input_login input[type=email],.input_login input[type=text],.input_login input[type=password],.input_login input[type=number] {
	width: 100%;
	height: 40px;
	padding: 5px;
	margin-bottom: 5px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 5px;
	cursor: text;
}
.input_login input[type=email]:disabled,.input_login input[type=text]:disabled,.input_login input[type=password]:disabled,.input_login input[type=number]:disabled {
	background-color: #EEE;
	cursor: not-allowed;
}
.input_login input:focus,.input_login input:hover {
	border: 1px solid #BDBFC1;
}
.input_login button{
	font-size: 13px;
	width: 100%;
	height: 40px;
	margin-top: 10px;
	color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #0088E0;
	background-color: #0088E0;
}
.input_login button:hover{
	color: #FFFFFF;
	background-color: #0088E0;
}
.input_login .or{
	font-weight: 600;
	padding: 5px 0px;
	font-size: 13px;
	color: #4B4B4D;
}
.input_login button.btn_verifikasi{
	font-size: 13px;
	width: 100%;
	height: 40px;
	margin-top: 0px;
	color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #EA3D00;
	background-color: #EA3D00;
}
.input_login button.btn_verifikasi:hover{
	color: #FFFFFF;
	background-color: #EA3D00;
}
.footer_login{
    padding-top: 10px;
	color: #4B4B4D;
	font-size: 13px;
}
.lupa_sandi {
	margin-top: 5px;
	text-align: right;
}
.lupa_sandi a{
	color: #EA3D00;
	text-decoration: none;
	text-align: right;
}



@media (min-width:772px){
    .art_mode{
        display: none;
    }
}