.btn-app.refresh{
  padding: 8px 0px;
  margin: 0 0 0px -1px !important;
  width: 50px;
  min-width: 0px;
  height: 40px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}

.cursorHand
{
    cursor: pointer;
    cursor: hand;
}

.moduleIcons
{
  float: right;
  cursor: pointer;
  cursor: hand;
}

.rowItemsIcons
{
  /*padding-top: 10px;*/
}


/*COMMENT TO COMMIT*/
.muteElement
{
    color: #999;
}

#globalAlertBox
{
  display: none;
}

.widgetBoxes, .paginate_button
{
  cursor: pointer;
  cursor: hand;
}

.focusWidget
{
    border: 2px solid;
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
}

.dropdown-toggle
{
  height: 50px;
}

.growModal
{
    width: 900px !important;
}


 .protectDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    border-radius: 3px;
}

.centerIcon
{
    position: relative;
    top: 50%;
    transform:      translateY(-50%);
}

.magnifyFont
{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 125%;
}

#countVideosThumbnail
{
  position: relative;
  width: 40px;
  height: 40px;
  background: #3d3b35;
  border-radius: 50% / 10%;
  color: white;
  text-align: center;
  opacity: 0.7;
  padding-top: 25px;
/*  float: right;*/
display:inline-block;
}

.img-thumbnail
{
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
}


.img-thumbnail.big
{
    height: 150px;
    width: 300px;
}


.img-thumbnail.biggerThumb
{
    height: 100px;
    width: 100px;
}

.stopped
{
    color: #dd4b39 !important;
    border: 2px solid !important;
    outline: 0 !important;
    border-color: #dd4b39 !important;
}

.playing
{
    color: #00a65a !important;
    border: 2px solid !important;
    outline: 0 !important;
    border-color: #00a65a !important;
}

.paused
{
    color: #f39c12 !important;
    border: 2px solid !important;
    outline: 0 !important;
    border-color: #f39c12 !important;
}

.btnSelected
{
    color: #367fa9 !important;
    border: 2px solid !important;
    outline: 0 !important;
    border-color: #367fa9 !important;
}

/*i.fa.fa-eject
{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}*/

.wordwrap {
   white-space: pre-wrap;      /* CSS3 */
   white-space: -moz-pre-wrap; /* Firefox */
   white-space: -pre-wrap;     /* Opera <7 */
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word;      /* IE */
}

.highlightHoveredElement:hover {
    background-color:rgba( 51,171,249,0.05 );
}

.notCurrentLang
{
    color: #a6a6a6;
}

.notCurrentLangAll
{
    color: #3c8dbc;
}

.notCurrentLangAll i.fa, .notCurrentLang i.fa
{
    color: rgb(51, 51, 51);
}



