/** reset styles **/
html {
    margin:0;
    padding:0;
    border:0;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, code, 
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
    display:block;
}
table {
    border-collapse:separate;
    border-spacing:0;
}
caption, th, td {
    text-align:left;
    font-weight:normal;
    float:none !important;
}
table, th, td {
    vertical-align:middle;
}
:focus {
    outline:0;
}

/* typography.css */
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
    color:#111;
}
h1 {
    font-size:2em;
    line-height:1;
    margin-bottom:0.2em;
}
h2 {
    font-size:1.5em;
    margin-bottom:0.5em;
}
h3 {
    font-size:1.4em;
    line-height:1;
    margin-bottom:1em;
}
p {margin:0 0 1.5em;}
a:focus, a:hover {
    color:#09f;
}
a {
    color:#06c;
    text-decoration:underline;
}
li ul, li ol {
    margin:0;
}
ul, ol {
    list-style-type:none;
}
table {
    margin-bottom:1.0em;
    width:100%;
}
th {
    font-weight:bold;
}
thead th {
    background:#c3d9ff;
}
th, td, caption {
    padding:4px 10px 4px 5px;
}
tfoot {
    font-style:italic;
}
hr {
    background:#ddd;
    color:#ddd;
    clear:both;
    float:none;
    width:100%;
    height:1px;
    margin:0 0 17px;
    border:none;
}
.clearfix:after, 
.container:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
}
.clearfix, .container {
    display:block;
}
.clear {
    clear:both;
}


body {
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    background: #EFEFEF;
}
#ajaxLoader {
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    background-color: rgba(255,255,255,0.3);
    display: none;
    z-index: 100;
}
#ajaxLoader img{
    top: 50%;
    left: 50%;
    position: absolute;
    display: none;
}
#page{
    margin:5px 10px 5px 10px;
    background: white;
    border: 1px solid #C9E0ED;
}
#header {
    margin: 0;
    padding: 0;
    border-top: 3px solid #C9E0ED;
    border-bottom: 3px solid #C9E0ED;
    float:left;
}
#content_wrapper{
    /*margin-left: 195px;*/
    overflow: hidden;
}
#content{
    padding: 0 10px 10px 10px;
    position: relative;
    min-height: 550px;
    margin: 10px;
    border: 1px solid #C9E0ED;
    overflow-y: auto;
}
#footer {
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #C9E0ED;
}
#logo {
    padding: 5px 0px;
    text-align: center;
}

