/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/

.spolecnost{
    display:none;
}

.disabledRow{
    opacity:0.3;
}

.zakazky th,.zakazky td{
    font-size:10px !important;
}

.rotateTd{
    max-width: 40px;
    height: 85px;
    line-height: 14px;
    padding-bottom: 5px;
    text-align: inherit;
}

.rotate90 {

    margin-left: -45px;
    margin-top: -60px;
    position: absolute;
    width: 100px;

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.tableZakazkaDetail th{
    background-color:#fff !important;
    font-weight:bold;
}

.tableZakazkaDetail td{
    background-color:#fff !important;
}

#draggingContainer{
    border:2px solid red;
    /*width:900px;*/
    z-index:1000;
}

.noModuleToggle, .company, .household, .smsCalendar {
    display: none;
}


/*
 *   ORDERS
 */
.mediainput{
    width:605px;
    margin:0px 10px 40px 10px;
}
.youtubeEmbed{
    height:315px;
    padding:0px;
    color: #ccc;
}

.productMealNameBox,.productKitchenNameBox,.productDownloadNameBox,.productImagesNameBox,.productYoutubeNameBox{
    border:2px dashed #eee;
    padding:15px;
}


.form-error{
    color:#a94442;
    font-weight:bold;
}


.sn-checkbox-open-in-new-window label, .sn-checkbox-use-protocol label {
    padding-left: 20px !important;
}

.inactive{
    opacity:0.4;
}

.table-without-borders th,.table-without-borders td{
    border:none !important;
}

.no-row td {
    border: none !important;
}

.fc-content ul {
    margin: 0px 0px 0px 8px;
    padding: 5px;
}

.fc-content ul li {
    margin: 5px;
    padding: 0px;
}

.multiple-calendar {
    display: none;
}

.seven-cols {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}
