/* ------------ scroller --------------- */


.hideclick {
     margin-top: -70px !important;
    
}


/*http://css-tricks.com/custom-scrollbars-in-webkit/ */

::-webkit-scrollbar {
    width: 8px;
    /* background: transparent; */
    height: 8px;
}

::-webkit-scrollbar-button {
    /* background: transparent /* 2 */
}

::-webkit-scrollbar-track {
    /* background: #fff; */
    /* 3 */
}

::-webkit-scrollbar-track-piece {
    /* 4 */
}

::-webkit-scrollbar-thumb {
    background: #b3b3b3;
    border-radius: 4px;
    /* 5 */
    /* height: 2px; */
}

::-webkit-scrollbar-corner {
    /* 6 */
}

::-webkit-resizer {
    /* 7 */
}


/********************** Ticket CSS *******************/


/* ----- general ----- */

#P38 {
	padding-left: 30px;
	padding-right: 30px 
}


@media screen and (max-width: 1025px) {
    .col-md-5 {
        padding-right: 0px !important;
    }
}

#windowDiv {
    background-color: #f8f8f8;
    height: 100%;
}

.modal-content {
    background-color: rgb(248, 248, 248) !important;
}

.apps-wrapper .apps-user .user-name {
    font-family: Open Sans Regular;
}

#bodyContainer {
    height: 100%;
}

#MP4 {
    overflow-y: auto;
    height: calc(100% - 81px);
}

#MP3 .center-bg-image {
    padding:0px !important;
    margin:0px !important;
    height: 100%;
}

#MP3 {height: 100%;}
#MP3>.container, #MP1 , #P1, #_MPID0 {height: 100%;}

header, .TicketHeaderRow {
    display: none;
}

.addNewBtn {
    color: #013479 !important; 
	background-color: #ffffff !important;
	border: 1px solid #013479 !important;
	border-radius: 4px; 
}

.apps-wrapper .logo-view .logo-title {
    background-image: url('https://mb-static-files.s3.il-central-1.amazonaws.com/2017/11/5a2ceaae377ac4001aeb0011/26-1sfcth.3popt.png') !important;
    width: 215px;
    background-repeat: no-repeat;
    background-position: 28px 0;
}

.rtl  .apps-wrapper .logo-view .fa {
    display: none;
}

#linkToSimbla {
    display: none;
}

.simbla-page {
    background-color:#ffffff !important;
}

.dbcont {
    padding:0px !important;
    padding-right: 0px!important; 
    margin-left: 0px !important; 
}

.simbla-wrapper>.content { 
    height: calc(100% - 71px); 
    flex-basis: 100%;
}

.apps-wrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#013479+0,091e4d+100 */
    background: #013479; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #013479 0%, #091e4d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #013479 0%,#091e4d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #013479 0%,#091e4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013479', endColorstr='#091e4d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* hide sidebar menu */

.navbar{
     display:none;
}



iframe {
    border: 0px;
}

/* general style */

p {
	color : #999999;
	font-size : 14px;
	font-weight : normal;
}

i.fa:not([style*=":"]) {
	color : #299ff2;
	font-size : 20px;
	height : 20px;
	width : 20px;
	line-height : 20px;
	background-color: transparent;
}

.basic i.fa:not([style*=":"]) {
	color : #299ff2;
	font-size : 20px;
	height : 20px;
	width : 20px;
	line-height : 20px;
	background-color: transparent;
}

h4 {
    font-size: 16px !important;
    color: #878787 !important;
    font-weight: bold !important;
}


/*Font*/

@font-face {
    font-family: "NexaBold";
    src: url('https://mb-static-files.s3.il-central-1.amazonaws.com/2017/9/59b4fe01ef391a0010172211/29-f6rpke.v46q8.otf');
}

/* Iframe Settings for Timeline */

iframe {
    border: 0px;
}

button, p, a, div, input, select, li, h1, h2, h3 ,h4, h5, h6, label, th, td, span {
    font-family: Open Sans Regular;
}

/* Ticket Headers */

.TicketHeaderRow .col-md-6 {
    padding-right: 0px;
}

.TicketHeaderTop {
    color:#299ff2 !important;
    line-height: 24px !important;
}

h2 {
    color:#333;
    font-size: 24px;
}

.BackTop{
    color: #878787 !important;
    font-size: 15px!important;
}

.TicketHeadline {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-top: 17px !important;
    padding-bottom: 7px;
}


/* Ticket's Tables */

.simbla-table {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

td a {
    font-size:15px !important;
}

.table > tbody > tr > td{
    padding :15px 15px 15px 0px !important; 
    border: none !important;
}

.table > thead > tr > th{
    padding :30px 15px 10px 0px !important;  
    text-align: right;
}

.table > tbody > tr > td{
    border-top: 1px solid #f0f0f0 !important;
}

.table > tbody > tr:last-child >td:last-child{
    border-top: 1px #e7e7e7;
    border-bottom-right-radius: 10px;
}

.table > tbody > tr:last-child >td:first-child{
    border-top: 1px #e7e7e7;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td  {
    vertical-align: middle;
}

.table img {
    margin: initial;
}

.simbla-table td.action span.fa {
    border: none !important;
    background-color: transparent !important;
    display:inline !important;
    padding-right: 7px;
}


.inline-form .form-control {
    background-color: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
    border-radius: 	5px !important;
}

.inline-form .form-control:focus {
    border: 1px solid #299ff2 !important;
}

.inline-form .action .fa {
    color: #299ff2 !important;
    background-color: #fff !important;
} 


/* Input, Selects, Textarea, Readonly, Reauired */

input, select, textarea, selection {
    color:#878787 !important;
    font-size:16px !important;
    border:none;
}

/* field settings*/
.form-control  {
    background-color: #f5f5f5 !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    height: 40px;
}

.form-control:focus {
    border: 1px solid #299ff2 !important;
}

.form-group label {
    font-size:13px !important;
    color: #b5b5b5 !important;
    font-weight: 400 !important;
}

.form-control[disabled],  .form-control[readonly], fieldset[disabled] .form-control, .select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    cursor: not-allowed;
    background-color: #e1e1e1 !important;
    color: #aaaaaa !important;
}