#logo img{
    height: 38px;
}
#mainmenu {
    background: url(bg.gif) repeat ;
    position: relative;
}
#mainmenu .resizeMenuBtn {
    width: 15px;
    height: 32px;
    position: absolute;
    right: -10px;
    line-height: 32px;
    background: url(bg.gif) repeat;
    color: #FFF;
    cursor: pointer;
}
#mainmenu ul {
    padding:5px 5px 5px 5px;
    list-style-type: none;
}
#mainmenu > ul > li {
    background: url(../images/menu-border-bottom.png) 0 100% repeat-x;
    position: relative;
}
#mainmenu ul li a, #mainmenu ul li span {
    color:#ffffff;
    background-color:transparent;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    padding:5px 5px;
    display:block;
    cursor: pointer;
}
#mainmenu ul li span.item-label {
    color:inherit;
    display:inline;
}
#mainmenu > ul > li:hover > a, #mainmenu > ul > li:hover > span {
    color: #6399cd;
    background-color:#EFF4FA;
}
#mainmenu ul li ul li a, #mainmenu ul li ul li span {
    color: #6399cd;
    padding: 7px 5px;
    font-size:12px; 
    font-weight:bold;
}
#mainmenu ul li ul {
    width:175px;
    padding-top: 5px;
    display: none;
    position: absolute;
    top: -3px;
    right: -187px;
    background: white;
    border: 2px solid #5ea2ca;
    z-index: 200;
}
#mainmenu ul li:hover ul {
    display: block;
}
#mainmenu ul li ul.submenu li:hover > ul.submenu {
    display: block;
}
#mainmenu ul li ul li {
    background: none;
    position: relative;
}
#mainmenu ul li ul li:hover {
    background: #EFF4FA;
}
#mainmenu ul.submenu ul.submenu {
    display: none;
    right: -188px;
}
.has_submenu {

}
.has_submenu::before {
    
}
.has_submenu::after {
    
}
#header.minimal #mainmenu ul li span.item-label {
    display: none;
}
#header.minimal #searchBlock {
    display: none;
}
.vs-pos-relative {
    position: relative;
}
.vs-help-link {
    background: url(/images/help.png) no-repeat;
    display: block;
    height: 24px;
    width: 24px;
    overflow: hidden;
    text-indent: 24px;
}
.vs-help-link-medium {
    background-size: cover;
    height: 16px;
    width: 16px;
    text-indent: 16px;
}
.vs-help-link-small {
    background: url(/images/help.png) no-repeat;
    background-size: cover;
    display: block;
    height: 12px;
    width: 12px;
    overflow: hidden;
    text-indent: 12px;
}
.vs-service {
    position: relative;
    margin-bottom: 10px;
}
.vs-service .vs-help-link {
    top : 0;
}
.vs-active, .vs-service-main, .vs-done {
    background-color: #aaffaa !important;
}
.vs-service-digital, .vs-packet-1 {
    background-color: rgba(207, 255, 207, 0.9) !important;
}
.vs-service-header {
    font-size: 12px; 
    white-space: nowrap;    
}
.vs-service-data table {
    margin-bottom: 8px;
}
.vs-not-active, .vs-error, .vs-packet-0 {
    background-color: #ffcccc !important;
}
.vs-warning {
    background-color: #ee0 !important;
}
.vs-attention {
    color: #ff0000 !important;
    font-weight: bold;
}
.vs-text-warning {
    color: #FF5555;
    font-weight: bold;
}
.vs-normal {
    color:#0A0 !important;
}
.vs-color-lower {
    background-color: #ffcccc;
}
.vs-color-low {
    background-color: #ffffaa;
}
.vs-color-medium {
    background-color: #aaffaa;
}
.vs-color-high {
    background-color: #11ff11;
}
.vs-percent-column {
    display: inline-block;
    width: 70px;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
}
.vs-color-column {
    display: inline-block;
    width: 100px;
    height: 22px;
}
.vs-btn {
	display: inline-block;
	width: 100px;
	border: 1px solid #EEE;
	border:none;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	background-color: #AAA;
	color:#FFF;
	font-weight: bold;
	border-radius: 5px;
	background: url( /css/bg_btn.png) repeat-x;
	margin: 0 3px;
	padding: 0;
	cursor:pointer;
}
.vs-btn:hover {
	color:#fff;
}
.vs-btn-submit {
    
}
.vs-btn-wide {
    width:150px;
}
.vs-row-links {
    /*text-align: center;*/
}
.vs-row-links a{
    display: inline-block;
    padding: 0 5px;
}
.vs-bl-inline {
    display: inline-block;
}
.vs-fl-right {
    float: right;
}
.vs-fl-left {
    float: left;
}
.vs-center {
    text-align: center;
}
.vs-nowrap {
    white-space: nowrap;
}
.vs-left {
    text-align: left;
}
.vs-right {
    text-align: right;
}
.vs-italic {
    font-style: italic;
}
.vs-copypaste {
    font-style: italic;
    border-bottom: 1px dotted;
    cursor: pointer;
}
.vs-hide {
    display: none;
}
.vs-va-top{
    vertical-align: top;
}

