/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
body {
	background: none!important;
}
html {
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(148, 92, 153), rgb(85, 37, 89));
}
.wrapper.login_form {
    background: #FFF;
    margin: 0 auto;
    width: 400px;
    padding: 10px 50px;
    margin-top: 40px;
    box-shadow:0px 0px 10px rgba(0,0,0,0.05);
    border-radius:5px;
}

.wrapper.white_bg {
    /* max-width: 98%; */
    /* margin: 0 1%; */
    background: #FFF;
    padding: 10px 20px;
}

h1 {
    color: #FFF;
    padding: 20px;
    text-shadow: 0px 0px 5px #05458e;
    font-size: 19px;
}
.log_out {
    color: #FFF!important;
    float: right;
    display: inline-block;
    padding-right: 20px;
    font-size: 12px;
    padding-top: 4px;
    padding-right: 0;
    text-decoration: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background: #71027b;
    color: #FFF!important;
}


.pagination>li>a, .pagination>li>span {
    color: #6f2976;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #71027b;
    border-color: #55255a;
}




.btn-primary {
    background-image: linear-gradient(to bottom,#935a97 0,#55255a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#935a97', endColorstr='#55255a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #643268;
}


.btn-primary:focus, .btn-primary:hover {
    background-color: #935a97!important;
    background-position: 0 -15px;
}


h1 {
    color: #FFF;
    padding: 20px;
    text-shadow: 0px 0px 5px #361938;
    font-size: 19px;
}
h1 img {
    margin-right:10px;
}
.btn-primary:focus, .btn-primary:hover {
    background-color: #935a97!important;
    background-position: 0 -15px;
    background: #935a97!important;
}:focus {
    outline-color: #a87bab!important;
}
.btn-primary.active, .btn-primary:active {
    background: #55255a!important;
    border-color: #3c1040!important;
}


.bootstrap-table .fixed-table-container .table thead th .sortable {
    font-size: 12px;
}
.ova {
	overflow:auto;
	height:25px;
}


.menu {
    padding: 0 20px;
}
.menu a {
    display: inline-block;
    color: #000;
    background: #eee;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 34px;
    /* font-weight: bold; */
    text-decoration: none;
}
.menu a.active {
    font-weight: bold;
    background: #FFF;
}
.menu a:hover {
    background: #f9f9f9;
}

.editable-click, a.editable-click {
    text-decoration: none;
    color: #502055;
    border-bottom: 0;
}
.editable-click:hover, a.editable-click:hover {
    border-bottom: dashed 1px #834d87;
    color: #8c5591;
}
.fixed-table-toolbar {
    width: 531px;
    float: right;
}select.form-control {
    width: 130px;
    display: inline-block;
}
a.button.add_new.btn.btn-default {
    margin-top: 9px;
    position: absolute;
}
.add_form {
    margin-top: 61px;
    padding: 20px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    background: #f9f9f9;
}
.input-group {
    display: inline-block;
    margin-bottom: 10px;
    margin-right:10px;
}
.input-group label {
    display: block;
}
.small_input input {
    width: 60px;
}.input-group label {
    font-weight: normal;
    font-size: 12px;
}
.input-group input {
    border-radius: 3px;
    border: 1px solid #ccc;
}
.cl {clear:both;display:block;}
.cl {
    clear: both;
    display: block;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.noborder {
    border:0;
}

select {
    background: #FFF;
    border: 1px solid #ccc;
}
.select2 {
    position: absolute;
    width: 450px!important;
    margin-top: 9px;
}.select2-container .select2-selection--single {
    height: 34px;
}
.venues a.button.add_new.btn.btn-default {
    margin-left: 465px;
}


.table_scroll {
  width: 100%;
  overflow-x: scroll;
  overflow-y:hidden;
  height: 20px;
}

.ts_inside {
  width:1000px;
  height: 20px;
}
.fixed-table-toolbar {
    margin-bottom: 20px;
}.table_scroll {
    margin-top: 50px;
    position: absolute;
}.scroll_holder {
    position: relative;
}
.hideo {
    display:none!important;
}

.export.btn-group,select.export.form-control {
    display:none!important;
}
.fixed-table-toolbar {
    width: 361px;
}

span.del {
    display: inline-block;
    float: left;
    position: absolute;
    margin-left: -23px;
    cursor: pointer;
    background: #a34747;
    color: #FFFF;
    border-radius: 30px;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
}
span.del {
    visibility: hidden;
    opacity: 0.7;
}
tr:hover span.del {
    visibility: visible;
}
.filter_status_cont .select2 {
    width: 89px!important;
    margin-left: 460px;
}.venues a.button.add_new.btn.btn-default {
    margin-left: 565px;
}


.date_select input {
    border-radius: 3px!important;
    border: 1px solid #aaa;
    height: 34px;
    width: 88px;
    padding-left: 5px;
}
.date_select {
    position: absolute;
    margin-left: 559px;
    margin-top: 9px;
}
.venues a.button.add_new.btn.btn-default {
    margin-left: 660px;
}

input#select_date {
    height: auto;
    line-height: 30px;
    padding-left: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}.date_select input {
    width: 90px;
}
a.button.activ {
    background: #fff;
}a.menu_item.float_right {
    float: right;
}
.add_user_form {
    width:300px;
}
.add_form .select2 {
    position: relative;
    width: 300px!important;
    margin-top: -2px;
}.add_form .select2-container .select2-selection--single {
    border: 1px solid #ccc;
    height: 24px;
}
.add_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px;
}

