/***********************************************/
/* HTML tag styles                             */
/***********************************************/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v9/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'open_sansbold';
    src: url('/_files/master/css/fonts/opensans-bold-webfont.eot');
    src: url('/_files/master/css/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_files/master/css/fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('/_files/master/css/fonts/opensans-bold-webfont.woff') format('woff'),
         url('/_files/master/css/fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('/_files/master/css/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
	font-family: 'Open Sans', Arial, Helvetica;
   /* font-family: 'open_sansbold', Arial, Helvetica;*/
	font-weight: normal;
    font-size: 14px;
    line-height: 1.166;	
    background: #F1F4F9;
    color: #4E5E6A;
	margin:0px;
}

.center {
	text-align:center;
}

.main {
	width: 100%;
    margin: 10px auto 20px;
	margin: 0px auto 0px;
    padding: 0px;
    position: relative;
	/*max-width:1366px;*/
}
.inner-main {
	position: relative;
    display: table;
    width: 100%;
	height: 100%;
}
/*вход в панель управления*/

#login-auth  {
    padding: 15px 20px;
    width: 340px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    position: absolute;
    left: 50%;
    margin-left: -170px;
    top: 50%;
    margin-top: -190px;
}

#login-auth .logo  {
    margin: 0px 0 15px;
}

#login-auth .welcome  {
	font-size: 21px;
    font-weight: 700;
    margin: 0 0 10px;
}

#login-auth .site-cms  {
	font-size: 15px;
	margin:0 0 5px;
}


#login-auth form span {
	background-color: #f3f7f9;
	border: 1px solid #dcdcdc;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 45px;
	color: #ccc;
}
#login-auth form input {
	height: 40px;
	outline:none;
}

#login-auth .auth-form  {
	margin: 10px 0 0px;
}

#login-auth form input[type="text"], input[type="password"] {
	border: 1px solid #dcdcdc;
	border-left: none;
	color: #76838f;
	margin-bottom: 5px;
	padding: 0px 5px 0 15px;
	width: 270px;
	font-size: 16px;
	font-family: 'Open Sans', Arial, Helvetica;
}
#login-auth form input[type="submit"] {
	border: 0;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 0px;
    height: auto;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica;
    color: #fff;
    background-color: #26a65b;
    border-color: transparent;
}

#login-auth form input[type="submit"]:hover {
	background-color: #2ab764;
}


#login-auth .btn {
	border: 0;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 0px;
    height: auto;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica;
    color: #fff;
    background-color: #1DB198;
    border-color: transparent;
}

#login-auth .btn:hover {
	background-color: #22BAA0;
}



#login-auth > p span {
	padding-left: 5px;
}
#login-auth .fogot-pass {
	color:#000;
	font-size:12px;
}
#login-auth .fogot-pass:hover {
	color:#000;
	border-bottom: 1px solid #000;
	font-size:12px;
}
#login-auth .back {
	color: #818187;
	border-bottom: 0px solid #000;
	font-size:12px;
}

#login-auth .back:hover{
	color: #818187;
	border-bottom: 1px solid #818187;;
}
#login-auth .error {
	color: #fff;
    line-height: 1.2em;
    margin: 0px 0px 0px;
    padding: 3px 6px;
    font-size: 13px;
    background: #f25656;
    display: inline-block;
}

/*вход в панель управления*/

/*header*/
.header {
    position: fixed;
    top: 0px;
    left: 0px;
	width: 100%;
	background: #FFF;
    padding: 0;
    height: 60px;
	/*max-width: 1650px;*/
    z-index: 10;
    border-radius: 0;
    border: none;
    margin: auto;
	-webkit-box-shadow: 0 0px 3px 0px #818187;
    -moz-box-shadow: 0 0px 3px 0px #818187;
    box-shadow: 0 0px 3px 0px #818187;
}

#logo {
    float: left;
    width: 15%;
    text-align: center;
    padding-top: 12px;
}
#site-header-fixed {
    float: left;
    width: 85%;
}
#site-header-fixed-50l {
    float: left;
    width: 58%;
}
#site-header-fixed-50r {
    float: right;
    width: 35%;
}
.sitename-header {
    float: left;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 13px;
    max-width: 380px;
    min-width: 300px;
    overflow: hidden;
}

.cms-name {
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
}

.title-admin-panel {
    max-width: 340px;
    overflow: hidden;
    height: 21px;
    line-height: 21px;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.button-site-href {
    float: left;
    font-size: 13px;
    padding: 5px 0;
    margin: 14px 10px 0 10px;
}
.site-settings {
	float: left;
    font-size: 13px;
    padding: 5px 0;
    margin: 14px 10px 0 10px;
}
.search .fa {
	
}
.site-settings-sm {
	float: left;
    max-width: 145px;
    font-size: 13px;
    padding: 0;
    margin: 20px 10px 0 10px;
}
.setnavigat {
	/*line-height: 40px*/
}
.account-settings {
	float: left;
    font-size: 13px;
    margin-top: 12px;
    padding: 5px 0;
    margin: 5px 0;
}
.button-header {
    font-family: 'Open Sans', Arial, Helvetica;
	display: inline-block;
    text-decoration: none;
    padding: 6px 15px;
    transition: 0.2s;
    border: none;
	font-size: 13px;
    cursor: pointer;
}
.button-header:hover {
    color:#2ab764;
}
.button-account {
    display: inline-block;
    text-decoration: none;
    padding: 5px 0px;
    transition: 0.2s;
    border: none;
    font-size: 13px;
    cursor: pointer;
	color: #444444;
}

.button-header .caret {
	border-top: 4px solid #fff;
	color: #fff;
} 
.redbtn {
    color: #fff;
    background: #ed321e;
}
.redbtn:hover {
    background: #f15949;
	color:#fff;
	text-decoration:none;
}
.actions-list-gorder .btn {
	padding: 5px 15px;
}
.btn {
    border: none;
    padding: 9px 15px;
    font-family: 'Open Sans', Arial, Helvetica;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    margin: 0px 0px;
    cursor: pointer;
	font-size: 13px;
}
.green-btn {
    color: #fff;
    background: #26a65b;
}
.green-btn:hover {
    background: #2ab764;
	text-decoration:none;
}
.greey-btn {
	color: #fff;
    background: #237fbe;
}
.greey-btn:hover {
    background: #1372b3;
	text-decoration:none;
}
.search-btn {
    color: #444444;
    background: #f5f5f5;
    font-size: 13px;
    padding: 5px 15px;
}
.search-btn:hover {
    background: #e6e6e6;
	text-decoration:none;
}
.bluebtn {
    color: #fff;
    background: #0091cd;
}
.bluebtn:hover {
    background: #09619E;
	color:#fff;
	text-decoration:none;
}
.greenbtn {
    color: #818187;
	padding: 0;
    font-size: 21px;
}
.greenbtn:hover {
	text-decoration:none;
}
.speed-menu {
    float: left;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    margin-left: 40px;
    margin-top: 12px;
    padding: 5px 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.margin-acount {
    width: 50px;
    text-align: center;
}


/*sidebar-profile*/

.sidebar-profile-name_first {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 59px;
    border-radius: 50%;
    margin: 0 auto;
    color: #26a65b;
}
.sidebar-profile-name_first-top {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 59px;
    border-radius: 50%;
    float: left;
    border: 3px solid #9E9E9E;
    color: #26a65b;
    margin-right: 20px;
}
.sidebar-header {
    clear: both;
    padding: 15px 5px;
    margin: 0 0 20px;
    background-color: #0469A9;
    cursor: pointer;
}
.sidebar-header:hover {
    background-color: #09619E;
	text-decoration:none;
}
.sidebar-profile, .sidebar-profile-image {
    display: block;
}
.sidebar-profile img {
    width: 60px;
    display: block;
    margin: 0 auto;
}
.img-circle {
    border-radius: 50%;
}
.sidebar-profile span {
    color: #fff;
    display: block;
    padding: 5px 0 0;
	font-size: 13px;
    text-align: center;
}
.sidebar-profile span a:hover {
	text-decoration:none;
}
.sidebar-profile span small {
    padding: 3px 0 0;
    color: #fff;
    font-size: 12px;
    display: inline-block;
}
.reveal-modal-account {
    visibility: hidden;
    top: 0%;
    width: 380px;
    min-width: 380px;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    z-index: 999999;
    padding: 35px;
    margin-top: 0px;
    margin-left: 0px;
    left: 0%;
}

.reveal-modal-search {
	visibility: hidden;
	top: 0%; 
	width: 100%;
    margin: 0 auto;
	background: #fff;
	position: absolute;
	z-index: 999999;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	left: 0%;
	height: 60px;
}
/*modal search*/
#search .close-reveal-modal {
    font-size: 22px;
    position: absolute;
    top: 20px;
    right: 11px;
    font-weight: bold;
    cursor: pointer;
    font-family: Arial;
}
.search-form {
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    margin-top: 0px;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
	width: 78%;
    margin-bottom: 0;
}

.search-form .input-group {
    height: 60px;
}
.search-form .input-group input {
    color: #5f5f5f;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: 0 0;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    padding: 0 20px!important;
    font-family: 'Open Sans', Arial, Helvetica;
}

select.search-list {
    font-family: 'Open Sans', Arial, Helvetica;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    padding: 6px 10px;
	background-color: #fff;
	margin: 13px 0 0;
    width: 220px;
}


.search-list-imsresult {
    margin: 0 0 30px;
}


/*account profile modal*/
.profil-account {
    margin-left: 5px;
    font-size: 14px;
    margin-bottom: 1em;
    font-weight: 700;
}
.profil-account img {
    float: left;
    border-radius: 50%;
    margin-right: 20px;
    border: 3px solid #ccc;
    padding: 5px;
}
.name-user {
    padding-top: 15px;
    font-weight: bold;
    font-size: 15px;
}
.type-user {
    font-weight: bold;
    font-size: 13px;
}
.type-user small{
    border-bottom: 1px solid #dedede;
    font-size: 12px;
}

.profil-dpn {
    margin-top: 45px;
    margin-left: 10px;
    font-size: 13px;
}
#profile-dpn span {
    font-size: 13px;
    font-weight: bold;
}
#profile-dpn  .in {
    margin: 5px 0;
}
#profile-dpn  .in-link {
    margin: 10px 0;
	line-height: 23px;
}
#profile-dpn  .in-link a {
   font-weight: bold;
   color: #4E5E6A;
}
#profile-dpn  .in-link a:hover {
    color:#09619E;
	text-decoration:none;
}