.vs-txt-seached {
    background-color:#FFBB00;
    font-weight: bold;  
}
.vs-bordered {
    border:1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
}
#category-link {
    display: block;
    text-decoration: none;
}
.vs-tabs {
    overflow: hidden;
    float: left;
}
.vs-tabs ul {
    list-style: none;
    padding: 0;
    line-height: 25px;
}
.vs-tabs ul li {
    float: left;
}
.vs-tabs li a.active {
    background: url(/css/bg_btn.png);
}
.vs-tabs li a {
    display: block;
    padding: 3px 7px;
    background: #bbb;
    margin-left: 2px;
    border-radius: 10px 0 0 0;
    color: #FFF;
    font-size: 12px;
}
.vs-tabs li:first-child a{
    margin-left: 0px;
}
.vs-tabs div.view {
    display: none;
}
.vs-sub-tabs {
    overflow: hidden;
    float: left;
    padding-top: 5px;
}
.vs-sub-tabs ul {
    list-style: none;
    padding: 0;
    line-height: 20px;
}
.vs-sub-tabs ul li {
    float: left;
}
.vs-sub-tabs li a.active {
    background: url(/css/bg_btn.png);
}
.vs-sub-tabs li a {
    display: block;
    padding: 3px 8px;
    background: #bbb;
    margin-left: 2px;
    border-radius: 10px 0 0 0;
    color: #FFF;
}
.vs-sub-tabs li:first-child a{
    margin-left: 0px;
}
.vs-sub-tabs div.view {
    display: none;
}
.vs-tab-content {
    padding: 5px;
    background: #EEE;
    border: 2px solid #4c99c5;
    position: relative;
    clear: both;
}
.vs-icon-awe {
    font-size: 1.3em;
    margin-right: 10px;
}
.vs-icon-awe-attention, a.vs-icon-awe-attention {
    color: #f00;
}
.vs-icon {
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background-size: cover;
}
.vs-icon-medium {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-size: cover;
    opacity: 0.8;
}
.vs-icon-medium:hover {
    opacity: 1;
}
.vs-icon-large {
    display: inline-block;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-size: cover;
}
.vs-icon-update{
    background-image: url('/images/icon_t_update.png');
}
.vs-icon-start{
    background-image: url('/images/icon_t_start.png');
}
.vs-icon-stop{
    background-image: url('/images/icon_t_stop.png');
}
.vs-icon-delete{
    background-image: url('/images/icon_t_delete.png');
}
.vs-icon-print {
    background-image: url('/images/icon-print.png');
}
.vs-icon-rotate {
    background-image: url('/images/icon-rotate.png');
}
.vs-icon-help {
    background-image: url('/images/icon-help.png');
}
.vs-icon-ok {
    background-image: url('/images/icon-ok.png');
}
.vs-icon-info {
    background-image: url('/images/icon-info.png');
}
.vs-icon-attention {
    background-image: url('/images/icon_attention.png');
}
.vs-icon-download {
    background-image: url('/images/icon_download.png');
}
.vs-icon-techsupport {
    background-image: url('/images/icon-techsupport.png');
}
.vs-icon-connection {
    background-image: url('/images/icon-connection.png');
}
.vs-icon-task {
    background-image: url('/images/icon-task.png');
}
.vs-icon-booking {
    background-image: url('/images/icon-booking.png');
}

.vs-icon-bookingremove {
    background-image: url('/images/icon-bookingremove.png');
}
div.flash-error, div.flash-notice, div.flash-success {
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}
div.flash-error {
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}
div.flash-notice {
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}
div.flash-success {
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}
div.flash-error a {
    color:#8a1f11;
}
div.flash-notice a {
    color:#514721;
}
div.flash-success a {
    color:#264409;
}
div.form .rememberMe label {
    display: inline;
}
div.view {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}
div.breadcrumbs {
    font-size: 0.9em;
    padding: 5px 0px;
}
div.breadcrumbs span {
    font-weight: bold;
}
div.search-form {
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}
div.inline {
    display: inline-block;
}
div.loading{
    background: url('/images/loader.gif') no-repeat center;
    width: 25px;
    height: 15px;
}
div.main-page-block {
    margin-bottom: 10px;
}
div.main-page-block h1, div.main-page-block h2, div.main-page-block h3 {
    margin-bottom: 0;
} 
div.main-page-block .message-item {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}
div.main-page-block .message-item img {
    max-width: 100px; 
}
.vsTable {
    border-collapse: collapse;
}
.vsTable th, .vsTable td {
    border: 1px solid #000;
}
.vsTable tr.odd {
    background-color: #E5F1F4;
}
.vsTable tr.even {
    background-color: #F8F8F8;
}

