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

@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
}

.skin-blue .main-header .navbar .sidebar-toggle {
    
    text-decoration: none;
}
.dropdown-menu {
    box-shadow:  3px 3px 62px #888888;
    border-color: #d6d6d6;
}

 .navbar-nav>.notifications-menu>.dropdown-menu, .navbar-nav>.messages-menu>.dropdown-menu, .navbar-nav>.tasks-menu>.dropdown-menu {
    width: 430px;

}
.container_login {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 200px;
}


#components {
  min-height: 500px;
}

#target fieldset {
  border: 1px solid #ccc;
  min-height: 200px;
  padding: 5px;
  padding-bottom: 30px;
}

.component {
  cursor: pointer;
}

input {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

.popover {
  z-index: 9999999;
}
.popover .control-group {
  cursor: default;
}

.popover input {
  cursor: text;
}

.temp{
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  z-index: 999999;
  top: 0;
  overflow-x: hidden;
  left: 0;
}

.temp form {
  padding: 8px 4px;
  border: 1px dotted #ccc;
  position: absolute;
  background: white;
  box-shadow: 0px 0px 30px #999;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  overflow: hidden;
}

#render{
  min-height: 500px;
  font-family: monospace;
}

/* Popovers now are appended to their parent rather
than to the body/main document as they once were.
We need to over-ride some inherited stuff.. */
form .popover .controls {
  margin-left: 0;
}

form .popover .control-label {
  text-align: left;
}

form .popover form {
  width: 224px;
}

.popover-content form .btn{
  margin-right: 10px
}

.target:after{
  float:left;
  content: " ";
  height: 77px; 
  margin-top: 3px;
  background: #f0f0f0;
  width: 100%;
  border: 1px dashed #ccc;
}

#target, #input, #radioscheckboxes, #select, #buttons {
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

#target fieldset{
 width: 100%;
 overflow: hidden;
}

tfoot input {
        width: 100%;
        padding: 3px;
        box-sizing: border-box;
    }


.ui-tooltip-content {
    font-size:11pt;
    font-family:Calibri;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
     background-color: #fff; 
    opacity: 1;
}

/*Align timeline label */
.timeline .label{
  margin-right: 5px;
}

/*Align loading image on timeline*/
#infscr-loading img{
    display: block;
    margin-left: auto;
    margin-right: auto;

}

#signature4 {
  padding: 0 0 0 0; 
  margin: 0 0 0 0;
  border: 2px dotted #000;
  width: 75%;
}

/* Start Smaller Fonts for Greek Language. Is Better */
.small-box p {
    font-size: 13px;
}

#loader_trulios{
  background:#F9F9F9;
  position:fixed;
  width:100%;
  height:100%;
  left:0px;
  top:0px;
  z-index:99;
}

#loader_trulios img{
  width:20px;
  height:20px;
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-50px;
  margin-right:-50px;
  -webkit-animation:spin 1s linear infinite;
  -moz-animation:spin 1s linear infinite;
  animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

body {
    
    font-size: 13px;

    }

    .nav-tabs-custom>.nav-tabs>li.header {

    font-size: 18px;

}

.sidebar-menu {

    font-size: 13px;
}

.sidebar-menu .treeview-menu>li>a {
   /* padding: 5px 5px 5px 15px;*/
    display: block;
    font-size: 13px;

    }

.timeline>li>.timeline-item>.timeline-header {


    font-size: 15px;

}

/* End Smaller Fonts for Greek Language. Is Better */


.content-wrapper, .right-side {

    background-image: url(../../img/bg.png);

}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #223640;
    background-image: url(../../../img/bg.png);
}

.skin-blue .main-header .navbar {
    background-color: #3c8dbc;
    background-image: url(../../../img/bg.png);
}

.timeline-inverse>li>.timeline-item {
    background: #ffffff;
    background-image: url(../../../img/bg.png);

    }

.main-footer {

    background-image: url(../../img/bg.png);

  }

.box  {

border-top: 0px solid #d2d6de;
border-radius: 10px;

}

.box-footer {

    border-radius: 10px;
}

.nav-tabs-custom {

    border-radius: 10px;
}

.small-box>.small-box-footer {

    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.small-box {
    border-radius: 15px;

}