/*account header*/
.accounts-login {
   float: right;
   margin-right: 50px;
   margin-top: 10px;
}
.margin-acount {
	width: 50px;
    text-align: center;
}
.redact {
	font-size: 13px;
	margin-top: 0px;
}


#toggle {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#toggle .fa{
    font-size: 17px;
    margin-right: 5px;
}
#toggle div {
    cursor: pointer;
    display: block;
    padding: 3px 0px 3px 15px;
}
#toggle div:hover {
    background: #09619E;
}
span.the-btn {
    float: right;
    /*height: 30px;*/
    margin-top: -25px;
    margin-right: 15px;
    padding: 0;
    color: #fff;
}
span.menu-icons {
    font-size: 26px;
    height: 20px;
    width: 22px;
    float: left;
    margin: 3px 0px 3px 17px;
    color: #fff;
}
#toggle .active {
    background: #1372B3;
}
#toggle a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}
#toggle a:hover {
    color: #A0C6E0;
}
#toggle h3 {
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 33px;
    font-weight: normal;
}

#toggle ul {
    list-style: none;
    display: none;
    color: #fff;
    background: #09619E;
    margin: 0px;
    padding: 0px;
	width: 100%;
	overflow: hidden;
}
#toggle ul li {
    line-height: 22px;
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 6px 0 6px 17px;
}
#toggle a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}



/*поиск по объекту*/
input.search-live {
    font-family: 'Open Sans', Arial, Helvetica;
    font-weight: normal;
    background: #fff;
    width: 200px;
    color: #818187;
    background-color: #ffffff;
    border: 1px solid #dce1e4;
    height: 32px;
    font-size: 13px;
    padding: 4px 10px;
    -webkit-transition: -webkit-box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -o-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-search {
	color: #fff;
    background: #26a65b;
    border: none;
    display: inline-block;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #26a65b;
    padding: 0px 15px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: -5px;
    height: 32px;
    vertical-align: top;
}
.btn-search:hover {
	opacity:0.8;
}
.wbs-search:before {
  content: "";
  display: block;
  background: url("/_files/master/i/s_btn.png") no-repeat;
  width: 11px;
  height: 14px;
  float: left;
  margin: 1px 0px 0 0;
}
/******* hyperlink and anchor tag styles *******/


/*заголовки объекта*/
.top-table-action {
    padding: 0 10px;
}
.top-table-action:before, .top-table-action:after {
    content: " ";
    display: table;
}
.col {
	float: left;
	position: relative;
    min-height: 1px;
    margin: 5px 0;
}
.title-object {
    
}
.action-object {
    margin-top: 10px;
	float:right;
    text-align: right;
}

.topsearch-object {
    width: 25%;
	
}

.dropdown-menu-object {
    display: inline-block;
    margin: 10px 0 0 10px;
}
.dropdown-menu-object .fa{
    font-size: 15px;
    padding: 1px 0;
}
#action-objnav .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    float: left;
    min-width: 190px;
    padding: 9px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#object-title {
	margin: 0px 0 10px;
    padding: 10px 10px;
    background: #F1F4F9;
    border-bottom: 1px solid #ddd;
}
#object-title h1{
	font-size: 24px;
    font-weight: 700;
    color: #74767d;
    overflow: hidden;
    height: 30px;
    overflow: hidden;
    margin-top: 5px;
    max-width: 840px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#object-title p{
	margin: 0px;
    padding-top: 5px;
    font-size: 13px;
    color: #74767d;
}
.search-objet {
	float: right;
}
.left {
	float: left;
}
.right {
	float: right;
}

.clean {
	clear:both;
}


.sectionelse-list {
	margin: 0px;
    text-align: center;
    background: #f5f7f7;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 700;
}
.sectionelse-list span{
	margin: 0px;
    text-align: center;
    background: #f5f7f7;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}
.sectionelse-list p {
	padding: 0px;
    margin: 10px 0;
    font-weight: normal;
    font-size: 13px;
}
.sectionelse-listadd {
    text-align: center;
    padding: 10px 0;
}
.sectionelse-addelements a {
	border: none;
    background-color: #26a65b;
    padding: 7px 20px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    margin: 0;
    cursor: pointer;
}
.sectionelse-addelements a:hover {
	background-color: #2ab764;
	text-decoration:none;
}
.sectionelse-addelements .fa {
	font-size: 11px;
}

/*Modal Forms*/
.reveal-modal-bg { 
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,0.9);
	z-index: 999900;
	display: none;
	top: 0;
	left: 0; 
}
.reveal-modal {
	visibility: hidden;
    top: 50px;
    left: 50%;
    color: #363f48;
    margin-left: -440px;
    width: 680px;
    background: #fff;
    position: absolute;
    z-index: 999999;
    padding: 35px 0;
}
.close-reveal-modal {
	font-size: 22px;
	position: absolute;
	top: 8px;
	right: 11px;
	font-weight: bold;
	cursor: pointer;
	font-family:Arial;
} 	
#actionConfirm .close-reveal-modal {
    position: initial;
	display: inline-block;
}
#actionConfirm h1 {
	font-size: 26px;
	padding: 0 35px;
}
.count-delete-elements-haschild {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 700;
    padding: 0 35px;
}
.count-delete-elements {
    margin: 20px 0 0;
    font-size: 17px;
    font-weight: 700;
	padding: 0 35px;
}
.сonfirm-information {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 400;
	padding: 0 35px;
}