.form-control[disabled] label:after ,  .form-control[readonly] label:after , fieldset[disabled] .form-control label:after , .select2-container--bootstrap.select2-container--disabled .select2-selection label:after, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice label:after  {
    content:"<i class='fa fa-ban' aria-hidden='true'></i>";
    color:red;
    
}



.required label:after { 
   content:" *";
   color:red;
}

.radio, .checkbox {
    padding-left: 0px !important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: right !important;
    margin-left: 5px !important;
}

.radio label, .checkbox label {
    float: right;
}

/* textarea settings*/
textarea{
    min-height: 150px !important;
    background: transparent;
    border: none;
    box-shadow: none !important;
    border-radius: 0px !important;
    resize: vertical !important;
}
  
textarea.form-control {
    height: auto;
    border: none;
}
  
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b5b5b5 !important;
    font-size:15px! important;
}

/* autocomp settings*/
.select2-container--bootstrap .select2-selection, .select2-container--bootstrap{
    background-color: #f5f5f5 !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
    border-radius: 	5px !important;
    min-width:100% important;
}

.select2-container--bootstrap .select2-selection:focus {
    border: 1px solid #299ff2 !important;
}

.select-pointer, .select2-container--bootstrap .select2-selection--single{
    height: 40px !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color:#878787 !important;
    font-size:16px !important;
}
      
      


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 70%;
    min-width: 800px !important;
    height: 100%;
    padding: 0px;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.left .modal-body,
.modal.right .modal-body {}
/*Left*/

.modal.left.fade .modal-dialog {
    left: -75%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
    left: 0;
}
/*Right*/

.modal.right.fade .modal-dialog {
    right: -75%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
    right: 0;
}
/* ----- MODAL STYLE ----- */

.modalMain {
    padding-right: 0px !important; 
    padding-left: 0px !important;
}

.modal-content {
    border-radius: 0;
    border: none;
    background-color: #f8f8f8;
}
.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
    
}
.NewWinContainer {
    width: 100%;
    height: calc(100% - 76px) !important;
}

.FooterModal .col-xs-6 {
    float: left !important;
}

.FormModal {
    overflow-y: auto
}

#P42 {
    background-color: #f8f8f8 !important;
}
.btnRow .index0 {
    padding-left: 0px !important;
}

.btnRow .index3 {
    padding-left: 0px !important;
}

.SaveBtn {
    background-color: #f58b01 !important;
    color: #fff;
    position: relative;
    border-radius: 5px !important;
}

.SaveEditBtn, .CancelBtn , .backBtn{
    background-color: #fff !important;
    color: #013479 !important;
    border-color: #013479 !important;
    position: relative;
    border-radius: 5px !important;;
}

.CancelBtn {
    display: none !important;
}

/* tabs CSS */


.rtl .nav-tabs>li>a {
    margin-left: 0px !important;
}
 
#SideModal .nav {
    padding-right: 0px !important;
}
#SideModal .nav-tabs {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#013479+0,091e4d+100 */
    background: #013479; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #013479 0%, #091e4d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #013479 0%,#091e4d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #013479 0%,#091e4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013479', endColorstr='#091e4d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#SideModal .nav-tabs>li {
    float: right !important;
}
#SideModal .nav-tabs>li>a {
    border-radius: 0px;
    font-family: NexaBold;
    font-size: 15px;
    padding: 14px 16px 14px 16px;
    color: #fff;
    margin-right: 0px;
    border: 0px solid #fff;
    border-left: 1px solid #fff !important;
}
#SideModal .nav-tabs>li>a .fa {
    background-color: transparent !important;
    color: #fff;
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    font-size: 18px !important;
    margin-left: 10px;
}
#SideModal .nav-tabs>li>a:hover {
    background-color: transparent;
    border: 0px solid #fff;
    border-left: 1px solid #fff;
}
#SideModal .nav-tabs>li.active>a,
#SideModal .nav-tabs>li.active>a:focus,
#SideModal .nav-tabs>li.active>a .fa,
#SideModal .nav-tabs>li.active>a,
#SideModal .nav-tabs>li.active>a:focus {
    color: #013479 !important;
    border: 0px solid #fff;
    border-right: 1px solid #fff;
    background: #fff;
}


  
/***** Loader *******/
  
.loadtext {
    padding-top:20px;
    text-align:center;
    color:#299ff2;
    font-size: 24px;
}
  
.spinner {
    margin: 200px auto 0;
    width: 90px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #299ff2;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.spin { 
    z-index:50000; position: fixed; left: 0px;top: 0px;width: 100%;height: 100%;background-color: #f8f8f8;
}









/********************* Ticket CSS Ends ******************/
