/* 
    Created on : Feb 8, 2021, 1:07:58 PM
    Author     : Jesús Morales
*/

:root {
    /*--principal: #055b76;*/
    --principal: #1255A6;
    /*--secundario: #41cbd2;*/
    --secundario: rgb(12, 69, 138);
    --exito: #159548;
    --error: #ff6565;
    --blanco: #ffffff;
    --border: #bdbdbd;
    --negro: #303030;
    --paginator-background: #f2f2f2;
    --fondo-container: #f6f6f6;
    --transparente: transparent;
    --border-opacity: rgba(189, 189, 189, 0.5);
    --border-table: #e9ecef;
    --peligro: #c02626;
    --selected-boton: #d3d3d3;
    --desactivado: #b2b2b2;
    --accion: #0c6cc3;
    --status-1: #b51010;
    --status-2: #f15757;
    --status-3: #d38a1c;
    --status-4: #f29846;
    --status-5: #dee126;
    --status-6: #b1d620;
    --status-7: #1faf73;
    --status-8: #087235;
    --status-9: #f3cd0c;
    --placeholder: #828282;
    --box-shadow: rgba(51, 51, 51, 0.15);   
    --pending: #ffbf01;
    --in-progress: #dc6b12;
    --border-button: #e0e0e0;
    --inner-label: #5c5c5c;
    --att: #fbfd8a;
    --deff: #ff5f40;
    --selector-1: #f01f24;
    --selector-2: #ff750f;
    --selector-3: #f4c900;
    --selector-4: #6dc226;
    --selector-5: #008ed2;
    --selector-6: #3355c4;
    --selector-7: #7847bb;
    --selector-8: #992d97;
    --selector-9: #e43d90;
    --selector-10: #808080;
    --status-10: #fa4caa;
    --modal-overlay: #4e4949;
    --scrollbar-color: #d7d7d7;
    --status-11: #7030a0;
    --status-12: #000000;
    --status-13: #ff0000;
    --status-14: #ffff00;
    --status-15: #60c5f4;
    --videoplayer-background: #797979;
    --fondo-cam-name: #4d4d4d;
    --active-cam: #1DA584;
}