.modal-action-confirm {
    background: #f5f7f7;
    padding: 10px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    text-align: left;
    padding-left: 35px;
    margin: 20px 0 0;
}
.btn-ok {
	border:none;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 20px;
	line-height: 16px;
    cursor: pointer;
    color: #fff;
	outline: none;
    background-color: #1372B3;
    border-color: transparent;
    font-family: 'Open Sans', Arial, Helvetica;
    display: inline-block;
    margin: 0 0px 0px 0;
}

.btn-ok:hover {
	background-color: #176CA7;
	text-decoration:none;
}
.btn-reset {
	border: 0;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 20px;
	line-height: 16px;
    height: auto;
    cursor: pointer;
    color: #fff;
    background-color:#818181;
    border-color: transparent;
    font-family: 'Open Sans', Arial, Helvetica;
    display: inline-block;
    margin-right: 10px;
}
.btn-reset:hover {
	background-color: #959798;
	text-decoration:none;
}

a.update_gbl_params {
    background: #26a65b;
    color: #fff;
	cursor:pointer;
    padding: 4px 7px;
    border-radius: 4px;
}
a.update_gbl_params:hover {
    background-color: #2ab764;
    text-decoration: none;
}

/*окно редактирования глобальных параметров*/

/*tabs lng*/

#param_tabs_edit .nav-tabs {
	border-bottom: 0px solid #dddddd;
    padding: 0 35px;
    margin: 0 0 20px;
    float: left;
    width: 100%;
}
#param_tabs_edit .nav-tabs > li > a {
    margin-right: 15px;
    line-height: 1.42857143;
	border: 1px solid #d9d9d9;
	color: #555555;
    border-radius: 0px;
    font-size: 13px;
}
#param_tabs_edit .nav > li > a {
    position: relative;
    display: block;
    padding: 2px 10px;
	border-radius:4px;
}
#param_tabs_edit  .nav-tabs > li.active > a, #param_tabs_edit  .nav-tabs > li.active > a:hover, #param_tabs_edit  .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #2ab764;
    cursor: default;
}
#param_tabs_edit .nav-tabs > li > a:hover {
    border-color: none;
	text-decoration: none;
    background-color:#fff;
	border: 1px solid #2ab764;
	color: #555555;
}


#tbl_edit_params .close-reveal-modal {
    position: initial;
	display: inline-block;
}
#tbl_edit_params h1 {
	font-size: 26px;
	padding: 0 35px;
}
#tbl_edit_params .сonfirm-information {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
	padding: 0 35px;
}
#tbl_edit_params .massage-alert {
   font-size: 13px;
   color: #363f48;
   background-color: #f5f7f7;
   padding: 10px 35px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
#tbl_edit_params .form-edits-textarea {
	margin:10px 0 0;
}
#tbl_edit_params .form-field-textarea {
    font-family: 'Open Sans', Arial, Helvetica;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
    width: 100%;
    height: 105px;
    border: 1px solid #d7d7d7;
    padding: 10px 12px;
    font-size: 15px;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    color: #0c0c0c;
}
#tbl_edit_params .sysname-param {
    color: #fff;
    background-color: #2ab764;
    font-size: 12px;
    display: inline-block;
    padding: 4px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#tbl_edit_params .sysname-param-smarty {
    color: #fff;
    background-color: #607D8B;
    font-size: 12px;
    display: inline-block;
    padding: 4px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-undoremove_textarea   {
	margin-left: 5px;
}
.btn-clean_textarea, .btn-undoremove_textarea  {
    font-size: 12px;
	cursor:pointer;
    border-bottom: 1px dashed #0088cc;
    line-height: 1.1em;
}
.btn-clean_textarea:hover, .btn-undoremove_textarea:hover   {
	color:#363f48;
    text-decoration:none;
	border-bottom: 1px dashed #363f48;
}


/*окно добавления глобального параметра*/
.add_new_param {
	margin-left:10px;
}
#tbl_add_params .close-reveal-modal {
    position: initial;
	display: inline-block;
}
#tbl_add_params h1 {
	font-size: 26px;
	padding: 0 35px;
}
#tbl_add_params .сonfirm-information {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
	padding: 0 35px;
}
#tbl_add_params .massage-alert {
   font-size: 13px;
   color: #363f48;
   background-color: #f5f7f7;
   padding: 10px 35px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
#tbl_add_params .form-edits-textarea {
	margin:20px 0;
	padding: 0 35px;
}
#tbl_add_params .form-field-textarea {
    font-family: 'Open Sans', Arial, Helvetica;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
    width: 100%;
    height: 105px;
    border: 1px solid #d7d7d7;
    padding: 10px 12px;
    font-size: 15px;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    color: #0c0c0c;
}
#tbl_add_params .sysname-param {
    color: #fff;
    background-color:#2ab764;
    font-size: 12px;
    display: inline-block;
    padding: 4px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#tbl_add_params .error {
	background: #ed321e;
	color: #fff;
	font-size: 13px;
	display: inline-block;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 4px;
}
#tbl_add_params .status_true {
    background:#2ab764;
	color: #fff;
	font-size: 13px;
	display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 4px;
}
#tbl_add_params .status_dublicate {
    background:#009688;
	color: #fff;
	font-size: 13px;
	display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 4px;
}
/*поля модального окна*/
.form-addnew_params {
	margin:20px 0 0;
}
.indicator-grouping-modal {
	margin: 15px 0;
	padding: 0 35px;
	/*padding:0px;*/
}
#tbl_add_params .modal-action-confirm {
	margin: 30px 0 0;
}
.grouping-modal {
	margin: 10px 0;
	padding: 0 35px;
}
.grouping-modal .p-title {
	font-size: 13px;
	margin: 0 0 2px;
}
.grouping-modal input[disabled], .grouping[readonly] {
    background-color: #f3f7f9;
}
.grouping-modal input {
    font-family: 'Open Sans', Arial, Helvetica;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
	color: #0c0c0c;
    background: #fff;
    background-color: #fff;
	border: 1px solid #d7d7d7;
    width: 100%;
	font-size: 15px;
    padding: 8px 12px;
}
.grouping-modal textarea {
	font-family: 'Open Sans', Arial, Helvetica;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
    width: 100%;
    height: 105px;
    border: 1px solid #d7d7d7;
    padding: 10px 12px;
    font-size: 15px;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    color: #0c0c0c;
}
.grouping-modal select {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    font-family: 'Open Sans', Arial, Helvetica;
    width: 300px;
    font-size: 15px;
    padding: 8px 0 8px 5px;border: 1px solid #ccc;
    background-color: #F8FAFA;
    background-color: #fff;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    font-family: 'Open Sans', Arial, Helvetica;
    width: 300px;
    font-size: 15px;
    padding: 0px 0 0px 0px;
    height: 38px;
}

.grouping-modal .error-form {
	border: 1px solid #ff9a8f;
}


/*действия списка*/
select.select-menu {
    font-family: 'Open Sans', Arial, Helvetica;
    padding: 0px 10px;
	height:32px;
    border-radius: 0;
    border: 1px solid #dce1e4;
    padding: 0px 10px;
    transition: all .2s ease-in-out;
	background-color: #fff;
}
input.select-button{
    border: none;
    background-color: #26a65b;
    height:32px;
	padding: 0px 15px;
    font-family: 'Open Sans', Arial, Helvetica;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
	cursor:pointer;
}
input.select-button:hover{
    background-color:#2ab764;
}

a.select-button {
    border: none;
    background-color: #26a65b;
	padding: 9px 15px;
    font-family: 'Open Sans', Arial, Helvetica;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
	cursor:pointer;
}
a.select-button:hover{
	background-color:#2ab764;
	text-decoration: none;
}
button.select-button {
    border: none;
    background-color: #26a65b;
	padding: 7px 15px;
    font-family: 'Open Sans', Arial, Helvetica;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
	cursor:pointer;
}
button.select-button:hover{
	background-color:#2ab764;
	text-decoration: none;
}

