@charset "utf-8";
@import "/assets/css/reset.css";
@import "/assets/js/font-icomoon/style.css";


/***************************************************
			    Global styles
***************************************************/
html {
	width: 100%;
	height: 100%;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	line-height: 17px;
	background: #e6e6e6 url(/assets/img/bg.png);
	margin: 0; 
	height: 100%;
}

a {
	color: #575757;
}
a:hover {
	color: #f9ac16;
}


/***************************************************
					Szkielet
***************************************************/

.container {
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	margin: 20px auto;
	width: 95%;
	min-width: 1000px;
	border-radius: 5px;
    display: none;
    background: #fff;
}
.p-logged .container {
	display: block;
}

.g-header {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    position: relative;
}

.logo-wrapper {
    position: relative;
    height: 100%;
    border-right: 1px solid #c2c2c2;
    background: #f9f9f9;
    border-top-left-radius: 5px;
}
.logo img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    max-width: 200px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.p-login .logo-wrapper {
    min-height: 80px;
    border-right: 0;
}

.g-grid {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.g-row {
    margin-left: -30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.g-gutter-10 .g-row, .g-gutter-10.g-row {
    margin-left: -10px;
}

.g-row-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.g-row-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.g-row-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.g-row-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.g-row-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.g-row-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-row-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.g-row-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.g-row-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[class*="g-col-"] {
    min-height: 1px;
    padding-left: 30px;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}

.g-gutter-10 [class*="g-col-"] {
    padding-left: 10px;
}

.g-col-center {
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-col-content {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.g-col-auto {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.g-col-right {
    margin-right: 0;
    margin-left: auto;
}

.g-col-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.g-col-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.g-col-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.g-col-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.g-col-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.g-col-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.g-col-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.g-col-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.g-col-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.g-col-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.g-col-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.g-col-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.g-col-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.g-col-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.g-col-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.g-gutter-reset {
    margin-left: 0;
}
.g-gutter-reset > [class*="g-col-"] {
    padding-left: 0;
}

@media (min-width: 535px) {
    .g-col-s-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-s-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-s-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-s-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-s-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-s-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-s-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-s-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-s-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-s-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-s-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-s-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-s-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-s-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 768px) {
    .g-col-m-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-m-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-m-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-m-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-m-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-m-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-m-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-m-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-m-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-m-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-m-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-m-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-m-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-m-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 980px) {
    .g-col-l-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-l-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-l-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-l-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-l-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-l-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-l-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-l-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-l-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-l-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-l-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-l-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-l-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-l-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}



[class*="g-hide-"] {
    display: block;
}

[class*="g-show-"] {
    display: none;
}

@media (min-width: 535px) {
    .g-show-s {
        display: block;
    }
    .g-hide-s {
        display: none;
    }
}

@media (min-width: 768px) {
    .g-show-m {
        display: block;
    }
    .g-hide-m {
        display: none;
    }
}

@media (min-width: 980px) {
    .g-show-l {
        display: block;
    }
    .g-hide-l {
        display: none;
    }
}


/***************************************************
					content
***************************************************/

.content {
    padding-right: 20px;
}
.content.loading {
    opacity: 0.5;
}
.content p {
	margin: 15px 0;
}

.content h1 {
	font-size: 20px;
	margin: 30px 0 20px 0;
}
.content h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0 15px 0;
}
.content h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 10px 0;
}

.content ul { 
	display: block;
    list-style: disc outside;
    margin: 0;
	padding-left: 20px;
}

.content ol { 
	display: block;
    list-style: decimal outside;
    margin: 0;
	padding-left: 20px;
}

/***************************************************
			    	menu
***************************************************/


.sitebar .breadcrumb {
    border-right: 1px solid #c2c2c2;
    font-weight: bold;
    text-align: center;
}
.sitebar .breadcrumb:not(:first-child) {
    border-top: 1px solid #c2c2c2;
    margin-top: 10px;
}

.sitebar > ul > li {
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
    position: relative;
    background: #f9f9f9;
}
.sitebar ul ul > li {
    border-top: 1px solid #c2c2c2;
}
.sitebar ul li a:not(:first-child) [class*="icon-"] {
    vertical-align: bottom;
}
.sitebar ul li a:first-child {
	padding: 10px 5px 10px 30px;
	display: block;
}
.sitebar ul li a:first-child:hover, .sitebar ul li a:first-child.current {
	background: #fff;
}
.sitebar ul li a:hover span, .sitebar ul li a.current span {
	color: #f9ac16;
}
.sitebar ul li a span:first-child {
    font-size: 1.3em;
    position: absolute;
    left: 6px;
    top: 11px;
}

.sitebar ul li a+a {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 0.8em;
    padding: 5px;
}
.sitebar ul li a+a span {
    font-size: 1.0em;
}

.sitebar ul li.h {
    text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #c2c2c2;
	background: #cdcdcd url(/assets/img/bg.png);
}

.sitebar ul ul {
	display: none;
}
.sitebar ul ul li a {
	padding-left: 35px;
    position: relative;
}


/***************************************************
				   Podmenu
***************************************************/

.submenu {
	display: block;
	border: 1px solid #c2c2c2;
	background: #ececec;
    margin-bottom: 20px;
}
.submenu a {
    border-right: 1px solid #c2c2c2;
    float: left;
	padding: 10px;
	display: block;
	background: #f9f9f9;
}
.submenu a:hover, .submenu a.current {
	background: #fff;
}
.submenu a span {
	font-size: 1.3em;
	margin: -1.7em 5px -1.5em 0;
}
.submenu a:hover span, .submenu a.current span {
	color: #f9ac16;
}


/***************************************************
				   Ścieżka
***************************************************/

.breadcrumb {
	padding: 0 20px;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	height: 40px;
	line-height: 40px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

}
.breadcrumb a {
    margin: 0 5px;
    cursor: pointer;
}
.breadcrumb>a:first-child {
    margin-right: 5px;
}
.content .breadcrumb {
	margin: 0 -20px 20px -30px;
}
.content .breadcrumb input.form-control, .content .breadcrumb .select2-container {
	float: right;
	margin-top: 6px;
    margin-left: 5px;
    width: 200px;
}

.breadcrumb-btns {
    float: right;
    margin-top: -3px;
}



/***************************************************
				   SPECIFIC
***************************************************/

.right {
	float: right!important;
}
.left {
	float: left!important;
}
.center {
	float: none!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}

hr {
	background: #C2C2C2;
	height: 1px;
	border: 0;
	margin: 30px 0;
}


.pagination {
    text-align: center;
    margin: 20px 0;
}
.pagination .btn {
    margin: 0 2px;
}

.loader {
    background: url(/assets/img/loader.gif) no-repeat center;
    position: absolute;
    z-index: 9999;
    height: 100%;
    padding: 10px;
    margin: -10px;
}

.flags {
	position: relative;
}
.flags a img {
    opacity: 0.5;
    vertical-align: middle;
}
.flags a:hover img {
    opacity: 1;
}


/***************************************************
Zewnętrzne pluginy
***************************************************/

/* dialogues */
.qtip.qtip-dialogue{
    max-width: 420px;
    min-width: 210px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #C2C2C2;
    font-size: 13px;
}
.qtip.qtip-dialogue .qtip-titlebar{
    border-bottom: 1px solid #C2C2C2;
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f9f9 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    padding: 10px 20px;
}
.qtip.qtip-dialogue .qtip-content{
    padding: 20px;
}
.qtip.qtip-dialogue .qtip-content p {
    text-align: center;
}
.qtip.qtip-dialogue button{
    float: left;
    width: 47%;
    margin-top: 20px;
    margin-right: 10px;
}
.qtip.qtip-dialogue button:only-of-type {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.qtip.qtip-dialogue button + button{
    float: right;
    margin-right: 0;
}

#qtip-overlay div{
    opacity: 0.3!important;
    filter: alpha(opacity=30)!important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"!important;
}

.qtip-content .form-group {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/***************************************************
				   Zewnętrzne pluginy
***************************************************/

.qtip-error{
	background-color: #d8514d!important;
	border-color: #b92c28!important;
	color: #fff!important;
	border-radius: 4px;
}

.qtip-info{
    background-color: #59bfdd!important;
    border-color: #28a4c9!important;
    color: #fff!important;
    border-radius: 4px;
}

.qtip-window{
    background-color: #fff!important;
    border-color: #c2c2c2!important;
    border-radius: 4px;
}


/***************************************************
				   FORMS
***************************************************/

fieldset.form {
	border: 0;
	padding: 0;
	margin: 0;
}

fieldset.form .col-50:nth-of-type(2n+1) {
    clear: both;
}

/* wiersz */
.form-group {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.form-group:before {
    content: '';
    display: block;
    border-bottom: 1px dashed #C4C4C4;
    bottom: 0;
    left: 30px;
    right: 0;
    position: absolute;
}
.g-gutter-10 .form-group:before {
    left: 10px;
}

/* grupa wierszy */
.form-groups {
    border: 1px solid #e2e2e2;
    padding: 15px 10px 0 10px;
    margin: 15px -10px 10px -10px;
    position: relative;
}
.form-groups h4 {
    color: #C4C4C4;
    background: #fff;
    position: absolute;
    top: -10px;
    left: 7px;
    padding: 0 3px;
    cursor: pointer;
}


.form-hidden {
    border-bottom-style: dashed;
}
.form-hidden > div {
    display: none;
}


.form-offset {
	padding-left: 14.4%;
}

.form-btns {
	margin-bottom: 20px;
}

.form-checks {

}
.form-checks .form-control-group label {
	margin-right: 10px;
}


/* podpis */
.form-label {
	font-weight: bold;
	text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
	position: relative;
}
.form-label img {
    vertical-align: middle;
}


/* gwiazdka */
fieldset.form .requiredFieldLabel:after {
    content: " *";
    color: #ff0000;
}

/* error */
fieldset.form .CustomValidationError {
    position: absolute;
    font-size: 0.9em;
    color: #ff0000;
    top: 25px;
    width: auto!important;
}


/* grupa kontolek */
.form-control-group {
	float: left;
    display: table;
}

/* grupa kontolek input + addon */
.form-control-group .form-control-group-addon {
    font-size: 12px;

    padding: 0 8px;
    width: 1%;
    border: 1px solid #c2c2c2;
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: table-cell;

    background: #ececec;
}
.table .form-control-group .form-control-group-addon {
}
.form-control-group .form-control-group-addon + .form-control {
    width: 100%;
    display: table-cell;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/* grupa kontolek input + btn */
.form-control-group.form-control-group-btn .form-control, .form-control-group.form-control-group-btn .select2-container {
    width: 100%;
    display: table-cell;
}
.form-control-group.form-control-group-btn .btn, .form-control-group.form-control-group-btn>span {
    width: 1%;
    display: table-cell;
}
.form-control-group.form-control-group-btn .btn {
    padding: 0 8px;
    margin-left: 5px;
}

/* grupa kontolek - data */
datepicker.form-control-group .form-control {
    width: 100%;
}


/* grupa kontolek - info */
.form-control-infos {
    margin-top: 6px;
}

/* grupa kontolek - checkboxes */
.form-control-group-checkboxes span {
    margin-top: 6px;
    margin-right: 8px;
    display: inline-block;
}


.form-img {
    max-width: 300px;
}


.form-control-info {
    display: inline-block;
    margin-top: 6px;
}



/* kontrolka */
.form-control, .form-control-focus:focus {
	font-size: 12px;
	background: #fff;
	width: 100%;
	padding: 6px 8px;
	margin: 0;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.form-control:hover:not(.form-control-info):not([readonly]) {
	border-color: #a7a7a7;
}
.form-control:focus:not(.form-control-info):not([readonly]) {
	box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
.form-control[readonly]  {
	display: inline-block;
	border-color: #dcdcdc;
	background: #fafafa;
}
input[type=checkbox] {
    vertical-align: text-top;
}
select.form-control {

}
textarea.form-control {
	height: 60px;
}
.form-control-checkbox {
    vertical-align: text-bottom;
}

.form-control-sm {
    width: 100px;
}
.form-control-block{
    width: 100%;
}

.form-control-focus {
    background: none;
    border-color: rgba(0, 0, 0, 0);
}
tr:hover .form-control-focus {
    background: #fff;
    border-color: #c2c2c2;
}


fieldset.form .select2-container, [class*="g-col-"] > .select2-container {
    width: 100%;
}


/* od / do */
.form-group-between {
    width: 100%;
    float: left;
}
.form-group-between .form-control, .form-group-between .form-control-group {
    width: 45%;
}
.form-group-between>span {
    width: 10%;
    float: left;
    text-align: center;
    margin-top: 5px;
}



/* grupa z informacjami */
.form-groups-info .form-control-info {
    margin-top: 0;
}
.form-groups-info .form-label {
    padding-top: 0;
    padding-bottom: 0;
}



/* wyszukiwarka */
fieldset.form-search {
    margin: 0 10px;
}


/***************************************************
				   Messages
***************************************************/

.alert {
	text-align: center;
	padding: 15px;
	margin-bottom: 15px;

	color: #C09853;
	border-radius: 3px;
	border: 1px solid #f5e79e;
	background: #fcf8e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcf8e2 0%, #f8efc0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf8e2), color-stop(100%,#f8efc0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcf8e2 0%,#f8efc0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcf8e2 0%,#f8efc0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8e2', endColorstr='#f8efc0',GradientType=0 ); /* IE6-9 */
}
.alert a {
    float: right;
    cursor: pointer;
}

.alert.alert-info {
	color: #3A87AD;
	border-radius: 3px;
	border: 1px solid #9acfea;
	background: #e2f1f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2f1f9 0%, #b9def0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2f1f9), color-stop(100%,#b9def0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2f1f9 0%,#b9def0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f1f9', endColorstr='#b9def0',GradientType=0 ); /* IE6-9 */
}

.alert.alert-danger {
	color: #B94A48;
	border-radius: 3px;
	border: 1px solid #dca7a7;
	background: #f2dddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2dddd 0%, #e7c3c3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2dddd), color-stop(100%,#e7c3c3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2dddd 0%,#e7c3c3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dddd', endColorstr='#e7c3c3',GradientType=0 ); /* IE6-9 */
}

.alert.alert-success {
	color: #468847;
	border-radius: 3px;
	border: 1px solid #B2DBA1;
	background: #def0d7; /* Old browsers */
	background: -moz-linear-gradient(top,  #def0d7 0%, #c9e5bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def0d7), color-stop(100%,#c9e5bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #def0d7 0%,#c9e5bd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def0d7', endColorstr='#c9e5bd',GradientType=0 ); /* IE6-9 */
}


/***************************************************
				   Buttons
***************************************************/

.btn {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.43;
	text-shadow: 0px 1px 0px #FFFFFF;
	text-align: center;
	
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid #ADADAD;
	border-radius: 4px;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}
.btn:hover {
	color: #575757;
}
.btn:hover:not(.btn-disabled) {
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8e8e8 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e8e8 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e8e8 0%,#d8d8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e8e8 0%,#d8d8d8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8e8e8 0%,#d8d8d8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
}
.btn-checked:not(.btn-disabled) {
	background: #d8d8d8; /* Old browsers */
	background: -moz-linear-gradient(top,  #d8d8d8 0%, #c8c8c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d8d8d8 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d8d8d8 0%,#c8c8c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d8d8d8 0%,#c8c8c8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d8d8d8 0%,#c8c8c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */
}

.btn [class*="icon-"] {
	margin-top: -2px;
}

.btn-info {
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
	border: 1px solid #269ABC;
	background: #59bfdd; /* Old browsers */
	background: -moz-linear-gradient(top,  #59bfdd 0%, #2aabd2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59bfdd), color-stop(100%,#2AABD2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #59bfdd 0%,#2AABD2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #59bfdd 0%,#2AABD2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #59bfdd 0%,#2AABD2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #59bfdd 0%,#2AABD2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59bfdd', endColorstr='#2AABD2',GradientType=0 ); /* IE6-9 */
}
.btn-info:hover:not(.btn-disabled) {
	color: #fff;
	background: #42b5d8; /* Old browsers */
	background: -moz-linear-gradient(top,  #42b5d8 0%, #2aabd2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42b5d8), color-stop(100%,#2aabd2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #42b5d8 0%,#2aabd2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #42b5d8 0%,#2aabd2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #42b5d8 0%,#2aabd2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #42b5d8 0%,#2aabd2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b5d8', endColorstr='#2aabd2',GradientType=0 ); /* IE6-9 */
}

.btn-success {
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
	border: 1px solid #398439;
	background: #5bb65b; /* Old browsers */
	background: -moz-linear-gradient(top,  #5bb65b 0%, #419741 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bb65b), color-stop(100%,#419741)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5bb65b 0%,#419741 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5bb65b 0%,#419741 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5bb65b 0%,#419741 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5bb65b 0%,#419741 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bb65b', endColorstr='#419741',GradientType=0 ); /* IE6-9 */
}
.btn-success:hover:not(.btn-disabled) {
	color: #fff;
	background: #4da54d; /* Old browsers */
	background: -moz-linear-gradient(top,  #4da54d 0%, #419741 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4da54d), color-stop(100%,#419741)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4da54d 0%,#419741 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4da54d 0%,#419741 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4da54d 0%,#419741 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4da54d 0%,#419741 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da54d', endColorstr='#419741',GradientType=0 ); /* IE6-9 */
}


.btn-danger {
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
	border: 1px solid #AC2925;
	background: #d7504c; /* Old browsers */
	background: -moz-linear-gradient(top,  #d7504c 0%, #c12f2b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7504c), color-stop(100%,#c12f2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d7504c 0%,#c12f2b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d7504c 0%,#c12f2b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d7504c 0%,#c12f2b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d7504c 0%,#c12f2b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7504c', endColorstr='#c12f2b',GradientType=0 ); /* IE6-9 */
}
.btn-danger:hover:not(.btn-disabled) {
	color: #fff;
	background: #cc3f3b; /* Old browsers */
	background: -moz-linear-gradient(top,  #cc3f3b 0%, #c12f2b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3f3b), color-stop(100%,#c12f2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc3f3b 0%,#c12f2b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc3f3b 0%,#c12f2b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc3f3b 0%,#c12f2b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cc3f3b 0%,#c12f2b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3f3b', endColorstr='#c12f2b',GradientType=0 ); /* IE6-9 */
}

.btn-info:hover, .btn-success:hover, .btn-danger:hover {
	color: #fff;
}


.btn-lg {
	font-size: 18px;
	padding: 8px 16px;
}
.btn-sm {
	font-size: 11px;
	padding: 5px 6px;
}
.btn-xs {
	font-size: 11px;
	padding: 0px 4px;
}

.btn-w100 {
	width: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn-w150 {
	width: 150px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn-w200 {
	width: 200px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.btn-block {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.btn-group .btn:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-left: 0;
}
.btn-group .btn:not(:last-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-disabled {
	opacity: 0.7;
}


.form-control + .btn {
    margin: -1px 0;
}

p.btns {
    margin: 10px 0;
}



/***************************************************
				   Links
***************************************************/

.link-u {
	text-decoration: underline;
}
.link-info {
	color: #2AABD2;
}
.link-success {
	color: #419741;
}
.link-danger {
	color: #C12F2B;
}

/***************************************************
				   Icons
***************************************************/

[class*="icon-"] {
	display: inline-block;
	vertical-align: middle;
	content:'';
}

.icon-xs {
    font-size: 10px!important;
}

td [class*="icon-"], a [class*="icon-"] {
	font-size: 14px;
	cursor: pointer;
	margin: 0 3px;
}
td [class*="icon-"]:hover, a [class*="icon-"]:hover, .current[class*="icon-"] {
	color: #f9ac16;
}

@keyframes anim-rotate {
	0% {
		transform: rotate(0);
		opacity: 1;
	}
	50% {
		opacity: .7;
	}
	100% {
		transform: rotate(359deg);
		opacity: 1;
	}
}
@-webkit-keyframes anim-rotate {
	0% {
		transform: rotate(0);
		opacity: 1;
	}
	50% {
		opacity: .7;
	}
	100% {
		transform: rotate(359deg);
		opacity: 1;
	}
}
.icon-spinner4.loading {
    color: #f9ac16;
	position: absolute;
	right: 10px;
	top: 12px;
	animation: anim-rotate 2s infinite linear;
	-webkit-animation: anim-rotate 2s infinite linear;
}


/***************************************************
                    Table
***************************************************/

table.table {
	margin: 10px auto;
	clear: both;
	width: 100%;
	border-collapse: collapse;
}

table.table thead tr {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%, #eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

table.table thead th {
	font-weight: bold;
    font-size: 11px;
	padding: 7px 5px;
}
table.table thead th span {
    margin: 0 0 0 2px;
}

table.table thead th a.sort-up:after, table.table thead th a.sort-down:after {
    display: inline-block;
    content: '';
    width: 5px;
    height: 3px;
    background: url("/assets/img/arrow-up.png");
    margin: 0 0 3px 5px;
}
table.table thead th a.sort-down:after {
    background: url("/assets/img/arrow-down.png");
}


table.table td {
	padding: 4px 5px;
    position: relative;
}

table.table tr td {
    border-bottom: 1px solid #eeeeee;
}
table.table tr:first-child td {
    border-top: 1px solid #eeeeee;
}

table.table tr:hover { background-color: #f5f5f5; }

table.table tr td.sub {
    padding-left: 30px;
    background: url(/assets/img/sub.png) no-repeat 13px 8px;
}
table.table tr td.sub2 {
    padding-left: 50px;
    background: url(/assets/img/sub.png) no-repeat 33px 8px;
}


table.table td input[type=text] {
	margin: -1px 0;
	padding: 2px;
}
table.table td input[type=text].act-order {
	width: 30px;
	text-align: center;
}

table.table caption {
    caption-side: bottom;
    margin: 2px;
}

/***************************************************
				   LOGIN
***************************************************/

.p-login .container {
	width: 340px;
	min-width: 340px;
	margin: 30px auto;
    display: block;
}
.p-login .g-grid > .content {
    padding: 20px;
    min-height: 10px;
}
.p-login .sitebar {
	display: none;
}
.p-login .content {
	width: 100%;
	max-width: 100%;
	margin: 30px auto;
    padding-left: 40px;
}


/***************************************************
				   GALLERY
***************************************************/
.m-gallery {
	
}
.m-gallery article {
	border: 1px solid #C2C2C2;
	float: left;
	padding: 15px;
	margin: 0 20px 20px 0;
	text-align: center;
	width: 200px;
}
.m-gallery article:nth-child(3n+1) {
    clear: both;
}
.m-gallery article:hover {
	background-color: #ebebeb;
}
.m-gallery article img {
    max-width: 200px;
    max-height: 150px;
}
.m-gallery article div.btns {
    text-align: center;
    margin: 10px 0;
    height: 20px;
}
.m-gallery article div.btns > * {
    float: left;
    margin: 0 5px;
}
.m-gallery article div.btns > input {
    text-align: center;
    width: 30px;
    padding: 4px;
}
.m-gallery article div.btns > [class*="icon-"] {
	margin: 4px 5px;
}
.m-gallery article div.txt1 {
	margin-bottom: 10px;
}