@-webkit-keyframes glowing
{
    0% { background-color: #f39c12; -webkit-box-shadow: 0 0 3px #f39c12 }
    50% { background-color: #f39c12; -webkit-box-shadow: 0 0 25px #f39c12; }
    100% { background-color: #f39c12; -webkit-box-shadow: 0 0 3px #f39c12; }
}

@-moz-keyframes glowing
{
    0% { background-color: #f39c12; -moz-box-shadow: 0 0 3px #f39c12; }
    50% { background-color: #f39c12; -moz-box-shadow: 0 0 25px #f39c12; }
    100% { background-color: #f39c12; -moz-box-shadow: 0 0 3px #f39c12; }
}

@-o-keyframes glowing
{
    0% { background-color: #f39c12; box-shadow: 0 0 3px #f39c12; }
    50% { background-color: #f39c12; box-shadow: 0 0 25px #f39c12; }
    100% { background-color: #f39c12; box-shadow: 0 0 3px #f39c12; }
}

@keyframes glowing
{
    0% { background-color: #f39c12; box-shadow: 0 0 3px #f39c12; }
    50% { background-color: #f39c12; box-shadow: 0 0 25px #f39c12; }
    100% { background-color: #f39c12; box-shadow: 0 0 3px #f39c12; }
}

.glowingButton
{
    background-color: #f39c12;
    border-color: #f39c12;

    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.glowingRow
{
    -webkit-animation: glowing 2000ms;
    -moz-animation: glowing 2000ms;
    -o-animation: glowing 2000ms;
    animation: glowing 2000ms;
}

#mainContentDiv .overlayMain {
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
}
#mainContentDiv>.overlayMain, #mainContentDiv .overlayMain>.loading-img {
    position: absolute;
    top: 0;
    left: 220px;
    width: 90%;
    height: 100%;
}

#mainContentDiv .overlayMain>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    font-size: 70px;
}
#mainContentDiv .overlayMain .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}


div.overlayMain {
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
}
div>.overlayMain, div .overlayMain>.loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div .overlayMain>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    font-size: 70px;
}
div .overlayMain .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

table.dataTable
{
    min-width: 100%;
}
div.dataTables_scrollFoot{
    overflow: inherit !important;
}


.DTFC_RightBodyWrapper
{
    top: -14px !important;
}



.boxForFormConfig
{
    background-color: #f4f4f4;
    position: absolute;
    /*margin: 10px;*/
    padding: 5px;
    left: 5;
    top: 15px;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.24);
    box-shadow: 3px 4px 17px grey;
    z-index: 999;
    display: inline-block;
}

.calendarNoBgOpacity
{
    opacity: 0.5;
}


.tableSpecialStyle
{
    font-size: 12px;
}

.tableSpecialStyle i
{
    font-size: 16px;
}
#dtTable_99_41_236_wrapper > div:nth-child(2) > div > div.dataTables_scroll > div.dataTables_scrollHead > div > table > thead > tr > th:nth-child(3)

.tableSpecialStyle>tbody>tr>td,  .tableSpecialStyle>tfoot>tr>td, .tableSpecialStyle>tfoot>tr>th, .tableSpecialStyle>thead>tr>td {
    padding: 3px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.tableSpecialStyle>tbody>tr>th, .tableSpecialStyle>thead>tr>th {
    padding-bottom: 2px;
    vertical-align: bottom;
}

.tableDbFields{
    margin-bottom: 24px;
}

.tableDbFields thead th{
    border: 1px solid rgb( 204,204,204 );
}

.tableDbFields tbody td{
    border: 1px solid rgb( 204,204,204 );
}

.tableDbFields .filledCell div{
    background-color: rgb( 240,245,255 );
    border-top: 1px solid rgb( 240,245,255 );
    border-left: 1px solid rgb( 230,235,245 );
    border-right: 1px solid rgb( 230,235,245 );
    border-bottom: 1px solid rgb( 230,235,245 );
    vertical-align: top;
    padding: 0 6px;
}

.tableDbFields .filledCell{
    vertical-align: top;
    padding: 0 !important;
}

.tableDbFields .filledCell p{
    margin: 2px 0;
}

.tableDbFields th, .tableDbFields td{
    font-size: 12px;
    padding: 4px 6px;
}

/*, .yadcf-filter-wrapper>optgroup, .yadcf-filter-wrapper>select, .yadcf-filter-wrapper>textarea*/
.yadcf-filter-wrapper>button {
    margin: 0px 0px 0px 0px;
}

.yadcf-filter-wrapper>input {
    margin: 0px 0px 0px 0px;
    width: 100px;
}

.yadcf-filter-wrapper {
    display: flex;
}


.ui-menu-item {
    background-color: #FFFFFF;
    color: #000000;
}

.ui-state-focus {
    background-color: #3c8dbc !important;
    color: #fff;
}

.openFormBoxesLeftDown
{
    margin: 10px -330px;
}

.openFormBoxesRightDown
{
    margin: 10px;
}

.openFormBoxesLeftUp
{
    margin: -285px 10px 10px -330px;
}

.openFormBoxesRightUp
{
    margin: -285px 10px -330px 10px;
}

#mainContentDiv div > a > i.fa-trash, 
#mainContentDiv div > a > i.fa-edit, 
#mainContentDiv div > a > i.fa-eye, 
#mainContentDiv div > a > i.fa-envelope,
#mainContentDiv div > a > i.fa-print
{
    color: #000000;
}
/*#dtTable_151__0 > tbody > tr.odd.selectedTr > td:nth-child(6) > div > a > i*/


.cke_source {
    white-space: pre-wrap !important;
}

.dataTables_processing_special
{
    background-color: red;
    color: red;
}

.editWidgetBtn
{
    margin-bottom: 10px;
}


.form-horizontal .form-group {
  margin-right: 0px;
}

/*@media screen and (max-width: 1000px) {
    .profileDropDown
    {
        top: 200px;
    }
}
*/

.content-header {
    position: relative;
    padding: 15px 10px 15px 10px;
    display: block;
}

.content
{
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 767px)
{
    #mainContentDiv>.overlayMain, #mainContentDiv .overlayMain>.loading-img
    {
        left: 0px;
        width: 10%;
    }


}

@media (max-width: 1200px)
{
    #navBarCompanyLogo
    {
        display:none;
    }
}

.error
{
    color: red;
}

/*
#mainContentDiv  a.refresh > i
{
    color: #ffffff  !important;
}
a.refresh
{
    font-size: 18px !important;
}
*/
a.navBarBtns
{
    padding: 20px 17px 20px 17px;
    font-size: 20px;
    background-color: #D6D9DC;
    width: 54px;
    margin-right: 2px;
}

a.navBarBtns > i
{
    font-weight: bold;
    color: white;
}

.navBarBtns.invertColor
{
    background-color: white;
}
.navBarBtns.invertColor > i
{
    color: #939AA2;
}

.navBarBtns:active
{
    background-color: #273645!important;
}

.activeText
{
    color: #5b5d5f;
    font-weight: 700;
}




.selectedTr
{
    background-color: #3c8dbc !important;
    color: #fff ;
}

tr.selectedTr input
{
    color: #555 ;
}

#mainContentDiv  tr.selectedTr > td > div > a > i.fa-trash,
#mainContentDiv  tr.selectedTr > td > div > a > i.fa-edit,
#mainContentDiv  tr.selectedTr > td > div > a > i.fa-eye,
#mainContentDiv  tr.selectedTr > td > div > a > i.fa-envelope,
#mainContentDiv  tr.selectedTr > td > div > a.tdJSON,
#mainContentDiv  tr.selectedTr > td > div > a,
#mainContentDiv  tr.selectedTr > td > a
{
    color: #fff !important;
}

#mainContentDiv  tr.selectedTr > td > input
{
    color: #555;
}
#mainContentDiv  tr.selectedTr > td > div > a,
#mainContentDiv  tr.selectedTr > td > a
{
    text-decoration: underline;
    font-weight: bold;
    color: #555 !important;

}



#mainContentDiv  tr.selectedTr > td > .columnMapping,
#mainContentDiv  tr.selectedTr > td > .chosen-container,
#mainContentDiv  tr.selectedTr > td > .chosen-container > a
{
    color: #2f4050 !important;
    text-decoration: none;
}

.optionsColsSorting > input[type=text]
{
    width: 20%;
}

.buttonsAndFiltersHeader
{
    float: left;
    margin-right: 15px;
}

.elementsFiltersBorder
{
    margin-right: 6px;
}

.smallDatePicker
{
    margin: 0px;
    width: 125px;
    font-size: 11px;
}

div.file-box.playlistBoxes
{
    width: 137px;
    cursor: hand;
}

.playlistBoxes .iconsContainer
{
    margin-top: 5px;
}

.playlistBoxes i
{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
}


tbody.shortRows td
{
    line-height: 0.5!important;
}




.cke_reset_all, .cke_reset_all *{
    color: inherit;
    white-space: inherit;
    text-align: inherit;
}
.cke_tpl_preview{
    width:100% !important;
}
.cke_tpl_preview table{
    box-sizing: border-box !important;

}
.cke_tpl_preview table td[align="center"]{
    text-align:center !important;
}
.cke_tpl_preview table td[align="right"]{
    text-align:right !important;
}
.cke_tpl_list{
    height:480px;
}

.changeLine
{
    clear: left;
}

.sweetAlertFitDiv
{
    width: 100%!important;
    margin-left: 0px!important;
    margin-top: 0px!important;
    left: 0%!important;
    top: 0%!important;
}

.chosen-container .chosen-results li.no-results-add {
  background-color: #1ab394 ;
  color: #ffffff;
}

.navbar-fixed-top, .navbar-static-top
{
    background: #fff;
    height: 60px;
    margin-bottom: 0;
}

.dropdown-toggle.count-info
{
    padding-top: 22px;
}

.editWidgetsBtns
{
   background-color: #939AA2;
   color: white;
   padding: 7px 8px 8px 8px;
   font-size: 12px!important;
   margin-right: 6px;
   height: 32px;
}

.editWidgetsBtns > span
{
   padding-right: 10px;
   padding-left: 10px;
}

.navbar-top-links i
{
   color: #939AA2;
}

#wrapper
{
    background-color: #273645;
}

#wrapper #side-menu li
{
    background-color: #32404F;
}

li.nav-header
{
    background-color: #273645!important;
}

#pageTitleNavBarMain
{
    font-weight: 500;
    margin-top:16px;
    font-size: 26px;
    color: black;
}

.textEllipsis
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav.navbar-top-links
{
    text-align:center;
    white-space: nowrap;
    height:100%;
}

.navDarkBlue
{
    background-color: #273645!important;
}

#navBarForm
{
    margin-top: 13px;
}

.grayNavBar
{
    /*height: 42px;*/
    height: 32px;
    width: 100%;
}

#dateButtonDiv
{
    /*height: 32px;*/
}

#dateButtonDiv .btn-noBackground
{
    /*height: 32px;*/
    margin: 0px 0px 0px -10px;
    padding: 5px 20px;
    color: #fff;
    border-color: #fff;
}

#dateButtonDiv .btn-whiteBg
{
    /*height: 32px;*/
    margin: 0px 0px 0px 15px;
    padding: 5px 20px;
}



#selectDate
{
    position: absolute;
    margin: -10px 10px;
}

#selectDate li
{
    display: block;
    padding: 8px 25px;
    font-size: 12px;
    background: #939AA2;
    color: #ffffff;

}

#selectDate li:hover
{
    background-color: #273645;
    background-image: none;
    color: #fff;
}
#selectDate li.noHoverBgLi:hover, #selectDate  .noHoverBgLi, #selectDate  .noHoverBgLi:hover
{
    background: #939AA2;
    background-color:#939AA2;
    color: #ffffff;
}
#selectDate .bootstrap-datetimepicker-widget table td.day
{
    height: 15px;
    line-height: 15px;
}

#selectDate .bootstrap-datetimepicker-widget
{
    top: -118px;
    bottom: auto;
    left: auto;
    right: -487px;
    border-radius: 0px;
}

#selectDate .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after
{
    border-left: 6px solid #939aa2;
    border-right: 6px solid rgba(175, 60, 60, 0);
    border-bottom: 6px solid rgba(175, 60, 60, 0);
    border-top: 6px solid transparent;
    top: 106px;
    left: 0px;
}

#selectDate .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before
{
    border: 0px;
}

#selectDate li.noHoverBgLi input
{
    color: #fff;
    background: none;
    border-right: 0px;
}

#selectDate .form-control:focus
{
    border-color: #fff;
}



#selectDate .input-group-addon
{
    color: #fff;
    background: none;
}

#dateButtonDatePicker div.form-group
{
    padding: 5px 5px 5px 5px;
}

#dateButton
{
    height: 32px;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 12px;
    margin-left: -4px;
    margin-right: -5px;
    min-width: 170px;
}

.datatable_projects
{
    border: 0px;
}

table.datatable_projects td
{
    border: 0px !important;
}

table.datatable_budget td
{
    height: 40px;
    line-height: 30px !important;
    padding: 5px !important;
}

.input-group .form-control {
z-index: 0 !important;
}
.navbar-minimalize
{
    color: black;
    margin-top: 20px;
}
.navbar-minimalize:hover
{
    color: #19AA8D;
}


#invoiceItems
{
    overflow-x: scroll;
    overflow-y: visible;

}

#invoiceItems td, #invoiceItems input, #invoiceTotalValues td, #invoiceTotalValues  input
{
    font-size: 12px;
}

#invoiceItems .table > tbody > tr > td, #invoiceTotalValues .table > tbody > tr > td
{
    line-height: 1;
    padding: 3px;
    vertical-align: middle;
}

#invoiceItems .table > tbody > tr > td .form-group, #invoiceTotalValues .table > tbody > tr > td .form-group
{
    margin-bottom: 0px;
}


#invoiceLinesContent th, #invoiceTotalValues th
{
    font-size: 12px;
    font-weight: 500;
}

.separatingGreyRow
{
    width: 100%;
    background-color: #f3f3f4;
    height: 25px;

}

.invoiceSingleItem .chosen-container
{
    max-width: 150px;
}

.invoiceSingleItem .chosen-drop
{
    width: 200%;
}
.content-header
{
    padding-bottom: 10px;
}

ul#profileNavBox, ul#profileNavBox > li
{
    height:60px;
}

#menuUserProfilePic
{
    max-width: 100%;
    max-height: 50px;
    min-height: 30px;
    margin-top:5px;
}

#profileNavBox
{
    width: 75%;
    max-width: 225px;
    display: inline-block;
}

#topPageNameBar
{
    display: none;
}

body.mini-navbar .profile-element, body.mini-navbar .profile-element .logo-element
{
  display: block !important;
}

body.mini-navbar .profile-element .logo-lg
{
  display: none !important;
}

@media screen and (max-width: 992px)
{
    #profileNavBox
    {
        width:100%;
    }
    #editButtonLink, #printHeaderBtn, #navBarCompanyLogo
    {
        display:none;
    }


}

@media screen and (max-width: 767px)
{
    #imgProfileContainer, #pageNameContainer, #msgNotifContainer
    {
        display:none;
    }
    #topPageNameBar
    {
        display: inline-block;
        width: 100%;
    }
    #profileNavBox > li
    {
        text-align: center;
    }
    .buttonsAndFiltersHeader
    {
        float: none;
    }
}

.invoicesTotalPrices .table > tbody > tr > td, .invoicesTotalPrices .table > tbody > tr > th
{
    border-top: 0px;
    text-align: right;
    padding-right: 5px;
}

.invoicesTotalPrices .table > tbody > tr > td div.valueInsideTotal
{
    border: 1px solid #aaa;
    width: 100%;
    height: 30px;
    font-size: 12px;
    text-align: right;
    padding: 9px;
}

.invoicesTotalPrices .table > tbody > tr > td, .invoicesTotalPrices .table > tbody > tr > th
{
    width: 50%;
}


.btn-noBackground
{
    color: #273645;
    background: none;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #273645;
    padding: 5px 30px;
    margin: 0 5px;
}

.btn-noBackground:hover, .btn-noBackground:focus, .btn-noBackground:active, .btn-noBackground.active, .open .dropdown-toggle.btn-noBackground, .btn-noBackground:active:focus, .btn-noBackground:active:hover, .btn-noBackground.active:hover, .btn-noBackground.active:focus
{
    color: #1bb394;
    background: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    border: 1px solid #1bb394;
}

.btn
{
    padding: 5px 30px;
}

.btn-darkBlueBg
{
    margin: 0 5px;
    color: #FFFFFF;
    background: #273645;
    border: 1px solid #273645;
    padding: 5px 30px;
}

.btn-darkBlueBg:hover, .btn-darkBlueBg:focus, .btn-darkBlueBg:active, .btn-darkBlueBg.active, .open .dropdown-toggle.btn-darkBlueBg, .btn-darkBlueBg:active:focus, .btn-darkBlueBg:active:hover, .btn-darkBlueBg.active:hover, .btn-darkBlueBg.active:focus
{
    color: #ffffff;
    background: #1bb394;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    border: 1px solid #1bb394;
}

.btn-whiteBg
{
    margin: 0 5px;
    color: #273645;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 5px 30px;
}

.btn-whiteBg:hover, .btn-whiteBg:focus, .btn-whiteBg:active, .btn-whiteBg.active, .open .dropdown-toggle.btn-whiteBg, .btn-whiteBg:active:focus, .btn-whiteBg:active:hover, .btn-whiteBg.active:hover, .btn-whiteBg.active:focus
{
    color: #1bb394;
    background: #ffffff;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    border: 1px solid #ffffff;
}

.btn-dateButtonDiv
{
    background-color: #273645;
    color: white;
    border: 0px;
    border-radius: 0px;
    padding: 10px 15px;
    font-size: 12px;
}

#topPageNameBar > a.navbar-minimalize
{
    margin-top: 5px;
    padding: 2px 12px 2px 12px;
}

#intButtonPlace
{
    /*height: 42px;*/
    height: 32px;
}
#intButtonPlace > div
{
    margin: 0px;
}

#intFilter #intValue
{
    /*height: 42px;*/
    border-top-width: 0px;
    border-bottom-width: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 32px;
}

#intFilter #submitFilter
{
    background-color: #273645;
    color: white;
    border: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 10px;
    height: 32px;
}


#intFilter div.noPadding
{
    padding: 0px;
}

.btnGreenOnAction:hover, .btnGreenOnAction:active
{
    color: white;
    background-color: #1AB394!important;
    border: 0px;
}

.btnDarkBlueOnAction:hover, .btnGreenOnAction:active
{
    color: white;
    background-color: #273645!important;
}


#invoiceLinesContent > table .table
{
    overflow: scroll;
}

.invoiceSingleItem .form-group
{
    position: inherit !important;
}

.invoiceSingleItem .chosen-container
{
    position: inherit !important;
}

.invoiceSingleItem .chosen-container .chosen-drop
{
    width: auto;
    top: auto;
}
#totalValuesBox .ibox-content
{
    border: 0px;
}

#totalValuesBox .ibox-content
{
    background-color: #f3f3f4;
    width: 75%;
    margin-left: 10%;
}

@media  (max-width: 1450px)
{
    #totalValuesBox .ibox-content
    {
        width: 100%;
        margin-left: 0%;
        padding-right: 10%;
    }

    #totalValuesBox .table-responsive
    {
        border: 0px;
    }
}




#existingUserId2_chosen, #existingUserId2
{
    margin-left: 10px;
}
#dashboardSettingsMenu
{
    border-top: 3px solid #1bb394;
}
#dashboardSettingsMenu
{
    width: 100%;
    height: 46px;
    position: relative;
    display: block;
    padding-top: 11px;
    cursor: pointer;
}

#dashboardSettingsMenu > a
{
    color: #a7b1c2;
    font-weight: 600;
    padding-left: 25px;
    display: block;
}

#dashboardSettingsMenu > a > i
{
    margin-right: 6px;
    font-size: 16px;
}

#dashboardSettingsMenu.active
{
    background-color: #1bb394;
}
#dashboardSettingsMenu.active > a, #dashboardSettingsMenu:hover > a
{
    color: white;
}


.whiteBg
{
    background-color: #ffffff;
}

.lightGreyBg
{
    background-color: #F3F3F4;
}

.greyBg
{
    background-color: #D6D9DC;
}

nav.navBarSettingsMenu
{
    background-color: #1bb394;
}

nav.navBarSettingsMenu i, nav.navBarSettingsMenu #pageNameContainer h2
{
    color: white;
}

nav.navBarSettingsMenu .navBarBtns
{
    background-color: rgba(214,217,220,0.9);
}

nav.navBarSettingsMenu .navBarBtns > i
{
    color: #1AB394;
}

nav.navBarSettingsMenu .navBarBtns:hover i
{
    color:white;
}

nav.navBarSettingsMenu #msgNotifContainer span.label.label-primary, nav.navBarSettingsMenu #msgNotifContainer span.label.label-success
{
    background-color: #273645!important;
}

nav.navBarSettingsMenu #editButtonLink, nav.navBarSettingsMenu #printHeaderBtn
{
    display: none;
}

div#navBarCompanyLogo > div
{
    height: 60px;
}

div.ibox.collapsed.greyIboxes > div.ibox-title
{
    color: #000;
    cursor: pointer;
}

div.ibox.collapsed.greyIboxes > div.ibox-title i
{
    color: #c4c4c4;
}

div.ibox.collapsed.greyIboxes.border-bottom > div.ibox-title
{
    background-color: #939aa2;
    color: white;
}

div.ibox.collapsed.greyIboxes.border-bottom > div.ibox-title i
{
    color: white;
}

div.ibox.collapsed.greyIboxes label, div.ibox.collapsed.greyIboxes input
{
    color: black;
    margin-bottom: 0px;
}

div.ibox.collapsed.greyIboxes input
{
    border: 1px solid #939aa2;
    background: #F3F3F4;
    margin-left: 10px;
}

div.ibox.collapsed.greyIboxes label
{
    font-size: 14px;
    margin-left: 15px;
}

div.ibox.collapsed.greyIboxes div.buttonsFooter
{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 32px;
}

div.ibox.collapsed.greyIboxes .toggleConfigInput
{
    color: black;
    margin-left: -25px;
    font-size: 16px;
}

.becomeWhite
{
    color: white!important;
}

.errorPageTitle
{
    margin-top: 70px;
    margin-bottom: 17px;
    color: black;
}

.errorPageText
{
    margin-bottom: 40px;
}

.fontWeight600
{
    font-weight: 600!important;
}

.fontWeight400
{
    font-weight: 400!important;
}

#inboxTable
{
    font-size: 13px;
}
#messagesView .btn
{
    padding-left: 10px;
    padding-right: 10px;
}

#messagesView .ibox-content
{
    border: 1px solid #e7eaec;
}

ul#foldersMessages li.active
{
    border-bottom: 2px solid #1ab394;
}


#btnDelMessages
{
    border: 0px;
    padding-left: 4px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dt-buttons > a
{
    background-image: none;
    border: 1px solid #e7eaec;
    background: #fff;
    color: #676a6c;
}

.dt-buttons a:hover, .dt-buttons a:focus
{
    background-image: none!important;
    border: 1px solid #e7eaec!important;
    background-color: #eee!important;
}



.external-event
{
    padding: 0px 0px 0px 60px;
}

.external-event div
{
    background-color: #f3f3f4;
    color: #273645;
    padding: 0px 0px 2px 10px;
    font-weight: 400;
    font-size: 12px;
    padding-top: 4px;
}

.external-event.active div
{
    background-color: transparent;
    color: #ffffff;
}

#resetAllFilters, #resetAllFilters2
{
    padding: 5px 10px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.filterRow
{
    padding-top: 10px;
}

div.tagsinput span.tag
{
    border: 1px solid #273645 !important;
    background: #273645 !important;
}


i[id^='changeColorForNewEventType']
{
    font-size: 20px;
    color: #fff;
    margin: 0px -60px;
    position: absolute;
    width: 60px;
    height: 40px;
    padding: 10px 20px;
    font-size: 18px;
}


.grabBar-icon {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 18px;
  height: 18px;
  background: url("custom_icons/agarrar.png") 0px 0px no-repeat;
}

.releaseBar-icon {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 18px;
  height: 18px;
  background: url("custom_icons/destacar.png") 0px 0px no-repeat;
}

.mini-navbar #sideBarForCalendarFilters, .mini-navbar.body-small #sideBarForCalendarFilters
{
    left: 70px;
}

#sideBarForCalendarFilters
{
    position: fixed;
    height: 100%;
    top: 0px;
    z-index: 1999;
    left: 220px;
    overflow-y: scroll;
}

#sideBarForCalendarFilters.closed
{
    width: 10px;
    background-color: #939AA2;
    overflow-y: hidden;
}

#sideBarForCalendarFilters.open
{
    width: 350px;
    background-color: #FFFFFF;
    border-right: 10px solid #939AA2;
    overflow-y: scroll;
}

#sideBarForCalendarFiltersButton
{
    font-size: 25px;
    color: #fff;
    background-color: #939AA2;
    width: 60px;
    height: 60px;
    border-radius: 0px 30px 30px 0px;
    top: 62px;
    position: fixed;
    padding: 17px 20px;
    left: 220px;
}
#sideBarForCalendarFiltersButton.open
{
    left: 560px;
}

#sideBarForCalendarFiltersButton.closed
{
    left: 220px;
}

.mini-navbar #sideBarForCalendarFiltersButton.open, .mini-navbar.body-small #sideBarForCalendarFiltersButton.open
{
    left: 410px;
}

.mini-navbar #sideBarForCalendarFiltersButton.closed, .mini-navbar.body-small #sideBarForCalendarFiltersButton.closed
{
    left: 70px;
}

.body-small #sideBarForCalendarFiltersButton.closed
{
    left: 10px;
}

.body-small #sideBarForCalendarFiltersButton.open
{
    left: 340px;
}

.body-small #sideBarForCalendarFilters
{
    left: 0px;
}

#msgNotifContainer
{
    padding-right: 30px;
    z-index: 999;
}

#msgNotifContainer > ul.nav.navbar-top-links
{
    margin-right: -240%;
}

@media (max-width: 1920px)
{
    #msgNotifContainer > ul.nav.navbar-top-links
    {
        margin-right: -220%;
    }
}

@media (max-width: 1500px)
{
    #msgNotifContainer > ul.nav.navbar-top-links
    {
        margin-right: -210%;
    }
}
@media (max-width: 1400px)
{
    #msgNotifContainer > ul.nav.navbar-top-links
    {
        margin-right: -185%;
    }
}
@media (max-width: 1300px)
{
    #msgNotifContainer > ul.nav.navbar-top-links
    {
        margin-right: -175%;
    }

    .btn:not(.btn-dateButtonDiv)
    {
        padding: 5px 25px;
    }
}
@media (max-width: 1260px)
{
    #msgNotifContainer > ul.nav.navbar-top-links
    {
        margin-left: -15%;
        margin-right: 0px;
    }
}
@media (max-width: 1225px)
{
    #msgNotifContainer > ul.nav.navbar-top-links
    {
        margin-left: -25%;
    }
}
@media (max-width: 1200px)
{
    #msgNotifContainer > ul.nav.navbar-top-links
    {
        margin-left: 65%;
    }

    .btn:not(.btn-dateButtonDiv)
    {
        padding: 5px 20px;
    }
}
@media (max-width: 992px)
{
    #msgNotifContainer > ul.nav.navbar-top-links
    {
        margin-left: 0px;
        margin-right: -85%;
    }
}
@media (max-width: 945px)
{
    #msgNotifContainer > ul.nav.navbar-top-links
    {
        margin-right: -70%;
    }
}
@media (max-width: 900px)
{
    #msgNotifContainer > ul.nav.navbar-top-links
    {
        margin-right: -55%;
    }

    .btn:not(.btn-dateButtonDiv)
    {
        padding: 5px 15px;
    }
}
@media (max-width: 860px)
{
    #msgNotifContainer > ul.nav.navbar-top-links
    {
        margin-right: -50%;
    }
}
@media (max-width: 800px)
{
    #msgNotifContainer > ul.nav.navbar-top-links
    {
        margin-right: -35%;
    }

    .btn:not(.btn-dateButtonDiv)
    {
        padding: 5px 10px;
        font-size: 12px;
    }
}

#resetAllFilters-Create
{
    padding: 5px 5px;
    font-size: 12px;
}


#openToolbarNotBox
{
    z-index: 999;
}

#openToolbarNotBox .new
{
    background-color: rgb(246, 249, 217);
}

.removeNotific
{
    margin-left: -10px;
    padding-right: 10px;
    font-size: 15px;
}

ul.wysihtml5-toolbar .btn-default
{
    padding: 5px 10px;
}

.barCollapse, #sideBarForCalendarFiltersButton
{
    cursor: pointer;
}

.fc-day-header > a, .fc-week-number > a
{
    color: #2f4050;
    text-decoration: underline;
    cursor: pointer;
}

.fc-day-number
{
    color: #2f4050;
    cursor: pointer;
}


.btn-noPadding
{
    padding: 2px 5px;
}

.btn.bootstrap-touchspin-down,
.btn.bootstrap-touchspin-up
{
    padding: 6px 10px;
}

.bootstrap-touchspi input, .touchspin2
{
    width: 50px;
}
.small-text-table
{
    font-size: 12px;
}

.small-text-table td
{
    padding: 0px !important;
    line-height: 3.42857 !important;
}

.small-text-table-inputs td
{
    padding: 0px 2px !important;
    line-height: 2.5 !important;
    font-size: 12px;
}

.selectBox-for-teachers
{
    border-left: 1px solid #e7eaec;
    border-right: 1px solid #e7eaec;
    padding-bottom: 40px;
    line-height: 30px;
}


.listOfSchedulesOcuppiedDivs > span
{
    font-size: 12px !important;
}

#switchDashboardLang_chosen
{
    background-color: white!important;
}

#switchDashboardLang_chosen div.chosen-drop ul li
{
    background: #f3f3f4!important;
}

#switchDashboardLang_chosen div.chosen-drop ul li:hover
{
    background: #273645!important;
}

#switchDashboardLang_chosen div.chosen-drop ul li.highlighted
{
    background: #273645!important;
}


.progress-vacations-bg
{
    width:  100%;
    height: 10px;
    background-color: #e4e4e4;
}


.fc-list-table
{
    font-size: 14px !important;
}

.fc-list-heading >  .fc-unthemed th,
.fc-list-heading >  .fc-unthemed td,
.fc-list-heading >  .fc-unthemed thead,
.fc-list-heading >  .fc-unthemed tbody,
.fc-list-heading >  .fc-unthemed .fc-divider,
.fc-list-heading >  .fc-unthemed .fc-row,
.fc-list-heading >  .fc-unthemed .fc-content,
.fc-list-heading >  .fc-unthemed .fc-popover
{
    border: 0px !important;
}

table.fc-list-table > tbody > tr > td,
table.fc-list-table > tbody > tr > th
{
    border: 0px !important;
}

.fc-list-item-time
{
    width: 20%;
        display: table-cell;
}

.fc-list-item-marker
{
    width: 15%;
    display: table-cell;
}

.fc-list-item-title
{
    width: 65%;
    display: table-cell;
}


tr:not(:first-child).fc-list-heading td
{
    padding-top: 20px;
}

tr.fc-list-heading td
{
    font-size: 16px;
    font-weight: 600;
    color: #273645;
}

.fc-list-heading-alt
{
    padding-left: 10px;
}
.fc-list-heading-alt, .fc-list-heading-main, .fc-list-item-title > a
{
    color: #273645;
}

.fc-list-heading-alt:hover, .fc-list-heading-main:hover, .fc-list-item-title > a:hover
{
    color: #1bb394;
}

tr.fc-list-item:hover
{
    background-color: rgba(27, 179, 148, 0.5);
    color: #ffffff;
}


.logo-element, .logo-lg
{
    color: #ffffff;
}


.table-body-max-height > tbody
{
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
}

.no-wrapper
{
    padding: 0px;
}