a {
	color: #0088cc;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/************** header tag styles **************/
iframe {border: 1px solid #dedede;}
#fancy_content iframe  {border: none;}
.download-manager {
    margin-top: 10px;
}

h1{
	font-family:'Open Sans', Arial, Helvetica;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family:'Open Sans', Arial, Helvetica;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family:'Open Sans', Arial, Helvetica;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 19px;
}

h4{
	font-family:'Open Sans', Arial, Helvetica;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 19px;
}
h4 a{
	font-family:'Open Sans', Arial, Helvetica;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
h5{
	font-family:'Open Sans', Arial, Helvetica;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 19px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	background-color: #ffffff;
    margin-top: 60px;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
	height: 95%;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	width: 100%;
}

#pageNav{
	padding: 0px;
    background-color: #237FBE;
    border-right: 0px solid #ccd2d2;
    width: 15%;
    display: block;
    overflow: visible!important;
    display: table-cell;
    padding-bottom: 100px;
}

#content{
	width: 85%;
    padding: 0px 0px;
    position: relative;
    display: table-cell;
    margin: 0px;
    vertical-align: top;
	background: #e9edf2;
}

.content-iner{
    padding: 0px 0px;
	margin-bottom: 50px;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
    padding: 10px 0px 0px 0px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
#siteName span{
	color: #fff;
    font-weight: 400;
    font-size: 12px;
}
#siteName h1{
	margin: 0px;
	font-weight: 700;
    font-size: 20px;
}
/************** utility styles *****************/

#utility{
	position: absolute;
    top: 16px;
    right: 0px;
    color: #919999;
    font-size: 13px;
    font-weight: 700;
    padding: 0px;
}

#utility a{
	color: #ffffff;
	padding: 0 10px 0 0;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px;
	margin: 0px;
	border-bottom:0px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 35px;
padding: 0px;
margin: 0px;
background: #fff;
border-bottom: 1px solid #A09E9E;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 7px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: 14px;
    color: #000000;
    font-weight: 700;
    margin: 0px;
    padding: 5px 10px 5px 10px;
}

a.glink:hover{
	color: #1372B3;
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/
#logout{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#logout input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#logout a:link, #logout a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#logout a:hover{
	margin: 0px;
}
/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 0px;
	font: small Verdana,sans-serif;
	color: #ccc;
}

#breadCrumb a{
	color: #ccc;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/
.story-main-side {
	padding: 20px 10px 20px 10px;
    background: #fff;
    margin: 10px 10px 30px 10px;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
    box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
}

.story-main-side h3{
	font-family: 'Open Sans', Arial, Helvetica;
    color: #333333;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
}

.instruction p {
	font-size: 14px;
	line-height: 1.42857143;
}

.story {
	padding: 10px 10px 20px 10px;
    font-size: 80%;
    background: #fff;
    margin: 10px;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
    box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
}
.story-edit {
	padding: 10px 10px 20px 10px;
    font-size: 80%;
    background: #fff;
    margin: 10px;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
    box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
}
.story-view {
	padding: 10px 10px 20px 10px;
    font-size: 80%;
    background: #fff;
    margin: 10px;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
    box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
}
.title-table {
	margin:10px 0 10px 0px;
}
.story h4{
	font-size: 13px;
}
.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	color: #fff;
    margin-top: 23px;
    font-size: 12px;
    background-color: #34425A;
    width: 100%;
    left: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}

#footer-ims {
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #34425A;
    width: 100%;
    padding: 6px 0;
}


#siteInfo a{
	font-size: 12px;
	color: #fff;
}
#siteInfo a{
	font-size: 12px;
	color: #fff;
}
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
.copy {
    margin-left: 10px;
}
.autor {
    font-size: 13px;
	margin-right: 10px;
}
.autor a:hover {
    text-decoration: underline;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 10px 10px;
    font-size: 14px;
    font-weight: 700;
}


#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
    font-weight:400;
    padding: 5px 0px 5px 10px;
    font-size: 15px;
}

#sectionLinks a:hover{
	background-color:#F9F9F9;
	background-image: none;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

.relatedLinks h3{
	padding: 10px 0px 5px 0px;
    font-size: 15px;
    font-weight: 700;
}

.relatedLinks a{
	display: inline-block;
    font-weight: 700;
    padding: 4px 0px 0px 0px;
    font-size: 14px;
    color: #1372B3;
}
.relatedLinks a:hover{
    color: #000;
	text-decoration:none;
}

/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/

.HeaderColor {
	font-size: 13px;
    margin: 10px 0 0;
}
.HeaderColor h1{
	font-size: 23px;
}
.HeaderColor-group{
	font-size: 13px;
    padding-left: 215px;
    margin: 20px 0 20px;
    padding: 20px 0 0px 215px;
    border-top: 1px solid #ECEEEF;
}
.HeaderColor-group h1{
	font-size: 18px;
}

/*view*/

.grouping-view {
	margin: 0px 0;
    max-width: 80%;
    padding: 2px 5px;
}

.pl-view {
    font-size: 15px;
	font-weight: 700;
    margin-bottom: 5px;
    float: left;
    width: 200px;
    padding-top: 10px;
    text-align: right;
}
.pl-view span{
	display: inline-block;
    border-bottom: 1px solid #1372B3;
}
.pr-view {
	margin-left: 210px;
    max-width: 750px;
    margin-top: 10px;
    font-size: 15px;
}
.pr-view span{
	display: inline-block;
    border-bottom: 1px solid #ff0000;
}
.pr-view p {
    margin: 0px;
    padding: 0 0 10px 0;
}
/*add edit*/

.title-edit-page {
    padding-left: 215px;
    margin: 10px 0 10px;
}
.title-edit-page h1 {
    font-size: 23px;
}
.grouping {
	margin: 10px 0;
    max-width: 80%;
    padding: 5px 5px;
}
.pl {
    font-size: 15px;
    margin-bottom: 5px;
    float: left;
    width: 200px;
    padding-top: 10px;
    text-align: right;
}
.pr {
	margin-left: 210px;
    max-width: 750px;
}
.prdpn-submit {
	margin-left: 210px;
    max-width: 750px;
    font-size: 12px;
    display: inline-block;
    margin: 3px 0 0px 210px;
}
.prdpn-submit_mail {
	margin-left: 210px;
    max-width: 750px;
    font-size: 13px;
    display: inline-block;
    margin: 3px 0 0px 210px;
}
.prdpn-preview {
	margin-left: 210px;
    max-width: 750px;
    font-size: 13px;
    display: inline-block;
    margin: 10px 0 0px 210px;
    background: #2ab764;
    padding: 4px 10px;
    color: #fff;
}
#upload-image-ms input {
	width: 300px;
}
.grouping input[disabled], .grouping[readonly] {
    background-color: #f3f7f9;
}
.grouping input {
	color: #000;
    background-color: #F8FAFA;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    font-family: 'Open Sans', Arial, Helvetica;
    width: 99%;
	font-size: 15px;
    padding: 8px 0 8px 5px;
}
.grouping textarea {
	color: rgb(0, 0, 0);
    border: 1px solid #ccc;
    transition: border 0.2s linear, box-shadow 0.2s linear;
    font-family: 'Open Sans', Arial, Helvetica;
    width: 99%;
    font-size: 15px;
    padding: 8px 0px 8px 5px;
    margin: 0px;
    height: 100px;
    background-color: rgb(255, 255, 255);
}
.grouping select {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    font-family: 'Open Sans', Arial, Helvetica;
    width: 300px;
    font-size: 15px;
    padding: 8px 0 8px 5px;border: 1px solid #ccc;
    background-color: #F8FAFA;
    background-color: #fff;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    font-family: 'Open Sans', Arial, Helvetica;
    width: 300px;
    font-size: 15px;
    padding: 0px 0 0px 0px;
    height: 38px;
}
.grouping img{
	margin: 10px 0 10px 0;
    max-width: 200px;
}

