body
{
	padding-top: 30px;
}

#progress_upload
{
	margin-top: 20px;
}

.upload-file-area-wrap
{
	padding: 5px 30px 60px 30px;
}

.uploader-info
{
	padding: 20px 56px 20px 16px;
}

table.table thead.no-border-top tr:first-child th,
table.table tbody.no-border-top tr:first-child td,
table.table tr.tr-no-border-top td,
tr.tr-no-border-top td,
tr.tr-no-border-top th
{
	border-top: none;
}


table tbody tr.recent td,
#file_list_preview_content .card.recent .card-header,
#file_list_preview_content .card.recent .card-header .card-header-toolbox, 
#file_list_preview_content .card.recent .card-body-info .card-header-toolbox
{
	background-color: #f4f9ff;
}



.upload_area
{
    text-align: center;
    margin-top: 1px;
}


.upload_area .fileinput-button {
    width: 100%;
    left: -5px;
    top: 0px;
    margin: 0;
    padding-top: 25px;
    border-radius: 0;
    border: none;
    text-align: center;
}

#modal_fileupload_file_wrap .btn.btn-hover
{	
	animation: btn_hover_color 1s infinite;
}


@keyframes btn_hover_color {
  0%   	{
  	  		border-color: #28a745;
			background-color: #28a745;
			color: white;
  		}
  50%  	{
			border-color:#a896b6;
			background-color:#a896b6;
			color: white;
  		}
  100% 	{
  	  		border-color: #28a745;
			background-color: #28a745;
			color: white;
  		}
}



.panel-default>.panel-heading .badge-success 
{
    color: #fff;
    background-color: #28a745;
}

.panel-default>.panel-heading .badge-warning {
    color: #1f2d3d;
    background-color: #ffc107;
}

.panel-default>.panel-heading .badge-light {
    color: #1f2d3d;
    background-color: #f8f9fa;
}

.btn-fa-prefix
{
	margin-right: 5px;
}

/* Authorization 
----------------------------------------------------------------------------- */
.authorization--layout
{
	padding-top: 100px;
}

.authorization--layout .panel
{
	min-width: 300px;
	max-width: 500px;
	margin: auto;
}



/* -----------------------------------------------------------------------------
END::  Authorization */


/* modal confirm 
---------------------------------------------------------------------------- */

	.modal-confirm {		
		color: #636363;
		width: 450px;
	}
	.modal-confirm .modal-content {
		padding: 20px;
		border-radius: 5px;
		border: none;
        text-align: center;
		font-size: 14px;
	}
	.modal-confirm .modal-header {
		border-bottom: none;   
        position: relative;
	}
	.modal-confirm h4 {
		text-align: center;
		font-size: 26px;
		margin: 30px 0 -10px;
	}
	.modal-confirm .close {
        position: absolute;
		top: -5px;
		right: -2px;
	}
	.modal-confirm .modal-body {
		color: #999;
	}
	.modal-confirm .modal-footer {
		border: none;
		text-align: center;		
		border-radius: 5px;
		font-size: 13px;
		padding: 10px 15px 25px;
	}
	.modal-confirm .modal-footer a {
		color: #999;
	}		
	.modal-confirm .icon-box {
		width: 80px;
		height: 80px;
		margin: 0 auto;
		border-radius: 50%;
		z-index: 9;
		text-align: center;
		border: 3px solid #f15e5e;
	}
	.modal-confirm .icon-box i {
		color: #f15e5e;
		font-size: 46px;
		display: inline-block;
		margin-top: 13px;
	}
    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
		min-width: 120px;
        border: none;
		min-height: 40px;
		border-radius: 3px;
		margin: 0 5px;
		outline: none !important;
    }
	.modal-confirm .btn-info {
        background: #c1c1c1;
    }
    .modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
        background: #a8a8a8;
    }
    .modal-confirm .btn-danger {
        background: #f15e5e;
    }
    .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
        background: #ee3535;
    }
	.trigger-btn {
		display: inline-block;
		margin: 100px auto;
	}
	
	.modal-confirm .service_name
	{
		font-weight: bold;
	}
	
	
	
	.modal-confirm .icon-box {
		width: 80px;
		height: 80px;
		margin: 0 auto;
		z-index: 9;
		text-align: center;
		border: none;
	}
	.modal-confirm .icon-box i {
		color: #f15e5e;
		font-size: 90px;
		display: inline-block;
		margin-top: 13px;
	}
	
	.modal-file-reupload .icon-box i {
		color: #f0ad4e;
		font-size: 90px;
		display: inline-block;
		margin-top: 13px;
	}
	
	
	.modal-confirm .modal-content .alert
	{
		margin-top: 10px;
	}
	
/* ---------------------------------------------------------------------------- 
END::  modal dialog*/


#file-uploader
{
	padding: 0 30px 10px 30px;
}

.file-item
{
	margin-bottom: 20px;
}

.d_mobile
{
	display: none;
}

@media screen and (max-width: 1200px) 
{

	.h_mobile
	{
		display: none;
	}
	
	.d_mobile
	{
		display: block;
	}

}

