.cropArea {
    background: #eeeeee;
    overflow: hidden;
    width:200px;
    height:200px;
    border-style: ridge;
}

.mandatory{
    color: red;
}

.page-container .main-content .page-title {
    margin-bottom: 10px;
    padding: 6px 0;

}

input[type=text], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;


    border: 1px solid #DDDDDD;
}

.form-control:focus{
    box-shadow: 0 0 5px rgba(141, 198, 63, 1); /* 8dc63f*/


    border: 1px solid rgba(141, 198, 63, 1);

}
/*input[type=text]:focus, input[type=email]:focus, select:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(141, 198, 63, 1); *//* 8dc63f*//*


    border: 1px solid rgba(141, 198, 63, 1);
}*/


.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: -100000px;
    background-color: #000;
}

/*.sort-indicator {

    float: right;
}*/





body {
    width: 100%;
}
.clickableRow {
    cursor: pointer;
}
p, textarea {
    /*font-variant: small-caps !important;*/
    text-rendering: auto;
}

table {
    padding: 0px;

}
.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: -100000px;
    background-color: #000;
}

.input-filter {
    font: menu;
}
.filter-select {
    font: menu;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.statusSmall{
    font-size: 9px;
}


.scrollbar {
    /*background-color: #F5F5F5;
    float: left;
    height: 300px;
    margin-bottom: 25px;
    margin-left: 22px;
    margin-top: 40px;*/
    /*width: 65px;*/
    overflow-y: auto;
}

.force-overflow {
    min-height: 450px;
}

#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    background-color: #000000;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.seqNotiTable{
    height: 350px;
    overflow: auto;
}

.seqNotiTable table{
    width: 100%;
    margin-top: 10px;
}
.seqNotiTable table tr td{
    padding: 2px;
}





@media only screen and (max-width: 600px) {
    .hotSideBar{
       /* position: fixed !important;*/
    }
    .sidebar-menu{
        background: transparent !important;
    }
    .hotVisible{
        display: none !important;
    }
    .sidebar-menu .main-menu li.active>a{
        color: #fff;
        font-weight: bold;
    }
    .hotMobIcon{
        display: none !important;
    }
    .hotSideMenu{

        background-color: #2c2e2f;
        /*position: fixed;*/
    }
    .page-container .main-content{

       /* top: 70px;*/
    }
    .main-content{
        padding: 10px !important;
    }

    .panel {
        padding: 12px 10px !important;
    }

    .page-container .indexVal{
        z-index: 0 !important;
    }
    .sidebar-menu .main-menu a{
          border-bottom: 1px solid #4a4949;
      }

    .hotSubSideBar{
        background-color: #fff;
    }

    .mobile-menu-toggle a:active, .mobile-menu-toggle a:focus {
        color: #000000 !important;
    }
    .hotTdClass{
        display: none;
    }
    .trix-toolbar .button_group button, trix-toolbar .button_group input[type=button] {
        height: 20px !important;
        width: 24px !important;
    }
}
@media only screen and (min-width: 601px) {
    .sidebar-menu{
        z-index: 1000 !important;
    }
    .hotSideBar{
        position: fixed !important;
        overflow-y: auto !important;
        border: solid 1px #313437 !important;
        width: 92px !important;
        z-index: 9999999 !important;
    }
}