.grouping-action {
	margin: 10px 0;
    max-width: 80%;
    padding: 5px 5px;
}
.grouping-action .btn-ok {
	border: 0;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 20px;
    height: auto;
    cursor: pointer;
    color: #fff;
    background-color: #1372B3;
    border-color: transparent;
    font-family: 'Open Sans', Arial, Helvetica;
    display: inline-block;
    margin: 0 10px 0px 0;
}

.grouping-action .btn-ok:hover {
	background-color: #176CA7;
}
.grouping-action .btn-reset {
	border: 0;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 20px;
    height: auto;
    cursor: pointer;
    color: #fff;
    background-color: #B6BBBF;
    border-color: transparent;
    font-family: 'Open Sans', Arial, Helvetica;
    display: inline-block;
    margin: 0 10px 0px 0;
}

.grouping-action .btn-reset:hover {
	background-color: #959798;
}


/*Обращение к полям с ID*/

#titleadd  {
	color: rgb(0, 0, 0);
    border: 1px solid #ccc;
    transition: border 0.2s linear, box-shadow 0.2s linear;
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 15px;
    padding: 8px 0px 8px 5px;
    margin: 0px;
    width: 99%;
	height: 40px;
    background-color: rgb(255, 255, 255);
}
#page_title {
	color: rgb(0, 0, 0);
    border: 1px solid #ccc;
    transition: border 0.2s linear, box-shadow 0.2s linear;
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 15px;
    padding: 8px 0px 8px 5px;
    margin: 0px;
    width: 99%;
	height: 40px;
    background-color: rgb(255, 255, 255);
}
#description{
	color: rgb(0, 0, 0);
    border: 1px solid #ccc;
    transition: border 0.2s linear, box-shadow 0.2s linear;
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 15px;
    padding: 8px 0px 8px 5px;
    margin: 0px;
    width: 99%;
	height: 70px;
    background-color: rgb(255, 255, 255);
}
#keywords {
	color: rgb(0, 0, 0);
    border: 1px solid #ccc;
    transition: border 0.2s linear, box-shadow 0.2s linear;
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 15px;
    padding: 8px 0px 8px 5px;
    margin: 0px;
    width: 99%;
	height: 70px;
    background-color: rgb(255, 255, 255);
}

#num_order {
    width: 293px;
}


.grouping .btna {
    font-weight: bold;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    margin: 10px 0 0;
}
.grouping .btna:hover {
    text-decoration:none;
	background: #f5f5f5;
}



.capsule {
	background-color: #FFFFFF;
}

/*.btn {
	background-image: url(../i/glblnav_selected.gif);
	border: 1pt solid #000000;
	font-weight: bold;
	color: #00509F;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100px;
}*/
input {
	color: #004A95;
	border: 1pt solid #000000;
	/*background-color: #F8FAFA;*/
}
input.b {
	font-weight: bold;
}
.tbl {
	background-color: #F5F7F7;
	border: 1pt solid #000000;
}
input.c {
	border: none;
}
select.c {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	color: #004891;
	background-color: #F5F7F7;
}
.err {
	font-size: 10pt;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
span.err{
	font-size: 11px;
    color: #f25656;
    display: inline-block;
    margin: 3px 0;
}
input.err {
	border-color: #f25656;
}
.btna {
	border: 1px solid #0000FF;
	font-weight: bold;
	cursor: hand;
	color: #0000FF;
	width: 25px;
	height: 20px;
}
.dpn {
	font-size: 8pt;
}


.filter-promocode {
	float: left;
	margin:10px 0 0;
}
.filter-select-promo {
	float: left;
	margin: 10px 30px 0 0;
	font-size: 14px;
	font-weight: bold;
}

.filter-select-promo2 {
	float: left;
	margin: 25px 30px 0 0;
}
#selectpromo  {
	font-size: 13px;
	margin: 5px 0 0;
	border: 1px solid #000;
	padding: 5px;
	color:#000;
	font-family: Arial,sans-serif;
}

.filter-select-promo input{
	margin: 5px 0 0;
	font-size: 15px;
	background: #fff;
	padding: 5px;
	color:#000;
	font-family: Arial,sans-serif;
}

.button8 {
    font-weight: bold;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	padding: 5px 25px;
	background: #fff;
	transition: 0.2s;
	border:2px solid #8dc73f;
	cursor: pointer;
	display: inline-block;
	margin: 5px 0;
	font-family: Arial,sans-serif;
} 
.button8:hover { 
    background: #8dc73f;
	border:2px solid #4cae4c;
    cursor:poiner;
	color: #fff;
    }
a img {
    border:none;
    outline:none;
}
.content {
	margin-top:100px;
	padding:0px;
	bottom:0px;
}
.about{
	width:100%;
	height:400px;
	background:transparent url(about.png) repeat-x top left;
	border-top:2px solid #ccc;
	border-bottom:2px solid #000;
}
#paginators{
	margin: 20px 0;
}
.about .text{
	width:16%;
	margin:5px 2% 10px 2%;
	height:380px;
	float:left;
	color:#FCFEF3;
	font-size: 16px;
	text-align:justify;
	letter-spacing:0px;
}
.about .text h1{
	border-bottom: 1px dashed #ccc;
	color:#fff;
}
.promotable{
	float:left;
	width:98%;
	margin:0px 0 20px;
}

.page{
	width:100%;
	text-align:center;
}
.inner-page-table {
	width: 100%;
	border-collapse: collapse;
	margin: 5px 0;
	font-size: 16px;
	border: 1px solid #dedede;
}
.inner-page-table td.head {
	font-size: 17px;
}
.inner-page-table td > img {
	max-width: 80px;
	max-height: 80px;
}
.inner-page-table th {
	background: #d0d2d3;
	padding: 7px;
	color: #000;
	font-size: 13px;
	border: 1px solid #000;
}
.inner-page-table td {
	padding: 15px 15px;
	font-size: 14px;
	border: 1px solid #000;
}
.inner-page-table tr {
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	transition: background .2s ease;
	border: 1px solid #dedede;
}
.inner-page-table tr:nth-child(2n) {
	background: #ffffff;
}
.inner-page-table .description {
	color: #777;
	font-size: 13px;
}
.inner-page-table tr:hover {
	background:#e9e8dd;
}
.inner-page-table img.circle {
	border-radius: 50%;
}
.search_area{
	width: 350px;
	margin: 0px;
	position: relative;
}


.stat-promocode {
	float:left;
	width: 100%;
	margin: 10px 0px;
	padding:0px;
}

.stat-promocode ul {
    margin: 0px;
}
.stat-promocode li {
    padding: 0;
    list-style: none;
	display: inline-block;
	font-size: 15px;
	margin: 0 20px 0 0;
	font-weight:bold;
	color: #cc0f16;
}

.stat-promocode li strong{
	color: #000;
}


#search_box{
	width:200px;
	padding:2px;
	margin:1px;
	border:1px solid #000;
}

#search_advice_wrapper{
	display:none;
	width: 350px;
	background-color: rgb(80, 80, 114);
	color: rgb(255, 227, 189);
	-moz-opacity: 0.95;
	opacity: 0.95;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=95);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	filter:alpha(opacity=95);
	z-index:999;
	position: absolute;
	top: 24px; left: 0px;
}

#search_advice_wrapper .advice_variant{
	cursor: pointer;
	padding: 5px;
	text-align: left;
}
#search_advice_wrapper .advice_variant:hover{
	color:#FEFFBD;
	background-color:#818187;
}
#search_advice_wrapper .active{
	cursor: pointer;
	padding: 5px;
	color:#FEFFBD;
	background-color:#818187;
}

