@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

.login form h2 {


    font-weight: 700;
    font-size: 24px;
    line-height: 41px;
}

.login form {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-head small {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;


    color: #8692A6;
}

.chosen-container-multi .chosen-choices {
    padding: 5px !important;
    border-radius: 6px !important;
    border: 1px solid #486AAE !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #486AAE !important;
    font-weight: 600 !important;
}

.chosen-container {
    width: 500px !important;
}

.view_searchBar .chosen-container {
    width: 250px !important;
}

.drop-department .chosen-container {
    width: 200px !important;

}

.chosen-container-single .chosen-single {
    padding: 5px !important;
    border-radius: 6px !important;
    border: 1px solid #486AAE !important;

}

.chosen-container-multi .chosen-choices {
    padding: 5px !important;
    border-radius: 6px !important;
    border: 1px solid #486AAE !important;
}

.chosen-container-single .chosen-single {
    color: #486AAE !important;
    height: auto !important;
    font-weight: 600 !important;
}

.login-head {
    margin-bottom: 60px;
}

.login form label {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px;
    color: #676767;
}

.login input {
    border: 1px solid #BFBFBF;
    border-radius: 6px;
    /* margin-bottom: 34px; */
    padding: 10px 20px;
    background: #F5F5F5;
}

.submit-button {
    margin-top: 30px;
    background: #3E79BB !important;
    /* Primary Color */
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 33px !important;

    border: 1px solid #486AAE !important;
    border-radius: 6px;
}

* {
    font-family: 'Open Sans Hebrew';
}

.signup small {
    font-weight: 400;
    font-size: 12px;
    /* identical to box height, or 35px */

    /* 232D42 Text Color 1 */

    color: #232D42;
}

.copyrights {
    position: absolute;
    bottom: 10px;

    width: 100%;
}

.copyright {
    position: absolute;
    bottom: unset;
    color: white !important;
    width: 100%;
}
.sideimg{
    display: flex;
}

.bg-login {
    background: #486AAE;
    display: flex;
    color: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    /* position: relative; */
}

.dashboard-table tr td {
    border: none;


}

/* .dashboard-table tr td span{
    border:1px solid black;
    padding: 10px;
    position: relative;
    
    

} */
.dashboard-table .form-control {
    border-radius: 0% !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* home */

.home {
    background: #486AAE;
    position: relative;
    width: 100%;
    height: 100vh;
}

.nav-main {
    width: 100%;
    padding: 20px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-user {
    display: flex;
    align-items: center;


}

.nav-user span {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    padding-left: 13px;

    color: #FFFFFF;
}

.nav-user p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 0% !important;
    margin-bottom: 0% !important;

    color: #FFFFFF;
}

.card-main {
    background: #FFFFFF;
    border-radius: 8.76039px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.card-main h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.card-main:hover {
    filter: drop-shadow(1px 1px 20px #00F0FF);
}

.card-main a {
    text-decoration: none;
    color: black !important;
}

.home-body {
    align-items: center;
    justify-content: center;
}


.sidebar {
    background: #486AAE !important;
}

.navbar-blue {
    background: #486AAE !important;
    color: white !important;
}

.logo .simple-text span {
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;

    color: #FFFFFF;
}

.blue {
    border: 2px solid blue;
    ;
}

.navbar-wrapper a {
    margin-left: 10px;
    border-left: 2px solid #FFFFFF;
}

.sidebar-wrapper .active {
    background: #FFFFFF;

}

.sidebar-wrapper .active p {
    border-left: 4px solid #486AAE;

    color: #486AAE !important;
}

.sidebar-wrapper .active p span {
    margin-left: 15px;
}

.sidebar-wrapper p {
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;

    color: #FFFFFF;
}

.top-bar {
    position: absolute;
    top: 62px;
    width: 100%;
    height: 62px;
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: white;
}

.thead-primary {
    background-color: #486AAE;
    color: white;
    border: 1px solid #A6A6A6;
}



/* .file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 450px;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    transition: 0.2s;
   
  }
  
  .choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
  }
  
  .file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    
  } */

.input-file {
    width: 100%;
    height: 50vh;
    border: 2px dashed #777777;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.input-file input {
    width: 200px;
}

.fixed-top,
.top-bar {
    position: fixed !important;
    width: calc(100% - 260px) !important;
    display: flex;
    align-items: center;
    left: 260px !important;
    z-index: 1;
}

.search-input input {
    border: 1px solid #486AAE;
    width: 300px;
    padding: 10px;
    border-radius: 7px !important;
}

.chosen-container ul.chosen-choices {
    max-height: 45px;
    overflow: auto;
}


.btn-outline-primary {
    border: 1px solid #486AAE !important;
    background-color: transparent !important;
    color: #486AAE !important;
}

.run-ai-heading {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    /* or 150% */



    /* y */

}

.dropdown-menu.show {
    position: absolute;
    transform: translate3d(1px, -20px, 0px) !important;
    top: auto !important;
    left: 0% !important;
}

.line {
    width: 2px;
    height: 30px;
    margin-left: -8px;
    border-radius: 10px;
    position: absolute;
}

.run-ai .top-bar {
    display: none !important;
}

.margin-run-ai {
    margin-top: 80px !important;
}

.run-ai-bg {
    background-color: white !important;
    padding: 5px 20px;
}

.head-success {
    color: #55A55E;
}

.head-success .line {
    background-color: #55A55E;
}

.head-warning {
    color: orange;

}

.head-warning .line {
    background-color: orange;
}

.bg-row {
    background: #F0F5FF;
}

.line-bg-red {
    background-color: red;
}

.line-bg-green {
    background-color: #55A55E;
}

@media (min-width: 1500px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 90% !important;
    }

    .home {
        height: 100% !important;
    }

    .card-main {
        height: 250px;

    }

    .welcome-page {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }
}

.total-job {
    border-top: 3px solid cyan;
    display: flex;
    border-radius: 10px;
    background-color: beige;
    flex-direction: column;
    text-align: center;
    width: 200px;
}

.job {
    border: 2px solid #000000;
}

.create-account label {
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;


    color: #676767;

}

.panel-body {
    background-color: #F6F6F6;
    width: 170px;
    padding: 10px;
    margin: 5px;

}

.panel-body li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0px;

}

.create-account input,
.create-account select {
    border: 1px solid #BFBFBF;
    border-radius: 6px;
    background-color: #dcdada05;
    padding: 15px 20px;
}

.file-preview {
    background: #F8F8F8;
    border-radius: 6px;
    padding: 20px;
}

.file-preview span {
    font-weight: 700;
    font-size: 12px;


    color: #000000;

}


.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: red;
}

input:focus+.slider {
    box-shadow: 0 0 1px red;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.top-bar .line {
    height: 20px !important;
}

.top-bar .success .line {
    background-color: #00B000;

}

.top-bar .success span {
    color: #00B000 !important;

}

.top-bar .danger .line {
    background-color: #D30000;

}

.top-bar .text-danger {
    color: #D30000 !important;

    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
}

.top-bar .danger span {
    color: #D30000 !important;

}



.top-bar .text-success {
    color: #00B000 !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
}

.camera-feed-side p {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}

.switch-main {
    color: #486AAE !important;

}

.camera-details h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height, or 125% */



    /* Primary Color */

    color: #486AAE;
}

.camera-details span {
    font-weight: 600;
    font-size: 14px !important;
    line-height: 30px;

}

.camera-details p {
    font-weight: 300;
    font-size: 14x !important;
    line-height: 30px;

}

.sidebar .nav i {
    font-size: 16px;
}

td img,
td i {
    cursor: pointer;
}

input[type='checkbox'] {
    cursor: pointer;

}

.bg-white {
    background-color: white !important;
    margin-top: 123px !important;
    padding-top: 20px;
}

.selected-cam {
    border: 1px solid #486aae;
    padding: 6px;
}

.dashboard-table input {
    width: 150px;
}

.dashboard-table td div {
    width: 250px;
}

.camera-main {
    position: relative;
}

.camera-pointer {

    width: 12px;
    position: absolute;
    margin: 2px;
    height: 12px;
    border-radius: 50%;


}

.camera-pointer.red {
    background: red;
}

.camera-pointer.success {
    background: green;
}

.camera-pointer.danger {
    /* background: yellow; */
    animation-name: example;
    animation-duration: .8s;
    animation-iteration-count: infinite;

}

@keyframes example {
    0% {
        background-color: green;
        opacity: 1;
    }

    /* 25%  {background-color:rgb(210, 186, 32);opacity: 0.5;}
    50%   {background-color:rgb(210, 186, 32);opacity: 0;} */
    /* 75%   {background-color:green;opacity: .5;}  */
    50% {
        background-color: rgb(196, 130, 9);
        opacity: 1;
    }

    100% {
        background-color: green;
        opacity: 1;
    }

}

.ms-options-wrap button {
    width: 130px !important;
    align-items: center;
    border: 1px solid #486AAE !important;
    background-color: transparent !important;
    color: #486AAE !important;
    border-width: 2px;
    font-weight: 600;
    font-size: 0.8571em;
    line-height: 1.35em;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    padding: 10px 20px !important;
    cursor: pointer;
    background-color: #66615B;
    color: #FFFFFF;
    transition: all 150ms linear;

}

.ms-options-wrap {
    margin-top: 10px !important;
}

.seleted-cam {
    border: 1px solid black;
}

.cam-name {
    cursor: pointer;
    width: 100%;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;

    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.cam-select {
    border: 1px solid black;
}

.showPass {
    position: relative;

}

.showPass i {
    position: absolute;
    top: 63%;
    cursor: pointer;
    right: 12px;
}

.table-data input,
.tablePreview input {
    width: 200px !important;

}

.modal-body {
    overflow-x: scroll;
}

.modal-body thead {
    white-space: nowrap;

}

.draw .chosen-container-single {
    width: 200px !important;

}

.card-show-main {
    border-radius: 8px;
    background: white;
    text-decoration: none;
    width: 100%;
    /*    height: 11.4%;
*/
}

.card-show-main a {
    text-decoration: none;
    color: black !important;
    font-size: 12px;
    font-weight: 550;
    line-height: 1px;
}

.card-show-main:hover {
    filter: drop-shadow(1px 1px 5px #00F0FF);
}

.card-show {

    padding: 15px 10px;
    background: #FFFFFF;
    border-radius: 8.76039px;
}

.card-show .sideBox img {
    position: relative;
    left: 1%;
}

.sideBox {
    display: flex;
    align-items: center;
}

.sideBox img {
    margin-right: 5px;
}

.pie {
    background: white;

    height: 448px;
    border-radius: 8px;
}

.img-show-main {
    border-radius: 8px;
    background: white;
    text-decoration: none;
    width: 10%;
    /*0%;
    height: 16%;*/
}

.parent_img {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 8px;
    background: white;
    width: 100%;
    height: 16%;
}

.parent_img img {
    cursor: pointer;

}

.child_img {
    display: inline-block;
    padding: 0.3rem;
}

/* .home-nav {
    filter: drop-shadow(2px 2px 2px black);
    border-bottom: 2px solid rgba(0, 0, 0, 0.322);
} */
.Safety_eye span {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    padding-left: 13px;
    filter: drop-shadow(1px 1px 5px black);
    color: #FFFFFF;
}

.pie_main {
    display: flex;
    justify-content: space-around;
    margin-left: 5px;
}

.chartBox {
    width: 115px;
    line-height: normal;
    text-align: center;
}

.label{ 
       display: flex;
    /* border: 2px solid black; */
    width: 100%;
    height: 5rem;
    margin-left: 10%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.label1 {
    margin-left: 17%;
}

.main_label .label .color1 {
    display: flex;
    justify-content: space-evenly;
    height: 25px;
    margin: 1%;
    border-radius: 4px;
}

.label1 .color2 {
    /* display: flex; */
    /* justify-content: space-evenly; */
    height: 25px;
    margin: 1%;
    /* padding: 5px; */
    border-radius: 4px;
}

.opGraph{
    font-size: 1rem;
    font-weight: 600;
}

.main_label .label .color1:nth-child(1) {
    background: rgba(255, 99, 132, 0.6);
    border: 1px solid rgb(255, 99, 132);
}

.main_label .label .color1:nth-child(2) {
    background: rgba(54, 162, 235, 0.4);
    border: 1px solid rgba(54, 162, 235, 1);
}

.main_label .label .color1:nth-child(3) {
    background: rgba(255, 206, 86, 0.4);
    border: 1px solid rgba(255, 206, 86, 1);
}

.main_label .label .color1:nth-child(4) {
    background: rgba(182, 0, 255, 0.4);
    border: 1px solid rgba(182, 0, 255, 1);
}

.main_label .label .color1:nth-child(5) {
    background: rgba(255, 159, 64, 0.4);
    border: 1px solid rgba(255, 159, 64, 1);
}

.main_label .label .color1:nth-child(7) {
    background: rgba(153, 102, 255, 0.4);
    border: 1px solid rgba(153, 102, 255, 1);
}

.main_label .label .color1:nth-child(6) {
    background: rgba(42, 255, 0, 0.4);
    border: 1px solid rgba(42, 255, 0, 1);
}

.main_label .label .color1:nth-child(8) {
    background: rgba(75, 192, 192, 0.4);
    border: 1px solid rgba(75, 192, 192, 1);
}

.main_label .label .color1:nth-child(9) {
    background: rgba(0, 197, 255, 0.4);
    border: 1px solid rgba(0, 197, 255, 1);
}

.side_menu {
    width: 100%;
    height: 80vh;
    /*overflow: hidden;*/
    /*overflow-y: scroll;*/
}

.home-dashboard {
    height: 100vh !important;
}

.dashboard .chosen-container,
.search-view .chosen-container {
    width: 300px !important;
}

.search-view .chosen-container {
    width: 200px !important;
}

.main_label .label1 .color2:nth-child(1) {
    background: rgba(255, 99, 132, 0.6);
    border: 1px solid rgb(255, 99, 132);
}

.main_label .label1 .color2:nth-child(2) {
    background: rgba(54, 162, 235, 0.4);
    border: 1px solid rgba(54, 162, 235, 1);
}

.main_label .label1 .color2:nth-child(3) {
    background: rgba(255, 206, 86, 0.4);
    border: 1px solid rgba(255, 206, 86, 1);
}

.main_label .label1 .color2:nth-child(4) {
    background: rgba(182, 0, 255, 0.4);
    border: 1px solid rgba(182, 0, 255, 1);
}

/* nav.vrPage{
    margin-top: 500px;
    display: flex;
    flex-direction: row;
}
.page-item{
    list-style-type: none;
	line-height: 15px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	background-color: #000;
	margin: 10px;
	border-radius: 50px;
	color: #fff;
	padding: 10px;
} */


.wrapper1 >ul{
	display: flex;
    justify-content: space-evenly;
	background-color: rgb(8,140,248);
	/* padding:158px 8px; */
	border-radius: 50px;
    margin: 0;
    margin-block-start:0 ;
    margin-block-end: 0;
    margin-inline-start: 0;
    padding-inline-start: 0;
    list-style: none;
    width: 50%;
}
.wrappe1> ul>li{
	
}
.wrapper1> ul> li.numb{
    /* padding: 15px x 0px 20px;
	height: 45px;
	width: 60px; */
}
.wrapper1> ul >li.btn1{
	/* line-height: 60px; */
	/* font-size: 22px; */
}
.wrapper1> ul> li.btn1:hover{
	background-color: transparent;
	border: 1px solid #fff;
}
.wrapper1> ul> li.active{
	
}