.hideme {
    display: none!important;
}

.generate_area .select2 {
    position: relative;
    margin-bottom: 20px;
}

form.generate .inac {
    pointer-events: none;
    opacity: 0.3;
}
form.generate label {
    display: block;
}
form.generate input, form.generate button, form.generate textarea {
    border: 1px solid #aaa;
    height: 34px;
    margin-bottom: 0;
    border-radius: 3px;
    min-width: 250px;
    padding-left: 10px;
    line-height: 34px;
}
select#cur,select#instalments {
    height: 34px;
    border: 1px solid #aaa;
    padding: 0 20px;
}form.generate textarea {
    min-height: 60px;
}
input#send_link {
    position: relative!important;
    margin: 0!important;
    display: inline-block!important;
    height: auto!important;
}
.form-group.checkbox label {
    display: inline-block;
    margin: 0!important;
    padding: 0;
    font-weight: bold;
}form.generate {
    margin-bottom: 50px;
}
button.button.submit.btn-default {
    font-weight: bold;
    margin-top: 10px;
    height: 40px;
    line-height: 38px;
    cursor: pointer;
}


input#link {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #aaa;
}button.copy.btn-default.button {
    height: 34px;
    line-height: 32px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.link_generated {
    padding: 10px;
    border: 1px dashed #49a546;
    margin-bottom: 30px;
    border-radius: 10px;
    margin-top: 10px;
    background: #eff9ef;
}

.venues a.button.add_new.btn.btn-default {
    margin-left: 753px;
}.form-group.checkbox label {
    display: inline!important;
}
.links_area {
    overflow-x: scroll;
}
.links_table td {
    padding: 5px;
}
.links_area {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 5px 10px;
}
tr.head_links {
    font-weight: bold;
}
td.status_link.not_paid {
    color: #ba0d0d;
}
td.status_link.paid {
    color: #2d971b;
}table.links_table {
    font-size: 13px;
}



.iss {
    display:none;
}
.bootstrap-table .fixed-table-container .table th, .bootstrap-table .fixed-table-container .table td {
    padding: 3px;
    font-size: 13px;
    max-width: 121px!important;
}

.link_generated.entry_added {
    margin-bottom: -20px;
}
td {
    overflow: hidden;
}
.links_area {
    max-height: 600px;
}
a[data-name="24"] {
    overflow: scroll;
    height: 90px!important;
    display: block;
}

.sho {
    display: none;
}
span.togg {
    cursor: pointer;
    color: #5f3464;
}