#nav{
	float: left;
    width: 100%;
    list-style: none;
    margin:10px 0 15px;
    padding: 0px;
    background: #fff;
}
#nav li {
	float: left;
    padding: 10px 12px 10px 12px;
    position: relative;
    display: block;
}

#nav li.bg-firstmenu {
	background: #E9E9E9;
}
#nav li.bg-firstmenu a {
	font-size: 16px;
	color: #818187;
}
#nav li.bg-firstmenu a:hover {
	font-size: 16px;
}
#nav li.bg-firstmenu:hover {
	background-color: #F1F4F9;
}

#nav li a{
	display: block;
    font-size: 14px;
    font-weight: 700;
    color: rgb(68,68,68);
}
#nav li a:hover{
	color:#1372B3;
	text-decoration:none;
}
/*--- Р’Р«РџРђР”РђР®Р©РР• РџРЈРќРљРўР« ---*/
#nav ul {
	list-style: none;
    position: absolute;
    min-width: 230px;
	z-index: 9999;
    left: -9999px;
    opacity: 0;
    background: #fff;
    padding: 0px;
    margin: 8px 0 0 0;
    border: 1px solid rgba(0,0,0,0.2);
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
#nav ul li{
	padding: 0px;
    float: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
#nav ul li a{
	display: block;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding: 10px 10px;
}
#nav ul li:last-child{
    border-bottom: none;
}
#nav span {
	padding: 0px 0px 0px 0px;
    font-size: 12px;
	font-weight: normal;
    display: block;
    color: #818187;
}
#nav .name-link{
	font-size: 13px;
    display: block;
    color: #333;
    font-weight: 700;
}
#nav .name-link:hover{
    color: #fff;
}

#nav ul li a:hover .name-link { 
	color: #1372B3;
}
#nav li:hover ul { 
	left:0; 
	opacity:1;
}
#nav li:hover ul a { 
	text-decoration:none;
	color:#005FA9;
	-webkit-transition:-webkit-transform 0.075s linear;
}
#nav li:hover ul li a:hover { 
	text-decoration:none;
}
.fa-list:after {
  content: "";
  display: block;
  background: url("/_files/master/i/ar.png") no-repeat;
  width: 12px;
  height: 6px;
  float: right;
  margin: 11px 0px 0 5px;
}


/*multiselect*/


/*выбранные пункты*/
.selected-items-drpdown {
	margin: 20px 0 0;
    font-size: 14px;
}


.ui-dropdownchecklist {
	font-size: medium; 
	color: black;
}
.ui-dropdownchecklist-item {
	margin: 10px 0;
}
.ui-dropdownchecklist-item input {
	width: 15px;
    margin: 2px 4px 0 5px;
    float: left;
}
.ui-dropdownchecklist-item label {
	font-size: 13px;
    margin: 0px;
    padding: 0px;
    color: #333333;
}
.ui-dropdownchecklist-selector {
	height: 35px; 
	border: 1px solid #B3B1B1;
	background: #fff;
	cursor:pointer;
}
.ui-dropdownchecklist-dropcontainer {
	background-color: #fff; 
	border: 1px solid #999;
}
.ui-state-hover, .ui-state-active {
	border-color: #5794bf;
}
.ui-state-hover {
	background-color: #f3f7f9;
}
.ui-state-disabled label {
	color: #ccc;
}
.ui-dropdownchecklist-item .active {
	outline:none;
	background:none;
}
.ui-dropdownchecklist-group {
	font-weight: bold; 
	padding: 1px 2px 2px 2px; 
	font-style: italic;
}
.ui-dropdownchecklist-indent {
	padding-left: 7px;
}
.ui-dropdownchecklist-selector {
	padding: 1px 2px 2px 2px;
	font-size: 0px;
 }
.ui-dropdownchecklist-selector-wrapper {
	vertical-align: middle; 
	font-size: 0px;
}
.ui-dropdownchecklist-text {
	margin-top: 10px;
    font-size: 15px;
    font-family: 'Open Sans', Arial, Helvetica;
    padding: 0 5px;
}

/*tabs edit list*/
.panel-title  {
    margin: 20px 0 0px;
    padding: 20px 0 0px 215px;
    border-top: 1px solid #ECEEEF;
	text-decoration: none;
}
h4.panel-title a {
    font-size: 23px;
    margin: 20px 0 20px;
    color: #333333;
    font-size: 16px;
	text-decoration: none;
}
h4.panel-title a:hover {
    text-decoration: none;
    color: #1372B3;
}



.linkclose:after {
	content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    margin-left: 5px;
}
.panel-title .collapsed:after {
	content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    margin-left: 5px;
}

/*toolips*/
a.tooltip-info {
	color: #818187;
	/*cursor: pointer;*/
}
a:hover.tooltip-info {
	color: #26a65b;
	text-decoration:none;
}
#tooltip {
	font-size: 12px;
	text-align: center;
	line-height: 1.1em;
	color: #fff;
	background: #26a65b;
	position: absolute;
	z-index: 100;
	padding: 6px 14px;
	border-radius: 4px;
	 -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
#tooltip:after {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top-color: #26a65b;
	border-top: 10px solid #26a65b;;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -6px;
	margin-left: -9px;
}
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom-color: #333;
	border-bottom: 10px solid rgba( 0, 0, 0, .6 );
	top: -20px;
	bottom: auto;
}
#tooltip.left:after {
	left: 10px;
	margin: 0;
}
#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}


/*main table*/
.tbl {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
    color: #333;
    font-size: 16px;
}
.HeaderColor {
    margin: 10px 0 20px;
}

table.dataTable.display tbody tr.HeaderColor {
    border-top: none;
}
.tbl tr {
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    transition: background .2s ease;
    border-top: 1px solid #ddd;
    background: #fff;
}
.tbl tr:nth-child(2n) {
    background-color: #f9f9f9;
}
.tbl td {
    padding: 6px 5px;
    font-size: 13px;
	max-width: 460px;
    border:1px solid #ccc;
}
/*.tbl tr:nth-child(2n)>td {
    border: 1px solid #efefef;
}*/
.tbl tr:hover {
    background-color: whitesmoke;
}

.tbl tr.HeaderColor:hover {
     background-color:#fff;
}

/*actin table*/