/*** common grid styles ****/
.grid-view, #page .grid-view {
    padding: 0px;
}
.grid-25 {
    width: 25px;
    text-align: center;
}
.grid-30 {
    width: 30px;
    text-align: center;
}
.grid-35 {
    width: 35px;
    text-align: center;
}
.grid-40, .grid-id {
    width: 40px;
    text-align: center;
}
.grid-50, .grid-balance {
    width: 50px;
    text-align: center;
}
.grid-60 {
    width: 60px;
    text-align: center;
}
.grid-65 {
    width: 65px;
    text-align: center;
}
.grid-75, .grid-date {
    width: 75px;
    text-align: center;
}
.grid-80, .grid-yesno {
    width: 80px;
    text-align: center;
}
.grid-100, .grid-ip, .grid-stuff {
    width: 100px;
    text-align: center;
}
.grid-120 {
    width: 120px;
    text-align: center;
}
.grid-125, .grid-fulldate {
    width: 125px;
    text-align: center;
}
.grid-150 {
    width: 150px;
}
grid-200 {
    width: 200px;
}
.grid-250, .grid-name {
    width: 250px;
}

.grid-view .grid-hideable {
    display: none;
    padding: 0;
    border: none;
}
.grid-view .filters td {
    padding: 2px;
}
.grid-view .filters input, .grid-view .filters select {
    box-sizing: border-box;
}
.grid-stars {
    /*background: #d6d6d6 !important;*/
}
.grid-select {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#invoice1c-grid.grid-view .button-column {
    width: 100px;
}


/** svg styles **/
.svg-block {
    position: absolute;
}
.svg-block-desc{
    font-size: 10px;
    
}
.svg-block-desc-text {
    padding: 2px;
}
.svg-port-count{
     fill: red;
     font-size: 8px;
}
.svg-rect{
    fill: #efefef;
    stroke: #000000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.svg-line{
    stroke: rgb(255, 0, 0);
    fill: none;
    stroke-width: 2;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.svg-line.svg-port-busy {
    
}
.svg-line.svg-port-free {
    stroke: rgb(0, 255, 0);
}
.svg-line.svg-port-transit {
    stroke: rgb(255, 0, 0);
}
.svg-line.svg-port-reserved {
    stroke: rgb(0, 0, 255);
}
.svg-line.svg-port-damaged {
    stroke: rgb(0, 0, 0);
}
.svg-line.svg-port-coaxial {
    stroke: rgb(125, 125, 125);
}
/***************************************************************/
/* statistic block */
.stat_act{
   background-color: #ccffcc;
   text-align: center;
}
.stat_nact{
   background-color: #ffcccc;
   text-align: center;
}
.stat_new{
	background-color: #F5F5DC;
	text-align: center;
}
.stat_total{
	background-color: #ccffff;
	text-align: center;
}
.stat_pay{
    background-color: #ccffcc;
    text-align: center;
}
.stat_npay{
    background-color: #ffcccc;
    text-align: center;
}
.stat_claims{
    background-color: #ffeada;
    text-align: center;
    border-left: 1px outset #000;
}
.stat_claimsActive{
    background-color: #E5F1F4;
    text-align: center;
}
.stat_claimsConnected{
    background-color: #ccffcc;
    text-align: center;
}
.stat_claims24 {
    background-color: #E5F1F4;
    text-align: center;
}
.stat_claims48 {
    background-color: #ffc0c0;
    text-align: center;
}
.stat_claims72 {
    background-color: #ff7c7d;
    text-align: center;
}
.stat_claims72more {
    background-color: #000;
    color: #FFF;
    text-align: center;
}
.stat_claims72more a{
    color: #F00;
}
.stat_claimsNot {
    background-color: #ffcccc;
    text-align: center;
}
.stat_requests{
    background-color: #d4eff5;
    text-align: center;
    border-left: 1px outset #000;
}
.stat_inet{
    background-color: #ebf1dd;
    text-align: center;
}
.stat_inet_ktv{
    background-color: #e8e0ee;
    text-align: center;
}
.stat_ktv{
    background-color: #fadedd;
    text-align: center;
}
.stat_requestActive {
    background-color: #ccffcc;
    text-align: center;
}
.stat_requestConnected {
    background-color: #ccffcc;
    text-align: center;
}
.stat_requestNotConnected {
    background-color: #ffaaaa;
    text-align: center;
}
.stat_totally{
	background-color:#ff0;
}
#stat-form .row label{
	width:115px;
	display: inline-block;
}
#stat-form #area_id{
	width:142px;
}




