/* Animation / Shadow / Radius */

.log-in-detail a,
.icon-list div:hover,
.widget-style-1 i,
.profile-widget,
.portlet,
.ionicon-list i {
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
}
.bx-s,
.panel,
.portlet, 
.nav.nav-tabs+.tab-content,
.tabs-vertical-env .tab-content,
.widget-panel,
.profile-widget,
.profile-widget img,
.tiles,
.tile-stats,
.mini-stat,
header {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}
.br-radius,
.tiles,
.tile-stats,
.portlet {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* Padding - Margin */

.p-0 {
    padding: 0px !important;
}

.p-l-10 {
	padding-left: 10px;
}
.p-l-15 {
	padding-left: 15px;
}
.p-l-20 {
	padding-left: 20px;
}
.p-t-0 {
    padding-top: 0px !important;
}
.p-t-10 {
    padding-top: 10px !important;
}
.p-b-5 {
	padding-bottom: 5px !important;
}
.p-b-10 {
    padding-bottom: 10px !important;
}
.p-b-0{
	padding-bottom: 0px !important;
}
.m-0 {
    margin: 0px !important;
}
.m-r-5 {
    margin-right: 5px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-15 {
    margin-right: 15px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-r-25 {
    margin-right: 25px;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-15 {
    margin-left: 15px;
}
.m-l-20 {
	margin-left: 20px;
}
.m-t-5 {
    margin-top: 5px !important;
}
.m-t-0 {
    margin-top: 0px;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-b-0 {
    margin-bottom: 0px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-30 {
    margin-bottom: 30px;
}
/* ---- Width-Sizes ---*/

.w-xs {
    min-width: 80px;
}
.w-sm {
    min-width: 95px;
}
.w-md {
    min-width: 110px;
}
.w-lg {
    min-width: 140px;
}
/* ---- Images-Sizes ---*/

.thumb-sm {
    height: 32px;
    width: 32px;
}
.thumb-sm img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.thumb-xs {
    height: 24px;
    width: 24px;
}
.thumb-md {
    width: 64px;
    height: 64px;
}
.thumb-lg {
    height: 84px;
    width: 84px;
}
/* Text-sizes */

.text-xs {
    font-size: 12px;
}
.text-sm {
    font-size: 16px;
}
.text-md {
    font-size: 20px;
}
.text-lg {
    font-size: 24px !important;
}
/* Extra */

.m-h-50 {
    min-height: 50px;
}
.l-h-34 {
    line-height: 34px;
}
.font-light {
    font-weight: 300;
}
.wrapper-md {
    padding: 20px;
}
.pull-in {
    margin-left: -15px;
    margin-right: -15px;
}
.b-0 {
    border: none !important;
}
/* Dropcap */

.dropcap {
    font-size: 3.1em;
}
.dropcap,
.dropcap-circle,
.dropcap-square {
    display: block;
    float: left;
    font-weight: 400;
    line-height: 36px;
    margin-right: 6px;
    text-shadow: none;
}

/* Custom Radio/Checkbox */
.cr-styled {
    display: inline-block;
    margin: 0px 2px;
    line-height: 20px;
    font-weight: normal;
    cursor: pointer;
}
.cr-styled i {
    display: inline-block;
    height: 18px;
    width: 18px;
    cursor: pointer;
    vertical-align: middle;
    border: 2px solid #CCC;
    border-radius: 3px;
    text-align: center;
    padding-top: 1px;
    font-family: 'FontAwesome';
    margin-top: -4px;
    margin-right: 3px;
    font-size: 12px;
}
.cr-styled input {
    visibility: hidden;
    display: none;
}
.cr-styled input[type=checkbox]:checked + i:before {
    content: "\f00c";
}
.cr-styled input[type=radio] + i {
    border-radius: 18px;
    font-size: 11px;
    line-height: 13px;
}

.cr-styled input[type=radio]:checked + i:before {
    content: "\f111";
}
.cr-styled input:checked + i {
    border-color: #6e8cd7;
    color: #6e8cd7;
}

/* Icon-list (Used Icon-page only) */

.icon-list div {
    line-height: 40px;
    white-space: nowrap;
    cursor: pointer;
}
.icon-list i {
    display: inline-block;
    width: 40px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: font-size .2s;
    transition: font-size .2s;
}
.ionicon-list i {
    font-size: 16px;
}
.ionicon-list .col-md-3:hover i,
.icon-list .col-md-3:hover i {
    moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
/* Grid-structure (Used Grid-page only) */

.grid-structure .grid-container {
    background-color: #e6eaed;
    padding: 10px 20px;
    margin-bottom: 10px;
}
/* Custom Choose-button */

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.filter_select {
	width: 130px;
}

.form-group-narrow {
	width: 140px;
	float: left;
	margin-right: 10px;
	height: 70px;
}

.form-group-narrow .cr-styled {
	margin-top: 7px;
}

.form-group-submit {
	float: left;
}

.form-group-submit .btn {
	margin-top: 25px;
}

label.cr-styled.p-l-0 {
	padding-left: 0;
}

.radio label {
	padding-left: 0;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.navigation {
	margin-top: 20px;
}

.modal .modal-dialog .modal-content {
	background-color: #f5f5f5;
	padding: 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

.iframe_file_upload {
	width: 295px;
	height: 25px;
	border: 0;
	background: none;
	margin-top: 6px;
}

.file_upload_left {
	vertical-align: top;
	padding-top: 6px;
}


.line_special_2, .line_special_2_number {
	color: #b60000;
}

.line_special_3, .line_special_3_number {
	color: #0cad00;
}

.line_special_4 {
    color: #a5a5a5;
}    

.icon_small {
	width: 16px;
}

#list li {
	cursor: move;
}

.dropdown-menu i {
	width: 18px;
	display: block;
	text-align: center;
	display: inline-block;
}

.dropdown-menu li a {
	padding-left: 10px;
	padding-right: 10px;
}

.ion-checkmark-round-green {
	color: #75af19;
}

.ion-close-round-red {
	color: #af3919;
}

.panel-default-narrow {
	padding-top: 10px;
	padding-bottom: 10px;
}

.panel-search {
	background: #eef5f9;
}

.popup_menu_td {
	width: 41px;
	max-width: 41px;
}

.icon-fixed-width {
	width: 24px;
	float: left;
	text-align: center;
}

.panel-no-round-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-left: 0;
	border-top: 0;
}

.panel_img_preview {
	width: 50px;
	margin-right: 20px;
}

.panel_img_preview img {
	max-width: 50px;
	max-height: 50px;
}

.white {
	color: #fff;
}

.hand {
	cursor: pointer;
}

.dd {
	max-width: 100%;
	width: 100%;
	float: left;
}

.dd-handle {
	width: 178px;
	height: 178px;
	margin: 0;
	padding: 0;
	float: left;
}

.dd-photo {
	width: 100%;
	float: left;
}

.dd-item {
	width: 178px;
	height: 178px;
	float: left;
	margin: 0;
	padding: 0;
}

.dd-placeholder {
	width: 178px;
	height: 178px;
	float: left;
	margin: 0;
	padding: 0;
	margin: 0 20px 20px 0;
	background: none;
}

.connectedSortablefile li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	height: 180px;
	margin: 0 20px 20px 0;
	border: 0;
	background: none;
	float: left;
}

.ion-alert-circled {
	color: #d44216;
}

.table-clicked {
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.table-clicked tr {
	background: #e8f1f7;
}

.table-clicked:hover td {
	background: #e8f1f7;
}

.table-clicked: .table-hover tr:hover td {
	background: red;
	border: 1px solid green;
}

.navigation ul li ul li a {
	padding-left: 59px;
	padding-top: 6px;
	padding-bottom: 6px;
}

aside.left-panel {
	width: 280px;
}

.content {
	margin-left: 280px;
}

.footer {
	left: 280px;
}

.panel-no-round-top-popup {
	background: #f7fafc;
	margin-bottom: 30px;
	border: 1px solid #e8f1f7;
	border-width: 0 1px 1px 1px;
}

.link {
	cursor: pointer;
}

aside.left-panel.collapsed .navigation ul li ul li a {
	padding-left: 20px;
}

.navbar-toggle {
	margin-right: 0px;
	display: none;
}

.dropdown .extended {
	max-height: none;
}

.breadcrumbs {
	box-sizing: border-box;
	
}

.breadcrumbs_wrap {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	float: none;
	float: left;
	width: 100%;
}

.breadcrumbs_inner {
	padding: 0px 10px 0px 10px;
	color: #9e9e9e;
	float: left;
}

.breadcrumbs_inner img {
	float: left;
}

.breadcrumbs_inner a {
	height: 14px;
	display: block;
	float: left;
	height: 30px;
	padding: 5px;
	color: #999;
}

.breadcrumbs_inner  a:hover {
	color: #666;
}


.breadcrumbs_inner span {
	height: 14px;
	display: block;
	float: left;
	height: 30px;
	padding: 5px;
}

.tinymce-content p {
    padding: 0;
    margin: 2px 0;
}

.mceContentBody p {padding:0; margin:0;}

.mce-content-body p {
	padding: 0;
	margin: 0;
}

p {margin:0; padding:0;}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}

@media (max-width: 768px) {
	.panel {
        padding: 15px;
        margin-bottom: 10px;
    }
    
    .panel-login {
	    padding: 20px 30px;
    }
    
    .content .container-fluid {
	    padding-left: 10px;
	    padding-right: 10px;
    }
    .form-horizontal .checkbox {
		padding-top: 0;
	}
	
	.breadcrumbs_inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.navbar-toggle {
	    display: block;
    }
    
    .navigation {
	    min-height: 1000px;
    }
    
    .footer {
	    left: 0;
    }
    
    .breadcrumbs_inner {
	    padding: 0;
    }
    nav.navigation > ul > li > a {
        position: relative;
        padding-left: 45px;
        box-sizing: border-box;
    }
    nav.navigation > ul > li > a > i{
        position: absolute;
        /*right: 200px;*/
        left: 20px;
        top: 50%;
        margin: 0;
        transform: translate(-50%,-50%);
        width: auto;
    }
}


/* Only Mozila */
@-moz-document url-prefix() { 
    
    .cr-styled i {
        padding-top: 0px;
    }
    label {
        font-weight: 600;
    }
}



@media print
{    
    .left-panel, .top-head, .breadcrumbs_wrap {
        display: none;
    }
    
    #modal-content {
        display: block !important;
    }
}


.radio label {
	line-height: 180%;
}