.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.main-list-action  {
	text-align: center;
}
.main-list-action .dropdown {
	position: relative;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
			background-clip: padding-box;
}
.account-settings .dropdown-menu {
	position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
	box-shadow: none;
	-webkit-box-shadow:none;
	border-radius: initial;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.site-settings .dropdown-menu {
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
	box-shadow: none;
	-webkit-box-shadow:none;
	border-radius: initial;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.site-settings-sm .dropdown-menu {
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
	box-shadow: none;
	-webkit-box-shadow:none;
	border-radius: initial;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu .div-ider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  font-size: 13px;
  white-space: nowrap;
}
.dropdown-menu > li > span {
  display: block;
  padding: 0px 20px 4px;
  clear: both;
  font-weight: 700;
  line-height: 1.42857143;
  color: #333333;
  font-size: 13px;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.table-link-list {
    float: left;
    position: relative;
    margin-top: 0px;
    max-width: 460px;
    max-height: 40px;
    overflow: hidden;
}
.table-link-list a{
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
}
.table-link-list a:hover{
    color: #333333;
	text-decoration:none;
}

.img-table  {
    font-size: 26px;
    text-align: center;
    color: rgba(129, 129, 135, 0.67);
}
.cart-incom  {
    font-size: 12px;
    color: #fff;
    background: #26a65b;
    display: inline-block;
    padding:4px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.img-table-video  {
    font-size: 26px;
    text-align: center;
    color: #ed321e;
}
.noimg-table  {
    font-size: 26px;
    text-align: center;
    color: rgba(204, 204, 204, 0.67);
}

/*order status*/
#example-editable .order-ok {
	color: #fff;
    background-color: #2ab764;
    font-size: 12px;
    display: inline-block;
    padding: 4px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#example-editable .order-no {
	color: #333;
    background-color: rgba(230, 230, 230, 0.59);
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#example-editable .order-onreview {
	color: #fff;
    background-color: rgba(19, 114, 179, 0.77);
    font-size: 12px;
    display: inline-block;
    padding: 4px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#example-editable .order-delete {
	color: #fff;
    background-color: #ed321e;
    font-size: 12px;
    display: inline-block;
    padding: 4px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#example-editable .order-1 {
	color: #fff;
    background-color: #F8A54F;
    font-size: 12px;
    display: inline-block;
    padding: 3px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#example-editable .order-2 {
	color: #fff;
    background-color: #0091CD;
    font-size: 12px;
    display: inline-block;
    padding: 3px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#example-editable .order-3 {
   /* color: rgb(68,68,68);
    background-color: #dcdcdc;*/
    font-size: 12px;
    display: inline-block;
    padding: 3px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#example-editable .sales {
	color: #fff;
    background-color: #ec6b11;
    font-size: 12px;
    display: inline-block;
    padding: 3px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-family: verdana;
}
#example-editable .sales-none {
    color: rgb(68,68,68);
    background-color: #e6e6e6;
    font-size: 12px;
    display: inline-block;
    padding: 3px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-family: verdana;
}
#example-editable .new-good {
    color: #fff;
    background-color: #26a65b;
    font-size: 12px;
    display: inline-block;
    padding: 3px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-family: verdana;
}
#example-editable .link a {
	color: #0088cc;
	border-bottom: 1px dashed;
    font-size: 13px;
}
#example-editable .link a:hover {
	color: #4E5E6A;
	border-bottom: 1px dashed;
}
.parent-url-table {
    display: inline-block;
    margin: 5px 0px 5px 10px;
}
#edit-gorims .parent-url-table {
    text-align: center;
	display: block;
	margin: 0px 0px 0px 0px;
}
.dropdown-toggle {
	margin-right: 0px;
    display: inline-block;
    padding: 4px 13px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    color: rgb(68,68,68);
}
	
.dropdown-toggle:hover {	
	color: #333;
    background-color: #e6e6e6;
	 background-image:none;
	text-decoration:none;
}

.caret {
	display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid rgb(68,68,68);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 7px;
    margin-left: 3px;
	color: rgb(68,68,68);
}

.ajax-addnew-object {
	margin-right: 0px;
    display: inline-block;
    padding: 6px 16px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #26a65b;
	background-color: #26a65b;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}

.dropdown-toggle-objtop {
	margin-right: 0px;
    display: inline-block;
    padding: 6px 16px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    color: #818187;
}
.dropdown-toggle-objtop span {
	font-weight: 500;
    font-size: 13px;
    margin-right: 5px;
}
.dropdown-toggle-objtop img {
	vertical-align: middle;
    padding-bottom: 2px;	
}  	
.dropdown-toggle-objtop:hover {	
	color: #333;
    background-color: #e6e6e6;
	 background-image:none;
	text-decoration:none;
}
#action-objnav .fa {
    margin-left: 5px;
}





/*cekboxes*/
.checkbox {
    position: relative;
}
.checkbox input[type=checkbox] {
    display: none;
}

.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
}

.checkbox input[type=checkbox]:checked + label:before {
    content: "\f00c";
    font-size: 12px;
    text-align: center;
    line-height: 48px;
    margin: 0px 0 0 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background-color: #26a65b;
    border-color: #26a65b;
    padding: 3px 1px 0 1px;
}
.checkbox label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0px;
    position: absolute;
    left: 7px;
    top: -13px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

/*bottom table*/
.info-bottom-table {
	/*float:left;
	position:relative;
	width:100%;*/
}
.left-infoteble {
	float:left;
	position:relative;
	width:40%;
}
.right-infoteble {
	float:right;
	position:relative;
	width:60%;
	padding: 5px 0;
}

.setCheckboxes {
    margin: 10px 0 10px;
}
.setCheckboxes h4 a{
    color: #333333;
}
.setCheckboxes h4 a:hover {
   text-decoration: underline;
}

/*pagination*/
.paginatin-view {
	font-size: 13px;
    font-weight: normal;
    margin: 5px 0px 5px 0px;
    text-align: right;
}
ul.pagination {
	list-style: none;
}
.pagination {
    float: right;
    overflow: hidden;
    padding:0px;
    margin:0px;
	text-align: right;
}
.pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagination li {
	list-style: none;
	padding: 0;
	margin: 0 0px 0 2px;
	display: inline-block;
}
.light-theme a, .light-theme span {
	color: #333333;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
}

.light-theme a:hover {
	text-decoration: none;
    background-color: #f7f7f7;
    color: #333333;
}

.light-theme .current {
    color: #FFF;
    cursor: pointer;
    background-color:#26a65b;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 8px 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    border: 1px solid #2ab764;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}




/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-pulse,
.la-ball-pulse > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-pulse {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-pulse.la-dark {
    color: #333;
}
.la-ball-pulse > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-pulse {
    width: 54px;
    height: 18px;
}
.la-ball-pulse > div:nth-child(1) {
    -webkit-animation-delay: -200ms;
       -moz-animation-delay: -200ms;
         -o-animation-delay: -200ms;
            animation-delay: -200ms;
}
.la-ball-pulse > div:nth-child(2) {
    -webkit-animation-delay: -100ms;
       -moz-animation-delay: -100ms;
         -o-animation-delay: -100ms;
            animation-delay: -100ms;
}
.la-ball-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0ms;
       -moz-animation-delay: 0ms;
         -o-animation-delay: 0ms;
            animation-delay: 0ms;
}
.la-ball-pulse > div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    -webkit-animation: ball-pulse 1s ease infinite;
       -moz-animation: ball-pulse 1s ease infinite;
         -o-animation: ball-pulse 1s ease infinite;
            animation: ball-pulse 1s ease infinite;
}
.la-ball-pulse.la-sm {
    width: 26px;
    height: 8px;
}
.la-ball-pulse.la-sm > div {
    width: 4px;
    height: 4px;
    margin: 2px;
}
.la-ball-pulse.la-2x {
    width: 100%;
}
.la-ball-pulse.la-2x > div {
    width: 10px;
    height: 10px;
    margin: 4px;
}
.la-ball-pulse.la-3x {
    width: 162px;
    height: 54px;
}
.la-ball-pulse.la-3x > div {
    width: 30px;
    height: 30px;
    margin: 12px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-pulse {
    0%,
    60%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    30% {
        opacity: .1;
        -webkit-transform: scale(.01);
                transform: scale(.01);
    }
}
@-moz-keyframes ball-pulse {
    0%,
    60%,
    100% {
        opacity: 1;
        -moz-transform: scale(1);
             transform: scale(1);
    }
    30% {
        opacity: .1;
        -moz-transform: scale(.01);
             transform: scale(.01);
    }
}
@-o-keyframes ball-pulse {
    0%,
    60%,
    100% {
        opacity: 1;
        -o-transform: scale(1);
           transform: scale(1);
    }
    30% {
        opacity: .1;
        -o-transform: scale(.01);
           transform: scale(.01);
    }
}
@keyframes ball-pulse {
    0%,
    60%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
    30% {
        opacity: .1;
        -webkit-transform: scale(.01);
           -moz-transform: scale(.01);
             -o-transform: scale(.01);
                transform: scale(.01);
    }
}

/*!
 *  Font Awesome 4.5.0
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/_files/master/css/fontawesome/fontawesome-webfont.eot?v=4.5.0');
  src: url('/_files/master/css/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  url('/_files/master/css/fontawesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), 
  url('/_files/master/css/fontawesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), 
  url('/_files/master/css/fontawesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), 
  url('/_files/master/css/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

/*preloader*/
.preloader-ims {
	position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: #0469A9;
    z-index: 999900;
    display: none;
    top: 0;
    left: 0;
    display: block;
}
.loader {
	position: absolute;
    top: 45%;
    left: 45%;
    z-index: 99999999;
}


/*errors*/
#errors {
	/*visibility: hidden; */
    top: 55px;
    width: 300px;
    min-width: 380px;
    margin: 0 auto;
    background: rgb(241, 91, 75);
    position: fixed;
    z-index: 999;
    padding: 12px 10px;
    margin-top: 0px;
    margin-left: 0px;
    right: 10px;
    color: #fff;
    height: 53px;
    border-radius: 4px;
}