#conn_type_wrap{
    line-height: 25px;
    border: 1px solid #000;
}
.conn_type_cell_wrap {
	padding: 0 10px;
    border-top: 1px solid;
}
.conn_type_cell{
	display:inline-block;
	width:150px;
	border-right: 1px solid #000;
}
.conn_type_cell_1 {
	display:inline-block;
	width:100px;
}

.more, .close {
	cursor:pointer;
	text-decoration: underline;
}

/* users form */
#Stuff_stuff_department, #Stuff_stuff_area {
	display: inline-block;
        width: 300px;
}
#Stuff_stuff_area label{
	width:100px;
}
#Settings_status{
    display: inline-block;
}

#addaccount-form select {
    width: 200px;
}


/* common styles*/
.hint-sys{
	display: block;
	color: #999;
	font-size: 75%;
	margin: 0;
	padding: 0;
}
.hint-standart{
	display: block;
	color: #999;
	font-size: 100% !important;
	margin: 0;
	padding: 0;
}
.hint-sys-warning {
	display: block;
	color: #FF5555;
	font-size: 75%;
	margin: 0;
	padding: 0;
}

.vtop{
    vertical-align: top;
}
.vbot {
   vertical-align: bottom; 
}

.marleft20{
	margin-left: 20px;
}
.marright20{
	margin-right: 20px;
}
.marleft40{
	margin-left: 40px;
}
.marright40{
	margin-right: 40px;
}
.marleft80{
	margin-left: 80px;
}
.marright80{
	margin-right: 80px;
}

/* friend action */
#check_info{
	display: inline-block;
}
.view.bonusfriend label {
width: 220px;
display: inline-block;
}
/* tv packets */
.view_channel{
	display:inline-block;
	padding: 0 10px;
	border-right: 1px solid #000;
}
.view_channel img{
	width:70px;
}
.view_channel input{
	vertical-align: top;
}

.views_channel{
	display:inline-block;
}
.views_channel img{
	width:40px;
}
/* user page */
.large_font{
	font-size:1.2em;
}
.border_top{
	border-top:4px double #000;
}
.empty_padd{
	padding:0px;
}

.cat_wrap .img{
	display:inline-block;
}
.cat_wrap .desc{
	display: inline-block;
	width: 550px;
	margin-left: 20px;
}
/* dhcp index list */
.child_service{
	display: inline-block;
	width: 170px;
	vertical-align: top;
}
.user_main_service{
	background-color: #ccffcc;
}

/**** calling module *****/

#create-claim-wrapper{
	padding: 10px;
	background: #EEE;
    border: 2px solid #4c99c5;
}
#request-connection-form-user .service-item input{
    vertical-align: top;
}
.asterisk-phone:hover{
	font-weight:bold;
	color:#00FF00;
}

.button-column .img {
	margin: 0 2px;
}

#statStuffblock table, #statDeptblock table, #statAreablock table {
    border: 1px solid outset #000000;
}
#statStuffblock td, #statDeptblock td, #statAreablock td {
    border-top: 1px outset #000000;
}
#statStuffblock tr:hover, #statStuffblock tr:hover td{
	background-color: #8CF78C;
	color:#000;
}
#statDeptblock tr:hover, #statDeptblock tr:hover td{
	background-color: #8CF78C;
	color:#000;
}


#popup-chart{
	height:400px;
	width:800px;
}

#reports-form{
	display: inline;
	margin-right: 200px;
}
#terminalCitypayPayment-form label{
	width:250px;
	display: inline-block;
}
.speed_error{
    color:red;
    margin-right:10px;
}
.speed_success{
    color:green;
}

#userEndDate.userEndDateHide {
	display: none;
}
.countmsg, #notifier-wrapper {
	display: none;
	position: fixed;
	width: 250px;
        width: auto;
	right: 0;
	background: rgba(0,0,0,.5);
	margin: 5px;
	padding: 10px;
	text-align: left;
	color: #ffffff;
	border-radius: 10px;
	box-shadow: 1px 1px 1px #000000;
	z-index: 9999;
}
#notifier-close {
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    color:  #ffffff;
    font-weight: 800;
    font-size: 15px;
}
.countmsg:hover {
	opacity: .7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.countmsg a, #notifier-wrapper a {
	/*text-decoration: none;*/
	color: #ffffff;
}

#inbox-grid tr,
#sent-grid tr {
	cursor: pointer;
}

.tooltip {
    border-bottom: 1px dotted;
    outline: none;
    text-decoration: none;
    position: relative;
}
.tooltip span.tooltip-content {
    margin-left: -999em;
    position: absolute;
    line-height: normal;
}
.tooltip:hover span.tooltip-content {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute;
    left: -10em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: 250px;
}
.tooltip:hover span.tooltip-content-right {
    left: 0em;
}
.classic {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
    color: #555;
}
.classic {
    padding: 0.8em 1em;
}
.warning {
    font-size: 12px;
    font-weight: bold;
    background: #FFAAAA;
    border: 1px solid #000;
    color: #555;
    padding: 0.8em 1em;
}

.term-report-link {
    margin-left: 20px;
}

.export .block-content {
    background: #fff;
    margin-top: 10px;
}
.export .filter-block {
    margin-bottom: 10px;
    border-radius: 3px;
}
.export .filter-block-title {
    display: block;
    margin-bottom: 5px;
    background: #c3d9ff;
    padding: 4px 10px 4px 5px;
}
.export .filter-block-body {
    border: 1px solid #ccc;
    padding: 5px;
}
div.export span.required {
    color: red;
}

#popup-jui .grid-view {
    padding: 0;
}

.star-rating-container {
    display: inline-block;
}
.star-rating-container .star-rating-icon {
    float: right;
    cursor: pointer;
    color: #FFB300;
}
.star-rating-container .fa-star-half:before {
    position:absolute;
}
.star-rating-container input {
    display: none;
}
div.form .star-rating-container label {
    font-weight: 400;
    font-size: 2em;
    width: auto !important;
    margin: 0px !important;
}
.star-rating-container.star-rating-selectable > input:checked ~ label, /* show gold star when clicked */
.star-rating-container.star-rating-selectable:not(:checked) > label:hover, /* hover current star */
.star-rating-container.star-rating-selectable:not(:checked) > label:hover ~ label { 
    color: #FFD700;
    font-weight: bold;
} 
.star-rating-container.star-rating-selectable > input:checked + label:hover,  /*hover current star when changing rating*/ 
.star-rating-container.star-rating-selectable > input:checked ~ label:hover,
.star-rating-container.star-rating-selectable > label:hover ~ input:checked ~ label, /* lighten current selection */ 
.star-rating-container.star-rating-selectable > input:checked ~ label:hover ~ label {
    color: #FFED85;
    font-weight: bold;
} 

.file-view {
    overflow: hidden;
    width: 300px;
    display: inline-block;
}
.file-view .file-view-preview {
    margin-right: 10px;
}

.file-view.file-view-image .file-view-preview {
    width: 80px;
    text-align: center;
}
.file-view.file-view-doc .file-view-preview img {
    display: none;
}
.file-view.file-view-doc .file-view-preview {
    width: 80px;
    height: 40px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABi0lEQVRYR+2Xz0rDQBDGZzbWi4on21fwEQRvuUut2oMvIAVrvanNRby09dooCH0CabW1Z+lN8BHEJ/DPQZR6sc2M2UBqIsaQNLgeuqfN7s58v/2GLAyCZ6wXy4sosAYW6KDBnHdv3DkRvGuCekS4d3FSvXPzoTuR4qzhrWCYH1fst3hCeEWLl1yIEcBGyejYgVkgaFvDVKF9dvSUJEh+p7zAiA1Hg6HbMitZmf8LYNt4k7ZbH6lM0uLuRXKFw7Q2PXgkoP5lveaU2OsAy4VWvTJaS9IBN5fttE/n/wN0ejcOcdyxqi/7HI3sgHKAuDcPiovsgHIA5SVQDqC8BMoBlJdAOYDyEigHCCvB97c+DDjyS6gcIOxGUfcjOxBVIOz8BGDiwMSBQAfWikZfCJhB5nTTrD6H/U5x9jd3jcyA4eHHxiRfOugyiBU78ZXdHW0l3R1J8SFTQ2ogQ6dpVnK+zuivmlO7yXiZspvT89PqvQ9AfjjtOeIxIekCxGwcm4NipO0ai2tBvO+Ky7OfS/tTMPcqUk4AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center;
}