#errors .errors-title {
    font-size: 18px;
    font-weight: 700;
	margin: 0 0 5px;
}
#errors .errors-warning {
    font-size: 13px;
}


#savetru {
	/*visibility: hidden; */
    top: 55px;
    width: 300px;
    min-width: 380px;
    margin: 0 auto;
    background: #26a65b;
    position: fixed;
    z-index: 999;
    padding: 12px 10px;
    margin-top: 0px;
    margin-left: 0px;
    right: 10px;
    color: #fff;
    height: 53px;
    border-radius: 4px;
}

#savetru .errors-title {
    font-size: 18px;
    font-weight: 700;
	margin: 0 0 5px;
}
#savetru.errors-warning {
    font-size: 13px;
}



/*Price Exort/import*/
#upload-image-ms {
	margin: 0px 0 10px;
    /*float: left;
    position: relative;*/
}
.fileform {
    float: left;
	cursor: pointer;
    overflow: hidden;
	width: 262px;
    position: relative;
    text-align: left;
    background-color: #ffffff;
    border: none;
    font-size: 15px;
    padding: 0px;
    -webkit-transition: -webkit-box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -o-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fileform #fileformlabel {
    background-color: #FFFFFF;
    float: left;
    height: 21px;
    line-height: 22px;
    overflow: hidden;
    padding: 8px 10px;
    text-align: left;
    vertical-align: middle;
    width: 241px;
    border: 1px solid #dcdcdc;
    border-left: 0px;
}
.selectbutton {
    width: 45px;
    float: left;
    height: 29px;
    line-height: 20px;
    padding: 8px 0px 0 0;
    text-align: center;
    vertical-align: middle;
    background: #26a65b;
    color: #fff;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    color: #818187;
}
.fileform #upload {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 40;
    height: 37px;
}
#upload-image-ms input {
    width: 260px;
	cursor:pointer;
}
#upload-image-ms #supload {
    cursor: pointer;
    float: left;
    width: auto;
    margin-left: 5px;
}

#upload-image-ms .btn {
    padding: 10px 15px;
}


.instr_upload{
    list-style: none;
    margin: 10px 0 0;
    padding: 0px;
}
.instr_upload li{
	display: block;
    position: relative;
    margin: 0;
    padding: 5px 0;
    margin-left: 5px;
}
.instr_upload li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 6px;
    margin-left: 0px;
    vertical-align: text-top;
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #818187;
    margin-top: 4px;
}

.import_massege {
    display: inline-block;
    padding: 15px 10px 0px;
    margin: 0 0px 10px 0;
    border: 1px dashed #dedede;
}
.import_massege span {
    font-size: 16px;
	color: #333333;
    font-weight: bold;
}

.import-ok  {
    margin: 10px 0 20px;
}
.import-ok  span {
    background: #26A65B;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 4px;
}

.import-no {
    margin: 10px 0 20px;
}
.import-no  span {
    background: #ED321E;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 4px;
}

.import-ok .gotoprice  {
    margin-left: 10px;
	background: none;
}
.gotoprice  a{
	background: #e6e6e6;
    color: rgb(52,52,52);
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 4px;
}

.gotoprice  a:hover {
	background:#E4E2E2;
}

.ims-goods-orderright {
    background: #fcfcfc;
    padding: 20px;
	color: #333333;
    border: 2px solid #f1f4f9;
}
.ims-goods-orderright strong{
	color: #333333;
}
.ims-goods-orderright p{
	margin: 8px 0;
    font-size: 13px;
}
.ims-goods-orderright h3 {
   font-size: 16px;
}
.bl-title-infs {
    color: rgb(68,68,68);
    background-color: #f5f5f5;
    font-size: 13px;
    display: inline-block;
    padding: 4px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0;
}
.ims-goods-order-info ul {
	margin: 0px;
	padding:0px;
}
.ims-goods-order-info ul li {
	list-style-image: none;
    list-style: none;
    font-weight: normal;
    padding: 0px 0px 5px 0px;
    text-decoration: none;
}
.ims-goods-order-info ul li {
	font-size: 14px;
    color: #363f48;
    font-weight: 400;
    padding: 3px 0;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    line-height: 1.42857143;
}


.bl-title-statuorder {
	margin:0px 0 10px; 
	text-align:center;
}

#st-order-tus-ims .order-no {
    color: #333;
    background-color: rgba(230, 230, 230, 0.59);
    font-size: 15px;
    padding: 8px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#st-order-tus-ims .order-onreview {
    color: #fff;
    background-color: rgba(19, 114, 179, 0.77);
    font-size: 15px;
    padding: 8px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#st-order-tus-ims .order-ok {
    color: #fff;
    background-color: #2ab764;
    font-size: 15px;
    padding: 8px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.actions-list-gorder ul {
	margin: 0px;
	padding:0px;
}
.actions-list-gorder ul li {
	list-style-image: none;
    list-style: none;
	display:inline-block;
    font-weight: normal;
    padding: 10px 10px 0px 0px;
    text-decoration: none;
}

/*mailing*/
.grouping .input-small {
    width: 240px;
}
.show_test input[type="submit"] {
    display: inline-block;
    padding: 8px 20px;
    width: auto;
    height: auto;
    margin-bottom: 6px;
	font-weight: bold;
    line-height: 20px;
    color: #fff;
    vertical-align: middle;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 13px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
}
.show_test input[type="submit"]:hover {
    text-decoration: none;
    background: #f5f5f5;
}
.mailing input[type="submit"] {

    display: inline-block;
    padding: 8px 20px;
    width: auto;
    height: auto;
    margin-bottom: 6px;
	margin-left:5px;
	font-weight: bold;
    line-height: 20px;
    color: #fff;
    vertical-align: middle;
	font-family: 'Open Sans', Arial, Helvetica;
	font-size: 13px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
}
.mailing input[type="submit"]:hover {
    text-decoration: none;
    background: #f5f5f5;
}

.result_massage {
	font-size: 13px;
    display: inline-block;
	margin-left: 215px;
    max-width: 750px;
}
.error_mailing {
	background: #ed321e;
    color: #fff;
    padding: 5px 10px;
}
.sending_mailing {
    background:#2ab764;
    color: #fff;
    padding: 5px 10px;
}	


/*Preloader*/
.preloader {
	position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.95);
    z-index: 999999;
    display: none;
    top: 0;
    left: 0;
    display: block;
}
.loaders {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 9999999;
}
.line-spin-fade-loader {
    position: relative;
}
.line-spin-fade-loader>div:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s .12s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s .12s infinite ease-in-out;
}
.line-spin-fade-loader>div:nth-child(2) {
    top: 13.64px;
    left: 13.64px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s .24s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s .24s infinite ease-in-out;
}
.line-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s .36s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s .36s infinite ease-in-out;
}
.line-spin-fade-loader>div:nth-child(4) {
    top: -13.64px;
    left: 13.64px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s .48s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s .48s infinite ease-in-out;
}
.line-spin-fade-loader>div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s .6s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s .6s infinite ease-in-out;
}
.line-spin-fade-loader>div:nth-child(6) {
    top: -13.64px;
    left: -13.64px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s .72s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s .72s infinite ease-in-out;
}
.line-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s .84s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s .84s infinite ease-in-out;
}
.line-spin-fade-loader>div:nth-child(8) {
    top: 13.64px;
    left: -13.64px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s .96s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s .96s infinite ease-in-out;
}
.line-spin-fade-loader>div {
    background-color:#ffffff;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}
@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes line-spin-fade-loader {
    50% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}